.p-faq__qaList {
  background: #f5f5f5;
}

.p-faq__q {
  display: flex;
  align-items: center;
  height: 10rem;
  text-decoration: none;
  cursor: pointer;
  padding: 1.5rem 1rem;
  position: relative;
}
.p-faq__q:hover {
  opacity: 0.7;
}

.p-faq__answerWrap {
  display: none;
}

.p-faq__a {
  display: flex;
  align-items: baseline;
  min-height: 10rem;
  padding: 1.5rem 1rem;
  color: #555;
}

.p-faq__iconText {
  font-size: 3.2rem;
  padding: 0 3rem;
  border-right: solid 3px #DEDEDE;
}
@media screen and (max-width: 767px) {
  .p-faq__iconText {
    padding-left: 0;
    padding-right: 1.5rem;
    font-size: 5.9973924381vw;
  }
}

.p-faq__textcolor01 {
  color: #64c0ab;
}

.p-faq__textcolor02 {
  color: #ee87b4;
  position: relative;
  top: 1.3vh;
}
@media screen and (max-width: 767px) {
  .p-faq__textcolor02 {
    top: 1.5vh;
  }
}

.p-faq__textQuestion {
  width: 80%;
  padding-left: 3rem;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-faq__textQuestion {
    padding-left: 1.5rem;
    font-size: 3.9113428944vw;
  }
}

.p-faq__textAnswer {
  padding: 0 3rem;
  line-height: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-faq__textAnswer {
    padding: 0 1.5rem;
    font-size: 3.1290743155vw;
  }
}

.p-faq__icon--open {
  position: absolute;
  width: 3vw;
  top: 50%;
  right: 3vw;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .p-faq__icon--open {
    width: 4vw;
  }
}

.p-faq__icon--open span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #3d3d3d;
  transition: all 0.5s;
}

.p-faq__icon--open span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.p-faq__icon--open span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.p-faq--active span:nth-of-type(1) {
  opacity: 0;
  transition: all 0.5s;
}

.p-faq--active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.p-faq__link a {
  color: #07f;
}
.p-faq__link a:hover {
  text-decoration: underline;
}

.p-faq__linkTel a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-faq__linkTel a {
    pointer-events: auto;
  }
}

.p-faq__addressFont {
  font-style: normal;
}
