@charset "UTF-8";
/*  letter-spacing: tracking(140); */
/*  @include l_h(14, 16.8);*/
.faq_section {
  margin-bottom: 154px;
}
.faq_section h1.content_title {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  font-family: "Noto Serif JP", serif;
  margin: 74px auto 40px;
}

.faq_wrap_box {
    background: #fff;
    max-width: 860px;
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.faq_section .back_btn_wrap {
  margin-top: 90px;
}
.faq_section .back_btn_wrap a {
  width: 100%;
  max-width: 600px;
  height: 59px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25682b;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  gap: 26px;
}
.faq_section .back_btn_wrap a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 17px;
  background: center/cover no-repeat url(../image/order/btn_last.svg);
  transform: rotateZ(180deg);
}

.faq_wrap {
  padding: 10px 30px 10px;
}
.faq_wrap a {
  text-decoration: underline;
}
.faq_wrap + .faq_wrap {
}
.faq_wrap .q_wrap {
  padding-top: 10px;
  padding-right: 10px;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 0;
  padding-left: 10px;
  color: #a77b4c;
}
.faq_wrap .q_wrap:before {
  content: "Q：";
}
.faq_wrap .q_wrap p {
  font-weight: 700;
  font-size: 17px;
  line-height: 150%;
}
.faq_wrap .a_wrap {
  padding: 10px 10px 30px;
  border-bottom: 1px #d6d6d6 solid;
}
.faq_wrap .a_wrap:before {
  content: "A：";
}
.faq_wrap .a_wrap p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
}
.faq_wrap > div {
  display: flex;
  gap: 15px;
}
.faq_wrap > div:before {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  flex-shrink: 0;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 767px) {
  .faq_section {
    margin-bottom: 154px;
  }
  .faq_section h1.content_title {
    font-size: 22px;
    margin: 20px auto;
  }
	.faq_wrap_box { 
	padding: 5px 0}
  .faq_section .back_btn_wrap {
    margin-top: 90px;
  }
  .faq_section .back_btn_wrap a {
    max-width: 380px;
    height: 54px;
    font-size: 18px;
    gap: 20px;
  }
  .faq_section .back_btn_wrap a:after {
    width: 18px;
    height: 15px;
  }
  .faq_wrap {
    max-width: 860px;
    padding: 10px;
  }
  .faq_wrap a {
    text-decoration: underline;
  }
  .faq_wrap + .faq_wrap {
  padding: 0 10px;
  }
  .faq_wrap .q_wrap {
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .faq_wrap .q_wrap p {
    font-size: 15px;
  }
  .faq_wrap .a_wrap {
    padding: 0 5px 15px;
  }
  .faq_wrap .a_wrap p {
    font-size: 14px;
    line-height: 1.6;
  }
  .faq_wrap > div {
    gap: 5px;
  }
  .faq_wrap > div:before {
    font-size: 15px;
    line-height: 150%;
  }
}