.p_faq .main-visual {
  overflow: hidden;
  height: 280px;
  padding-top: 80px;
  margin-bottom: 58px;
}
@media screen and (max-width: 750px) {
  .p_faq .main-visual {
    height: 200px;
    padding-top: 50px;
    padding-bottom: 100px;
    margin-bottom: 35px;
  }
}
.p_faq .main-visual .sub-title {
  position: absolute;
  width: 160px;
  top: 120px;
  left: calc(50% - 80px);
  display: block;
}
@media screen and (max-width: 750px) {
  .p_faq .main-visual .sub-title {
    width: 104px;
    top: 100px;
    left: calc(50% - 52px);
  }
}
.p_faq .main-visual .title {
  position: absolute;
  font-size: 25px;
  letter-spacing: 0.2em;
  line-height: 36px;
  font-weight: 700;
  width: 100%;
  top: 195px;
  left: 0;
  text-align: center;
  color: #ac6f30;
}
@media screen and (max-width: 750px) {
  .p_faq .main-visual .title {
    font-size: 18px;
    top: 138px;
  }
}
.p_faq .content {
  width: 800px;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .p_faq .content {
    width: 700px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p_faq .content {
    width: 100%;
    padding: 0 20px;
  }
}
.p_faq .content .title {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.p_faq .content .text {
  margin-bottom: 10px;
}
.p_faq .content .text.bottom {
  margin-bottom: 50px;
}
.p_faq .content .list {
  margin-bottom: 50px;
}
.p_faq .content .list__item {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding-left: 32px;
  position: relative;
}
.p_faq .content .list__item .num {
  position: absolute;
  left: 0;
  top: 0;
}
.p_faq .content .list .list-inside {
  margin-bottom: 5px;
}
.p_faq .content .list .list-inside__item {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 50px;
}
.p_faq .content .list .list-inside__item .num {
  position: absolute;
  left: 0;
  top: 0;
}
.p_faq .content .info {
  text-align: right;
  margin-top: 70px;
  margin-bottom: 150px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.p_faq .h_title {
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  text-align: center;
}
.p_faq .faq-list {
  width: 800px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .p_faq .faq-list {
    width: 700px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .p_faq .faq-list {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 70px;
  }
}
.p_faq .faq-list .item {
  border-top: solid #C2B692 1px;
  padding: 10px 0 10px 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p_faq .faq-list .item {
    padding: 20px 0 20px 0;
  }
}
.p_faq .faq-list .item::before {
  content: "";
  top: 30px;
  right: 12px;
  width: 15px;
  height: 1px;
  background-color: #E0A568;
  position: absolute;
}
.p_faq .faq-list .item::after {
  content: "";
  top: 23px;
  right: 19px;
  width: 1px;
  height: 15px;
  background-color: #E0A568;
  position: absolute;
  transition: all 0.2s;
}
.p_faq .faq-list .item:last-child {
  border-bottom: solid #C2B692 1px;
}
.p_faq .faq-list .item .title {
  width: 100%;
  font-size: 15px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  padding-left: 35px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p_faq .faq-list .item .title {
    padding-right: 30px;
    line-height: 20px;
  }
}
.p_faq .faq-list .item .title:hover {
  cursor: pointer;
  opacity: 0.8;
}
.p_faq .faq-list .item .title::before {
  content: "";
  left: 0;
  top: 9px;
  width: 24px;
  height: 23px;
  background-image: url(../images/faq/faq.svg);
  position: absolute;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .p_faq .faq-list .item .title::before {
    top: calc(50% - 11.5px);
  }
}
.p_faq .faq-list .item .cont {
  width: 100%;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
}
.p_faq .faq-list .item .cont .red {
  color: #C13232;
}
.p_faq .faq-list .item .cont .link {
  text-decoration: underline;
}
.p_faq .faq-list .item .cont .table {
  display: flex;
  flex-wrap: wrap;
  border: solid #C2B692 1px;
  width: 600px;
  margin-top: 20px;
  margin-bottom: 15px;
  border-top: unset;
}
@media screen and (max-width: 750px) {
  .p_faq .faq-list .item .cont .table {
    width: 100%;
  }
}
.p_faq .faq-list .item .cont .table .item {
  width: 33.33%;
  border-right: solid #C2B692 1px;
  padding: 0;
}
@media screen and (max-width: 750px) {
  .p_faq .faq-list .item .cont .table .item {
    width: calc(50% - 29px);
  }
}
.p_faq .faq-list .item .cont .table .item:last-child {
  border-right: none;
  border-bottom: unset;
}
@media screen and (max-width: 750px) {
  .p_faq .faq-list .item .cont .table .item:nth-child(2) {
    width: 58px;
  }
}
.p_faq .faq-list .item .cont .table .item::before, .p_faq .faq-list .item .cont .table .item::after {
  display: none;
}
.p_faq .faq-list .item .cont .table .item .title {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-bottom: solid #C2B692 1px;
  padding: 9px 13px 9px;
  margin-bottom: 0;
  border-top: unset;
}
.p_faq .faq-list .item .cont .table .item .title::before {
  display: none;
}
@media screen and (max-width: 750px) {
  .p_faq .faq-list .item .cont .table .item .title {
    font-size: 13px;
    padding: 9px 10px 9px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 380px) {
  .p_faq .faq-list .item .cont .table .item .title {
    font-size: 11px;
  }
}
.p_faq .faq-list .item .cont .table .item .cont {
  padding: 9px 13px 9px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  background-color: #F7F8F6;
  margin: 0;
}
@media screen and (max-width: 750px) {
  .p_faq .faq-list .item .cont .table .item .cont {
    padding: 9px 10px 9px;
  }
}
.p_faq .faq-list .item.active .cont {
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
}
.p_faq .faq-list .item.active .cont a {
  border-bottom: solid 1px #000;
}
.p_faq .faq-list .item.active::after {
  opacity: 0;
}
.p_faq .additional {
  font-size: 15px;
  line-height: 30px;
  margin: 10px auto 160px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .p_faq .additional {
    margin: 10px auto 105px;
  }
}
.p_faq .anker {
  width: 800px;
  margin: 0 auto 60px;
  padding: 0 25px;
}
@media screen and (max-width: 1000px) and (min-width: 751px) {
  .p_faq .anker {
    width: 700px;
  }
}
@media screen and (max-width: 750px) {
  .p_faq .anker {
    width: 100%;
  }
}
.p_faq .anker .anker-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 40px;
}
@media screen and (max-width: 750px) {
  .p_faq .anker .anker-list__item {
    width: calc(50% - 20px);
    display: flex;
    align-items: center;
  }
}
.p_faq .anker .link {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-left: 32px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p_faq .anker .link {
    display: block;
    line-height: 18px;
  }
}
.p_faq .anker .link::before {
  content: "";
  left: 0;
  top: 0;
  width: 24px;
  height: 23px;
  background-image: url(../images/faq/anker.svg);
  position: absolute;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .p_faq .anker .link::before {
    top: calc(50% - 12px);
  }
}/*# sourceMappingURL=faq.css.map */