@charset "UTF-8";
@font-face {
  font-family: 'CONDENSEicon';
  src: url("../fonts/CONDENSEicon.eot");
  src: url("../fonts/CONDENSEicon.ttf") format("truetype"), url("../fonts/CONDENSEicon.otf") format("opentype"), url("../fonts/CONDENSEicon.woff") format("woff"); }
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"); }
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic"); }
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }
  @media screen and (max-width: 480px) {
    html {
      font-size: 45%; } }

body {
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background-color: #000; }

a {
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  color: #fff;
}
a:hover {
  text-decoration: none; }
}

p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

li {
  line-height: 1.5;
}

.inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.inner.mod-fee {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 840px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.inner.mod-payment {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 840px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.inner.mod-terms {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 960px) {
  .inner {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .inner.mod-fee,
  .inner.mod-payment,
  .inner.mod-terms {
    position: static;
    -webkit-transform: translateX(0) translateY(0);
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
/******************************************
* コンポーネント設定
* .c-component
******************************************/
.c-section {
  margin-bottom: 70px;
}

.c-section.mod-fee {
  position: relative;
  left: 0;
  height: 574px;
  margin-bottom: 0;
  background-image: url(../img/top/bg-dia-01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

.c-section.mod-payment {
  position: relative;
  left: 0;
  height: 574px;
  margin-bottom: 0;
  background-image: url(../img/top/bg-dia-02.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

.c-section.mod-terms {
  position: relative;
  left: 0;
  height: 574px;
  margin-bottom: 0;
  background-image: url(../img/top/bg-dia-01.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

.c-section.mod-top-faq {
  padding: 60px 0;
  margin-bottom: 0;
}

.c-section-title-en {
  margin-bottom: 5px;
  color: #110e51;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  text-align: center;
}

.c-section-title-lv1 {
  margin: 0 auto 30px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-indent: 4px;
  letter-spacing: 4px;
}

.c-section-title-lv1.mod-ls-large {
  text-indent: 15px;
  letter-spacing: 15px;
}

.c-section-title-lv2 {
  background-color: #110e51;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  vertical-align: top;
}

.c-section-title-sub {
  margin-bottom: 20px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.c-section-title-sub.mod-no-lead {
  margin-bottom: 50px;
}

.c-section-lead {
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.c-section-lists {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0px;
  font-size: 0rem;
}

.c-section-lists.mod-fee {
  margin-bottom: 30px;
}

.c-section-lists.mod-payment {
  margin-bottom: 30px;
}

.c-section-lists-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  font-size: 22px;
  font-size: 2.2rem;
}

.c-section-lists-item.is-blue,
.c-section-lists-item.is-blue-red {
  border: 1px solid #110e51;
  background-color: #fff;
}

.c-section-lists-item.is-red,
.c-section-lists-item.is-red-blue {
  border: 1px solid #a40000;
}

.c-section-lists-item.mod-square {
  position: relative;
  left: 0;
  height: auto;
}

.c-section-lists-item.mod-square:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-button {
  width: 100%;
  border-bottom: 3px solid #808080;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #808080;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.c-box-radius-tl-tr {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

.c-box-radius-bl-br {
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

.list-wrap {
  padding: 0 8%;
  text-align: left;
}

.list-wrap.mod-fee {
  padding: 0;
  text-align: center;
}

.attention-list {
  margin-bottom: 18px;
  font-size: 14px;
  font-size: 1.4rem;
}

.attention-list {
  display: inline-block;
}

.attention-item {
  padding-left: 18px;
  text-indent: -18px;
}

.caution-list {
  font-size: 14px;
  font-size: 1.4rem;
}

.caution-item {
  padding-left: 18px;
  text-indent: -18px;
}

.c-bg-dotted {
  width: 100%;
  height: 2px;
  margin: 15px 0;
  background-image: url(../img/top/bg-dotted-01.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}

@media screen and (max-width: 960px) {
  .c-section-lists.mod-fee {
    padding: 0;
  }

  .c-section-lists.mod-payment {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-section.mod-fee,
  .c-section.mod-payment,
  .c-section.mod-terms {
    position: relative;
    left: 0;
    height: auto;
    padding: 40px 0;
    margin-bottom: 0;
    background-image: none;
  }

  .c-section.mod-sec-mb {
    margin-bottom: 70px;
  }

  .c-section-lists.mod-fee,
  .c-section-lists.mod-payment {
    display: block;
    margin-bottom: 0;
  }

  .c-section-title-sub {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .attention-list.mod-fee {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .c-section-lists-item.is-blue-red {
    border: 1px solid #a40000;
    background-color: #fff;
  }

  .c-section-lists-item.is-red-blue {
    border: 1px solid #110e51;
    background-color: #fff;
  }
}
/******************************************
* header 設定
******************************************/
.header {
  width: 100%;
  height: 102px;
  border-bottom: 2px solid #000;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  z-index: 100;
}

.header-wrap {
  position: relative;
  left: 0;
  height: 100%;
}

.logo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}

.logo-link {
  display: block;
}

@media screen and (max-width: 767px) {
 .header.mod-top {
   display: none;
 }
}
/******************************************
* footer 設定
******************************************/
.Footer {
  font-size: 10rem;
  padding: 0.5em 0;
  background-color: #000; }

.FooterContainer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  width: 95%;
  margin: 0 auto; }

.Footer__head {
  color: #959595;
  letter-spacing: -0.06em;
  border-bottom: 1px dashed #959595;
  margin-bottom: 1.5em;
  padding: 0 0.25em 0.5em;
  transition: opacity .1s;
  font-size: 2rem; }
  .Footer__head:hover {
    opacity: .7; }

.Footer__body {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 1.875em;
  font-size: 1.6rem; }
  @media screen and (max-width: 480px) {
    .Footer__body {
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; } }

.Footer__item {
  margin: 0 0.9375em; }
  @media screen and (max-width: 480px) {
    .Footer__item {
      -webkit-flex: 0 0 50%;
      flex: 0 0 50%;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      margin: 5px 0; } }
  .Footer__item:first-of-type {
    margin-left: 0; }
  .Footer__item:last-of-type {
    margin-right: 0; }

.Footer__itemLink {
  color: #fff;
  font-weight: bold;
  transition: opacity .1s;
  font-size: 1.6rem; }
  @media screen and (max-width: 480px) {
    .Footer__itemLink {
      padding: 5px; } }
  .Footer__itemLink:hover {
    opacity: .7; }

.Footer__foot {
  color: #959595;
  font-size: 1.6rem; }
/******************************************
* top 設定
******************************************/
/*
* メインビジュアル設定
* .main-visual
*/
.main-visual {
  margin-bottom: 60px;
  border-bottom: 2px solid #110e51;
  text-align: center;
}

.main-visual-inner {
  overflow: hidden;
  position: relative;
  left: 0;
  max-width: 1280px;
  margin: 0 auto;
}

.mv-btn-area {
  position: absolute;
  top: 46.499102%;
  right: 17.96875%;
  width: 31.25%;
  max-width: 400px;
}

.mv-btn-txt-wrap {
  margin-bottom: 10px;
}

.mv-btn-txt {
  padding: 0 10px;
  color: #444444;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.mv-btn-icon {
  color: #110e51;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
}

.mb-btn-wrap {
  background-color: #fff;
}

.mv-btn {
  display: block;
  width: 100%;
  padding: 20px 10px;
  background: #110e51;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .mv-btn-txt {
    font-size: 20px;
    font-size: 2rem;
  }

  .mv-btn-icon {
    font-size: 19px;
    font-size: 1.9rem;
  }

  .mv-btn {
    padding: 15px 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .main-visual {
    overflow: visible;
    position: static;
    max-height: auto;
    max-height: initial;
  }

  .mv-btn-txt {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .mv-btn-icon {
    font-size: 17px;
    font-size: 1.7rem;
  }

  .mv-btn {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    padding-top: 30px;
    margin-top: 0;
    border-top: none;
  }

  .mv-img {
    width: 100%;
  }

  .mv-btn-area {
    top: 37.13838%;
    right: 3.4375%;
    width: 46.875%;
    max-width: 300px;
  }

  .mv-btn-txt {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .mv-btn-icon {
    font-size: 23px;
    font-size: 2.3rem;
  }

  .mv-btn {
    padding: 20px 10px;
    font-size: 23px;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 600px) {
  .mv-btn-txt {
    padding: 0 5px;
    font-size: 20px;
    font-size: 2rem;
  }

  .mv-btn-icon {
    font-size: 19px;
    font-size: 1.9rem;
  }

  .mv-btn {
    padding: 15px 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .mv-btn-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .mv-btn-icon {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .mv-btn {
    padding: 15px 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 414px) {
  .mv-btn-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .mv-btn-icon {
    font-size: 13px;
    font-size: 1.3rem;
  }

  .mv-btn {
    padding: 12px 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*
* 会員特典
* .privilege
*/
.privilege-box {
  width: 18.33333%;
  margin: 30px 0;
}

.privilege-box-num {
  position: absolute;
  top: -22.3%;
  left: 0;
  width: 100%;
  text-align: center;
}

.privilege-box-num-image {
  width: 43.4%;
}

.privilege-box-wrap {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.privilege-box-wrap-inner {
  max-width: 100%;
  height: 100%;
  vertical-align: top;
}

.privilege-box-text {
  height: 50%;
  padding: 25% 0;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
}

.privilege-box-text .mod-caution {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}

.privilege-box-text .mod-attention {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
}

.privilege-box-icon {
  position: relative;
  left: 0;
  height: 50%;
}

.privilege-box-icon-image {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 44px;
  font-size: 4.4rem;
  -webkit-transform: translateX(-50%) translateY(-30%);
  -moz-transform: translateX(-50%) translateY(-30%);
  -ms-transform: translateX(-50%) translateY(-30%);
  -o-transform: translateX(-50%) translateY(-30%);
  transform: translateX(-50%) translateY(-30%);
}

.privilege-box-icon-image.mod-pict {
  width: 25%;
}

.privilege-box-icon-image.is-blue,
.privilege-box-icon-image.is-blue-red {
  color: #110e51;
}

.privilege-box-icon-image.is-red,
.privilege-box-icon-image.is-red-blue {
  color: #a40000;
}

.privilege-content {
  display: table;
  margin-top: 60px;
  table-layout: fixed;
}

.privilege-content-image {
  display: table-cell;
  width: 45%;
  max-width: 425px;
  vertical-align: middle;
}

.privilege-content-other {
  display: table-cell;
  width: 52%;
  vertical-align: middle;
}

.privilege-content-other-title {
  padding: 0 25px 15px;
  border-bottom: 1px solid #110e51;
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #444444;
  line-height: 1.5;
}

.privilege-content-other-lists {
  margin-left: 7px;
}

.privilege-content-other-lists-item {
  padding-left: 14px;
  font-size: 18px;
  font-size: 1.8rem;
  text-indent: -7px;
}

.privilege-content-other-lists-item:before {
  content: '※';
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

@media screen and (max-width: 960px) {
  .privilege-box-text {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .privilege-box-icon-image {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .privilege-box {
    width: 30%;
  }

  .privilege-box-text {
    padding: 25% 3px 0;
  }

  .privilege-box-text .mod-caution {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .privilege-box-text .mod-attention {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .privilege-box-icon-image {
    width: 50%;
    font-size: 44px;
    font-size: 4.4rem;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .privilege-content {
    display: block;
  }

  .privilege-content-image {
    display: block;
    width: 100%;
    max-width: auto;
    max-width: initial;
    margin-bottom: 10%;
  }

  .privilege-content-other {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .privilege-box {
    width: 47%;
  }

  .privilege-box-text {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .privilege-box-icon-image.is-blue-red {
    color: #a40000;
  }

  .privilege-box-icon-image.is-red-blue {
    color: #110e51;
  }
}
/*
* 会費
* .fee
*/
.fee {
  width: 29.762%;
  box-shadow: 3px 2px 1px 0px #ddd;
}

.fee.mod-attention {
  position: relative;
  left: 0;
}

.fee-title {
  padding: 15px 5px;
  font-size: 24px;
  font-size: 2.4rem;
  text-indent: 3px;
  letter-spacing: 3px;
}

.fee-content {
  padding: 15px 5px;
  text-align: center;
}

.fee-content-text {
  color: #5b5b5b;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.fee-content-text .mod-unit {
  font-size: 24px;
  font-size: 2.4rem;
  vertical-align: middle;
}

.fee-content-image-wrap {
  margin-bottom: 10px;
}

.fee-content-image-wrap.mod-text-row1 {
  margin-bottom: 22px;
}

.fee-content-limited {
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 960px) {
  .fee {
    width: 31%;
  }
}
@media screen and (max-width: 767px) {
  .fee {
    width: 70%;
    margin: 0 auto 20px;
  }

  .fee-box {
    width: 100%;
    height: auto;
  }

  .fee-content {
    padding: 10px;
  }
}
@media screen and (max-width: 375px) {
  .fee {
    width: 100%;
    margin: 0 auto 20px;
  }
}
/*
* お支払い方法
* .payment
*/
.payment {
  width: 29.762%;
  box-shadow: 3px 2px 1px 0px #ddd;
}

.payment.mod-attention {
  position: relative;
  left: 0;
}

.payment-title {
  padding: 15px 5px;
  font-size: 22px;
  font-size: 2.2rem;
  text-indent: 3px;
}

.payment-content {
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.payment-content-text {
  min-height: 84px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.payment-content-available {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.payment-content-available-title {
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #110e51;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .payment {
    width: 31%;
  }

  .payment-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .payment {
    width: 70%;
    margin: 0 auto 20px;
  }

  .payment-box {
    width: 100%;
    height: auto;
  }

  .payment-content {
    padding: 10px;
  }

  .payment-content-text {
    min-height: auto;
    min-height: initial;
  }
}
@media screen and (max-width: 375px) {
  .payment {
    width: 100%;
    margin: 0 auto 20px;
  }
}
/*
* 入会規約
* .terms
*/
.terms {
  overflow: auto;
  width: 100%;
  max-width: 780px;
  height: 230px;
  padding: 25px;
  border: 1px solid #7b7b7b;
  margin: 0 auto 25px;
  background-color: #fff;
}

.terms-title {
  margin-bottom: 50px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.terms-content {
  margin-bottom: 30px;
}

.terms-content-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.terms-content-text {
  padding: 0 14px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

.terms-content-lists {
  padding: 0 14px;
  font-size: 16px;
  font-size: 1.6rem;
}

.terms-content-lists-item {
  padding-left: 14px;
  text-indent: -7px;
  line-height: 1.8;
}

.terms-content-lists-item:before {
  content: '・';
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.terms-btn {
  max-width: 310px;
  margin: 0 auto;
}

.terms-btn-link {
  display: block;
  width: 100%;
  padding: 20px 10px;
  background: #110e51;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .terms {
    height: 250px;
    padding: 15px;
  }

  .terms-title {
    margin-bottom: 30px;
    font-size: 20px;
    font-size: 2rem;
  }

  .terms-content-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*
* トップFAQ
* .top-faq
*/
.top-faq {
  text-align: center;
}

.top-faq-text {
  display: inline-block;
  position: relative;
  left: 0;
  margin-bottom: 10px;
  color: #a40000;
  font-size: 14px;
  font-size: 1.4rem;
}

.top-faq-text:before {
  display: block;
  content: '';
  position: absolute;
  top: -10px;
  left: -15px;
  width: 1px;
  height: 33px;
  background-color: #a40000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.top-faq-text:after {
  display: block;
  content: '';
  position: absolute;
  top: -10px;
  right: -15px;
  width: 1px;
  height: 33px;
  background-color: #a40000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-faq-title {
  margin-bottom: 10px;
  font-size: 30px;
  font-size: 3rem;
}

.top-faq-title .mod-amp {
  font-size: 24px;
  font-size: 2.4rem;
}

.top-faq-btn {
  max-width: 310px;
  margin: 0 auto;
}

.top-faq-btn-link {
  display: block;
  width: 100%;
  padding: 20px 10px;
  background: #808080;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

/*=========================================
* 下層ページ 設定
*=========================================*/
.main-wrap {
  padding-top: 70px;
}

@media screen and (max-width: 960px) {
 .main-wrap {
   padding-top: 132px;
 }
}
/*
* FAQ
* .faq
*/
.faq-title-icon {
  margin-bottom: 30px;
  text-align: center;
}

.faq-lists {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 70px;
}

.faq-lists-title {
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

.faq-lists-item {
  margin-bottom: 10px;
}

.faq-lists-item-title {
  position: relative;
  left: 0;
  width: 100%;
  padding: 10px 30px 10px 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #808080;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
  line-height: 2.0;
}

.faq-lists-item-title:after {
  display: block;
  content: '\f138';
  position: absolute;
  top: 50%;
  right: 15px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'FontAwesome';
  -moz-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  -moz-transition: all, 0.25s, linear;
  -o-transition: all, 0.25s, linear;
  -webkit-transition: all, 0.25s, linear;
  transition: all, 0.25s, linear;
}

.faq-lists-item-title.open:after {
  -moz-transform: translate(0, -50%) rotate(-90deg);
  -ms-transform: translate(0, -50%) rotate(-90deg);
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

.faq-lists-item-body {
  position: relative;
  left: 0;
  display: none;
  width: 100%;
  background-color: #fff;
  color: #000;
  padding: 15px 30px 15px 30px;
  border: 2px solid #808080;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}

.faq-lists-item-icon {
  position: absolute;
  top: 50%;
  left: 17px;
  -webkit-transform: translateX(0) translateY(-50%);
  -moz-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  -o-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}

.faq-lists-item-icon.mod-question {
  top: 0;
  -webkit-transform: translateX(0) translateY(10px);
  -moz-transform: translateX(0) translateY(10px);
  -ms-transform: translateX(0) translateY(10px);
  -o-transform: translateX(0) translateY(10px);
  transform: translateX(0) translateY(10px);
}

.faq-lists-item-icon.mod-answer {
  top: 0;
  -webkit-transform: translateX(0) translateY(0);
  -moz-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  -o-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  -webkit-transition: all .7s ease;
  -moz-transition: all .7s ease;
  -ms-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.open + .faq-lists-item-body .faq-lists-item-icon.mod-answer {
  -webkit-transform: translateX(0) translateY(15px);
  -moz-transform: translateX(0) translateY(15px);
  -ms-transform: translateX(0) translateY(15px);
  -o-transform: translateX(0) translateY(15px);
  transform: translateX(0) translateY(15px);
}

/*
* プライバシーポリシー
* .privacy
*/
.privacy {
  padding: 65px 85px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f5f5f5;
}

.privacy-title {
  margin-bottom: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #808080;
  font-weight: bold;
  line-height: 1.5;
}

.privacy-summary {
  margin-bottom: 40px;
}

.privacy-content {
  margin-bottom: 30px;
}

.privacy-content-title {
  margin-bottom: 10px;
  color: #808080;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-indent: -9px;
  line-height: 1.5;
}

.privacy-content-text {
  line-height: 1.8;
}

.privacy-content-lists-item {
  padding-left: 16px;
  text-indent: -16px;
  line-height: 1.8;
}

.privacy-content-lists-item.mod-number {
  padding-left: 21px;
  text-indent: -21px;
}

@media screen and (max-width: 960px) {
  .privacy {
    padding: 5% 8%;
  }

  .privacy-title {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .privacy-summary {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .privacy-content-title {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .privacy-content-text {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .privacy-content-lists-item {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 14px;
    text-indent: -14px;
  }

  .privacy-content-lists-item.mod-number {
    padding-left: 19px;
    text-indent: -19px;
  }
}
/*
* 特定商取引法
* .tokutei
*/
.tokutei-table {
  position: relative;
  left: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.tokutei-table:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 57px;
  border-left: 10px solid #e4b84c;
}

.tokutei-table.mod-table-first {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

.tokutei-table.mod-table-first:before {
  top: 0;
  left: 0;
  -moz-border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
}

.tokutei-table.mod-table-last {
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

.tokutei-table.mod-table-last:before {
  bottom: 0;
  left: 0;
  height: 100%;
  -moz-border-radius: 0px 0px 0px 5px;
  -webkit-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
}

.tokutei-table-heading {
  display: table-cell;
  width: 250px;
  height: 60px;
  padding: 0 10px 0 20px;
  background-color: #808080;
  color: #fff;
  border-bottom: 3px solid #fff;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.tokutei-table-heading.mod-table-first {
  border-top: 3px solid #808080;
  -moz-border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
}

.tokutei-table-heading.mod-table-last {
  border-bottom: 3px solid #808080;
  -moz-border-radius: 0px 0px 0px 5px;
  -webkit-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
}

.tokutei-table-heading-summary {
  font-size: 14px;
  font-size: 1.4rem;
}

.tokutei-table-contents {
  display: table-cell;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 3px solid #808080;
  border-width: 0 3px 3px 0;
  font-weight: 500;
  line-height: 1.3;
  vertical-align: middle;
}

.tokutei-table-contents.mod-table-first {
  border-top: 3px solid #808080;
  -moz-border-radius: 0px 5px 0px 0px;
  -webkit-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
}

.tokutei-table-contents.mod-table-last {
  border-bottom: 3px solid #808080;
  -moz-border-radius: 0px 0px 5px 0px;
  -webkit-border-radius: 0px 0px 5px 0px;
  border-radius: 0px 0px 5px 0px;
}

@media screen and (max-width: 960px) {
  .tokutei-table {
    display: block;
  }

  .tokutei-table:before {
    width: 100%;
    height: 10px;
    border-top: 10px solid #e4b84c;
    border-left: none;
  }

  .tokutei-table.mod-table-first:before {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
  }

  .tokutei-table.mod-table-last:before {
    top: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  .tokutei-table-heading {
    display: block;
    width: 100%;
    padding: 20px 0 15px;
    border-bottom: none;
  }

  .tokutei-table-heading.mod-table-first {
    border-top: none;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
  }

  .tokutei-table-heading.mod-table-last {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  .tokutei-table-contents {
    display: block;
    height: auto;
    padding: 15px 15px 20px;
    border: 3px solid #808080;
    border-width: 0 3px;
  }

  .tokutei-table-contents.mod-table-first {
    border-top: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  .tokutei-table-contents.mod-table-last {
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
  }
}
/*
* お問い合わせ
* .contact
*/
.contact {
  padding: 50px 85px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
	color: #000;
	background-color: #fff;

}

.contact-summary {
  margin-bottom: 40px;
}

.contact-content-title {
  margin-bottom: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #808080;
  font-weight: bold;
  line-height: 1.5;
}

.contact-content-access {
  margin-bottom: 10px;
  line-height: 1.8;
}

.contact-content-tel {
  margin-bottom: 30px;
  line-height: 1.8;
}

.contact-content-email {
  margin-bottom: 20px;
  line-height: 1.8;
}

.contact-content-lists-wrap {
  text-align: left;
}

.contact-content-lists {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-bottom: 50px;
  text-align: left;
}

.contact-content-lists-item {
  padding-left: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  text-indent: -21px;
  line-height: 1.8;
}

.contact-content-lists-item.mod-attention:before {
  content: '※';
}

.contact-content-address {
  margin-bottom: 30px;
}

.contact-content-address .mod-company-name {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 960px) {
  .contact {
    padding: 5% 6% 0;
  }
}
/*
* パスワード発行
* .issue
*/
.issue label {
  vertical-align: middle;
}

.issue-table {
  position: relative;
  left: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.issue-table:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 100%;
  border-left: 10px solid #e4b84c;
}

.issue-table:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 3px;
  background-color: #fff;
}

.issue-table.mod-table-first {
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

.issue-table.mod-table-first:before {
  top: 0;
  left: 0;
  -moz-border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
}

.issue-table.mod-table-last {
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

.issue-table.mod-table-last:before {
  bottom: 0;
  left: 0;
  height: 100%;
  -moz-border-radius: 0px 0px 0px 5px;
  -webkit-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
}

.issue-table.mod-table-last:after {
  content: none;
}

.issue-table-heading {
  display: table-cell;
  width: 228px;
  height: 87px;
  padding: 0 10px 0 20px;
  background-color: #808080;
  color: #fff;
  border-bottom: 3px solid #fff;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.issue-table-heading.mod-table-first {
  border-top: 3px solid #808080;
  -moz-border-radius: 5px 0px 0px 0px;
  -webkit-border-radius: 5px 0px 0px 0px;
  border-radius: 5px 0px 0px 0px;
}

.issue-table-heading.mod-table-last {
  border-bottom: 3px solid #808080;
  -moz-border-radius: 0px 0px 0px 5px;
  -webkit-border-radius: 0px 0px 0px 5px;
  border-radius: 0px 0px 0px 5px;
}

.issue-table-heading-summary {
  font-size: 14px;
  font-size: 1.4rem;
}

.issue-table-contents {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  border: 3px solid #808080;
  border-width: 0 3px 3px 0;
  font-weight: 500;
  line-height: 1.5;
  vertical-align: middle;
}

.issue-table-contents.mod-table-first {
  border-top: 3px solid #808080;
  -moz-border-radius: 0px 5px 0px 0px;
  -webkit-border-radius: 0px 5px 0px 0px;
  border-radius: 0px 5px 0px 0px;
}

.issue-table-contents.mod-table-last {
  border-bottom: 3px solid #808080;
  -moz-border-radius: 0px 0px 5px 0px;
  -webkit-border-radius: 0px 0px 5px 0px;
  border-radius: 0px 0px 5px 0px;
}

.issue-form-input, .issue-submit-button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.issue-form-input {
  width: 100%;
  height: 40px;
  padding: 5px;
  border: 2px solid #c9c9c9;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.issue-form-input.mod-offset-02 {
  max-width: 60px;
}

.issue-form-input.mod-offset-03 {
  max-width: 120px;
}

.issue-form-input.mod-offset-04 {
  max-width: 140px;
}

.issue-form-input.mod-offset-10 {
  max-width: 180px;
}

.issue-form-text {
  margin-right: 20px;
  font-weight: 600;
}

.issue-form-text.mod-text-last {
  margin-right: 0;
}

.issue-form-text.mod-icon-minus {
  margin-right: 10px;
  font-size: 10px;
  font-size: 1rem;
  color: #969696;
}

.issue-form-rule {
  font-weight: 600;
}

.issue-table-contents-attention {
  display: block;
  padding-left: 14px;
  margin-top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  text-indent: -14px;
}

.issue-submit {
  width: 100%;
  max-width: 310px;
  margin: 50px auto 0;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
}

.issue-submit-button {
  width: 100%;
  border-bottom: 3px solid #808080;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #c19527;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.issue-submit-button {
  width: 100%;
  padding: 6px 15px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}

.issue-submit-button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.issue-radio-wrap {
  margin-top: 10px;
}
.issue-radio-wrap:first-child {
  margin-top: 0;
}

@media screen and (max-width: 960px) {
  .issue-table {
    display: block;
  }

  .issue-table:before {
    width: 100%;
    height: 10px;
    border-top: 10px solid #e4b84c;
    border-left: none;
  }

  .issue-table:after {
    content: none;
  }

  .issue-table.mod-table-first:before {
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
  }

  .issue-table.mod-table-last:before {
    top: 0;
    height: 10px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  .issue-table-heading {
    display: block;
    width: 100%;
    height: 50px;
    padding: 20px 0 15px;
    border-bottom: none;
  }

  .issue-table-heading.mod-table-first {
    border-top: none;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
  }

  .issue-table-heading.mod-table-last {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  .issue-table-contents {
    display: block;
    height: auto;
    padding: 15px 15px 20px;
    border: 3px solid #808080;
    border-width: 0 3px;
  }

  .issue-table-contents.mod-table-first {
    border-top: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }

  .issue-table-contents.mod-table-last {
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
  }
}
@media screen and (max-width: 767px) {
  .issue-form-input {
    margin-right: 3px;
    margin-bottom: 5px;
  }

  .issue-form-text {
    margin-right: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .issue-form-text.mod-icon-minus {
    margin-right: 3px;
    font-size: 10px;
    font-size: 1rem;
  }

  .issue-form-input.mod-offset-02 {
    max-width: 50px;
  }

  .issue-form-input.mod-offset-03 {
    max-width: 80px;
  }

  .issue-form-input.mod-offset-04 {
    max-width: 100px;
  }

  .issue-form-input.mod-offset-10 {
    max-width: 120px;
  }
}
@media screen and (max-width: 320px) {
  .issue-form-rule {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
  }

  .issue-form-input.mod-offset-02 {
    max-width: 40px;
  }

  .issue-form-input.mod-offset-03 {
    max-width: 60px;
  }

  .issue-form-input.mod-offset-04 {
    max-width: 80px;
  }
}
/******************************************
* 共通設定
******************************************/
.invisible {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}

.visible {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}

.is-footer-fixed {
  height: 100%;
}

.no-scroll {
  overflow: hidden;
  height: auto;
}

.no-scroll-footer-fixed {
  overflow: hidden;
  height: 100%;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.is-tab-only-show {
  display: none;
}

.is-tab-only-hide {
  display: block;
}

.is-tab-show {
  display: none;
}

.is-sp-show {
  display: none;
}

.is-sp-s-show {
  display: none;
}

.is-sp-s-hide {
  display: block;
}

@media screen and (max-width: 960px) {
  .is-pc-only-show {
    display: none;
  }

  .is-tab-hide {
    display: none;
  }

  .is-tab-show {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .is-sp-hide {
    display: none;
  }

  .is-sp-show {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .is-sp-s-show {
    display: block;
  }

  .is-sp-s-hide {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .is-tab-only-show {
    display: block;
  }

  .is-tab-only-hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-vertical-writing {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}
