@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
	@include f_garam();
	@include f_garam(400);
*/
/*
	@include f_min();
	@include f_min(400);
	@include f_min(500);
*/
/*
	@include f_shs();
	@include f_shs(500);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/*
単体での使用はできない。必ずコード側に規定の「deco_box」ユニットをwraooerに内包設置の事。
<div class="deco_box_wrapper">
<span class="deco_box">
	<span class="deco_upper">
		<svg class="left"><line x1="100%" y1="0" x2="0" y2="100%"/></svg>
		<svg class="right"><line x1="0" y1="0" x2="100%" y2="100%"/></svg>
	</span>
	<span class="deco_lower">
		<svg class="left"><line x1="0" y1="0" x2="100%" y2="100%"/></svg>
		<svg class="right"><line x1="100%" y1="0" x2="0" y2="100%"/></svg>
	</span>
</span>
</div>


【default値】
@include deco_box($bdc:#818049, bdw:1px, $angle:0.2rem, $upper:$bcff, $lower:$bcff, $inset:null, $spAngle:null, $spInset:null);
【設定値詳細】
@include deco_box([ボーダーカラー], [ボーダーサイズpx], [角欠サイズrem], [上塗り色], [下塗り色], [インセットrem], [sp角欠サイズrem], [spインセットrem]);
【設定例】
//値を飛ばす場合は当該変数箇所に「null」を記述してください。
//背景色は$upper$lowerが同一設定の場合のみ、べた塗りとなります。上下で異なる場合は、別途中央の塗り分けをcssにて設定してください。
・カラー$bcc05・線幅1px・角欠0.2rem・背景$bcff・外枠無し（PC/SP同一）
@include deco_box();
・カラー$bc00・線幅2px・角欠0.1rem・背景無し・外枠無し（PC/SP同一）
@include deco_box($bc00, 2px, 0.1rem, null, null);
・カラー#cc0000・線幅1px・角欠0.2rem・外枠inset0.3rem
@include deco_box(#cc0000, 1px, 0.2rem, null, null, 0.3rem);
・カラー$bcc05・線幅1px・角欠0.2rem・上塗り#fff・下塗り$bcc05
@include deco_box($bcc05, 1px, 0.2rem, #fff, $bcc05);
*/
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .-content_header {
    margin-bottom: 0.88rem;
  }
}
@media print, screen and (min-width: 641px) {
  .-content_header {
    margin-bottom: 0.8rem;
  }
}

@media print, screen and (min-width: 641px) {
  .-layout_3col, .-layout_2col {
    padding-bottom: 1.2rem;
  }
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.faq_content-wrap {
  margin: 0 auto;
  max-width: 11.2rem;
}

.sec_tit .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem;
  margin-bottom: 0.5rem;
  font-size: 0.16rem;
}
.sec_tit .title[data-txt]::before {
  margin-bottom: 0;
  font-size: 0.24rem;
}

.faq_index_wrap form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .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.3rem;
  }
}
.faq_index_wrap .faq_index_box {
  display: block;
  padding: 0.17rem 0.16rem;
  width: 8rem;
  border: 1px solid #808057;
  color: #878787;
  font-size: 0.14rem;
}
@media screen and (max-width: 640px) {
  .faq_index_wrap .faq_index_box {
    width: calc(100% - 0.4rem);
  }
}
.faq_index_wrap .faq_index_btn {
  padding: 0.1rem 0;
  width: 2.5rem;
  border-radius: 50px;
  background-color: #808057;
  color: #fff;
  font-size: 0.16rem;
  line-height: 2.3;
  letter-spacing: 0.2em;
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 640px) {
  .faq_index_wrap .faq_index_btn {
    width: 1.65rem;
    font-size: 0.14rem;
  }
}
.faq_index_wrap .faq_keywords_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.24rem;
}
@media screen and (max-width: 640px) {
  .faq_index_wrap .faq_keywords_wrap {
    -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.2rem;
  }
}
.faq_index_wrap .faq_keywords_wrap .faq_keywords_label {
  color: #808057;
  font-size: 0.14rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.faq_index_wrap .faq_keywords_wrap .faq_keywords_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.24rem;
}
.faq_index_wrap .faq_keywords_wrap .faq_keywords_list .faq_keywords_item .faq_keywords_link {
  display: block;
  padding-bottom: 0.07rem;
  border-bottom: 1px solid #808057;
  color: #393836;
  font-size: 0.14rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
.-faq_top .faq_category_nav {
  background-color: #F4F3F1;
}
@media screen and (max-width: 640px) {
  .-faq_top .faq_category_nav {
    margin-top: 0.6rem;
    margin-bottom: 1rem;
    padding: 0.5rem 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .-faq_top .faq_category_nav {
    margin: 0.92rem auto 1rem;
    padding: 0.8rem 1rem;
    width: 100%;
    max-width: 13rem;
  }
}
@media screen and (max-width: 640px) {
  .-faq_top .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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .-faq_top .faq_category_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.55rem 1fr 0.55rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.55rem;
  }
}
.-faq_top .faq_category_link {
  width: 100%;
  height: 2.36rem;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .-faq_top .faq_category_link {
    height: auto;
  }
}
.-faq_top .faq_category_btn {
  position: relative;
  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;
  padding: 0 0.38rem;
  height: 100%;
  color: #808057;
  text-align: center;
  font-size: 0.18rem;
  line-height: 1.5555555556;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 640px) {
  .-faq_top .faq_category_btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.1rem;
    padding-left: 0.1rem;
    padding-right: 0.15rem;
    font-size: 0.16rem;
    letter-spacing: 0.1em;
  }
}
@media print, screen and (min-width: 641px) {
  .-faq_top .faq_category_btn:hover .faq_category_btn_ic::before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .-faq_top .faq_category_btn:hover .faq_category_btn_ic::after {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.-faq_top .faq_category_btn .faq_category_btn_ic {
  position: absolute;
  bottom: 0.5rem;
  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;
}
@media screen and (max-width: 640px) {
  .-faq_top .faq_category_btn .faq_category_btn_ic {
    bottom: auto;
    right: 0.25rem;
  }
}
.-faq_top .faq_category_btn .faq_category_btn_ic::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  background-color: #808057;
  border-radius: 50%;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 640px) {
  .-faq_top .faq_category_btn .faq_category_btn_ic::before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.-faq_top .faq_category_btn .faq_category_btn_ic::after {
  content: "";
  position: absolute;
  display: block;
  width: 0.11rem;
  height: 0.11rem;
  background: url(/common/img/ico_btn01_arrow.svg) center center/cover no-repeat;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .-faq_top .faq_category_btn .faq_category_btn_ic::after {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.-faq_top .faq_category_btn img {
  display: block;
  margin-bottom: 0.12rem;
  width: 0.34rem;
  height: auto;
}
@media screen and (max-width: 640px) {
  .-faq_top .faq_category_btn img {
    margin-bottom: 0;
    width: 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  .-faq_top .faq_category_btn.other img {
    width: 0.56rem;
    height: auto;
  }
}
.-faq_top .faq_category_btn .faq_category_txt {
  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;
  min-height: 0.56rem;
}
.-faq_top .faq_category_btn.is-active {
  background-color: #808057;
  color: #fff;
}
.-faq_top .faq_category_btn.all {
  background-color: #808057;
  color: #fff;
}
.-faq_top .faq_category_title {
  margin-bottom: 0.32rem;
}
@media screen and (max-width: 640px) {
  .-faq_top .faq_category_sec:not(:last-child) {
    margin-bottom: 0.96rem;
  }
}
@media print, screen and (min-width: 641px) {
  .-faq_top .faq_category_sec:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .-faq {
    margin-bottom: 0.8rem;
  }
}
@media print, screen and (min-width: 641px) {
  .-faq {
    margin-bottom: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .-faq .faq-main-content {
    padding: 0 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .-faq .faq_wrap {
    padding: 0 0.16rem;
  }
}
.-faq .faq_item {
  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;
}
.-faq .faq_label {
  display: block;
  color: #808057;
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .-faq .faq_label {
    margin-top: 0.03rem;
    font-size: 0.24rem;
  }
}
@media print, screen and (min-width: 641px) {
  .-faq .faq_label {
    margin-top: 0.05rem;
    font-size: 0.28rem;
  }
}
.-faq .faq_question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.16rem;
  padding: 0.16rem 0.2rem;
  width: 100%;
  background-color: #F4F3F1;
}
@media screen and (max-width: 640px) {
  .-faq .faq_question {
    padding: 0.16rem 0.15rem;
  }
}
.-faq .faq_question .faq_mark {
  position: absolute;
  top: 50%;
  right: 0.16rem;
  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;
  width: 0.14rem;
  height: 0.14rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.-faq .faq_question .faq_mark::before, .-faq .faq_question .faq_mark::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #808057;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.-faq .faq_question .faq_mark::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.-faq .faq_question.-open .faq_mark::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.-faq .faq_question .faq_text {
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.02em;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .-faq .faq_question .faq_text {
    padding-right: 0.25rem;
    font-size: 0.16rem;
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 641px) {
  .-faq .faq_question .faq_text {
    padding-right: 0.58rem;
    font-size: 0.18rem;
    line-height: 2;
  }
}
.-faq .faq_answer_wrap {
  background-color: #faf9f8;
}
@media screen and (max-width: 640px) {
  .-faq .faq_answer_wrap {
    padding: 0.18rem 0.15rem;
  }
}
@media print, screen and (min-width: 641px) {
  .-faq .faq_answer_wrap {
    padding: 0.18rem 0.2rem;
  }
}
.-faq .faq_answer_wrap .faq_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.16rem;
  font-size: 0.16rem;
  line-height: 2.35;
  letter-spacing: 0.1em;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .-faq .faq_answer_wrap .faq_text {
    font-size: 0.14rem;
    line-height: 2.28;
  }
}
@media screen and (max-width: 640px) {
  .-faq .faq_answer_wrap .faq_label {
    margin-top: 0.05rem;
  }
}
.-faq .faq_answer_wrap .faq_more {
  margin-left: auto;
  margin-top: 0.16rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.-faq .faq_answer_wrap .faq_more_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #808057;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 500;
  text-align: right;
  text-decoration: underline;
  font-size: 0.16rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.-faq .faq_answer_wrap .faq_more_link:hover {
  opacity: 0.5;
}

@media screen and (max-width: 640px) {
  .faq_under_detail {
    margin-bottom: 0.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .faq_under_detail {
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 640px) {
  .faq_under .-content_header {
    padding: 0.6rem 0.2rem 0;
    margin-bottom: 0.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .faq_under .-content_header {
    margin: 0 auto 0.8rem;
    padding-top: 1rem;
    max-width: 16rem;
  }
}
.faq_under .faq_under_header {
  margin: 0 auto;
  max-width: 11rem;
}
.faq_under .faq_under_header .faq_question {
  margin-bottom: 0.16rem;
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #808057;
}
.faq_under .faq_under_header .faq_question::after {
  content: none;
}
.faq_under .faq_under_header .faq_question .faq_label {
  color: #808057;
  font-size: 0.4rem;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 640px) {
  .faq_under .faq_under_header .faq_question .faq_label {
    font-size: 0.3rem;
  }
}
.faq_under .faq_under_header .faq_question .faq_text {
  margin-left: 0.24rem;
  font-size: 0.2rem;
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 640px) {
  .faq_under .faq_under_header .faq_question .faq_text {
    font-size: 0.18rem;
    line-height: 2.22;
    letter-spacing: 0.2em;
  }
}
.faq_under .faq_under_header .faq_answer .faq_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.24rem;
  margin-bottom: 0;
}
.faq_under .faq_under_header .faq_answer .faq_label {
  color: #808057;
  font-size: 0.4rem;
  line-height: 2.3;
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 640px) {
  .faq_under .faq_under_header .faq_answer .faq_label {
    font-size: 0.3rem;
  }
}
.faq_under .faq_under_header .faq_answer .faq_span {
  display: block;
  line-height: 2.35;
  font-size: 0.16rem;
  letter-spacing: 0.1em;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .faq_under .faq_under_header .faq_answer .faq_span {
    font-size: 0.14rem;
    line-height: 2.14;
  }
}
.faq_under .faq-under-main-content {
  max-width: none;
  padding: 0;
}
.faq_under .faq_talk_wrap {
  padding: 0.8rem 2.5rem;
  background-color: #faf9f8;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 640px) {
  .faq_under .faq_talk_wrap {
    margin-bottom: 0.6rem;
    padding: 0.6rem 0.2rem;
  }
}
.faq_under .faq_talk_wrap_in {
  margin: 0 auto;
  width: 100%;
  max-width: 11rem;
}
.faq_under .faq_under_topics {
  width: 100%;
}
.faq_under .faq_under_topics > *:not(.layout-background) {
  max-width: 8rem;
  margin-inline: auto !important;
}
.faq_under .faq_under_topics blockquote {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .faq_under .faq_under_topics .layout-background::before {
    margin-left: 0 !important;
  }
}
.faq_under .faq_questioner,
.faq_under .faq_answerer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .faq_under .faq_questioner,
  .faq_under .faq_answerer {
    gap: 0.25rem;
  }
}
@media print, screen and (min-width: 641px) {
  .faq_under .faq_questioner,
  .faq_under .faq_answerer {
    gap: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .faq_under .faq_questioner:not(:last-child),
  .faq_under .faq_answerer:not(:last-child) {
    margin-bottom: 0.3rem;
  }
}
@media print, screen and (min-width: 641px) {
  .faq_under .faq_questioner:not(:last-child),
  .faq_under .faq_answerer:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
.faq_under .faq_questioner_image,
.faq_under .faq_answerer_image {
  border-radius: 50%;
  overflow: hidden;
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 640px) {
  .faq_under .faq_questioner_image,
  .faq_under .faq_answerer_image {
    display: block;
    width: 0.7rem;
    height: 0.7rem;
  }
}
.faq_under .faq_questioner_image img,
.faq_under .faq_answerer_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq_under .faq_questioner .comment,
.faq_under .faq_answerer .comment {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  padding: 0.24rem;
  border-radius: 16px;
  font-size: 0.16rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .faq_under .faq_questioner .comment,
  .faq_under .faq_answerer .comment {
    padding: 0.18rem 0.15rem;
    font-size: 0.14rem;
  }
}
.faq_under .faq_questioner .comment::before,
.faq_under .faq_answerer .comment::before {
  content: "";
  position: absolute;
  display: block;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (max-width: 640px) {
  .faq_under .faq_questioner .comment::before,
  .faq_under .faq_answerer .comment::before {
    width: 0.17rem;
    height: 0.17rem;
  }
}
@media print, screen and (min-width: 641px) {
  .faq_under .faq_questioner .comment::before,
  .faq_under .faq_answerer .comment::before {
    width: 0.23rem;
    height: 0.23rem;
  }
}
.faq_under .faq_questioner {
  -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 .faq_questioner {
    padding-left: 0.08rem;
  }
}
@media print, screen and (min-width: 641px) {
  .faq_under .faq_questioner {
    padding-left: 1.5rem;
  }
}
.faq_under .faq_questioner .comment {
  background-color: #fff;
}
.faq_under .faq_questioner .comment::before {
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .faq_under .faq_questioner .comment::before {
    top: 0.24rem;
    right: -0.16rem;
  }
}
@media print, screen and (min-width: 641px) {
  .faq_under .faq_questioner .comment::before {
    top: 0.48rem;
    right: -0.23rem;
  }
}
@media screen and (max-width: 640px) {
  .faq_under .faq_answerer {
    padding-right: 0.08rem;
  }
}
@media print, screen and (min-width: 641px) {
  .faq_under .faq_answerer {
    padding-right: 1.4rem;
  }
}
.faq_under .faq_answerer .comment {
  background-color: #CCCCBC;
}
.faq_under .faq_answerer .comment::before {
  background-color: #CCCCBC;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 640px) {
  .faq_under .faq_answerer .comment::before {
    top: 0.24rem;
    left: -0.16rem;
  }
}
@media print, screen and (min-width: 641px) {
  .faq_under .faq_answerer .comment::before {
    top: 0.48rem;
    left: -0.22rem;
  }
}
@media screen and (max-width: 640px) {
  .faq_under .faq_under_topics {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 0.2rem;
  }
}
.faq_under .layout-background > * {
  max-width: 8rem;
  margin-inline: auto !important;
}
.faq_under .layout-background blockquote {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq_under :is(#tinymce, .topics_forwedding-single-contents) > :is(p, h2, h3, h4, ul, ol) {
  max-width: 8rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 640px) {
  .faq_under :is(#tinymce, .topics_forwedding-single-contents) > :is(p, h2, h3, h4, ul, ol) {
    margin-inline: 0rem;
  }
}
@media screen and (max-width: 640px) {
  .faq_under :is(#tinymce, .topics_forwedding-single-contents) .layout-background._bg-1,
  .faq_under :is(#tinymce, .topics_forwedding-single-contents) .layout-background._bg-2 {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}

@media screen and (max-width: 640px) {
  .-faq.-faq_top .faq-main-content {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .-faq.-faq_top .sec_tit {
    padding: 0 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .-faq.-faq_top .faq_index_wrap {
    padding: 0 0.2rem;
  }
}

.-faq.-faq_result .faq_index_wrap {
  margin-bottom: 0.8rem;
}
.-faq.-faq_result .faq_content.-result {
  margin: 0 auto;
  max-width: 12rem;
}
.-faq.-faq_result .faq_result {
  margin-bottom: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.1rem;
}
@media screen and (max-width: 640px) {
  .-faq.-faq_result .faq_result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.-faq.-faq_result .faq_result .faq_result_txt {
  font-size: 0.18rem;
  letter-spacing: 0.1em;
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.-faq.-faq_result .faq_result .faq_result_number {
  color: #878787;
  font-size: 0.14rem;
  letter-spacing: 0.1em;
}
.-faq.-faq_result .faq_result_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .-faq.-faq_result .faq_result_category {
    gap: 0.08rem;
    margin-bottom: 0.3rem;
  }
}
.-faq.-faq_result .faq_result_category img {
  display: block;
  width: 0.34rem;
  height: auto;
}
@media screen and (max-width: 640px) {
  .-faq.-faq_result .faq_result_category img {
    width: 0.3rem;
  }
}
.-faq.-faq_result .faq_result_category span {
  display: block;
  color: #808057;
  font-size: 0.24rem;
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 640px) {
  .-faq.-faq_result .faq_result_category span {
    font-size: 0.2rem;
  }
}
.-faq.-faq_result .faq_item {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 640px) {
  .-faq.-faq_result .faq_item {
    margin-bottom: 0.64rem;
  }
}
.-faq.-faq_result .faq_noresult {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
}

.-faq.-faq_category .faq-main-content-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 0.8rem;
  max-width: 12rem;
}
@media screen and (max-width: 640px) {
  .-faq.-faq_category .faq-main-content-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.6rem;
    margin-bottom: 0.6rem;
    padding: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .-faq.-faq_category .faq_category_sec {
    width: 8.6rem;
  }
}
@media screen and (max-width: 640px) {
  .-faq.-faq_category .faq_category_sec {
    padding: 0 0.2rem;
  }
}
.-faq.-faq_category .faq_category_sec .faq_category_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .-faq.-faq_category .faq_category_sec .faq_category_title {
    gap: 0.08rem;
    margin-bottom: 0.3rem;
  }
}
.-faq.-faq_category .faq_category_sec .faq_category_title img {
  display: block;
  width: 0.34rem;
  height: auto;
}
@media screen and (max-width: 640px) {
  .-faq.-faq_category .faq_category_sec .faq_category_title img {
    width: 0.3rem;
    height: auto;
  }
}
.-faq.-faq_category .faq_category_sec .faq_category_title span {
  display: block;
  color: #808057;
  font-size: 0.24rem;
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 640px) {
  .-faq.-faq_category .faq_category_sec .faq_category_title span {
    font-size: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .-faq.-faq_category .faq_side_nav {
    background-color: #faf9f8;
    padding: 0.6rem 0.2rem;
  }
}
.-faq.-faq_category .faq_side_nav_wrap {
  position: sticky;
  top: 0.9rem;
}
.-faq.-faq_category .faq_side_nav .sec_tit .title {
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 640px) {
  .-faq.-faq_category .faq_side_nav .sec_tit .title {
    margin-bottom: 0.24rem;
  }
}
.-faq.-faq_category .faq_side_nav .faq_category_link:not(:last-child) {
  margin-bottom: 0.2rem;
}
.-faq.-faq_category .faq_side_nav .faq_category_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.08rem;
  color: #393836;
  font-size: 0.14rem;
  font-family: shippori-mincho-b1, sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.-faq.-faq_category .faq_side_nav .faq_category_btn::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 1px;
  background-color: #808057;
}
@media print, screen and (min-width: 641px) {
  .-faq.-faq_category .faq_side_nav .faq_category_btn:hover {
    color: #808057;
  }
}
/*# sourceMappingURL=bridal-faq.css.map */