@charset "UTF-8";
/*
カラム制御：デフォルトで1～5カラムまで対応
PC用floatによるカラム制御

html：col_1～5まで対応
例）3列で折り返し
<ul class="col_3">
	<li></li>
	<li></li>
	<li></li>
</ul>

scss：mixinでカラム設定を自動処理化

.col_3 {
	@include colmg(30);
}

数値設定はアイテム間余白（デフォルトは20）;
※縦、横ともに外側への約は発生しない

*/
/*-------------------------------------------*/
/*
Mrs Eaves OT Roman（見出し系欧文）
400：Medium（デフォルト）
*/
/*
Mrs Eaves Roman Lining（電話番号系数字）
400：Medium（デフォルト）
*/
/*
源ノ明朝
400：Regular
500：Medium（デフォルト）
600：SemiBold
*/
/*
example
@include vaM;
*/
/*
example
@include taJ
*/
/*
example
@include dotted(#COLOR, WidthPX,SpaceingPX,HeightPX); 横破線
@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.content_wrap.-faq {
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 640px) {
  .content_wrap.-faq {
    padding-bottom: 0.8rem;
  }
}

.-faq_under.content_wrap {
  margin-top: 2.45rem;
}
@media screen and (max-width: 640px) {
  .-faq_under.content_wrap {
    margin-top: 0.9rem;
  }
}

.content_wrap_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.64rem;
}
@media screen and (max-width: 640px) {
  .content_wrap_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
}
.content_wrap_in .faq_sidebar {
  width: 2.36rem;
}
@media screen and (max-width: 640px) {
  .content_wrap_in .faq_sidebar {
    width: 100%;
  }
}
.content_wrap_in .faq_sidebar .faq_sidebar_in {
  position: sticky;
  top: 2.45rem;
  left: 0;
}
.content_wrap_in .faq_sidebar .faq_sidebar_in .faq_sidetitle {
  position: relative;
  margin-bottom: 0.24rem;
  padding-bottom: 0.16rem;
  color: #601E1F;
  font-size: 0.18rem;
  font-weight: 500;
  font-family: source-han-serif-japanese, serif;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .content_wrap_in .faq_sidebar .faq_sidebar_in .faq_sidetitle {
    padding-bottom: 0.19rem;
    margin-bottom: 0.32rem;
    font-size: 0.16rem;
  }
}
.content_wrap_in .faq_sidebar .faq_sidebar_in .faq_sidetitle::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #D9D9D9;
}
.content_wrap_in .faq_sidebar .faq_sidebar_in .faq_sidetitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0.54rem;
  height: 2px;
  background-color: #601E1F;
}
@media screen and (max-width: 640px) {
  .content_wrap_in .faq_sidebar .faq_sidebar_in .faq_sidetitle::after {
    width: 0.82rem;
  }
}
.content_wrap_in .faq_sidebar .faq_sidebar_in .ranking {
  margin-bottom: 0.82rem;
}
.content_wrap_in .faq_sidebar .faq_sidebar_in .ranking .linkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.24rem;
}
.content_wrap_in .faq_sidebar .faq_sidebar_in .ranking .linkbox .faq_ranking_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.05rem;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 640px) {
  .content_wrap_in .faq_sidebar .faq_sidebar_in .ranking .linkbox .faq_ranking_link {
    gap: 0.08rem;
  }
}
.no-touchevents .content_wrap_in .faq_sidebar .faq_sidebar_in .ranking .linkbox .faq_ranking_link:hover {
  opacity: 0.6;
}
.content_wrap_in .faq_sidebar .faq_sidebar_in .ranking .linkbox .faq_ranking_link .faq_ranking_number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.05rem;
  width: 0.16rem;
  color: #fff;
  font-family: "mrs-eaves-roman-lining", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.12rem;
  line-height: 1;
  letter-spacing: 0;
}
.content_wrap_in .faq_sidebar .faq_sidebar_in .ranking .linkbox .faq_ranking_link .faq_ranking_number::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 0.16rem;
  border-radius: 50%;
  background-color: #601E1F;
}
.content_wrap_in .faq_sidebar .faq_sidebar_in .ranking .linkbox .faq_ranking_link .faq_ranking_question {
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.content_wrap_in .faq_sidebar .faq_sidebar_in .ranking .linkbox .wpp-no-data {
  color: #601E1F;
  font-size: 0.14rem;
}
@media screen and (max-width: 640px) {
  .content_wrap_in .faq_sidebar .faq_sidebar_in .ranking .linkbox .wpp-no-data {
    font-size: 0.12rem;
  }
}
.content_wrap_in .faq_sidebar .faq_sidebar_in .faq_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.2rem;
}
@media screen and (max-width: 640px) {
  .content_wrap_in .faq_sidebar .faq_sidebar_in .faq_category_list {
    gap: 0.16rem;
  }
}
.content_wrap_in .faq_sidebar .faq_sidebar_in .faq_category_list .faq_category_btn {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #601E1F;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.no-touchevents .content_wrap_in .faq_sidebar .faq_sidebar_in .faq_category_list .faq_category_btn:hover::before {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.content_wrap_in .faq_sidebar .faq_sidebar_in .faq_category_list .faq_category_btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #601E1F;
  opacity: 0;
  -webkit-transform: translateY(0.03rem);
          transform: translateY(0.03rem);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}

.faq_content-wrap {
  margin: 0 auto 1.2rem;
  padding: 0.32rem 0.4rem;
  width: 9.8rem;
  background-color: #F7F7F7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .faq_content-wrap {
    margin-bottom: 0.64rem;
    padding: 0.32rem 0.16rem;
    width: 100%;
  }
}
.faq_content-wrap .archive-sec-main-heading {
  margin-bottom: 0.16rem;
  font-family: source-han-serif-japanese, serif;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .faq_content-wrap .archive-sec-main-heading {
    margin-bottom: 0.24rem;
    text-align: center;
    font-size: 0.14rem;
  }
}
.faq_content-wrap .faq_index_wrap {
  position: relative;
}
.faq_content-wrap .faq_index_wrap form {
  margin-bottom: 0.16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .faq_content-wrap .faq_index_wrap form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
}
.faq_content-wrap .faq_index_wrap .faq_index_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.18rem 0.16rem;
  width: calc(100% - 1.96rem);
  background-color: #fff;
  color: #2D2D2D;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .faq_content-wrap .faq_index_wrap .faq_index_box {
    margin-bottom: 0.8rem;
    padding: 0.14rem 0.12rem;
    width: 133%;
    font-size: 16px;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
.faq_content-wrap .faq_index_wrap .faq_index_btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.17rem 0;
  width: 1.96rem;
  background-color: #601E1F;
  border: 1px solid #601E1F;
  color: #fff;
  font-size: 0.16rem;
  font-family: source-han-serif-japanese, serif;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .faq_content-wrap .faq_index_wrap .faq_index_btn {
    display: block;
    margin: 0 auto;
    padding: 0.13rem 0;
    font-size: 0.14rem;
  }
}
.no-touchevents .faq_content-wrap .faq_index_wrap .faq_index_btn:hover {
  background-color: #F7F7F7;
  color: #601E1F;
}
.faq_content-wrap .faq_index_wrap .faq_keywords_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.08rem;
}
@media screen and (max-width: 640px) {
  .faq_content-wrap .faq_index_wrap .faq_keywords_wrap {
    position: absolute;
    top: 0.62rem;
    left: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.faq_content-wrap .faq_index_wrap .faq_keywords_wrap .faq_keywords_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 0.04rem;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .faq_content-wrap .faq_index_wrap .faq_keywords_wrap .faq_keywords_label {
    gap: 0.02rem;
    font-size: 0.12rem;
  }
}
.faq_content-wrap .faq_index_wrap .faq_keywords_wrap .faq_keywords_label::before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background: url(../img/faq/index_ico.svg) center center/cover no-repeat;
}
@media screen and (max-width: 640px) {
  .faq_content-wrap .faq_index_wrap .faq_keywords_wrap .faq_keywords_label::before {
    width: 0.14rem;
    height: 0.14rem;
  }
}
.faq_content-wrap .faq_index_wrap .faq_keywords_wrap .faq_keywords_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.04rem;
}
.faq_content-wrap .faq_index_wrap .faq_keywords_wrap .faq_keywords_list .faq_keywords_item a {
  display: block;
  padding: 0.04rem 0.08rem 0.03rem;
  border: 1px solid #601E1F;
  border-radius: 50px;
  color: #601E1F;
  font-size: 0.14rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 640px) {
  .faq_content-wrap .faq_index_wrap .faq_keywords_wrap .faq_keywords_list .faq_keywords_item a {
    font-size: 0.1rem;
  }
}
.no-touchevents .faq_content-wrap .faq_index_wrap .faq_keywords_wrap .faq_keywords_list .faq_keywords_item a:hover {
  background-color: #601E1F;
  color: #F7F7F7;
}

@media screen and (max-width: 640px) {
  .-faq_result .content_wrap_in,
  .-faq_category .content_wrap_in {
    padding: 0 0.2rem;
  }
}
.-faq_result .faq_content,
.-faq_category .faq_content {
  margin-bottom: 0.8rem;
  width: 9.8rem;
}
@media screen and (max-width: 640px) {
  .-faq_result .faq_content,
  .-faq_category .faq_content {
    margin-bottom: 0.48rem;
    width: 100%;
  }
}
.-faq_result .faq_content .faq_result,
.-faq_category .faq_content .faq_result {
  margin-bottom: 0.34rem;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .-faq_result .faq_content .faq_result,
  .-faq_category .faq_content .faq_result {
    margin-bottom: 0.24rem;
    font-size: 0.14rem;
  }
}
.-faq_result .faq_list,
.-faq_category .faq_list {
  padding: 0.24rem 0.16rem;
  border-top: 1px solid #D7D7D7;
}
@media screen and (max-width: 640px) {
  .-faq_result .faq_list,
  .-faq_category .faq_list {
    padding: 0.2rem 0.08rem;
  }
}
.-faq_result .faq_list:last-child,
.-faq_category .faq_list:last-child {
  border-bottom: 1px solid #D7D7D7;
}
.-faq_result .faq_list .faq_question,
.-faq_category .faq_list .faq_question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
  margin-bottom: 0.18rem;
}
@media screen and (max-width: 640px) {
  .-faq_result .faq_list .faq_question,
  .-faq_category .faq_list .faq_question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.08rem;
    margin-bottom: 0.11rem;
  }
}
.-faq_result .faq_list .faq_question .faq_label,
.-faq_category .faq_list .faq_question .faq_label {
  color: #601E1F;
  font-family: "mrs-eaves-roman-lining", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.28rem;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 640px) {
  .-faq_result .faq_list .faq_question .faq_label,
  .-faq_category .faq_list .faq_question .faq_label {
    font-size: 0.22rem;
  }
}
.-faq_result .faq_list .faq_question .faq_text,
.-faq_category .faq_list .faq_question .faq_text {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 0.18rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .-faq_result .faq_list .faq_question .faq_text,
  .-faq_category .faq_list .faq_question .faq_text {
    font-size: 0.14rem;
    font-weight: 600;
  }
}
.-faq_result .faq_list .faq_answer,
.-faq_category .faq_list .faq_answer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.16rem;
  padding-left: 0.32rem;
  width: 8rem;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .-faq_result .faq_list .faq_answer,
  .-faq_category .faq_list .faq_answer {
    width: 100%;
    padding-left: 0.26rem;
    font-size: 0.13rem;
  }
}
.-faq_result .faq_list .faq_answer a,
.-faq_category .faq_list .faq_answer a {
  position: relative;
}
.no-touchevents .-faq_result .faq_list .faq_answer a:hover::before,
.no-touchevents .-faq_category .faq_list .faq_answer a:hover::before {
  opacity: 0;
  -webkit-transform: translateY(0.02rem);
          transform: translateY(0.02rem);
}
.-faq_result .faq_list .faq_answer a::before,
.-faq_category .faq_list .faq_answer a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2D2D2D;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.-faq_result .faq_list .faq_more .faq_more_link,
.-faq_category .faq_list .faq_more .faq_more_link {
  position: relative;
  display: block;
  margin-left: auto;
  padding-right: 0.18rem;
  padding-bottom: 0.08rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #601E1F;
  font-size: 0.14rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.no-touchevents .-faq_result .faq_list .faq_more .faq_more_link:hover::after,
.no-touchevents .-faq_category .faq_list .faq_more .faq_more_link:hover::after {
  -webkit-transform: translateY(0.03rem);
          transform: translateY(0.03rem);
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .-faq_result .faq_list .faq_more .faq_more_link,
  .-faq_category .faq_list .faq_more .faq_more_link {
    font-size: 0.12rem;
  }
}
.-faq_result .faq_list .faq_more .faq_more_link::before,
.-faq_category .faq_list .faq_more .faq_more_link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.04rem;
  display: block;
  width: 0.07rem;
  height: 0.07rem;
  border-top: 1px solid #601E1F;
  border-right: 1px solid #601E1F;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.-faq_result .faq_list .faq_more .faq_more_link::after,
.-faq_category .faq_list .faq_more .faq_more_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #601E1F;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.-faq_result .faq_back_btn a,
.-faq_category .faq_back_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin: 0 auto;
  padding: 0.14rem 0;
  width: 2.56rem;
  border: 1px solid #601E1F;
  color: #601E1F;
  font-size: 0.16rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.no-touchevents .-faq_result .faq_back_btn a:hover,
.no-touchevents .-faq_category .faq_back_btn a:hover {
  background-color: #601E1F;
  color: #fff;
}
.no-touchevents .-faq_result .faq_back_btn a:hover::before,
.no-touchevents .-faq_category .faq_back_btn a:hover::before {
  border-color: #fff;
}
.-faq_result .faq_back_btn a::before,
.-faq_category .faq_back_btn a::before {
  content: "";
  position: absolute;
  left: 0.19rem;
  display: block;
  width: 0.07rem;
  height: 0.07rem;
  border-top: 1px solid #601E1F;
  border-left: 1px solid #601E1F;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.subpage_title {
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 640px) {
  .subpage_title {
    padding-bottom: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .subpage_title .subpage_enTitle {
    margin-bottom: 0.1rem;
  }
}

@media screen and (max-width: 640px) {
  .-faq_top {
    padding: 0 0.2rem;
  }
}
.-faq_top .ranking {
  margin: 0 auto 0.96rem;
  width: 9.8rem;
}
@media screen and (max-width: 640px) {
  .-faq_top .ranking {
    width: 100%;
    margin-bottom: 0.64rem;
  }
}
.-faq_top .faq_content_subtitle {
  margin-bottom: 0.56rem;
  color: #601E1F;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .-faq_top .faq_content_subtitle {
    margin-bottom: 0.32rem;
  }
}
.-faq_top .faq_content_subtitle .enTitle {
  display: block;
  margin-bottom: 0.12rem;
  font-family: "mrs-eaves-roman-lining", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.34rem;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 640px) {
  .-faq_top .faq_content_subtitle .enTitle {
    margin-bottom: 0.08rem;
    font-size: 0.2rem;
  }
}
.-faq_top .faq_content_subtitle .jaTitle {
  display: block;
  font-size: 0.14rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .-faq_top .faq_content_subtitle .jaTitle {
    font-size: 0.12rem;
  }
}
.-faq_top .linkbox .faq_ranking_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.08rem;
  padding: 0.32rem 0.16rem;
  border-top: 1px solid #D7D7D7;
  font-size: 0.18rem;
  font-family: source-han-serif-japanese, serif;
  line-height: 1.6;
  letter-spacing: 0.01em;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 640px) {
  .-faq_top .linkbox .faq_ranking_link {
    padding: 0.2rem 0.08rem;
    font-size: 0.14rem;
    font-weight: 500;
  }
}
.no-touchevents .-faq_top .linkbox .faq_ranking_link:hover {
  opacity: 0.6;
}
.-faq_top .linkbox .faq_ranking_link:last-child {
  border-bottom: 1px solid #D7D7D7;
}
.-faq_top .linkbox .faq_ranking_link::after {
  content: "";
  position: absolute;
  right: 0.16rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.07rem;
  height: 0.07rem;
  border-top: 1px solid #2d2d2d;
  border-right: 1px solid #2d2d2d;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .-faq_top .linkbox .faq_ranking_link::after {
    position: static;
  }
}
@media screen and (max-width: 640px) {
  .-faq_top .linkbox .faq_ranking_link .faq_ranking_question {
    display: block;
  }
}
.-faq_top .linkbox .faq_ranking_link .faq_ranking_number {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  color: #fff;
  background-color: #601E1F;
  font-family: "mrs-eaves-roman-lining", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .-faq_top .linkbox .faq_ranking_link .faq_ranking_number {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 0.05rem;
    width: 0.16rem;
    height: 0.16rem;
    font-size: 0.12rem;
  }
}
.-faq_top .linkbox .wpp-no-data {
  color: #601E1F;
  font-size: 0.16rem;
}
@media screen and (max-width: 640px) {
  .-faq_top .linkbox .wpp-no-data {
    font-size: 0.14rem;
  }
}
.-faq_top .faq_category_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.12rem 1fr 0.12rem 1fr 0.12rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.12rem;
  margin: 0 auto;
  max-width: 9.8rem;
}
@media screen and (max-width: 640px) {
  .-faq_top .faq_category_list {
    -ms-grid-columns: 1fr 0.07rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.07rem;
  }
}
.-faq_top .faq_category_list .faq_category_link .faq_category_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1rem;
  padding: 0.16rem 0;
  background-color: #F7F7F7;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 640px) {
  .-faq_top .faq_category_list .faq_category_link .faq_category_btn {
    gap: 0.04rem;
    padding: 0.12rem 0;
  }
}
.no-touchevents .-faq_top .faq_category_list .faq_category_link .faq_category_btn:hover {
  opacity: 0.6;
}
.-faq_top .faq_category_list .faq_category_link .faq_category_btn img {
  width: 0.6rem;
  height: 0.6rem;
}
.-faq_top .faq_category_list .faq_category_link .faq_category_btn .faq_category_txt {
  color: #601E1F;
  font-family: source-han-serif-japanese, serif;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .-faq_top .faq_category_list .faq_category_link .faq_category_btn .faq_category_txt {
    font-size: 0.12rem;
  }
}

.-faq_result .faq_content-wrap {
  margin-bottom: 0.68rem;
}
@media screen and (max-width: 640px) {
  .-faq_result .faq_content-wrap {
    margin-bottom: 0.48rem;
  }
}
.-faq_result .faq_noresult {
  color: #601E1F;
  font-size: 0.16rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .-faq_result .faq_noresult {
    font-size: 0.14rem;
  }
}

.-faq_category .faq_category_title {
  margin-bottom: 0.64rem;
  color: #601E1F;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .-faq_category .faq_category_title {
    margin-bottom: 0.4rem;
    font-size: 0.16rem;
  }
}

.-faq_single {
  margin-top: 2.45rem;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 640px) {
  .-faq_single {
    margin-top: 0.9rem;
    padding: 0 0.2rem 0.8rem;
  }
}
.-faq_single .faq-under-main-content {
  width: 9.8rem;
}
@media screen and (max-width: 640px) {
  .-faq_single .faq-under-main-content {
    width: 100%;
  }
}
.-faq_single .faq-under-main-content .faq_under_header {
  margin-bottom: 0.56rem;
  padding-bottom: 0.56rem;
  border-bottom: 2px dotted #D7D7D7;
}
@media screen and (max-width: 640px) {
  .-faq_single .faq-under-main-content .faq_under_header {
    margin-bottom: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.-faq_single .faq-under-main-content .faq_under_header .faq_question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
  margin-bottom: 0.22rem;
}
@media screen and (max-width: 640px) {
  .-faq_single .faq-under-main-content .faq_under_header .faq_question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.08rem;
    margin-bottom: 0.11rem;
  }
}
.-faq_single .faq-under-main-content .faq_under_header .faq_question .faq_label {
  color: #601E1F;
  font-family: "mrs-eaves-roman-lining", sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.28rem;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 640px) {
  .-faq_single .faq-under-main-content .faq_under_header .faq_question .faq_label {
    font-size: 0.22rem;
  }
}
.-faq_single .faq-under-main-content .faq_under_header .faq_question .faq_text {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-size: 0.18rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .-faq_single .faq-under-main-content .faq_under_header .faq_question .faq_text {
    font-size: 0.14rem;
    font-weight: 600;
  }
}
.-faq_single .faq-under-main-content .faq_under_header .faq_answer {
  width: 8rem;
  padding-left: 0.32rem;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.08em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .-faq_single .faq-under-main-content .faq_under_header .faq_answer {
    width: 100%;
    padding-left: 0.26rem;
    font-size: 0.13rem;
  }
}
.-faq_single .faq-under-main-content .faq_under_header .faq_answer a {
  position: relative;
}
.no-touchevents .-faq_single .faq-under-main-content .faq_under_header .faq_answer a:hover::before {
  opacity: 0;
  -webkit-transform: translateY(0.02rem);
          transform: translateY(0.02rem);
}
.-faq_single .faq-under-main-content .faq_under_header .faq_answer a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2D2D2D;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.-faq_single .faq-under-main-content .faq_back_btn a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin: 0 auto;
  padding: 0.14rem 0;
  width: 2.56rem;
  border: 1px solid #601E1F;
  color: #601E1F;
  font-size: 0.16rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.no-touchevents .-faq_single .faq-under-main-content .faq_back_btn a:hover {
  background-color: #601E1F;
  color: #fff;
}
.no-touchevents .-faq_single .faq-under-main-content .faq_back_btn a:hover::before {
  border-color: #fff;
}
.-faq_single .faq-under-main-content .faq_back_btn a::before {
  content: "";
  position: absolute;
  left: 0.19rem;
  display: block;
  width: 0.07rem;
  height: 0.07rem;
  border-top: 1px solid #601E1F;
  border-left: 1px solid #601E1F;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
}
.-faq_single .faq_talk_wrap {
  margin-bottom: 0.65rem;
  padding: 0 0.32rem 0.56rem;
  border-bottom: 2px dotted #D7D7D7;
}
@media screen and (max-width: 640px) {
  .-faq_single .faq_talk_wrap {
    margin-bottom: 0.4rem;
    padding: 0 0.08rem 0.4rem;
  }
}
.-faq_single .faq_talk_wrap .faq_questioner,
.-faq_single .faq_talk_wrap .faq_answerer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.29rem;
}
@media screen and (max-width: 640px) {
  .-faq_single .faq_talk_wrap .faq_questioner,
  .-faq_single .faq_talk_wrap .faq_answerer {
    gap: 0.16rem;
  }
}
.-faq_single .faq_talk_wrap .faq_questioner:not(:last-child),
.-faq_single .faq_talk_wrap .faq_answerer:not(:last-child) {
  margin-bottom: 0.32rem;
}
@media screen and (max-width: 640px) {
  .-faq_single .faq_talk_wrap .faq_questioner:not(:last-child),
  .-faq_single .faq_talk_wrap .faq_answerer:not(:last-child) {
    margin-bottom: 0.2rem;
  }
}
.-faq_single .faq_talk_wrap .faq_questioner figure,
.-faq_single .faq_talk_wrap .faq_answerer figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.08rem;
  height: 1.08rem;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .-faq_single .faq_talk_wrap .faq_questioner figure,
  .-faq_single .faq_talk_wrap .faq_answerer figure {
    width: 0.64rem;
    height: 0.64rem;
  }
}
.-faq_single .faq_talk_wrap .faq_questioner figure img,
.-faq_single .faq_talk_wrap .faq_answerer figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.-faq_single .faq_talk_wrap .faq_questioner .comment,
.-faq_single .faq_talk_wrap .faq_answerer .comment {
  position: relative;
  padding: 0.24rem 0.32rem;
  width: 5.8rem;
  border-radius: 8px;
  background-color: #F7F7F7;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .-faq_single .faq_talk_wrap .faq_questioner .comment,
  .-faq_single .faq_talk_wrap .faq_answerer .comment {
    padding: 0.16rem 0.2rem;
    font-size: 0.13rem;
  }
}
.-faq_single .faq_talk_wrap .faq_questioner .comment::before,
.-faq_single .faq_talk_wrap .faq_answerer .comment::before {
  content: "";
  position: absolute;
  top: 0.42rem;
  left: -0.16rem;
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background-color: #F7F7F7;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
@media screen and (max-width: 640px) {
  .-faq_single .faq_talk_wrap .faq_questioner .comment::before,
  .-faq_single .faq_talk_wrap .faq_answerer .comment::before {
    top: 0.24rem;
    left: -0.1rem;
    width: 0.1rem;
    height: 0.1rem;
  }
}
.-faq_single .faq_talk_wrap .faq_questioner .comment a,
.-faq_single .faq_talk_wrap .faq_answerer .comment a {
  position: relative;
}
.no-touchevents .-faq_single .faq_talk_wrap .faq_questioner .comment a:hover::before,
.no-touchevents .-faq_single .faq_talk_wrap .faq_answerer .comment a:hover::before {
  opacity: 0;
  -webkit-transform: translateY(0.02rem);
          transform: translateY(0.02rem);
}
.-faq_single .faq_talk_wrap .faq_questioner .comment a::before,
.-faq_single .faq_talk_wrap .faq_answerer .comment a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2D2D2D;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.-faq_single .faq_talk_wrap .faq_answerer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.-faq_single .faq_talk_wrap .faq_answerer .comment {
  background-color: #F1F0EC;
}
.-faq_single .faq_talk_wrap .faq_answerer .comment::before {
  left: auto;
  right: -0.16rem;
  background-color: #F1F0EC;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 640px) {
  .-faq_single .faq_talk_wrap .faq_answerer .comment::before {
    right: -0.1rem;
  }
}

.faq_under_topics {
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 640px) {
  .faq_under_topics {
    padding-bottom: 0.48rem;
  }
}
.faq_under_topics h2 {
  font-family: source-han-serif-japanese, serif;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.faq_under_topics h2:not(:last-child) {
  margin-bottom: 0.32rem;
}
@media screen and (max-width: 640px) {
  .faq_under_topics h2 {
    font-size: 0.18rem;
  }
  .faq_under_topics h2:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
.faq_under_topics h3 {
  font-family: source-han-serif-japanese, serif;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.faq_under_topics h3:not(:last-child) {
  margin-bottom: 0.32rem;
}
@media screen and (max-width: 640px) {
  .faq_under_topics h3 {
    font-size: 0.16rem;
  }
  .faq_under_topics h3:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
.faq_under_topics h4 {
  font-family: source-han-serif-japanese, serif;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.faq_under_topics h4:not(:last-child) {
  margin-bottom: 0.32rem;
}
@media screen and (max-width: 640px) {
  .faq_under_topics h4 {
    font-size: 0.15rem;
  }
  .faq_under_topics h4:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
.faq_under_topics p {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
.faq_under_topics p:not(:last-child) {
  margin-bottom: 0.64rem;
}
@media screen and (max-width: 640px) {
  .faq_under_topics p {
    font-size: 0.14rem;
  }
  .faq_under_topics p:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
.faq_under_topics ul:not(:last-child), .faq_under_topics ol:not(:last-child) {
  margin-bottom: 0.64rem;
  padding-left: 0.2rem;
}
@media screen and (max-width: 640px) {
  .faq_under_topics ul:not(:last-child), .faq_under_topics ol:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
.faq_under_topics ul li, .faq_under_topics ol li {
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .faq_under_topics ul li, .faq_under_topics ol li {
    font-size: 0.14rem;
  }
}
.faq_under_topics ul li {
  list-style-type: disc;
}
.faq_under_topics ol li {
  list-style-type: decimal;
}
.faq_under_topics .layout-link:not(:last-child) {
  margin-bottom: 0.64rem;
}
@media screen and (max-width: 640px) {
  .faq_under_topics .layout-link:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
.faq_under_topics .layout-link .layout-link-button {
  display: block;
  margin: 0 auto;
  padding: 0.14rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2.56rem;
  background-color: #601E1F;
  border: 1px solid #601E1F;
  color: #fff;
  font-family: source-han-serif-japanese, serif;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.no-touchevents .faq_under_topics .layout-link .layout-link-button:hover {
  background-color: #fff;
  color: #601E1F;
}
.faq_under_topics blockquote {
  padding: 0.32rem 0.4rem;
  background-color: #F7F7F7;
}
@media screen and (max-width: 640px) {
  .faq_under_topics blockquote {
    padding: 0.24rem 0.2rem 0.3rem;
  }
}
.faq_under_topics blockquote:not(:last-child) {
  margin: 0 0 0.64rem;
}
@media screen and (max-width: 640px) {
  .faq_under_topics blockquote:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
.faq_under_topics .layout-table {
  border-top: 1px solid #CBCBCB;
}
@media screen and (max-width: 640px) {
  .faq_under_topics .layout-table {
    border-color: #B2B1B1;
  }
}
.faq_under_topics .layout-table:not(:last-child) {
  margin-bottom: 0.64rem;
}
@media screen and (max-width: 640px) {
  .faq_under_topics .layout-table:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
.faq_under_topics .layout-table .layout-table-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.55rem 0.54rem 1fr;
  grid-template-columns: 1.55rem 1fr;
  gap: 0.54rem;
  padding: 0.2rem 0.18rem;
  border-bottom: 1px solid #CBCBCB;
}
@media screen and (max-width: 640px) {
  .faq_under_topics .layout-table .layout-table-item {
    display: block;
    padding: 0;
    border-bottom: none;
  }
  .faq_under_topics .layout-table .layout-table-item .layout-table-item-heading,
  .faq_under_topics .layout-table .layout-table-item .layout-table-item-contents {
    padding: 0.14rem 0.2rem;
    border-bottom: 1px solid #CBCBCB;
  }
  .faq_under_topics .layout-table .layout-table-item .layout-table-item-contents {
    border-color: #B2B1B1;
  }
}
.faq_under_topics .layout-column_wrap:not(:last-child) {
  margin-bottom: 0.64rem;
}
@media screen and (max-width: 640px) {
  .faq_under_topics .layout-column_wrap:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
.faq_under_topics .layout-column_wrap .layout-column .layout-column-item .layout-column-item-img img {
  width: 100%;
  height: auto;
}
.faq_under_topics .layout-column_wrap .layout-column .layout-column-item .layout-column-item-caption {
  margin-top: 0.15rem;
  padding: 0 0.16rem;
}
@media screen and (max-width: 640px) {
  .faq_under_topics .layout-column_wrap .layout-column .layout-column-item .layout-column-item-caption {
    padding: 0;
  }
}
.faq_under_topics .layout-column_wrap .layout-column .layout-column-item.layout-row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .faq_under_topics .layout-column_wrap .layout-column .layout-column-item.layout-row-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.faq_under_topics .layout-column_wrap .layout-column .layout-column-item.layout-row-item .layout-column-item-img {
  width: 4.68rem;
}
@media screen and (max-width: 640px) {
  .faq_under_topics .layout-column_wrap .layout-column .layout-column-item.layout-row-item .layout-column-item-img {
    width: 100%;
  }
}
.faq_under_topics .layout-column_wrap .layout-column .layout-column-item.layout-row-item .layout-column-item-caption {
  margin-top: 0;
  width: 4.36rem;
}
@media screen and (max-width: 640px) {
  .faq_under_topics .layout-column_wrap .layout-column .layout-column-item.layout-row-item .layout-column-item-caption {
    margin-top: 0.16rem;
    width: 100%;
  }
}
.faq_under_topics .layout-column_wrap .layout-column .layout-column-item.layout-row-item.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .faq_under_topics .layout-column_wrap .layout-column .layout-column-item.layout-row-item.row-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.faq_under_topics .layout-column_wrap .layout-column:has(> :nth-child(2)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .faq_under_topics .layout-column_wrap .layout-column:has(> :nth-child(2)) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.2rem;
  }
}
.faq_under_topics .layout-column_wrap .layout-column:has(> :nth-child(2)) .layout-column-item {
  width: 4.68rem;
}
@media screen and (max-width: 640px) {
  .faq_under_topics .layout-column_wrap .layout-column:has(> :nth-child(2)) .layout-column-item {
    width: 100%;
  }
}
.faq_under_topics .layout-index_wrap:not(:last-child) {
  margin-bottom: 0.64rem;
}
@media screen and (max-width: 640px) {
  .faq_under_topics .layout-index_wrap:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
.faq_under_topics .layout-index_wrap .layout-index {
  padding: 0.4rem;
  background-color: #F7F7F7;
}
@media screen and (max-width: 640px) {
  .faq_under_topics .layout-index_wrap .layout-index {
    padding: 0.24rem 0.16rem;
  }
}
.faq_under_topics .layout-index_wrap .layout-index .layout-index-title {
  margin-bottom: 0.32rem;
  padding-bottom: 0.16rem;
  border-bottom: 1px solid #D7D7D7;
  font-family: source-han-serif-japanese, serif;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .faq_under_topics .layout-index_wrap .layout-index .layout-index-title {
    margin-bottom: 0.24rem;
    font-size: 0.14rem;
  }
}
.faq_under_topics .layout-index_wrap .layout-index ul {
  padding-left: 0.24rem;
}
.faq_under_topics .layout-index_wrap .layout-index ul li {
  list-style-type: decimal;
  font-family: source-han-serif-japanese, serif;
  font-size: 0.16rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 640px) {
  .faq_under_topics .layout-index_wrap .layout-index ul li {
    font-size: 0.14rem;
  }
}
.no-touchevents .faq_under_topics .layout-index_wrap .layout-index ul li:hover {
  opacity: 0.6;
}
.faq_under_topics .layout-index_wrap .layout-index ul li:not(:last-child) {
  margin-bottom: 0.24rem;
}
@media screen and (max-width: 640px) {
  .faq_under_topics .layout-index_wrap .layout-index ul li:not(:last-child) {
    margin-bottom: 0.16rem;
  }
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0.7rem;
}
@media screen and (max-width: 640px) {
  .pager {
    margin-top: 0.42rem;
    padding-bottom: 0.5rem;
    position: relative;
  }
}
.pager:not(.hasPrevPage) .numPagerBox::before {
  opacity: 0;
  visibility: hidden;
}
.pager:not(.hasPrevPage) .textPager.left {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.pager:not(.hasNextPage) .numPagerBox::after {
  opacity: 0;
  visibility: hidden;
}
.pager:not(.hasNextPage) .textPager.right {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.pager .numPagerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.15rem;
}
@media screen and (max-width: 640px) {
  .pager .numPagerBox {
    margin: 0;
  }
  .pager .numPagerBox::before, .pager .numPagerBox::after {
    content: "…";
    font-size: 0.12rem;
    margin: 0 0.15rem;
  }
}
.pager .numPager {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #601E1E;
  background-color: #fff;
  font-size: 0.12rem;
  line-height: 1;
  color: #601E1E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.075rem;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
@media screen and (max-width: 640px) {
  .pager .numPager {
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.11rem;
    margin: 0 0.03rem;
  }
}
.no-touchevents .pager .numPager:hover {
  background-color: #601E1E;
  color: #fff;
}
.pager .numPager.nowPage {
  background-color: #601E1E;
  color: #fff;
  pointer-events: none;
}
.pager .numPager:first-of-type {
  margin-left: 0;
}
.pager .numPager:last-of-type {
  margin-right: 0;
}
.pager .textPagerBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-width: 1.64rem;
}
@media screen and (max-width: 640px) {
  .pager .textPagerBox {
    position: absolute;
    bottom: 0;
    min-width: 50%;
  }
}
.pager .textPagerBox.left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 640px) {
  .pager .textPagerBox.left {
    left: 50%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    margin-left: -0.1rem;
  }
}
.pager .textPagerBox.right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .pager .textPagerBox.right {
    right: 50%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    margin-right: -0.1rem;
  }
}
.pager .textPager {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.13rem;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #601E1E;
  width: 0.75rem;
  padding-bottom: 0.13rem;
  margin: 0 0.075rem;
  border-bottom: 1px solid #601E1E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .pager .textPager {
    font-size: 0.11rem;
    width: 0.65rem;
    padding-bottom: 0.08rem;
    margin: 0 0.1rem;
  }
}
.pager .textPager:first-of-type {
  margin-left: 0;
}
.pager .textPager:last-of-type {
  margin-right: 0;
}
.pager .textPager.left {
  padding-left: 0.045rem;
  padding-right: 0.145rem;
}
@media screen and (max-width: 640px) {
  .pager .textPager.left {
    margin-left: 0;
    padding-left: 0.035rem;
    padding-right: 0.125rem;
  }
}
.pager .textPager.right {
  padding-right: 0.045rem;
  padding-left: 0.145rem;
}
@media screen and (max-width: 640px) {
  .pager .textPager.right {
    margin-right: 0;
    padding-right: 0.035rem;
    padding-left: 0.125rem;
  }
}
@media screen and (max-width: 640px) {
  .pager .textPager.top, .pager .textPager.last {
    display: none;
  }
}
.no-touchevents .pager .textPager:hover .arrow.left, .no-touchevents .pager .textPager:hover .arrow.leftDouble {
  -webkit-transform: translateX(-0.045rem);
          transform: translateX(-0.045rem);
}
.no-touchevents .pager .textPager:hover .arrow.right, .no-touchevents .pager .textPager:hover .arrow.rightDouble {
  -webkit-transform: translateX(0.045rem);
          transform: translateX(0.045rem);
}
.pager .arrow {
  display: block;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.pager .arrow::before, .pager .arrow::after {
  content: "";
  display: inline-block;
  width: 0.06rem;
  height: 0.06rem;
}
@media screen and (max-width: 640px) {
  .pager .arrow::before, .pager .arrow::after {
    width: 0.05rem;
    height: 0.05rem;
  }
}
.pager .arrow.left::before {
  border-left: 0.53px solid #601E1E;
  border-bottom: 0.53px solid #601E1E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pager .arrow.leftDouble::before, .pager .arrow.leftDouble::after {
  border-left: 0.53px solid #601E1E;
  border-bottom: 0.53px solid #601E1E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pager .arrow.leftDouble::after {
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
.pager .arrow.right::before {
  border-right: 0.53px solid #601E1E;
  border-top: 0.53px solid #601E1E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pager .arrow.rightDouble::before, .pager .arrow.rightDouble::after {
  border-right: 0.53px solid #601E1E;
  border-top: 0.53px solid #601E1E;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pager .arrow.rightDouble::before {
  -webkit-transform: translateX(25%) rotate(45deg);
          transform: translateX(25%) rotate(45deg);
}
/*# sourceMappingURL=new-faq.css.map */