@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left: 20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 2em;
  padding-bottom: 2em;
}

#main-contents div.body {
  max-width: 100%;
  padding: 0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * ビジュアル
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.visual {
  background: url("../../_images/faq/visual.jpg?20260508") no-repeat;
  background-size: cover;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * よくあるご質問
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.faq {
  position: relative;
  padding-top: 90px;
  padding-bottom: 120px;
  margin-top: 60px;
  margin-bottom: 120px;
  width: calc(100% - 160px);
  background: linear-gradient( to right, rgba(245,237,237,0.99608) 0%, rgb(254,222,171) 100%);
  border-radius: 0 60px 60px 0;
  background-position: left top;
  background-size: cover;
  overflow: hidden;
}
.faq::before {
  content: "";
  display: block;
  background: url(../../_images/_common/dot.png);
  border-radius: 0 60px 60px 0;
  background-position: top;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-repeat: repeat-x;
  margin-top: -5px;
}

.faq .inner {
  width: 1080px;
  margin: 0 auto;
}
.faq .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1260px) {
  /*ブラウザの幅が736px以下の時*/
  .faq {
    width: 100%;
  }
  .faq .inner {
    width: 100%;
    margin: 0 auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main .faq .title-1 {
    padding-right: 3.5em;
    font-size: 1.8rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.faq section ~ section {
  margin-top: 90px;
}

#main .faq-list {}
#main .faq-list .faq-item {
  position: relative;
  background: #fff;
  border-radius: 20px;
  margin-top: 30px;
  padding: 20px;
}
/*
#main .faq-list .faq-item ~ .faq-item {
  margin-top: 30px;
}*/
#main .faq-list .faq-item .title-2 {
  position: relative;
  min-height: 80px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  padding: 12px 0;
  padding-left: 90px;
  padding-right: 60px;
  background: url(../../_images/faq/icon-q.png) 28px 26px no-repeat;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
#main .faq-list .faq-item .title-2:after {
  content: 'ー';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  color: var(--c-d-orange);
  font-weight: bold;
  font-size: 2.4rem;
}
#main .faq-list .faq-item.active .title-2:after {
  content: '＋';
}
#main .faq-list .faq-item .content {
  display: none;
}
#main .faq-list .faq-item .content > div {
  color: #333;
  padding-top: 20px;
  padding-left: 90px;
  padding-bottom: 40px;
  padding-right: 40px;
  background: #fff url(../../_images/faq/icon-a.png) 28px 22px no-repeat;
  margin: 0 auto;
  border-radius: 20px;
  font-size: 1.6rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1660px) {
  /*ブラウザの幅が736px以下の時*/
  #main .faq-list .faq-item {
    max-width: 750px;
    width: 70%;
  }
}

@media (max-width:736px) {
  .faq section ~ section {
    margin-top: 50px;
  }
  #main .faq-list .faq-item {
    padding: 1em;
    width: 100%;
  }
  #main .faq-list .faq-item .title-2 {
    background-position: 10px 10px;
    padding-left: 45px;
    padding-right: 25px;
    background-size: 30px auto;
    font-size: 1.6rem;
    min-height: auto;
  }
  #main .faq-list .faq-item .title-2:after {
    top: 12px;
    transform: translateY(0);
    right: 0;
    line-height: 1.8;
    font-size: 1.6rem;
  }
  #main .faq-list .faq-item .content {}
  #main .faq-list .faq-item .content > div {
    background-position: 5px 10px;
    background-size: 30px auto;
    padding: 10px 20px 10px 50px;
  }
  #main .faq-list .faq-item .content > div p {
    font-size: 1.5rem;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * アイコンリスト
/* ------------------------------------------------------------------------------------------------- */

.faq #s5,
.faq #s6,
.faq #s7,
.faq #s8,
.faq #s9 {
  position: relative;
}
.faq #s5::after {
  content: "";
  display: block;
  background: url("../../_images/faq/icon-1.png") no-repeat;
  width: 237px;
  height: 394px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -270px;
}
.faq #s6::after {
  content: "";
  display: block;
  background: url("../../_images/faq/icon-2.png") no-repeat;
  width: 224px;
  height: 390px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -280px;
}
.faq #s7::after {
  content: "";
  display: block;
  background: url("../../_images/faq/icon-3.png") no-repeat;
  width: 246px;
  height: 390px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -270px;
}
.faq #s8::after {
  content: "";
  display: block;
  background: url("../../_images/faq/icon-4.png") no-repeat;
  width: 261px;
  height: 379px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -280px;
}
.faq #s9::after {
  content: "";
  display: block;
  background: url("../../_images/faq/icon-5.png") no-repeat;
  width: 210px;
  height: 391px;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -270px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1660px) {
  /*ブラウザの幅が736px以下の時*/
  .faq #s5::after,
  .faq #s6::after,
  .faq #s7::after,
  .faq #s8::after,
  .faq #s9::after {
    margin-right: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  .faq #s5::after {
    width: 118px;
    height: 197px;
    background-size: 118px 197px;
  }
  .faq #s6::after {
    width: 112px;
    height: 195px;
    background-size: 112px 195px;
  }
  .faq #s7::after {
    width: 123px;
    height: 195px;
    background-size: 123px 195px;
  }
  .faq #s8::after {
    width: 130px;
    height: 189px;
    background-size: 130px 189px;
  }
  .faq #s9::after {
    width: 105px;
    height: 195px;
    background-size: 105px 195px;
  }
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .faq #s5::after {
    width: 59px;
    height: 98px;
    background-size: 59px 98px;
    z-index: -1;
  }
  .faq #s6::after {
    width: 56px;
    height: 97px;
    background-size: 56px 97px;
    z-index: -1;
  }
  .faq #s7::after {
    width: 61px;
    height: 97px;
    background-size: 61px 97px;
    z-index: -1;
  }
  .faq #s8::after {
    width: 65px;
    height: 94px;
    background-size: 65px 94px;
    z-index: -1;
  }
  .faq #s9::after {
    width: 52px;
    height: 97px;
    background-size: 52px 97px;
    z-index: -1;
  }
}
