/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
  faqArea
+++++++++++++++++++++++++++++++++++++++++++ */
.faqArea_item {
  max-width: 1080px;
  margin: 0 auto 30px;
  border: #DBDDE7 4px solid;
  border-radius: 20px;
}
@media (width <= 767px) {
  .faqArea_item {
    margin: 0 10px 20px;
  }
}
.faqArea_item_q {
  width: 100%;
  padding: 30px 42px 30px 86px;
  background: none;
  border: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  position: relative;
}
@media (width <= 767px) {
  .faqArea_item_q {
    padding: 20px 12vw 20px 14vw;
    font-size: 4vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .faqArea_item_q:hover {
    color: #AF1C40;
  }
}
@media (hover: none) {
  .faqArea_item_q:active {
    color: #AF1C40;
  }
}
.faqArea_item_q[aria-expanded="true"] {
  color: #1F296A;
}
.faqArea_item_q[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.faqArea_item_q::before {
  content: 'Q';
  color: #1F296A;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 10px;
  left: 32px;
}
@media (width <= 767px) {
  .faqArea_item_q::before {
    font-size: 9.6vw;
    left: 3vw;
  }
}
.faqArea_item_q::after {
  content: '\f13a';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  font-size: 3.2rem;
  color: #1F296A;
  position: absolute;
  top: 30px;
  right: 32px;
  transition: transform 0.2s;
}
@media (width <= 767px) {
  .faqArea_item_q::after {
    font-size: 6.4vw;
    right: 12px;
  }
}
.faqArea_item_a {
  display: grid;
  grid-template-rows: 0fr;
  font-size: 2rem;
  transition: grid-template-rows 0.3s ease;
}
@media (width <= 767px) {
  .faqArea_item_a {
    font-size: 4vw;
  }
}
.faqArea_item_a_inner {
  overflow: hidden;
  padding: 0 32px;
}
@media (width <= 767px) {
  .faqArea_item_a_inner {
    padding: 0 6vw;
  }
}
.faqArea_item_a_inner_contents {
  padding: 30px 10px 30px 54px;
  border-top: #DBDDE7 1px solid;
  position: relative;
}
@media (width <= 767px) {
  .faqArea_item_a_inner_contents {
    padding: 20px 10px 20px 8vw;
  }
}
.faqArea_item_a_inner_contents::before {
  content: 'A';
  color: #AF1C40;
  font-size: 4.8rem;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (width <= 767px) {
  .faqArea_item_a_inner_contents::before {
    font-size: 9.6vw;
    left: -2vw;
  }
}
.faqArea_item_a.is-open {
  grid-template-rows: 1fr;
}
/*+++++++++++++++++++++++++++++++++++++++++++
  pageTop_inner
+++++++++++++++++++++++++++++++++++++++++++ */
.pageTop_inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: right;
}
.pageTop_inner a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  border-bottom: transparent 1px solid;
}
@media (hover: hover) and (pointer: fine) {
  .pageTop_inner a:hover {
    color: #1F296A;
    border-bottom-color: #1F296A;
  }
}
@media (hover: none) {
  .pageTop_inner a:active {
    color: #1F296A;
    border-bottom-color: #1F296A;
  }
}
.pageTop_inner a::after {
  content: '\f30c';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  margin-left: 10px;
  color: #1F296A;
}
