.p-rec-faq .main {
  background-color: #ecefef;
}
.p-rec-faq-block {
  padding: 0 0 7rem !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-faq-block {
    padding: 0 0 20rem !important;
  }
}
.p-rec-faq-block__inner {
  display: -ms-grid;
  display: grid;
  gap: 5rem 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-faq-block__inner {
    gap: 10rem 0;
  }
}
.p-rec-faq-block__list {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem 0;
  margin-top: -1rem !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-faq-block__list {
    gap: 2.7rem 0;
  }
}
.p-rec-faq-block__item {
  position: relative;
  background-color: #fff;
  cursor: pointer;
}
.p-rec-faq-block__item .item-ttl {
  position: relative;
  list-style: none;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: #172c6b;
  padding: 2rem 5rem 2rem 7rem !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-faq-block__item .item-ttl {
    font-size: 2rem;
    padding: 3.5rem 15rem 3.5rem 17rem !important;
  }
}
.p-rec-faq-block__item .item-ttl::before {
  content: "Q";
  font-family: "Archivo", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #172c6b;
  border-right: 1px solid #ccc;
  position: absolute;
  top: 2.5rem;
  left: 2rem;
  padding-right: 1.5rem !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-faq-block__item .item-ttl::before {
    font-size: 3.2rem;
    top: 3.7rem;
    left: 5rem;
    padding-right: 4rem !important;
  }
}
.p-rec-faq-block__item .item-detail {
  position: relative;
  line-height: 2;
  padding: 0 5rem 4rem 7rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-faq-block__item .item-detail {
    padding: 3.5rem 15rem 6.5rem 17rem !important;
  }
}
.p-rec-faq-block__item .item-detail::before {
  content: "A";
  font-family: "Archivo", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: #00b6c6;
  border-right: 1px solid #ccc;
  position: absolute;
  top: 0.5rem;
  left: 2rem;
  padding-right: 1.5rem !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-faq-block__item .item-detail::before {
    font-size: 3.2rem;
    top: 3.7rem;
    left: 5rem;
    padding-right: 4rem !important;
  }
}
.p-rec-faq-block__item .item-mark {
  display: block;
  width: 3rem;
  height: 100%;
  background-color: #172c6b;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 769px) {
  .p-rec-faq-block__item .item-mark {
    width: 10rem;
  }
}
.p-rec-faq-block__item .item-mark::before,
.p-rec-faq-block__item .item-mark::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto !important;
}
@media only screen and (min-width: 769px) {
  .p-rec-faq-block__item .item-mark::before,
  .p-rec-faq-block__item .item-mark::after {
    width: 2rem;
    height: 0.3rem;
  }
}
.p-rec-faq-block__item .item-mark::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-rec-faq-block__item.open .item-mark::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.p-rec-top-entry {
  padding: 0 0 8rem;
}
@media only screen and (min-width: 769px) {
  .p-rec-top-entry {
    padding: 0 0 12rem;
  }
}
@media only screen and (min-width: 1025px) {
  .p-rec-top-entry {
    padding: 0 0 16.5rem;
  }
}
