@charset "utf-8";
.post-cols__col2-faq {
  width: calc(72.5% - clamp(20px, 5.125vw, 82px));
  margin: 0 auto 0 0;
}

.faq {
  padding-top: clamp(40px, 11.2%, 120px);
  padding-bottom: clamp(60px, 11.2%, 120px);
}

.faq-contents__item {
  margin-bottom: clamp(40px, 6.1%, 66px);
}

.faq-contents__item:last-child {
  margin-bottom: 0;
}

.faq-contents__itemHeading {
  font-size: clamp(18px, 1.5625vw, 25px);
  font-weight: 700;
  margin-bottom: clamp(10px, 1.3%, 14px);
  line-height: 1.75;
}

.faq__list-head {
  padding-left: clamp(20px, 4.8%, 52px);
  padding-top: clamp(25px, 5.1%, 55px);
  padding-bottom: clamp(30px, 5.7%, 62px);
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.faq__list-head:hover,
.faq__list-head.active {
  background-color: #64625e;
}

.faq__list-label {
  color: #64625e;
  font-size: clamp(30px, 2.75vw, 44px);
  font-family: century-gothic, sans-serif;
  line-height: 1;
}
.faq__list-head:hover .faq__list-label,
.faq__list-head.active .faq__list-label {
  color: #fff;
}

.faq__list-label.answer {
  padding-right: clamp(21px, 2.375vw, 38px);
}

.faq__list-title {
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 500;
  line-height: 1.75;
}

.faq__list-head:hover .faq__list-title,
.faq__list-head.active .faq__list-title {
  color: #fff;
}

.faq__list-field {
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 500;
  padding-left: clamp(20px, 4.8%, 52px);
  padding-right: clamp(10px, 4.8%, 30px);
  padding-top: clamp(25px, 5.1%, 55px);
  padding-bottom: clamp(30px, 5.7%, 62px);
  display: none;
  line-height: 1.75;
}

.faq__list-flex {
  display: flex;
  align-items: center;
}

.faq__list-item:not(:last-child) {
  margin-bottom: clamp(25px, 3.7%, 40px);
}

.faq__list-item {
  /* padding-top: 35px;
  padding-bottom: 35px; */
}

.faq__list-title {
  padding-left: clamp(15px, 2.9%, 32px);
  padding-right: clamp(15px, 2.9%, 30px);
}

.faq__list-toggle {
  position: relative;
  top: 0;
  display: inline-block;
  min-width: clamp(35px, 2.8125vw, 45px);
  min-height: clamp(35px, 2.8125vw, 45px);
  border-radius: 90%;
  margin-left: auto;
  margin-right: clamp(30px, 4.0625vw, 65px);
}

.faq__list-toggle:before,
.faq__list-toggle:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #64625e;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.faq__list-head:hover .faq__list-toggle:before,
.faq__list-head:hover .faq__list-toggle:after,
.faq__list-head.active .faq__list-toggle:before,
.faq__list-head.active .faq__list-toggle:after {
  background: #fff;
}

.faq__list-head.active .faq__list-toggle {
}

.faq__list-head.active .faq__list-toggle:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__list-toggle:before {
  width: 1px;
  height: clamp(35px, 2.8125vw, 45px);
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq__list-toggle::after {
  width: clamp(35px, 2.8125vw, 45px);
  height: 1px;
}

.inblk {
  display: inline-block;
}

.modelhouse-btn1 {
  font-size: clamp(14px, 1vw, 15px);
  font-weight: 700;
  text-align: center;
  pointer-events: all;
  position: relative;
  display: block;
  width: 100%;
  max-width: 326px;
  padding-top: clamp(15px, 3.2%, 19px);
  padding-bottom: clamp(15px, 3.2%, 19px);
  padding-left: clamp(10px, 5.9%, 20px);
  margin-top: 30px;
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: #fff;
  transition: all 0.3s;
}

.modelhouse-btn1 span {
  display: block;
  padding-right: 50px;
}

.modelhouse-btn1:hover {
  color: #fff;
  background-color: #181818;
}

.modelhouse-btn1::after {
  content: "";
  display: block;
  width: 30px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.3s;
}

.modelhouse-btn1::after {
  background: url("../imgs_new/index/arrow_login_bl.png") center center / cover
    no-repeat;
}

.modelhouse-btn1:hover::after {
  background: url("../imgs_new/index/arrow_login_wh.png") center center / cover
    no-repeat;
}

@media screen and (max-width: 750px) {
  .post-cols__col2-faq {
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .modelhouse-btn1,
  .modelhouse-btn2 {
    max-width: 100%;
  }
}
