.yukan h4 {
  font-size: 2rem;
  padding-top: 10px;
  text-align: center;
}
.yukan h4 span {
  font-size: 0.5em;
}
@media screen and (max-width: 767px) {
  .yukan h4 {
    font-size: 1.4rem;
  }
}
.yukan img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.yukan p {
  line-height: 1.7em;
}
@media screen and (max-width: 767px) {
  .yukan p {
    font-size: 14px;
  }
}
.yukan .desc {
  margin-bottom: 10px;
}
.yukan .bg-yellow {
  background-color: #F8F6E6;
  border-radius: 10px;
  padding: 20px;
}
.yukan .bg-yellow p {
  font-weight: bold;
  color: #df3a2e;
}
.yukan .img-wrap {
  display: flex;
  justify-content: center;
}
.yukan .img-wrap img {
  max-width: 400px;
}
.yukan h5 {
  font-size: 1.8rem;
  line-height: 2em;
  border-bottom: 1px solid lightgray;
}
.yukan .merit-block .flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .yukan .merit-block .flex {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .yukan .merit-block .flex img {
    width: 120px;
  }
}
.yukan .merit-block .flex .ttl {
  margin-right: 40px;
}
.yukan .merit-block .flex .ttl .num {
  font-size: 14px;
  border-bottom: 2px solid #0F8F3E;
  font-weight: bold;
  color: #0F8F3E;
  display: inline-block;
  margin-bottom: 10px;
}
.yukan .merit-block .flex .ttl .num span {
  font-size: 1.5em;
}
.yukan .merit-block .flex p {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .yukan .merit-block .flex p {
    font-size: 16px;
  }
}
.yukan .notice {
  background-color: #F8F6E6;
  border-radius: 10px;
  padding: 20px;
  margin-top: 40px;
}
.yukan .notice span {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .yukan .notice span {
    font-size: 1.2em;
    display: block;
  }
}
.yukan .english-notice {
  padding: 10px;
  border: 1px solid lightgray;
  margin-top: 40px;
}
.yukan .english-notice h6 {
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .yukan .english-notice h6 {
    font-size: 18px;
  }
}
.yukan .english-notice img {
  width: 16px;
  margin: unset;
  margin-right: 10px;
}
.yukan .english-notice .accordion__content {
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}
@media screen and (max-width: 767px) {
  .yukan .english-notice .accordion__content {
    padding-left: 10px;
  }
}
.yukan .english-notice .link {
  margin: unset;
}
.yukan .english-notice .link a {
  display: flex;
  align-items: center;
  color: #349bf4;
}
.yukan .toggle-ttl {
  position: relative;
}
.yukan .toggle-ttl::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../../assets/img/chev.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: calc(50% - 15px);
  transform: rotate(0deg);
  transition: all 0.3s;
}
.yukan .toggle-ttl.open::after {
  transform: rotate(180deg);
}

.yukan2 {
  margin-top: 50px;
}
.yukan2 .notice {
  background: #DEF0E4;
}
.yukan2 .notice2 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.voice {
  margin-top: 40px;
}
.voice h4 {
  background-color: #F8F6E6;
  padding-bottom: 10px;
}
.voice .v-wrap {
  padding: 20px;
}
.voice .v-flex {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid lightgray;
}
.voice .v-flex img {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .voice .v-flex img {
    width: 100px;
  }
}
.voice .link {
  text-align: right;
  margin-top: 20px;
}
.voice .link a {
  color: #349bf4;
}

.faq {
  margin-top: 40px;
}
.faq h4 {
  background-color: #F8F6E6;
  padding-bottom: 10px;
}
.faq .faq-inner {
  padding: 20px;
}
.faq .faq-inner .wrap {
  margin-bottom: 20px;
}
.faq .faq-inner .wrap p {
  display: flex;
}
.faq .faq-inner .wrap .q {
  font-weight: bold;
  margin-bottom: 10px;
}
.faq .faq-inner .wrap .q span {
  background-color: #FF9100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: white;
  font-weight: bold;
  padding-bottom: 4px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 10px;
}
.faq .faq-inner .wrap .a span {
  background-color: #0F8F3E;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: white;
  flex-shrink: 0;
  font-weight: bold;
  padding-bottom: 4px;
  border-radius: 50%;
  margin-right: 10px;
}

/*# sourceMappingURL=style2.css.map */
