@charset "UTF-8";

.faq {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.faq__title {
  margin: 5% auto;
}

.faq__questions:nth-child(2) > .faq__questions__chapter,
.faq__questions:nth-child(2) > .faq__answer__title {
  border-top: 1px solid #b2b2b3;
}

.faq__questions__head,
.faq__answer__conection-text {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  padding: 0 0 5%;
}

.faq__questions__chapter,
.faq__answer__title {
  background: #f2f2f2;
  color: #00002a;
  padding: 3%;
  scroll-margin-top: 3rem;
  font-weight: bold;
}

.faq__questions__text-box {
  width: 95%;
  margin: 10% auto;
  padding: 3%;
  border: 1px solid #00002a;
  background: #fff;
  color: #000;
  line-height: normal;
}

.faq__questions__text-box span {
  font-weight: bold;
}

.faq__answer {
  border-top: 1px solid #b2b2b3;
}

.faq__answer__text {
  padding: 3% 3% 8%;
  line-height: 1.5;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #b2b2b3;
}

.faq__answer__text > a {
  color: #c00;
  text-decoration: underline;
}

.faq__answer__text span {
  display: block;
  width: 100%;
  margin: 5% 0;
  border-bottom: dashed 1px #000;
}

.faq__answer__conection-text {
  padding: 5% 0;
}

.faq__answer__btn-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}

.faq__answer__btn-wrap__comp-text {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 0.5s;
}

.faq__answer__questions {
  margin-bottom: 5%;
}

.faq__answer__questions > div:nth-child(1) {
  border-top: 1px solid #b2b2b3;
}

.faq .button {
  width: 100%;
  border-radius: 0;
  text-align: left;
  border: none;
  border-bottom: 1px solid #b2b2b3;
  padding: 2.5% 5%;
  line-height: 1.5;
  color: #000;
  transition: opacity 0.5s;
}

.faq .button::before {
  top: 50%;
  transform: translateY(-50%);
}

.faq .button:hover {
  color: #fff;
}

.faq .button-secondary {
  width: 90%;
  display: block;
  line-height: 2.5;
  margin: 0 auto 5%;
  text-align: center;
  color: #fff;
  background-color: #00002a;
  box-shadow: 1px 1px 3px 1px grey;
  border-radius: 4px;
}

.explanation {
  padding-bottom: 10%;
}

.explanation__menu {
  padding: 5%;
  background: #e5e5e5;
}

.explanation__menu h3 {
  font-weight: 600;
}

.explanation__menu ul {
  list-style-type: disc;
  list-style-position: inside;
}

.explanation__menu ul li {
  margin-left: 2%;
}

.explanation__menu ul a {
  color: #002060;
  text-decoration: underline;
}

.explanation__title {
  background: #b7b6b6;
  font-size: 120%;
  padding: 20px 5%;
  text-align: left;
  border-bottom: 1px solid #1d2946;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.explanation__text {
  padding: 5%;
  background: #e5e5e5;
  font-family: "Yu Gothic UI Semibold , \FF2D\FF33   \FF30\660E\671D", "MS PMincho", "\30D2\30E9\30AE\30CE\660E\671D   Pro W3", "Hiragino Mincho Pro", serif;
}

.explanation__text h4 {
  margin-top: -50px;
  padding-top: 50px;
}

.explanation__text span {
  font-weight: bold;
}

.explanation__button {
  display: block;
  width: 60%;
  padding: 10px;
  margin: 0 auto;
  text-align: center;
  background-image: linear-gradient(#828282 0%, #b7b6b6 100%);
}

