.p-faq__cntr {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px;
  margin-top: 80px;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1460px) {
  .p-faq__cntr {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-faq__cntr {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-faq__cntr {
    margin-left: 22px;
    margin-right: 22px;
  }
}
.p-faq__cntr.--kv {
  max-width: 2000px;
}
@media only screen and (max-width: 2100px) {
  .p-faq__cntr.--kv {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-faq__cntr.--kv {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-faq__cntr.--kv {
    margin-left: 22px;
    margin-right: 22px;
  }
}
.p-faq__cntr.--sub {
  width: 58.75vw;
}
@media only screen and (max-width: 1271px) {
  .p-faq__cntr.--sub {
    width: 93.75vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-faq__cntr.--sub {
    width: 92vw;
  }
}
@media only screen and (max-width: 1023px) {
  .p-faq__cntr {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 50px;
    margin-bottom: 80px;
  }
}

.p-faq__main {
  padding-left: 340px;
}
@media only screen and (max-width: 1023px) {
  .p-faq__main {
    padding-left: 0;
  }
}

.p-faq__sidebar {
  position: absolute;
  top: 80px;
  width: 240px;
}
@media only screen and (max-width: 1023px) {
  .p-faq__sidebar {
    position: static;
    width: 100%;
    margin-top: 48px;
  }
}

.p-faq-side-list__item {
  border-bottom: 1px solid #cddde5;
  height: 56px;
}
.p-faq-side-list__item:first-child {
  border-top: 1px solid #cddde5;
}
@media only screen and (max-width: 1023px) {
  .p-faq-side-list__item {
    height: 60px;
  }
}

.p-faq-side-list__link {
  display: block;
  padding: 15px 30px 15px 0;
}
@media only screen and (max-width: 1023px) {
  .p-faq-side-list__link {
    padding: 19px 4px 18px 0;
  }
}

.p-faq-side-list__linkTxt {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4666666667;
  padding-left: 20px;
  position: relative;
}
@media only screen and (min-width: 1272px) {
  .p-faq-side-list__linkTxt:hover::before {
    left: 5px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-faq-side-list__linkTxt {
    display: inline-block;
    width: 100%;
    padding-left: 0;
  }
}
.p-faq-side-list__linkTxt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  width: 8px;
  height: 13px;
  -webkit-mask: url("/media/images/component/svg-than-right.svg") no-repeat center/contain;
          mask: url("/media/images/component/svg-than-right.svg") no-repeat center/contain;
  background-color: #98bfd6;
}
@media only screen and (max-width: 1023px) {
  .p-faq-side-list__linkTxt::before {
    left: auto;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    width: 12px;
    height: 18px;
  }
}

@media only screen and (max-width: 1023px) {
  .p-faq__contGroup {
    margin-top: 60px;
    padding-bottom: 30px;
  }
}

.p-faq__cont:nth-child(n+2) {
  margin-top: 60px;
}
@media only screen and (max-width: 1023px) {
  .p-faq__cont:nth-child(n+2) {
    margin-top: 34px;
  }
}