@charset "UTF-8";

/* --------------------------------------------------------------------
	フリーページ　共通
--------------------------------------------------------------------- */

/* div.freepage_ {
} */

div.freepage_narrow_ {
  padding: 0 60px;
}

div.freepage_ .box_ {
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
}

/* --------------------------------------------------------------------
	フリーページ　共通　
--------------------------------------------------------------------- */
body:has(.freepages_content) .header {
  margin-bottom: 25px;
}

.freepages_content {
  width: 1082px;
  margin: 30px auto 50px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.42px;
}

.freepages_content .navi {
  font-size: 14px;
  letter-spacing: 0.28px;
}

.freepages_content .navi a {
  color: #404040;
  font-size: 14px;
  letter-spacing: 0.28px;
  text-decoration: none;
}

.freepages_content a {
  color: #404040;
}

.freepages_content p {
  font-size: 14px;
  letter-spacing: 0.42px;
}

.freepages_content .title01 {
  font-size: 24px;
  font-weight: bold;
  margin: 30px auto 0;
  padding: 0;
}

.freepages_content .title02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.freepages_content .title02:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 29px;
  background: #000;
  margin-right: 15px;
}

.freepages_content .title03 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 13px;
  padding: 0;
  letter-spacing: 1px;
}

.freepages_content .title04 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  padding: 0;
  letter-spacing: 0.48px;
}

.freepages_content .btn_wrap {
  margin: 17px 0;
}

.freepages_content .btn_wrap .btn {
  width: 240px;
  height: 52px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

/* --------------------------------------------------------------------
	フリーページ　ご利用ガイド　
--------------------------------------------------------------------- */
.guide_content h1 + p,
.guide_content h2 + p {
  margin-top: 1em;
}

.guide_content section {
  margin-top: 50px;
}

.guide_content section .content {
  margin: 27px 0 40px;
}

.guide_content section .content p {
  letter-spacing: 0.42px;
  line-height: 24px;
}

.guide_content section .content p + .title04 {
  margin-top: 20px;
}

.guide_content section p a {
  color: #000;
  text-decoration: underline;
  letter-spacing: 0.42px;
}

.guide_content .small_text {
  font-size: 12px;
  margin-top: 12px;
  letter-spacing: 0.36px;
}

.guide_content .red_text {
  color: #ff365a;
  margin: 8px 0;
  letter-spacing: 0.42px;
}

.guide_content .img {
  margin: 28px 0;
}

.guide_content .flex_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 25px;
}

.guide_content .flex_unit .img {
  width: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 8px 0 0;
}

.guide_content .flex_unit:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.guide_content .anchor_link_wrap {
  margin: 17px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 33px 40px;
}

.guide_content .anchor_link_wrap .link > a {
  display: block;
  background: #fafafa;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.54px;
}

.guide_content .anchor_under_link_wrap {
  margin: 10px auto 0;
  flex: 0;
}

.guide_content .anchor_under_link_wrap li {
  margin: 10px 15px 0;
}

.guide_content .anchor_under_link_wrap li a {
  text-decoration: underline;
}

.guide_content .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* --------------------------------------------------------------------
	フリーページ　よくあるご質問　
--------------------------------------------------------------------- */
.faq_content .anchor_link_wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 20px;
  margin-top: 30px;
}

.faq_content .anchor_link_wrap li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000;
  color: #fff;
  border-radius: 6px;
  padding: 19px;
}

.faq_content .anchor_link_wrap li a:after {
  position: absolute;
  top: 49%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.faq_content .faq_accordion_wrap .content {
  margin-top: 50px;
}

.faq_content .faq_accordion_wrap .content dl {
  margin-top: 40px;
  border-bottom: 1px solid #e5e5e5;
}

.faq_content .faq_accordion_wrap .question {
  font-size: 18px;
}

.faq_content .faq_accordion_wrap .question:before,
.faq_content .faq_accordion_wrap .question:after {
  position: absolute;
  content: "";
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq_content .faq_accordion_wrap .question:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.faq_content .faq_accordion_wrap .question.is-open:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.faq_content .faq_accordion_wrap .answer {
  display: none;
  background: #fafafa;
}

.faq_content .faq_accordion_wrap .question,
.faq_content .faq_accordion_wrap .answer {
  position: relative;
  border-top: 1px solid #e5e5e5;
  padding: 20px 50px;
}

.faq_content .faq_accordion_wrap .question span,
.faq_content .faq_accordion_wrap .answer span {
  position: absolute;
  left: 20px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
  color: #000;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {

  html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
  }

  .faq_content .anchor_link_wrap,
  .guide_content .anchor_link_wrap {
    gap: 1em;
  }

  .guide_content .anchor_link_wrap .link {
    display: flex;
    flex-direction: column;
  }

  .guide_content .anchor_link_wrap .link > a {
    min-height: 4em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0;
    text-align: left;
  }

  .faq_content .anchor_link_wrap .link {
    min-height: unset;
    display: flex;
    flex-direction: column;
  }

  .faq_content .anchor_link_wrap .link > a {
    height: auto;
    padding: 0.5em;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    text-align: center;
    gap: 0.5em;
  }

  .faq_content .anchor_link_wrap li a:after {
    position: static;
  }
}
