@charset "UTF-8";
/** mixin **/
@font-face {
  font-family: abeatbykai;
  src: url("../../fonts/abeatbykai/abeatbyKaiRegular.otf") format("opentype");
}
@font-face {
  font-family: mygino;
  src: url("../../fonts/Hiragino/Hiragino Kaku Gothic Pro W3.otf") format("opentype");
}
body {
  position: relative;
  left: 0;
  overflow-x: hidden;
  color: #ffffff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN","メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif, mygino;
  font-size: 14px;
}

ul li {
  list-style-type: none;
}

.header_wrapper {
  background-color: #000000;
  z-index: 999;
  position: relative;
}
.header_wrapper .header {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 20px 0;
}
.header_wrapper .header .logo {
  display: table-cell;
  padding-left: 20px;
  width: 80%;
}
.header_wrapper .header .logo img {
  width: 60%;
}
.header_wrapper .header .menu_icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.footer {
  width: 100%;
  text-align: center;
  background-color: #F2F2F2;
}
.footer .sns {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
  display: table;
  text-align: center;
}
.footer .sns div {
  display: table-cell;
}
.footer .usa {
  padding-bottom: 20px;
}
.footer .usa a img {
  padding-bottom: 20px;
}
.footer .copy {
  font-size: 12px;
  color: #000000;
}
.footer .footer_under_bar {
  width: 100%;
  height: 20px;
  background-color: #000;
}

.wrapper {
  background-color: #FFFFFF;
  color: #000000;
}
.wrapper .title {
  text-align: center;
  padding: 60px 0;
}
.wrapper .title div {
  font-family: abeatbykai;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.wrapper .title h1 {
  font-size: 30px;
}
.wrapper .term {
  text-align: left;
  margin: 0 auto;
  font-size: 15px;
  line-height: 24px;
  background-color: #F2F2F2;
  padding: 18px;
}
.wrapper .term a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #516CB5;
}
.wrapper .term a:hover {
  color: #ff8000;
}
.wrapper .support_section {
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}
.wrapper .support_section .customer img {
  width: 156px;
}
.wrapper .support_section .customer .customer_support {
  margin-top: 24px;
  font-size: 14px;
  line-height: 24px;
}
.wrapper .support_section .customer .customer_support div {
  padding: 0 20px;
  font-size: 16px;
  text-align: left;
}
.wrapper .support_section .customer .customer_support .customer_help {
  display: table;
  width: 90%;
  line-height: 24px;
}
.wrapper .support_section .customer .customer_support .customer_help .customer_classify {
  font-size: 14px;
  display: table-cell;
  padding: 0px;
  width: 35%;
}
.wrapper .support_section .customer .customer_support .customer_help .customer_info {
  font-size: 14px;
  display: table-cell;
  padding: 0 1px;
}
.wrapper .support_section .customer .customer_support .customer_link a {
  color: #516CB5;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  line-height: 40px;
}
.wrapper .support_section .customer .customer_support .customer_link a:hover {
  color: #ff8000;
}
.wrapper .support_section .separator {
  margin: 60px 0;
}
.wrapper .note {
  margin-top: 80px;
  padding: 40px 0;
  font-size: 16px;
  line-height: 26px;
  border-top: solid 1px #C3C3C3;
}
.wrapper .note div {
  width: 80%;
  margin: 0 auto;
}

/*# sourceMappingURL=support.css.map */
