.p-faq__main {
  padding-bottom: 8rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-faq__main {
    padding-bottom: 15rem;
    margin-top: -6rem;
  }
}

.p-faq__item + .p-faq__item {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-faq__item + .p-faq__item {
    margin-top: 3rem;
  }
}
.p-faq__item.is_active .p-faq__item_question {
  background: #003753;
  color: #fff;
}
.p-faq__item.is_active .p-faq__item_question .p-faq__item_icon {
  border-color: #fff;
}
.p-faq__item.is_active .p-faq__item_open::before {
  background: #fff;
}
.p-faq__item.is_active .p-faq__item_open::after {
  opacity: 0;
}

.p-faq__item_question,
.p-faq__item_answer_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 5rem 1.5rem 2rem;
  background: #fff;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-faq__item_question,
.p-faq__item_answer_inner {
    padding: 3rem 10rem 3rem 3.5rem;
  }
}

.p-faq__item_icon {
  line-height: 1;
  font-size: 2rem;
  width: 1.8em;
  padding: 0.5em 0;
  border-right: 1px solid #2f3134;
  transition: 0.5s cubic-bezier(0, 0.39, 0.3, 1.03);
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-faq__item_icon {
    font-size: 3rem;
    width: 2.2em;
  }
}
.p-faq__item_icon span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  height: 100%;
}

.p-faq__item_question {
  transition: 0.5s cubic-bezier(0, 0.39, 0.3, 1.03);
  cursor: pointer;
}
.p-faq__item_question .p-faq__item_title {
  flex: 1;
  padding-left: 1.5rem;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-faq__item_question .p-faq__item_title {
    padding-left: 3.3rem;
    font-size: 2.4rem;
  }
}
.p-faq__item_question .p-faq__item_open {
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.1rem;
  height: 1.1rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-faq__item_question .p-faq__item_open {
    width: 2.2rem;
    height: 2.2rem;
    right: 5rem;
  }
}
.p-faq__item_question .p-faq__item_open::before, .p-faq__item_question .p-faq__item_open::after {
  content: "";
  display: block;
  background: #003753;
  position: absolute;
  margin: auto;
  transition: 0.5s cubic-bezier(0, 0.39, 0.3, 1.03);
}
.p-faq__item_question .p-faq__item_open::before {
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-faq__item_question .p-faq__item_open::before {
    height: 0.2rem;
  }
}
.p-faq__item_question .p-faq__item_open::after {
  width: 1px;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-faq__item_question .p-faq__item_open::after {
    width: 0.2rem;
  }
}

.p-faq__item_answer {
  padding-bottom: 4.5rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-faq__item_answer {
    padding-bottom: 6.5rem;
  }
}

.p-faq__item_contents {
  line-height: 2.3;
  flex: 1;
  padding: 1rem 0 0 2rem;
}
@media screen and (min-width: 769px) and (orientation: landscape) {
  .p-faq__item_contents {
    padding: 1.5rem 0 0 5rem;
  }
}