.p-faq {
  line-height: 1.6;
}
.p-faq .c-title1 {
  display: block;
  position: relative;
  padding-bottom: 20px;
}
.p-faq .c-title1::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 22px;
  height: 1px;
  background-color: #111111;
}
.p-faq .c-title1 small {
  display: block;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0;
  color: #ec3234;
  margin-bottom: 6px;
}
.p-faq .c-title1 strong {
  display: block;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0;
}

.c-icon-before,
.c-icon-after {
  position: relative;
}
.c-icon-before::before,
.c-icon-after::after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.p-faq .c-btn__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.p-faq .c-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 260px;
  border: 1px solid #0076bc;
  border-radius: 10px;
  color: #0076bc;
  padding: 18px 22px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0;
  transition: 0.4s;
}
.p-faq .c-btn::after {
  background-image: url(./../images/common/ic-chevron-right-blue.png);
  width: 7px;
  height: 12px;
}

.p-faq .c-btn.--active,
.p-faq .c-btn:hover {
  opacity: 1;
  background-color: #0076bc;
  color: #fff;
}
.p-faq .c-btn.--active::after,
.p-faq .c-btn:hover::after {
  background-image: url(./../images/common/ic-chevron-right-white.png);
}
.p-faq .wrapper.--wrapper-1000 {
  max-width: 1000px;
}
/* BLOCK 1 */
.p-faq .block1 {
  padding-top: 60px;
}
.p-faq .block1 .c-title1 {
  margin-bottom: 70px;
}
.p-faq .block1 .c-btn__wrapper {
  margin-bottom: 85px;
}
/* END BLOCK 1 */
.p-faq .c-dl1 dl + dl {
  margin-top: 90px;
}
.p-faq .c-dl1 dt {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
  padding: 0 32px 22px;
  border-bottom: 1px solid #111111;
  margin-bottom: 30px;
}
.p-faq .c-dl1 dt::before {
  background-image: url(./../images/common/ic-question-black.png);
  width: 23px;
  height: 20px;
  position: relative;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-faq .c-title1 strong {
    font-size: 23px;
  }
  .p-faq .c-btn__wrapper {
    gap: 10px;
  }
  .p-faq .c-btn {
    max-width: 100%;
  }
  .p-faq .block1 {
    padding-top: 45px;
  }
  .p-faq .block1 .c-title1 {
    margin-bottom: 30px;
  }
  .p-faq .block1 .c-btn__wrapper {
    margin-bottom: 30px;
  }

  .p-faq .c-dl1 dl + dl {
    margin-top: 30px;
  }
  .p-faq .c-dl1 dt {
    gap: 6px;
    font-size: 14px;
    padding: 0 0px 15px;
    margin-bottom: 20px;
  }
  .p-faq .c-dl1 dt::before {
    width: 17px;
    height: 14px;
    top: 1px;
  }
}
/* ACCORDION */
/* COLLAPSE LIST */
.c-list-collapse .item + .item {
  margin-top: 26px;
}
.c-collapsible__header {
  background-color: #0076bc;
  color: #fff;
  padding: 20px 44px;
  padding-right: 80px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.c-collapsible__header .icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 44px;
  width: 18px;
  height: 18px;
  color: #fff;
}
.c-collapsible__header .icon::before,
.c-collapsible__header .icon::after {
  content: "";
  display: block;
  position: absolute;
  background-color: currentColor;
  transition: 0.4s;
}
.c-collapsible__header .icon::before {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-collapsible__header .icon::after {
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-collapsible.show .c-collapsible__header .icon::before {
  transform: translateX(-50%) rotate(90deg);
}
.c-collapsible__header p {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1.6;
}
.c-collapsible__header p span {
  display: inline-block;
  font-weight: 700;
  font-size: 26px;
  position: relative;
  top: 0;
}
.c-collapsible .content {
  padding: 16px 40px 16px 80px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}
@media screen and (max-width: 1024px) {
  .c-collapsible .content {
    padding-left: 44px;
  }
}
@media screen and (max-width: 767px) {
  .c-list-collapse .item + .item {
    margin-top: 10px;
  }
  .c-collapsible__header {
    padding: 14px 20px;
    padding-right: 40px;
  }
  .c-collapsible .c-collapsible__header p {
    gap: 6px;
    font-size: 14px;
    line-height: 1.6;
  }
  .c-collapsible .c-collapsible__header p span {
    font-size: 18px;
    margin-right: 4px;
  }
  .c-collapsible__header .icon {
    right: 20px;
    width: 10px;
    height: 10px;
  }
  .c-collapsible .content {
    padding: 15px;
    font-size: 13px;
    line-height: 1.6;
  }
}
/* ACCORDION */
#A,
#B,
#C,
#D,
#E,
#F,
#G {
  top: -140px;
}
@media screen and (max-width: 1024px) {
  #A,
  #B,
  #C,
  #D,
  #E,
  #F,
  #G {
    top: -120px;
  }
}
@media screen and (max-width: 768px) {
}
