/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_faq__section {
  padding-top: 60px;
}
@media screen and (min-width: 769px) {
  .p_faq__section {
    padding: clamp(
      0rem,
      -14.440433213vw + 14.440433213rem,
      7.5rem
  ) 0 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p_faq__list {
    margin-top: -23px;
  }
}
.p_faq__heading {
  text-align: center;
  font-size: clamp(
      1.5rem,
      0.6944444444vw + 1.0555555556rem,
      1.75rem
  );
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .p_faq__heading {
    margin-bottom: 44px;
    font-size: 2.25rem;
  }
}
.p_faq__item {
  position: relative;
  border-bottom: solid 1px #CBE1FF;
}
.p_faq__item.active .p_faq__question::after {
  opacity: 0;
  visibility: hidden;
}
.p_faq__item:last-child {
  margin-bottom: 0;
}
.p_faq__question {
  position: relative;
  display: flex;
  z-index: 2;
  padding-right: 35px;
  transition: all 0.5s;
  cursor: pointer;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .p_faq__question {
    min-height: 100px;
    padding: 29px 65px 29px clamp(
      0.625rem,
      1.2033694344vw + 0.0466305656rem,
      1.25rem
  );
  }
  .p_faq__question:hover {
    opacity: 0.7;
  }
}
.p_faq__question::before, .p_faq__question::after {
  position: absolute;
  content: "";
  background: #162B4B;
}
.p_faq__question::before {
  width: 20px;
  height: 2px;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .p_faq__question::before {
    width: 30px;
    height: 4px;
    right: clamp(
      0.875rem,
      1.8050541516vw + 0.0074458484rem,
      1.8125rem
  );
    top: calc(50% - 1px);
  }
}
.p_faq__question::after {
  height: 20px;
  width: 2px;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .p_faq__question::after {
    height: 30px;
    width: 4px;
    right: clamp(
      1.6875rem,
      1.9253910951vw + 0.7621089049rem,
      2.6875rem
  );
    top: calc(50% - 1px);
  }
}
.p_faq__q {
  font-family: "Kanit", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  flex-shrink: 0;
  margin: 0 5px 0 0;
  width: 30px;
  color: #3278C9;
  position: relative;
  line-height: 1;
  transition: all 0.5s;
}
@media screen and (min-width: 769px) {
  .p_faq__q {
    margin: 0 9px 0 0;
    width: 50px;
    font-size: clamp(
      1.875rem,
      1.7361111111vw + 0.7638888889rem,
      2.5rem
  );
  }
}
.p_faq__ttl {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p_faq__ttl {
    flex-direction: row;
  }
}
.p_faq__ttl .ttl {
  position: relative;
  font-weight: bold;
  font-size: 1.125rem;
  color: #162B4B;
  flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .p_faq__ttl .ttl {
    min-width: 50%;
    font-size: 1.25rem;
    top: 4px;
    transition: all 0.5s;
  }
}
.p_faq__cate {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .p_faq__cate {
    max-width: 50%;
  }
}
.p_faq__cate .cate {
  background: #fff;
  border-radius: 10px;
  padding: 8px 10px 7px;
  min-width: 110px;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  color: #162B4B;
  margin-right: 15px;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 218px;
}
@media screen and (min-width: 769px) {
  .p_faq__cate .cate {
    margin-right: 20px;
    margin-bottom: 10px;
    max-width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p_faq__cate .cate:last-child {
    margin-bottom: 0;
  }
}
.p_faq__answer {
  position: relative;
  overflow: hidden;
  display: none;
}
.p_faq__answer__content {
  width: 100%;
  display: flex;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .p_faq__answer__content {
    padding: 6px 0 32px clamp(
      0.625rem,
      1.2033694344vw + 0.0466305656rem,
      1.25rem
  );
  }
}
.p_faq__a {
  font-family: "Kanit", sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  flex-shrink: 0;
  margin: 0 5px 0 0;
  width: 30px;
  color: #E50012;
  position: relative;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .p_faq__a {
    top: -2px;
    left: -1px;
    margin: 0 30px 0 0;
    width: 50px;
    font-size: clamp(
      1.875rem,
      1.7361111111vw + 0.7638888889rem,
      2.5rem
  );
  }
}
.p_faq__desc a {
  color: #3278C9;
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media screen and (min-width: 769px) {
  .p_faq__desc a:hover {
    transition: all 0.5s;
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) {
  .p_faq__desc p {
    line-height: 1.75;
  }
}

.c_pagination {
  margin-top: 53px;
}
@media screen and (min-width: 769px) {
  .c_pagination {
    margin-top: 53px;
  }
}

@media screen and (min-width: 769px) {
  .c_cate_footer {
    margin-top: 117px;
  }
}
@media screen and (min-width: 769px) {
  .c_cate_footer__dec.dec_01 {
    top: -81px;
    top: clamp(
      -5.0625rem,
      -0.1203369434vw + -4.9421630566rem,
      -5rem
  );
  }
}
@media screen and (min-width: 769px) {
  .c_cate_footer__dec.dec_02 {
    top: -101px;
    top: clamp(
      -6.875rem,
      1.083032491vw + -7.395532491rem,
      -6.3125rem
  );
  }
}
@media screen and (min-width: 769px) {
  .c_cate_footer__dec.dec_03 {
    top: -36px;
  }
}
/*# sourceMappingURL=faq.css.map */
