@charset "UTF-8";
/* ---------------------------------------------------
mixin
---------------------------------------------------- */
/*-------------------------------------------
よくある質問
-------------------------------------------*/
.c-index-wrapper {
  display: grid;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  row-gap: 35px;
  grid-template: "question01 question02" auto "question01 question04" auto "question03 question04" auto "question05 question04" auto "question05 question06" auto/1fr 1fr;
  /* 入会キャンペーンQ1-3非表示 */
}
@media screen and (max-width: 768px) {
  .c-index-wrapper {
    display: block;
  }
}
.c-index-wrapper #question01 {
  grid-area: question01;
}
.c-index-wrapper #question02 {
  grid-area: question02;
}
.c-index-wrapper #question03 {
  grid-area: question03;
}
.c-index-wrapper #question04 {
  grid-area: question04;
}
.c-index-wrapper #question05 {
  grid-area: question05;
}
.c-index-wrapper #question06 {
  grid-area: question06;
}
.c-index-wrapper #question07 {
  grid-area: question07;
}
.c-index-wrapper.ver2 {
  grid-template: "question01 question02" auto "question01 question04" auto "question03 question04" auto "question03 question04" auto "question03 question06" auto "question03 question06" auto "question03 question06" auto "question05 question06" auto/1fr 1fr;
}
.c-index-wrapper .c-index-inner .c-index-ttl {
  background: var(--blk1);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.c-index-wrapper .c-index-inner .c-index-ttl a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: clamp(1.6rem, 1.3vw, 2rem);
  font-weight: 700;
  padding: 20px 20px 20px 80px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .c-index-wrapper .c-index-inner .c-index-ttl a {
    padding: 20px 20px 20px 70px;
  }
}
@media screen and (max-width: 768px) {
  .c-index-wrapper .c-index-inner .c-index-ttl a {
    font-size: clamp(1.4rem, 4.1vw, 1.6rem);
  }
}
.c-index-wrapper .c-index-inner .c-index-ttl a:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 35px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-index-wrapper .c-index-inner .c-index-ttl a > i {
  position: absolute;
  display: grid;
  place-content: center;
  background: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  top: 50%;
  left: 15px;
  margin-top: -24px;
}
@media screen and (max-width: 1024px) {
  .c-index-wrapper .c-index-inner .c-index-ttl a > i {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
.c-index-wrapper .c-index-inner .c-index-ttl a > i img {
  width: 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-index-wrapper .c-index-inner .c-index-ttl a:hover {
  opacity: 1;
  padding: 20px 20px 20px 90px;
}
.c-index-wrapper .c-index-inner .c-index-ttl a:hover:after {
  right: 25px;
}
.c-index-wrapper .c-index-inner .c-index-ttl a:hover > i img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.c-index-wrapper .c-index-inner .c-index-link {
  background: var(--gray3);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0 30px;
}
.c-index-wrapper .c-index-inner .c-index-link > ul > li {
  border-bottom: var(--gray2) 1px solid;
}
.c-index-wrapper .c-index-inner .c-index-link > ul > li:last-child {
  border: none;
}
.c-index-wrapper .c-index-inner .c-index-link > ul > li a {
  display: block;
  position: relative;
  color: var(--blk1);
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
  padding: 1.5em 0.3em 1.5em 1.5em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .c-index-wrapper .c-index-inner .c-index-link > ul > li a {
    font-size: clamp(1.2rem, 3.5vw, 1.4rem);
  }
}
.c-index-wrapper .c-index-inner .c-index-link > ul > li a:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid var(--blk1);
  border-right: 2px solid var(--blk1);
  top: 50%;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -3px;
}
@media screen and (max-width: 1024px) {
  .c-index-wrapper .c-index-inner .c-index-link > ul > li a:before {
    width: 5px;
    height: 5px;
    margin-top: -4px;
  }
}
.c-index-wrapper .c-index-inner .c-index-link > ul > li a:hover {
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .c-index-wrapper .c-index-inner + .c-index-inner {
    margin-top: 30px;
  }
}

.c-table-exchgtk01 tr > * {
  font-weight: 500;
  padding: 15px 5px;
}
.c-table-exchgtk01 thead > tr > th {
  font-size: clamp(1.5rem, 1.1vw, 1.7rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-table-exchgtk01 thead > tr > th {
    font-size: clamp(1.2rem, 4.1vw, 1.6rem);
  }
}
.c-table-exchgtk01 thead > tr > th .c-text-small {
  font-size: 70%;
  font-weight: normal;
}
.c-table-exchgtk01 tbody > tr > th {
  color: #fff;
  font-size: clamp(1.4rem, 0.98vw, 1.6rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-table-exchgtk01 tbody > tr > th {
    font-size: clamp(1.3rem, 3.5vw, 1.5rem);
  }
}
.c-table-exchgtk01 tbody > tr > th.spring {
  background: #f4b4d0;
}
.c-table-exchgtk01 tbody > tr > th.black_mbr {
  background: #000;
}
.c-table-exchgtk01 tbody > tr > th.blkwht_mbr {
  color: #000;
  background: #eee;
}
.c-table-exchgtk01 tbody > tr > th.early_regular {
  background: #6aa1ba;
}
.c-table-exchgtk01 tbody > tr > th.junior {
  color: #000;
  background: #c9c9c9;
}
.c-table-exchgtk01 tbody > tr > td {
  font-size: clamp(1.4rem, 0.98vw, 1.6rem);
}
@media screen and (max-width: 768px) {
  .c-table-exchgtk01 tbody > tr > td {
    font-size: clamp(1.3rem, 3.5vw, 1.5rem);
  }
}
.c-table-exchgtk01 tbody > tr > td p {
  text-align: left;
}
.c-table-exchgtk01 tbody > tr > td p.c-text-small {
  font-size: 90%;
}
.c-table-exchgtk01 tbody > tr > td .c-list-memo > li {
  font-size: 1.2rem;
  text-align: left;
}
.c-table-exchgtk01 tbody > tr > td .c-list-memo > li.u-font-color__red {
  margin-top: 10px;
}
.c-table-exchgtk01 tbody > tr > td .u-dsp-ib {
  display: inline-block;
}

/*-------------------------------------------
会員規約
-------------------------------------------*/
#rule .contents-inner dl {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #rule .contents-inner dl {
    margin-bottom: 1em;
  }
}
#rule .contents-inner dl > dt {
  font-size: clamp(1.6rem, 1.3vw, 2rem);
  font-weight: 700;
  border-bottom: #000 1px solid;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  #rule .contents-inner dl > dt {
    font-size: clamp(1.2rem, 4.1vw, 1.6rem);
  }
}
#rule .contents-inner dl > dd {
  line-height: 1.7;
  padding: 1em;
  word-break: break-all;
}
#rule .contents-inner dl > dd ol {
  counter-reset: count 0;
}
#rule .contents-inner dl > dd ol li {
  text-indent: -1em;
  padding-left: 1em;
}
#rule .contents-inner dl > dd ol li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
}
#rule .contents-inner dl > dd ol li.no-number:before {
  display: none;
}
#rule .contents-inner dl > dd ol li.paren:before {
  content: "(" counter(count) ") ";
}
#rule .contents-inner dl > dd ol li + li {
  margin-top: 0.5em;
}
#rule .contents-inner dl > dd ol.p-paren01 > li:before {
  content: counter(count) ") ";
}
#rule .contents-inner dl > dd ol > ol {
  margin-top: 5px;
}
#rule .contents-inner dl > dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
#rule .contents-inner dl > dd ul li:before {
  content: "・";
}
#rule .contents-inner dl > dd ul li + li {
  margin-top: 0.5em;
}
#rule .contents-inner dl > dd ul.square01 > li:before {
  content: "■";
  margin-right: 0.2em;
}
#rule .contents-inner dl > dd .c-link-txt {
  text-decoration: underline;
  padding: 0 0.1em;
}

.c-table-rule {
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 5px;
}
.c-table-rule tr > * {
  border: #000 1px solid;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  padding: 5px 20px;
}
@media screen and (max-width: 768px) {
  .c-table-rule tr > * {
    font-size: clamp(1.1rem, 3.07vw, 1.2rem);
  }
}
.c-table-rule tbody > tr > th {
  position: relative;
}
.c-table-rule tbody > tr > th:after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #666;
  line-height: 1;
  width: 30px;
  height: 2px;
  top: 50%;
  right: -16px;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .c-table-rule tbody > tr > th:after {
    width: 24px;
    right: -12px;
  }
}
.c-table-rule tbody > tr > td {
  position: relative;
}
.c-table-rule tbody > tr > td:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border: #666 2px solid;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  top: 50%;
  left: 5px;
}
@media screen and (max-width: 768px) {
  .c-table-rule tbody > tr > td:before {
    width: 6px;
    height: 6px;
    left: 4px;
  }
}/*# sourceMappingURL=groupF.css.map */