@charset "UTF-8";
/* CSS Document */

/*--------------------
02_04. 施工の流れ
07.よくある質問
--------------------*/

/*--------------------
02_04. 施工の流れ
--------------------*/
#flow #h1_type01 {
  background-image: url(../img/product/flow/mainimg01.jpg);
}

#flow #cnt_area01 {
  margin: 0 auto 160px;
}

#flow #cnt_area01 .contents_in {
  background: #fff;
  padding: 46px 0 0;
}

#flow #cnt_area01 h2 {
  font-weight: 300;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 0 0 12px;
}

#flow #cnt_area01 .first_text {
  color: #2c2c2c;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.15em;
  text-align: center;
  padding: 0 14px;
  margin: 0 0 51px;
}

#flow #cnt_area01 .first_text span.notomincho_font {
  display: block;
  color: #313131;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.05em;
  margin: 0 0 9px;
}

#flow #cnt_area01 .cnt_g {
  max-width: 850px;
  width: 94%;
  margin: 0 auto;
}

#flow #cnt_area01 .step_g {
  max-width: 292px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 79px 0 90px;
  margin: 0 auto 40px;
  position: relative;
}

#flow #cnt_area01 .step_g:first-child {
  border-top: none;
  padding: 0 0 90px;
}

#flow #cnt_area01 .step_g:last-child {
  border-bottom: none;
  padding: 120px 0 0;
  margin: 0 auto;
}

#flow #cnt_area01 .step_g:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #027dd7;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 68px;
  border-radius: 50%;
  margin: 0 auto;
}

#flow #cnt_area01 .step_g::after {
  content: '';
  width: 1px;
  height: 79px;
  background: #027dd7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#flow #cnt_area01 .step_g .step_text {
  color: #027dd7;
  font-size: 32px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}

#flow #cnt_area01 .step_g .step_text:before {
  content: '';
  width: 12px;
  height: 12px;
  background: #027dd7;
  position: absolute;
  left: 0;
  right: 0;
  top: -13px;
  border-radius: 50%;
  margin: 0 auto;
}

#flow #cnt_area01 .step_g .step_text::after {
  content: '';
  width: 1px;
  height: 79px;
  background: #027dd7;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}

#flow #cnt_area01 .step_g:last-child::before {
  display: none;
}

#flow #cnt_area01 .step_g:last-child::after {
  display: none;
}

#flow #cnt_area01 .step_g:first-child .step_text:before {
  display: none;
}

#flow #cnt_area01 .step_g:first-child .step_text::after {
  display: none;
}

#flow #cnt_area01 .step_g:last-child .step_text:before {
  top: -54px;
}

#flow #cnt_area01 .step_g:last-child .step_text::after {
  bottom: 81px;
}

#flow #cnt_area01 .cnt_box {
  display: flex;
  flex-direction: column-reverse;
}

#flow #cnt_area01 .cnt_box .flow_text {
  max-width: 520px;
  width: 100%;
  border-radius: 10px 10px 0 0;
  background: #fff;
  text-align: center;
  padding: 22px;
  margin: -95px auto 0;
  position: relative;
  z-index: 1;
}

#flow #cnt_area01 .cnt_box .flow_text h3 {
  color: #313131;
  font-size: 36px;
  font-weight: 300;
  line-height: 51px;
  letter-spacing: 0.05em;
}

#flow #cnt_area01 .cnt_box .flow_text p {
  color: #2c2c2c;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.15em;
  margin: 6px 0 0;
}

/*--------------------
07.よくある質問
--------------------*/

#faq #h1_type01 {
  background-image: url(../img/inquiry/mainimg01.jpg);
  background-position: 50% 100%;
  margin-bottom: 0;
  color: #000;
  letter-spacing: 0.05em;
  padding: 217px 0 0;
}

#faq #h1_type01 .contents_in {
  background: #fff;
  padding: 33px 0 32px;
}

#faq #faq_area {
  padding: 32px 0 120px;
}

#faq #faq_area .cnt_g {
  width: 94%;
  margin: 0 auto 55px;
}

#faq #faq_area .cnt_box {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 19px;
  border: 1px solid #e6e6e6;
  position: relative;
}

#faq #faq_area .question_box {
  cursor: pointer;
  padding: 22px 75px 22px 33px;
  position: relative;
}

#faq #faq_area .question_box span {
  display: inline-block;
  vertical-align: top;
}

#faq #faq_area .question_box .icon {
  font-size: 20px;
  line-height: 25px;
  margin: 0 42px 0 0;
}

#faq #faq_area .question_box .question_text {
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.14em;
  width: calc(100% - 42px - 19px);
}

#faq #faq_area .question_box .mark {
  position: absolute;
  right: 26px;
  top: 25px;
  width: 14px;
  height: 14px;
}

#faq #faq_area .question_box .mark::before,
#faq #faq_area .question_box .mark::after {
  content: '';
  display: block;
  width: 14px;
  height: 1px;
  background: #027dd7;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#faq #faq_area .question_box .mark::after {
  transform: rotate(90deg);
  top: 0;
  transform-origin: left;
  transition: all 0.3s;
}

#faq #faq_area .cnt_box.active .question_box .mark::after {
  opacity: 0;
}

#faq #faq_area .answer_box {
  display: none;
  background: #f8f9fa;
  border-top: 1px solid #e6e6e6;
  padding: 22px 78px 22px 93px;
  position: relative;
}

#faq #faq_area .answer_box .answer_text {
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.14em;
  width: calc(100% - 42px - 18px);
}

#faq #faq_area .btn_ptn01 {
  margin: 0 auto;
}

#faq #faq_area .btn_ptn01 a {
  color: #027dd7;
  border-color: #027dd7;
  font-size: 14px;
  font-weight: 500;
  padding: 18px 0 15px;
}

#faq #faq_area .btn_ptn01 a::after {
  background: #027dd7;
}

@media only screen and (max-width: 1024px) {
  /*--------------------
02_04. 施工の流れ
--------------------*/

  /*--------------------
07.よくある質問
--------------------*/

  #faq #faq_area .question_box .icon {
    margin: 0 22px 0 0;
  }

  #faq #faq_area .question_box .question_text {
    width: calc(100% - 22px - 19px);
  }

  #faq #faq_area .answer_box {
    padding: 22px 35px 22px 73px;
  }
}

@media only screen and (max-width: 750px) {
  /*--------------------
02_04. 施工の流れ
--------------------*/

  #flow #h1_type01 {
    background-image: url(../img/product/flow/mainimg01_sp.jpg);
  }

  #flow #cnt_area01 {
    margin: 0 0 51px;
  }

  #flow #cnt_area01 .contents_in {
    padding-top: 25px;
  }

  #flow #cnt_area01 h2 {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 16px;
  }

  #flow #cnt_area01 .first_text {
    margin: 0 0 43px;
  }

  #flow #cnt_area01 .first_text span.notomincho_font {
    margin: 0 0 5px;
  }

  #flow #cnt_area01 .first_text span.note_text {
    font-size: 12px;
  }

  #flow #cnt_area01 .cnt_g {
    width: 100%;
  }

  #flow #cnt_area01 .cnt_box {
    flex-direction: column;
    margin: 0 auto 25px;
  }

  #flow #cnt_area01 .step_g {
    margin: 0 auto;
  }

  #flow #cnt_area01 .step_g .step_text::after {
    bottom: 40px;
  }

  #flow #cnt_area01 .cnt_box .flow_text {
    padding: 20.5px 0;
    margin: 0 auto;
    position: inherit;
  }

  #flow #cnt_area01 .cnt_box .flow_text h3 {
    font-size: 30px;
    line-height: 44px;
  }

  #flow #cnt_area01 .cnt_box .flow_text p {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 28px;
    margin: 8px 0 0;
  }

  #flow #cnt_area01 .step_g:last-child {
    padding: 109px 0 0;
  }

  #flow #cnt_area01 .step_g:last-child .step_text {
    font-size: 36px;
  }

  #flow #cnt_area01 .step_g:last-child .step_text::after {
    bottom: 69px;
  }

  #flow #cnt_area01 .step_g:last-child .step_text:before {
    top: -41px;
  }

  /*--------------------
07.よくある質問
--------------------*/

  #faq #h1_type01 {
    background-image: url(../img/inquiry/mainimg01_sp.jpg);
    padding: 103px 0 0;
  }

  #faq #h1_type01 .contents_in {
    padding: 7px 0 9px;
  }

  #faq #faq_area {
    padding: 24px 0 50px;
  }

  #faq #faq_area .cnt_g {
    width: 100%;
  }

  #faq #faq_area .cnt_box {
    margin: 0px auto 20px;
  }

  #faq #faq_area .question_box {
    padding: 20px 26px 19px 7px;
  }

  #faq #faq_area .question_box .icon {
    margin: 0px 9px 0 0;
  }

  #faq #faq_area .question_box .mark {
    right: 12px;
  }

  #faq #faq_area .answer_box {
    padding: 9px 25px;
  }

  #faq #faq_area .answer_box .answer_text {
    width: 100%;
    margin: 0 auto 8px;
  }
}

@media only screen and (max-width: 360px) {
  /*--------------------
02_04. 施工の流れ
--------------------*/

  #flow .contents_in {
    width: calc(100% - 40px);
  }

  #flow #cnt_area01 .first_text {
    font-size: 12px;
  }

  #flow #cnt_area01 .cnt_box .flow_text h3 {
    font-size: 28px;
  }

  #flow #cnt_area01 .cnt_box .flow_text p {
    font-size: 12px;
  }

  #flow #cnt_area01 .step_g:last-child .step_text {
    font-size: 32px;
  }
}
