/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* qa common
---------------------------------------------------------------------------- */
.c-page-header {
  background: url("../images/qa/page_head.jpg") no-repeat center center;
  background-size: cover !important;
}
@media screen and (max-width: 767px) {
  .c-page-header {
    background: url("../images/qa/page_head_sp.jpg") no-repeat center center;
  }
}

.p-qa-section .c-title03 {
  padding: 16px 8px;
}
.p-qa-section .acd-wrap {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-qa-section .acd-wrap {
    margin-top: 1.6rem;
  }
}
.p-qa-section .acd-wrap .acd-items + .acd-items {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .p-qa-section .acd-wrap .acd-items + .acd-items {
    margin-top: 0.8rem;
  }
}
.p-qa-section .acd-wrap .acd-items__btn {
  position: relative;
  padding: 15px 65px 15px 20px;
  border: 1px solid #CECDC9;
  border-left: 4px solid #CFC59B;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-qa-section .acd-wrap .acd-items__btn {
    padding: 1rem 4.8rem 1rem 1.3rem;
    border-left: 0.4rem solid #CFC59B;
  }
}
.p-qa-section .acd-wrap .acd-items__btn:before, .p-qa-section .acd-wrap .acd-items__btn:after {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: #CFC59B;
}
@media screen and (max-width: 767px) {
  .p-qa-section .acd-wrap .acd-items__btn:before, .p-qa-section .acd-wrap .acd-items__btn:after {
    right: 1.6rem;
  }
}
.p-qa-section .acd-wrap .acd-items__btn:before {
  width: 16px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .p-qa-section .acd-wrap .acd-items__btn:before {
    width: 1.6rem;
  }
}
.p-qa-section .acd-wrap .acd-items__btn:after {
  width: 2px;
  height: 16px;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .p-qa-section .acd-wrap .acd-items__btn:after {
    height: 1.6rem;
    margin-right: 0.7rem;
  }
}
.p-qa-section .acd-wrap .acd-items__btn p {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  padding-left: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-qa-section .acd-wrap .acd-items__btn p {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
    padding-left: 3.5rem;
  }
}
.p-qa-section .acd-wrap .acd-items__btn p:after {
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  content: "";
  background: url("../images/common/ico_q.svg") no-repeat center center;
  background-size: 100% auto;
  width: 19px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .p-qa-section .acd-wrap .acd-items__btn p:after {
    top: 50%;
    transform: translateY(-50%);
    width: 1.8rem;
    height: 2.4rem;
  }
}
.p-qa-section .acd-wrap .acd-items__btn.open:after {
  display: none;
}
.p-qa-section .acd-wrap .acd-items__cnts {
  position: relative;
  padding: 18px 0 33px 23px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-qa-section .acd-wrap .acd-items__cnts {
    padding: 1.2rem 0 1.2rem 1.3rem;
  }
}
.p-qa-section .acd-wrap .acd-items__cnts p {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  padding-left: 41px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-qa-section .acd-wrap .acd-items__cnts p {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
    padding-left: 3.8rem;
  }
}
.p-qa-section .acd-wrap .acd-items__cnts p:after {
  position: absolute;
  left: 0;
  top: 17px;
  display: block;
  content: "";
  background: url("../images/common/ico_a.svg") no-repeat center center;
  background-size: 100% auto;
  width: 20px;
  height: 23px;
}
@media screen and (max-width: 767px) {
  .p-qa-section .acd-wrap .acd-items__cnts p:after {
    top: 1.5rem;
    width: 2rem;
    height: 2.3rem;
  }
}
@media screen and (min-width: 768px) {
  .p-qa-section .acd-wrap .acd-items__cnts .tel-link {
    pointer-events: none;
  }
}
.p-qa-section + .p-qa-section {
  margin-top: 76px;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-qa-section + .p-qa-section {
    margin-top: 7rem;
    padding-top: 2rem;
  }
}

.p-qa-qa01 {
  margin-top: 28px !important;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-qa-qa01 {
    margin-top: 1.2rem !important;
    padding-top: 2rem;
  }
}

/*  p-qa-first
---------------------------------------------------------------------------- */
.p-qa-first {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-qa-first {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-qa-first .p-qa-nav {
    margin-top: 1.6rem;
  }
}
.p-qa-first .p-qa-nav .page-nav .nav-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  gap: 0 8px;
}
@media screen and (max-width: 767px) {
  .p-qa-first .p-qa-nav .page-nav .nav-list {
    flex-wrap: wrap;
    gap: 0.8rem 0.8rem;
  }
}
.p-qa-first .p-qa-nav .page-nav .nav-list__item {
  border: 1px solid #CECDC9;
  border-left: 4px solid #CFC59B;
}
@media screen and (max-width: 767px) {
  .p-qa-first .p-qa-nav .page-nav .nav-list__item {
    width: calc((100% - 0.8rem) / 2);
    border-left: 0.4rem solid #CFC59B;
  }
}
.p-qa-first .p-qa-nav .page-nav .nav-list__item a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  padding: 8px 36px 8px 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-qa-first .p-qa-nav .page-nav .nav-list__item a {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    font-weight: 400;
    padding: 1.6rem 2.4rem 1.6rem 0.8rem;
  }
}
.p-qa-first .p-qa-nav .page-nav .nav-list__item a:after {
  right: 10px;
  top: 50%;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  border-color: #CECDC9;
  transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-qa-first .p-qa-nav .page-nav .nav-list__item a:after {
    right: 1rem;
    margin-top: -0.1rem;
    border-style: solid;
    border-width: 0 1px 1px 0;
    content: "";
    display: inline-block;
    position: absolute;
    height: 0.6rem;
    width: 0.6rem;
    border-color: #CECDC9;
    transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  .p-qa-first .p-qa-nav .page-nav .nav-list__item a.c-hover:hover {
    background: #F0ECD9;
    opacity: 1;
  }
}

.p-qa-comment {
  margin: 96px 0;
}
@media screen and (max-width: 767px) {
  .p-qa-comment {
    margin: 4.8rem 0 7.2rem 0;
  }
}