.p_fqa .c_accordion__desc .item_txt {
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) {
  .p_fqa .c_accordion__desc .item_txt {
    font-size: 1.4rem;
  }
}

.p_fqa .c_accordion__ttl, .p_fqa .c_accordion__desc::before {
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .p_fqa .c_accordion__ttl, .p_fqa .c_accordion__desc::before {
    font-size: 1.6rem;
  }
}

.p_fqa .c_accordion__ttl::before {
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  .p_fqa .c_accordion__ttl::before {
    font-size: 2rem;
  }
}

.p_fqa .heading {
  padding: 30px 0 20px;
}
@media only screen and (min-width: 768px) {
  .p_fqa .heading {
    padding: 51px 0 28px;
  }
}
.p_fqa__content {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
.p_fqa__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 60px;
}
@media only screen and (min-width: 768px) {
  .p_fqa__btn {
    margin: 30px 0 clamp(
        6rem,
        23.4375vw + -12rem,
        12rem
    );
  }
}
.p_fqa__btn .cc_btn {
  width: 100%;
  max-width: 215px;
}
@media only screen and (min-width: 768px) {
  .p_fqa__btn .cc_btn.cc_btn__more {
    padding-left: 15px;
  }
}
.p_fqa .c_accordion__item {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.p_fqa .c_accordion__item + .c_accordion__item {
  margin-top: 16px;
}
.p_fqa .c_accordion__item.is-active::after {
  opacity: 1;
}
.p_fqa .c_accordion__ttl {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 30px 20px 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.1875;
  color: #1771e1;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p_fqa .c_accordion__ttl {
    gap: 24px;
    padding: 16px clamp(
        4rem,
        7.8125vw + -2rem,
        6rem
    ) 16px 25px;
  }
}
.p_fqa .c_accordion__ttl::before {
  content: "Q";
  position: relative;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  background-color: #1771e1;
  border-radius: 100%;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .p_fqa .c_accordion__ttl::before {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (min-width: 768px) {
  .p_fqa .c_accordion__ttl:hover {
    background-color: #1771e1;
    color: #fff;
  }
  .p_fqa .c_accordion__ttl:hover::before {
    color: #1771e1;
    background-color: #fff;
  }
  .p_fqa .c_accordion__ttl:hover .icon::after, .p_fqa .c_accordion__ttl:hover .icon::before {
    background-color: #fff;
  }
}
.p_fqa .c_accordion__ttl.active {
  background-color: #1771e1;
  color: #fff;
}
.p_fqa .c_accordion__ttl.active::before {
  color: #1771e1;
  background-color: #fff;
}
.p_fqa .c_accordion__ttl.active .icon::after, .p_fqa .c_accordion__ttl.active .icon::before {
  background-color: #fff;
}
.p_fqa .c_accordion__ttl.active .icon::before {
  opacity: 0;
}
.p_fqa .c_accordion__ttl .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .p_fqa .c_accordion__ttl .icon {
    right: 23px;
  }
}
.p_fqa .c_accordion__ttl .icon::after, .p_fqa .c_accordion__ttl .icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #a4a4a4;
  transition: all 0.5s;
}
.p_fqa .c_accordion__ttl .icon::after {
  width: 100%;
  height: 2px;
}
.p_fqa .c_accordion__ttl .icon::before {
  width: 2px;
  height: 100%;
}
.p_fqa .c_accordion__content {
  display: none;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .p_fqa .c_accordion__content {
    padding: 17px 25px 15px;
  }
}
.p_fqa .c_accordion__desc {
  position: relative;
  pointer-events: none;
  display: flex;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .p_fqa .c_accordion__desc {
    gap: 24px;
  }
}
.p_fqa .c_accordion__desc::before {
  content: "A";
  position: relative;
  top: 14px;
  left: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  background-color: #1771e1;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .p_fqa .c_accordion__desc::before {
    width: 36px;
    height: 36px;
  }
}
.p_fqa .c_accordion__desc .item_txt {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5714285714;
}

/*# sourceMappingURL=faq.css.map */
