/* お問い合わせエリア ここから */

@media screen and (min-width: 769px) {
  #contact-ctaArea .H08-001-01-inner {
    padding: 40px 30px;
  }

  #contact-ctaArea .H04-003-02 {
    min-width: 300px;
  }
}

#contact-ctaArea .L01-001-item__inner {
  display: flex;
  justify-content: space-between;
}

#contact-ctaArea .L01-001-item__inner .H08-001-01_type_important {
  width: 48%;
  min-width: 380px;
  height: auto;
  margin-top: 0;
}

#contact-ctaArea .L01-001-item__inner .H08-001-01_type_important:nth-child(1) {
  margin-right: 1%;
}

#contact-ctaArea .L01-001-item__inner h3.H01-001-03 {
  font-size: 20px;
}

#contact-ctaArea .L01-001-item__inner .H04-004-02 {
  margin-top: 50px;
}

#contact-ctaArea .L01-001-item__inner .H04-003-02 {
  border-radius: 99px;
}

.large-text {
  font-size: 20px;
  font-weight: 700;
}

.small-text {
  font-size: 14px;
}

.contact-cta-btnText {
  display: inline-block;
  position: relative;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
}

.contact-cta-btnText::before {
  content: "";
  background: url(/images/text-icon-blk-left.png) no-repeat center center/cover;
  width: 13px;
  height: 20px;
  position: absolute;
  top: 49%;
  left: -18px;
  transform: translatey(-50%);
  z-index: 1;
}

.contact-cta-btnText::after {
  content: "";
  background: url(/images/text-icon-blk-right.png) no-repeat center center/cover;
  width: 13px;
  height: 20px;
  position: absolute;
  top: 49%;
  right: -18px;
  transform: translatey(-50%);
  z-index: 1;
}

#contact-phoneArea.L01-001-item {
  margin-top: 35px;
}

#contact-phoneArea {
  text-align: center;
}

#contact-phoneArea {
  text-align: center;
}

#contact-phoneArea .H08-001-01_type_important {
  background-color: #f7f7f7;
  border-color: #90cfca;
  border: 1px solid #ececec;
}

#contact-phoneArea .H08-001-01-inner {
  padding: 30px;
}

#contact-phoneArea .H04-004-02__phone {
  margin-top: 20px;
}

.L01-001-item.contact_desc_text {
  margin-top: 30px;
}

.H04-004-02__phone {
  text-align: center;
}

@media screen and (max-width:768px) {
  #contact-ctaArea .L01-001-item__inner {
    flex-direction: column;
  }

  #contact-ctaArea .L01-001-item__inner .H08-001-01_type_important {
    width: 100%;
    min-width: auto;
  }

  #contact-ctaArea .L01-001-item__inner .H08-001-01_type_important:nth-child(1) {
    margin-right: 0;
    margin-bottom: 35px;
  }

  #contact-ctaArea .L01-001-item__inner h3.H01-001-03 {
    font-size: 18px;
  }

  #contact-ctaArea .L01-001-item__inner .H04-004-02 {
    margin-top: 40px;
  }

  .contact-cta-btnText {
    font-size: 11px;
  }

  .contact-cta-btnText::before {
    width: 9px;
    height: 14px;
    top: 49%;
    left: -15px;
  }

  .contact-cta-btnText::after {
    width: 9px;
    height: 14px;
    top: 49%;
    right: -15px;
  }

  .large-text {
    font-size: 17px;
  }

  .small-text {
    font-size: 12px;
  }

  #contact-phoneArea .H08-001-01-inner {
    padding: 25px 20px;
  }
}
/* お問い合わせエリア ここまで */

/* よくあるご質問 ここから */
.faq__ul {
  background-color: #fff;
  color: #45494b;
}
.faq__item {
  border-top: 1px solid #dedede;
}
.faq__item:last-child {
  border-bottom: 1px solid #dedede;
}
.faq__item:hover {
  background-color: transparent;
}
.faq__item_state_active {
  background-color: transparent;
}
.faq__item-header {
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.faq__item-title {
  color: #000;
  font-weight: 700;
  position: relative;
  flex: 1;
  padding-left: 35px;
  line-height: 2;
}
.faq__item-title::before {
  position: absolute;
  width: 20px;
  height: 26px;
  margin-left: -35px;
  background-image: url(/lp/common/image/faq/faq-Q.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
}
.faq__item-button {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  background-color: #343d45;
}
.faq__item-button::before,
.faq__item-button::after {
  position: absolute;
  background-color: #fff;
  content: "";
  transition: all .2s ease;
}
.faq__item-button::before {
  top: 5px;
  left: 11px;
  width: 2px;
  height: 14px;
}
.faq__item-button::after {
  top: 11px;
  left: 5px;
  width: 14px;
  height: 2px;
}
.faq__item-text {
  color: #000;
  margin: 30px 0 10px;
  display: none;
  position: relative;
  padding-left: 35px;
}
.faq__item-text::before {
  position: absolute;
  width: 20px;
  height: 23px;
  margin-left: -35px;
  background-image: url(/lp/common/image/faq/faq-A.png);
  top: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
}
.faq__item-text p+p {
  margin-top: 10px;
}
.faq__aText {
  font-size: 16px;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .faq__ul {
    max-width: 1225px;
    margin: 30px auto 0;
    font-size: 16px;
  }
  .faq__item {
    padding: 20px;
  }
  .faq__item-header {
    align-items: center;
    margin: -20px;
    padding: 20px;
    cursor: pointer;
  }
  .faq__item-header:hover {
    background-color: #f1f1f1;
  }
  .faq__item-title {
    box-sizing: border-box;
    padding-left: 45px;
    font-size: 1.416em;
  }
  .faq__item-title::before {
    top: 50%;
    margin-top: -13px;
    width: 30px;
    height: 40px;
    margin-left: -45px;
  }
  .faq__item-text {
    margin-bottom: 10px;
    padding: 0 60px 0 45px;
  }
  .faq__item-text::before {
    width: 30px;
    height: 40px;
    margin-left: -45px;
  }
}
@media screen and (max-width: 768px) {
  .faq__ul {
    margin-top: 30px;
    font-size: 14px;
  }
  .faq__item {
    padding: 20px 0 0;
  }
  .faq__item:nth-child(1) {
    padding: 0;
  }
  .faq__item-header {
    align-items: center;
  }
    .faq__item-title {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 30px;
    font-size: 1.3em;
  }
  .faq__item-button {
    right: 15px;
  }
  .faq__item-title::before {
    top: 5px;
    margin-top: 13px;
  }
  .faq__item-text {
    margin: 0 0 10px;
    padding: 20px 15px 0 50px;
  }
  .faq__item-text::before {
    top: 21px;
  }
}
/* よくあるご質問 ここまで */