@charset "UTF-8";

.l-main {
  width: 100%;
  background-image: url(../images/top/content_bg01_sp.jpg);
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-size: 100% auto;
}

@media screen and (min-width: 760px) {
  .l-main {
    background-image: url(../images/top/content_bg01_pc.jpg);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: 100% auto;
  }
}

/* ========================================
  common
======================================== */
@media screen and (min-width: 760px) {
  .l-footer .l-content {
      max-width: none;
  }
}
@media screen and (min-width: 760px) {
  .c-footer__textlink {
    padding-right: 168px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 760px) {
  .c-footer__copyright {
    right: 0;
  }
}
@media screen and (min-width: 1920px) {
  .l-main img {
    width: 100%;
  }
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* ========================================
  p-faq-content__wrap01
======================================== */
.p-faq-content__wrap01 {
  width: 100%;
}
@media screen and (min-width: 980px) {
  .p-faq-content__wrap01 {
    position: relative;
    border-bottom:7px solid #fff;
  }
}
@media screen and (max-width: 979px) {
  .p-faq-content__wrap01 {
    position: relative;
    border-bottom:3px solid #fff;
  }
}
.p-faq-content__wrap01-inner {
  width: 100%;
}

@media screen and (min-width: 980px) {
  .p-faq-content__wrap01-inner {
    max-width: 990px;
    margin: 0 auto;
    padding-bottom:56px;
    padding:0 15px 56px;

  }
}
@media screen and (max-width: 979px) {
  .p-faq-content__wrap01-inner {
    width: 87.2%;
    min-height: 254px;
    margin-left: 5.46666666667%;
    padding-bottom:56px;
  }
}
/* ========================================
  p-faq-header
======================================== */

.p-faq-header{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items:flex-end;
}
@media screen and (min-width: 980px) {
  .p-faq-header {
    padding-top:30px;
    padding-bottom:37px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1180px) {
  .p-faq-header{
    flex-direction:column-reverse;
    align-items:center;
  }
}
@media screen and (max-width: 979px) {
  .p-faq-header {
    flex-direction:column-reverse;
    align-items:center;
    padding-top:10%;
    padding-bottom:10%;
  }
}
.faq_h{
  background-image: url("../images/faq/faq_h.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.faq_h:before{
  content: "";
  display:block;
  padding-top:13.506%;
}
@media screen and (min-width: 980px) {
  .faq_h {
    width:385px;
    margin-bottom:10px;
    margin-left:5px;
  }
}

@media screen and (max-width: 979px) {
  .faq_h {
    width:58.87%;
    width:75%;
    max-width: 385px;
  }
}
.visual_logo{
  background-image: url("../images/faq/visual_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.visual_logo:before{
  content: "";
  display:block;
  padding-top:38.432%;
}
@media screen and (min-width: 980px) {
  .visual_logo{
    width:268px;
  }
}
@media screen and (min-width: 980px) and (max-width: 1180px) {
  .visual_logo{
    padding-bottom:37px;
  }
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .visual_logo{
    background-image: url("../images/faq/visual_logo__sp.png");
    width:40%;
    max-width: 639px;
    padding-bottom:5%;
  }
}
@media screen and (max-width: 759px) {
  .visual_logo{
    background-image: url("../images/faq/visual_logo__sp.png");
    width:50%;
    max-width: 639px;
    padding-bottom:5%;
  }
}


/* ========================================
  p-faq-contents-body
======================================== */
.p-faq-contents-body{
}
.p-faq-contents-body dl{
  border-radius: 20px;
  background-color: rgb(248, 248, 240);
  padding:8px 43px;
}
@media screen and (max-width: 979px) {
  .p-faq-contents-body dl{
    border-radius: 10px;
    padding:0px 15px;
  }
}
.p-faq-contents-body dl:not(:last-child){
  margin-bottom:15px;
}

@media screen and (min-width: 760px), print {
  .p-faq-contents-body dl > dt,
  .p-faq-contents-body dl > dd{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height:2;
  }
}
.p-faq-contents-body dl > dt{
  font-size: 22px;
  color: rgb(130, 113, 87);
  position:relative;
  padding:16px 0 22px;
  font-weight: 700;
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .p-faq-contents-body dl > dt{
    font-size: 20px;
    line-height: 2;
  }
}
@media screen and (max-width: 759px) {
  .p-faq-contents-body dl > dt{
    font-size: 16px;
    line-height: 1.8;
  }
}
.p-faq-contents-body dl > dt:before{
  content: "";
  display:block;
  width:100%;
  height:8px;
  background-image: url("../images/faq/faq_line.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position:absolute;
  bottom:0;
  left:0;
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .p-faq-contents-body dl > dt:before{
    background-image: url("../images/faq/faq_line__sp.png");
    width:calc(100% - 3px);
    height:7.5px;
    background-position: center;
    background-size: 317px 7.5px;
    background-repeat: repeat-x;
  }
}
@media screen and (max-width: 759px) {
  .p-faq-contents-body dl > dt:before{
    background-image: url("../images/faq/faq_line__sp.png");
    width:100%;
    height:2vw;
    background-position: -5px 0;
  }
}
.p-faq-contents-body dl > dd{
  font-size: 16px;
  color: rgb(51, 51, 51);
  padding:21px 0 24px;
}
@media screen and (min-width: 760px) and (max-width: 979px) {
  .p-faq-contents-body dl > dd{
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 759px) {
  .p-faq-contents-body dl > dd{
    font-size: 14px;
    line-height: 2;
  }
}
.p-faq-contents-body dl .icon_q{
  display:inline-block;
  background-image: url("../images/faq/icon_q.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-faq-contents-body dl .icon_q:before{
  content: "";
  display:block;
  padding-top:100%;
}
@media screen and (min-width: 980px) {
  .p-faq-contents-body dl .icon_q{
    width:34px;
    margin-top:5px;
  }
}
@media screen and (min-width: 760px), print {
  .p-faq-contents-body dl .icon_q{
    width:26px;
    margin-top:10px;
  }
}
@media screen and (max-width: 759px) {
  .p-faq-contents-body dl .icon_q{
    width:26px;
    display:block;
    margin:0 auto 10px;
  }
}
.p-faq-contents-body dl .icon_a{
  display:inline-block;
  background-image: url("../images/faq/icon_a.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-faq-contents-body dl .icon_a:before{
  content: "";
  display:block;
  padding-top:100%;
}
@media screen and (min-width: 980px) {
  .p-faq-contents-body dl .icon_a{
    width:34px;
    margin-top:5px;
  }
}
@media screen and (min-width: 760px), print {
  .p-faq-contents-body dl .icon_a{
    width:26px;
    margin-top:3px;
  }
}
@media screen and (max-width: 759px) {
  .p-faq-contents-body dl .icon_a{
    width:26px;
    display:block;
    margin:0 auto 10px;
  }
}
@media screen and (min-width: 980px) {
  .p-faq-contents-body dl .p-faq-contents-txt-box{
    width:calc(100% - 34px);
    padding-left:20px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 760px), print {
  .p-faq-contents-body dl .p-faq-contents-txt-box{
    width:calc(100% - 26px);
    padding-left:15px;
    box-sizing: border-box;
  }
}
.p-faq-contents-body dl .p-faq-contents-txt-box a {
    text-decoration: underline;
}
@media screen and (min-width: 980px) {
  .p-faq-contents-body dl .p-faq-contents-txt-box a:hover {
    text-decoration:none;
  }
}
.p-faq-contents-note {
  position: relative;
  padding-left: 1em;
}
.p-faq-contents-note::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.p-faq-contents-box01 {
  margin: 1em 0;
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(175, 164, 146,0.15);
}
@media screen and (min-width: 760px), print {
  .p-faq-contents-box01 {
    padding: 20px;
  }
}
.p-faq-contents-box01 .p-faq-contents-note {
  font-size: 12px;
  line-height: 2;
}
@media screen and (min-width: 760px), print {
  .p-faq-contents-box01 .p-faq-contents-note {
    font-size: 11px;
    line-height: 1.9;
  }
}
.p-faq-contents-img {
  margin: 1em 0;
}
.p-faq-contents-txt-s {
  font-size: 12px;
  line-height: 2;
}
@media screen and (min-width: 760px), print {
  .p-faq-contents-txt-s {
    font-size: 11px;
    line-height: 1.9;
  }
}

/* ========================================
  p-faq-footer
======================================== */
.p-faq-footer__btn {
  display: block;
  position: relative;
  width: 85.626911315%; /* 560 / 654 * 100 */
  margin: 20px auto 0;
}
@media screen and (min-width: 760px) {
  .p-faq-footer__btn {
    width: 43.75%; /* 420 / 960 * 100 */
  }
  .p-faq-footer__btn:hover {
    opacity: 80%;
  }
}
.p-faq-footer__text01 {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  color: #827157;
  font-size: 3.2vw; /* 24 / 750 * 100 */
  font-weight: 700;
  pointer-events: none;
}
@media screen and (min-width: 760px) {
  .p-faq-footer__text01 {
    font-size: 0.83333333333vw; /* 16 / 1920 * 100 */
  }
}
@media screen and (min-width: 1920px) {
  .l-main img {
    font-size: 16px;
  }
}
