body {
  text-align: center;
  font-size: 1em;
  background: #788ca0;
}

/*-------header---------------*/
header {
  max-width: 100%;
  background: #000;
  margin: 0 auto;
  position: relative;
  background-image: url("../images/head_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

header #header {
  text-align: center;
  padding: 3% 0;
}

header:after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: #14285a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #14285a 0%, #405078 23%, #14285a 41%, #14285a 67%, #14285a 76%, #14285a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #14285a 0%, #405078 23%, #14285a 41%, #14285a 67%, #14285a 76%, #14285a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #14285a 0%, #405078 23%, #14285a 41%, #14285a 67%, #14285a 76%, #14285a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14285a', endColorstr='#14285a', GradientType=1);
  /* IE6-9 */
}

header #header #logo {
  margin: 0 auto;
}

#pclogo img {
  width: 264px;
  height: auto;
}

#splogo {
  display: none;
}

#splogo img {
  width: 144px;
  height: auto;
}

#head_contact {
  position: absolute;
  right: 40px;
  bottom: 15px;
  color: #FFF;
}

#contact a {
  color: #FFF;
  text-decoration: none;
}

#contact a:hover {
  opacity: 0.8;
}

#pc_language {
  position: absolute;
  right: 10px;
  bottom: 20px;
}

#pc_language ul {
  border-right: 1px solid #FFF;
  display: table;
}

#pc_language ul li {
  display: table-cell;
  border-left: 1px solid #FFF;
  padding: 0 20px;
}

#pc_language ul li a {
  text-decoration: none;
  color: #FFF;
}

#sp_language {
  display: none;
}

nav {
  padding-bottom: 3px;
  margin-top: 25px;
}

nav ul {
  width: 90%;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 20px 0;

}

nav ul li {
  display: table-cell;
  vertical-align: center;
  height: 45px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edc812+0,fcf297+12,e0ca23+28,e5db99+63,e2be1d+70,e2be1d+89,e2be1d+100 */
  background: #edc812;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #edc812 0%, #fcf297 12%, #e0ca23 28%, #e5db99 63%, #e2be1d 70%, #e2be1d 89%, #e2be1d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #edc812 0%, #fcf297 12%, #e0ca23 28%, #e5db99 63%, #e2be1d 70%, #e2be1d 89%, #e2be1d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #edc812 0%, #fcf297 12%, #e0ca23 28%, #e5db99 63%, #e2be1d 70%, #e2be1d 89%, #e2be1d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edc812', endColorstr='#e2be1d', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  font-size: 15px;
  /* box-shadow */
  box-shadow: 4px 4px 11px -3px #121111;
  -moz-box-shadow: 4px 4px 11px -3px #121111;
  -webkit-box-shadow: 4px 4px 11px -3px #121111;
  /* border */
  border: 1px solid rgba(255, 250, 250, 0);
}

nav ul li:hover {
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
}

nav ul #menu1 a,
nav ul #menu2 a,
nav ul #menu3 a {
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 35px;
  color: #000;
}

nav ul li a:hover {
  text-decoration: none;
  color: #000;
}

nav ul #menu1 a:before {
  content: url(../images/menu_img01.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100px;
  margin: auto;
}

nav ul #menu2 a:before {
  content: url(../images/wallett.png);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 100px;
  margin: auto;
}

nav ul #menu3 a:before {
  content: url(../images/menu_img06.png);
  position: absolute;
  top: 28%;
  bottom: 0;
  left: 0;
  right: 100px;
  margin: auto;
}

/*-------footer---------------*/
footer {
  position: fixed;
  bottom: 0;
  z-index: 9999;
  background: #000;
  width: 100%;
}

#footer {
  color: #FFF;
  text-align: center;
  font-size: 0.7em;
  background: #14285a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #14285a 0%, #405078 23%, #14285a 41%, #14285a 67%, #14285a 76%, #14285a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #14285a 0%, #405078 23%, #14285a 41%, #14285a 67%, #14285a 76%, #14285a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #14285a 0%, #405078 23%, #14285a 41%, #14285a 67%, #14285a 76%, #14285a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14285a', endColorstr='#14285a', GradientType=1);
  /* IE6-9 */
}

/*-------base---------------*/
#container {
  width: 100%;
}

.content p {
  color: #000;

}

.contents_area {
  width: 50%;
  min-width: 200px;
  margin: 0 auto;
  z-index: 990;
  position: absolute;
  left: 0;
  right: 0;
  margin: 10% auto 0;
  height: auto;
}

.colC50 {
  background-color: rgba(0, 0, 30, 0.6);
  padding: 25px 0;
}

.contents_area a {
  color: #FFF;
}

.contents_area #top-form {
  width: 80%;
  min-width: 150px;
  margin: 0 auto;
  font-size: 120%;
}

.contents_area #top-form span.balance {
  color: #FFF;
  font-size: 200%;
}

.contents_area #top-form span.currency {
  color: #FFF;
  font-size: 90%;
}

.contents_area #top-form ul {
  margin-bottom: 15px;
}

.contents_area #top-form ul li:last-child {
  position: relative;
  color: #FFF;
  border-bottom: 2px solid #FFF;
  text-align: center;
}

.contents_area #top-form ul li #reloadbtn {
  position: absolute;
  right: 0;
  bottom: 10px;
}

.contents_area #top-form ul li #reloadbtn img {
  width: 65px;
  height: 25px;
}

.contents_area #top-form ul li #reloadbtn img:hover {
  opacity: 0.8;
}


/*-------Slide---------------*/

#slider {
  width: 100%;
  height: 700px;
  position: absolute;
  z-index: 1;
}

/*-譁ｰ隕冗匳骭ｲ---------------------------*/
.wrapper {
  background-image: url("../images/wallet_bg.jpg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  min-height: 700px;
}

#officialform {
  color: #FFF;
  padding: 40px 0;
}

#form li,
#mailform li {
  display: table;
  width: 85%;
  margin: 30px auto;

}

#form li label,
#form li input,
#form li span,
#mailform li label,
#mailform li input,
#mailform li span {
  display: table-cell;
  vertical-align: middle;
}

#form li label,
#mailform li label {
  text-align: left;
  font-size: 13px;
  width: 18%;
  color: #000;
  text-indent: 0.8em;
  border-top: 1px solid #666;
}

#form li .need,
#mailform li .need {
  display: block;
  font-size: 10px;
  color: red;
}

#form li input,
#mailform li input {
  width: 98%;
  text-indent: 0.8em;
  vertical-align: middle;
  border: none;
  height: 35px;
  border: 1px solid #666;
  float: right;
}

#form li textarea,
#mailform li textarea {
  width: 98%;
  font-size: 17px;
  text-indent: 0.8em;
  vertical-align: middle;
  border: none;
  height: auto;
  border: 1px solid #666;
  float: right;
}

#form li #telspan,
#cout,
#mailform li #telspan {
  color: #333;
  background: #FFF;
  text-indent: 0.8em;
  vertical-align: middle;
  line-height: 35px;
  border: 1px solid #666;
  float: right;
  width: 98%;
}

#cout {
  padding: 6px 0;
}

#officialform input[type=submit] {
  margin: 20px 0;
  padding: 10px 100px;
  margin-right: 10px;
  font-size: 15px;
  border: none;
  background: #222;
  color: #FFF;
  background-image: url("../images/header.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

#form li .intl-tel-input input,
#mailform li .intl-tel-input input {
  border: none;
}

.page_ttl {
  font-size: 23px;
  text-align: center;
  color: #000;
  letter-spacing: 0.2em;
}

#thanks #pc_thanks {
  margin-top: 90px;
  color: #000;
}

#thanks #sp_thanks {
  margin-top: 30px;
  color: #000;
}

#thanks #sp_thanks {
  display: none;
}

#thanks {
  min-height: 600px;
}

#explain {
  color: #000 !important;
}



/*===============================================
 逕ｻ髱｢縺ｮ讓ｪ蟷�縺�720px縺ｾ縺ｧ
===============================================*/
@media screen and (max-width:720px) {

  header {
    background-image: url("../images/sp-head_bg.png");
  }

  header #header {
    padding: 24px 0;
  }

  input[type="button"],
  input[type="text"],
  input[type="submit"],
  textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }

  #thanks #pc_thanks {
    width: 90%;
    margin: 0 auto;
  }

  .contents_area #top-form ul li #reloadbtn {
    margin-top: 15px;
    position: static;
    display: block;
  }

  #pc_language {
    display: none;
  }

  #sp_language {
    display: block;
    position: absolute;
    bottom: 12px;
  }

  #sp_language ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
  }

  #sp_language ul li {
    display: table-cell;
    border-left: 1px solid #FFF;
    vertical-align: middle;
    height: 35px;
    background: #555;
  }

  #sp_language ul li:first-child {
    border-left: 0;
  }

  #sp_language ul li a {
    text-decoration: none;
    color: #FFF;
  }

  #skippr-slider {
    width: 100%;
  }

  #slider {
    width: 100%;
    height: 500px;
    position: absolute;
    z-index: 1;
  }

  #footer {
    text-align: center;
  }

  #form #submitbtn,
  #mailform #submitbtn {
    margin-bottom: 50px;
  }

  #form li label,
  #mailform li label {
    text-indent: 0em;
    vertical-align: top;
    padding-top: 5px;
  }

  #form li,
  #mailform li {
    width: 90%;
  }

  #form li #cout span,
  #mailform li #cout span {
    display: block;
    text-align: left;
    margin: 10px 0;
  }

  nav ul {
    width: 95%;
    height: 35px;
    border-spacing: 8px 0;
  }

  #to_top {
    width: 85%;
    margin: 0 auto;
  }


}

/*===============================================
 逕ｻ髱｢縺ｮ讓ｪ蟷�縺�479px縺ｾ縺ｧ
===============================================*/
@media screen and (max-width:479px) {

  .wrapper {
    overflow: hidden;
  }

  #pclogo {
    display: none;
  }

  #splogo {
    display: block;
  }

  #head_contact {
    max-width: 15%;
    text-align: right;
    background: #000;
    right: 10px;
    bottom: 13px;
  }

  .contents_area {
    width: 80%;
    margin: 8px auto 0;
  }

  #head_contact img {
    width: 100%;
  }

  .colC50 {
    padding: 12px 0;
  }

  .contents_area #top-form ul li #reloadbtn img {
    width: 50px;
    height: 19px;
  }

  .contents_area #top-form span.balance {
    font-size: 26px;
  }

  #officialform,
  #complet_con {
    padding: 0;
  }

  #complet {
    width: 90%;
    margin: 0 auto;
  }

  .contents_area {
    padding: 15px 0;
  }

  .page_ttl,
  .complet_ttl {
    margin: 30px 0 20px;
  }

  #explain {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
  }

  #form li,
  #mailform li {
    width: 90%;
    word-wrap: break-word;
    font-size: 16px;
    margin: 10px auto;
    padding-bottom: 25px;
    border-bottom: 1px solid #999;
  }

  #form li label,
  #mailform li label {
    font-size: 13px;
    width: 100%;
    display: block;
    padding: 10px 0;
    border-top: none;
  }

  #form li input,
  #mailform li input {
    width: 100%;
    text-indent: 0;
  }

  #form li span,
  #mailform li span {
    display: block;
    text-align: left;
    color: #000;
  }

  #form li span #state,
  #mailform li span #state {
    display: block;
  }

  #officialform input[type=submit] {
    margin: 20px 0 100px;
    padding: 10px 40px;
    margin-right: 10px;
    font-size: 15px;
    border: none;
    background: #222;
    color: #FFF;
    background-image: url("../images/header.png");
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .country-list {
    width: 300px;
  }

  #cout,
  #mailform li textarea {
    width: 100%;
    text-align: left;
    margin: 0 auto;
  }

  #country,
  #state {
    width: 95%;
    display: block;
    margin: 0 auto;
  }

  #telspan .flag-container {
    left: -15px;
  }

  #form li #telspan,
  #cout,
  #mailform li #telspan {
    width: 100%;
  }

  #slider {
    width: 100%;
    height: 500px;
    position: absolute;
    z-index: 1;
  }

  .validetta-bubble {
    margin-left: 70px;
    color: #FFF;
  }

  #form #submitbtn,
  #mailform #submitbtn {
    margin-bottom: 100px;
  }

  nav ul {
    width: 100%;
  }

  nav ul #menu1 a,
  nav ul #menu2 a,
  nav ul #menu3 a {
    text-align: center;
    margin: 15px 0 3px 0;
    padding: 15px 0 0 0;
    font-size: 12px;
  }

  nav ul #menu1 a:before {
    content: url(../images/menu_img01.png);
    top: -10px;
    right: 0;
    left: 0;
    margin: auto;
  }

  nav ul #menu2 a:before {
    content: url(../images/wallett.png);
    top: -10px;
    right: 0;
    left: 0;
    margin: auto;
  }

  nav ul #menu3 a:before {
    content: url(../images/menu_img06.png);
    top: -10px;
    right: 0;
    left: 0;
    margin: auto;
  }

  #form li .need,
  #mailform li .need {
    display: inline-block;
    float: right;
  }

  .page_ttl {
    letter-spacing: 0em;
  }

  .complet_ttl {
    font-size: 20px;
    letter-spacing: 0em;
  }

  #thanks #pc_thanks {
    display: none;
  }

  #thanks #sp_thanks {
    margin-top: 10px;
    display: inline-block;
  }

  #sp_language {
    bottom: 0;
  }

  #sp_language ul li {
    display: table-cell;
    border-left: 1px solid #FFF;
    vertical-align: middle;
    height: 40px;
    background: #555;
  }

  #footer {
    display: none;
  }

}




/*-------螳御ｺ�逕ｻ髱｢--------------------------------*/
#complet_con p {
  color: #000;
}

#to_top a {
  text-decoration: none;
  padding: 15px 0;
  font-size: 15px;
  border: none;
  background: #222;
  color: #FFF;
  background-image: url("../images/header.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  width: 220px;
  margin: 50px auto;
}

#complet_con {
  min-height: 600px;
  padding: 40px 0;
}

.complet_ttl {
  font-size: 23px;
  text-align: center;
  color: #000;
  letter-spacing: 0.2em;
}

#complet {
  margin-top: 30px;
}

/*===============================================
 逕ｻ髱｢縺ｮ讓ｪ蟷�縺�720px縺ｾ縺ｧ
===============================================*/
@media screen and (max-width:720px) {
  #to_top {
    width: 85%;
    margin: 0 auto;
  }
}

/*===============================================
 逕ｻ髱｢縺ｮ讓ｪ蟷�縺�479px縺ｾ縺ｧ
===============================================*/
@media screen and (max-width:479px) {

  #complet_con {
    padding: 0;
  }

  #complet {
    width: 90%;
    margin: 0 auto;
  }

  .complet_ttl {
    margin: 30px 0 20px;
    font-size: 20px;
    letter-spacing: 0em;
  }

}


/*-----------------------------------------------*/
.en,
.jp,
.ch {
  display: block;
}

.hidediv {
  display: none;
}

.col25_en,
.col25_jp,
.col25_ch {
  font-size: 14px;
}

#wallet_btn_en a,
#wallet_btn_jp a,
#wallet_btn_ch a {
  font-size: 17px;
  line-height: 43px;
  display: block;
  width: 80%;
  max-width: 300px;
  text-decoration: none;
  color: #001e3c;
  margin: 0 auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e8c620+0,fcf5ba+21,e8c620+45,e8c620+85 */
  background: #D6AB2B;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #D6AB2B 0%, #FFFFDA 23%, #FFDA42 41%, #D9A600 59%, #EDBB0C 76%, #FACF73 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #D6AB2B 0%, #FFFFDA 23%, #FFDA42 41%, #D9A600 59%, #EDBB0C 76%, #FACF73 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #D6AB2B 0%, #FFFFDA 23%, #FFDA42 41%, #D9A600 59%, #EDBB0C 76%, #FACF73 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-radius: 20px;
  /* CSS3闕画｡� */
  -webkit-border-radius: 20px;
  /* Safari,Google Chrome逕ｨ */
  -moz-border-radius: 20px;
  /* Firefox逕ｨ */
}

#wallet_btn_en a:hover,
#wallet_btn_jp a:hover,
#wallet_btn_ch a:hover {
  filter: brightness(80%);
}

#fax_order_en,
#fax_order_jp,
#fax_order_ch,
#user_contact_en,
#user_contact_jp,
#user_contact_ch {
  margin-top: 15px;
}


@media screen and (max-width:479px) {

  #wallet_btn_en,
  #wallet_btn_jp,
  #wallet_btn_ch {
    margin: 22px 0 15px;
  }

  #wallet_btn_en a,
  #wallet_btn_jp a,
  #wallet_btn_ch a {
    line-height: 35px;
    margin: 0px auto 0;
  }

  #fax_order_en,
  #fax_order_jp,
  #fax_order_ch {
    margin-top: 20px;
  }

  #user_contact_en,
  #user_contact_jp,
  #user_contact_ch {
    margin: 15px 0 10px;
  }

}