/*!
global > color
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_faq_main {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p_faq_main {
    padding-bottom: 110px;
  }
}
.p_faq_item {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p_faq_item {
    margin-bottom: 38px;
  }
}
.p_faq_item:last-child {
  margin-bottom: 0;
}
.p_faq_item__head {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 45px 10px 50px;
  background-color: #fdf2e0;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p_faq_item__head {
    min-height: 100px;
    padding: 20px 140px 20px 108px;
    transition: all 0.5s;
    cursor: pointer;
  }
  .p_faq_item__head:hover {
    opacity: 0.7;
  }
}
.p_faq_item__head::before, .p_faq_item__head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #f00000;
  border-radius: 2px;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .p_faq_item__head::before, .p_faq_item__head::after {
    right: 40px;
    width: 24px;
  }
}
.p_faq_item__head::after {
  transform: translateY(-50%) rotate(90deg);
}
.p_faq_item__head.active::after {
  opacity: 0;
}
.p_faq_item__body {
  position: relative;
  display: none;
  padding: 10px 45px 10px 50px;
}
@media screen and (min-width: 768px) {
  .p_faq_item__body {
    padding: 33px 100px 0 108px;
  }
}
.p_faq_item__char {
  position: absolute;
  top: 12px;
  left: 15px;
  color: #f00000;
  font-size: 1.375rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p_faq_item__char {
    top: 35px;
    left: 36px;
    font-size: 1.75rem;
  }
}
.p_faq_item__ttl {
  font-weight: 500;
}
.p_faq_sec02 {
  padding: 50px 0 90px;
  border-top: 1px solid #dedddb;
}
@media screen and (min-width: 768px) {
  .p_faq_sec02 {
    padding: 118px 0 122px;
  }
}
@media screen and (min-width: 768px) {
  .p_faq_sec02 .c_grid {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p_faq_sec02 .c_box {
    max-width: 360px;
  }
}
@media screen and (min-width: 768px) {
  .p_faq_sec02 .c_box__img {
    height: 200px;
  }
}
/*# sourceMappingURL=faq.css.map */
