@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap");
/*
	$weight:フォントの太さ
*/
/*
	$weight:フォントの太さ
	@include f_serif(700);
*/
/*
	$weight:フォントの太さ
	@include f_din(600);
*/
.sec_membership .content_block.message .text_box {
  max-width: 700px;
  margin: auto;
}
.sec_membership .content_block.message .text_box .signature {
  margin-top: 1.5rem;
  text-align: right;
}
.sec_membership .content_block.message .text_box .text {
  font-size: 1.8rem;
  line-height: 2.4;
}

/* JOIN */
.sec_join {
  background: #FFFFFF;
}
.sec_join .content_block.guide {
  max-width: 660px;
  margin: auto;
}
.sec_join .content_block.guide .list .group {
  display: -ms-grid;
  display: grid;
}
@media print, screen and (min-width: 992px) {
  .sec_join .content_block.guide .list .group {
    -ms-grid-columns: 12em auto;
    grid-template-columns: 12em auto;
  }
}
@media screen and (max-width: 991px) {
  .sec_join .content_block.guide .list .group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.sec_join .content_block.guide .list .group .term {
  font-weight: bold;
  border-bottom: 1px solid #E6E6E6;
}
@media print, screen and (min-width: 992px) {
  .sec_join .content_block.guide .list .group .term {
    font-size: 1.8rem;
    text-align: center;
    padding: 0.75em 0.75em 1em;
  }
}
@media screen and (max-width: 991px) {
  .sec_join .content_block.guide .list .group .term {
    font-size: 1.8rem;
    padding: 0.75em;
  }
}
.sec_join .content_block.guide .list .group .term .title {
  display: inline-block;
  width: 6em;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.sec_join .content_block.guide .list .group .box {
  padding: 0.75em 0.75em 1em;
}
@media print, screen and (min-width: 992px) {
  .sec_join .content_block.guide .list .group .box {
    border-bottom: 1px solid #E6E6E6;
  }
}
.sec_join .content_block.guide .list .group .box .description {
  font-weight: normal;
}
@media print, screen and (min-width: 992px) {
  .sec_join .content_block.guide .list .group .box .description {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .sec_join .content_block.guide .list .group .box .description {
    font-size: 1.6rem;
  }
}
.sec_join .content_block.guide .list .group .box .description .fee {
  display: inline-block;
  width: 5em;
}
.sec_join .content_block.pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 4rem;
}
.sec_join .content_block.pdf .text_box .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}