/*=============================
// usage example single
===============================*/
/* variables
---------------------------------------------------------- */
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

/* voice single
---------------------------------------------------------- */
.voice-single {
  padding-top: 8rem;
  margin-bottom: 10.2rem;
}
.voice-single_head {
  padding: 3.2rem 0;
  background: #F5F5F5;
}
.voice-single_head-inner {
  box-sizing: content-box;
  max-width: 91.7rem;
  margin: 0 auto;
  padding: 0 5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.voice-single_head-total {
  width: 20.6rem;
  color: #21429D;
  font-size: 2.5rem;
  display: flex;
  flex-flow: row wrap;
  gap: 0 0.6rem;
  position: relative;
}
.voice-single_head-total::before {
  content: ":";
  color: #21429D;
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: -1.7rem;
  transform: translate(0, -50%);
}
.voice-single_head-list {
  width: calc(100% - 20.6rem - 3.3rem);
  display: flex;
  flex-flow: row wrap;
  gap: 1.2rem;
}
.voice-single_head-list li {
  padding: 0.4rem 0.8rem;
  width: calc(33.3333% - 0.8rem);
  background: #fff;
  border-radius: 0.4rem;
  color: #21429D;
  font-size: 1.8rem;
  display: flex;
  flex-flow: row wrap;
}
.voice-single_head-list li p {
  margin: 0 auto;
}
.voice-single_head-list li span {
  display: inline-block;
  margin: 0 0 0 auto;
}
.voice-single_content {
  padding-top: 5rem;
}
.voice-single_content-inner {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5rem;
  max-width: 112rem;
  display: flex;
  flex-flow: row wrap;
  gap: 2.8rem;
}
.voice-single_content_head {
  width: 23.9rem;
}
.voice-single_content_head .thumb figure {
  margin-bottom: 1.6rem;
}
.voice-single_content_head .content p {
  font-size: 2rem;
  text-align: center;
}
.voice-single_content_wrapper {
  width: calc(100% - 23.9rem - 2.8rem);
}
.voice-single_content_wrapper h2 {
  margin-bottom: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 0.1rem solid #707070;
  font-size: 2.5rem;
  font-weight: 700;
}
.voice-single_content_wrapper p {
  font-size: 1.8rem;
  line-height: 1.55;
}

/* reason
---------------------------------------------------------- */
.reason {
  margin-bottom: 10rem;
}
.reason_inner {
  max-width: 120rem;
  margin: 0 auto;
}
.reason_box {
  margin-bottom: 8rem;
  padding: 6rem 3rem;
  background: url("../../img/usageexample/single/reason_bg.jpg") no-repeat center center;
  background-size: cover;
}
.reason_box h2 {
  margin-bottom: 4rem;
  color: #21429D;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.reason_box p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.66;
}
.reason_buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 4rem 3.2rem;
}
.reason_buttons .button01 {
  width: 39.5rem;
}
.reason_buttons + .reason_buttons {
  margin-top: 4rem;
}

@media only screen and (max-width: 1020px) {
  /* voice single
  ---------------------------------------------------------- */
  .voice-single_head-inner {
    flex-flow: column;
    gap: 1.2rem;
  }
  .voice-single_head-total {
    width: 100%;
    flex-flow: row wrap;
    justify-content: center;
  }
  .voice-single_head-total::before {
    display: none;
  }
  .voice-single_head-list {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 1.2rem;
  }
  .voice-single_head-list li {
    padding: 0.4rem 0.8rem;
    width: calc(33.3333% - 0.8rem);
    background: #fff;
    border-radius: 0.4rem;
    color: #21429D;
    font-size: 1.8rem;
    display: flex;
    flex-flow: row wrap;
  }
  .voice-single_head-list li p {
    margin: 0 auto;
  }
  .voice-single_head-list li span {
    display: inline-block;
    margin: 0 0 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  /* voice single
  ---------------------------------------------------------- */
  .voice-single {
    padding-top: 5.3rem;
    margin-bottom: 5.2rem;
  }
  .voice-single_head {
    padding: 2rem;
  }
  .voice-single_head-inner {
    padding: 0;
  }
  .voice-single_head-total {
    font-size: 1.8rem;
  }
  .voice-single_head-list {
    gap: 0.5rem 0.9rem;
  }
  .voice-single_head-list li {
    width: calc(50% - 0.45rem);
    font-size: 1.2rem;
  }
  .voice-single_head-list li p {
    margin: 0 auto;
  }
  .voice-single_head-list li span {
    display: inline-block;
    margin: 0 0 0 auto;
  }
  .voice-single_content {
    padding-top: 5rem;
  }
  .voice-single_content-inner {
    display: block;
    padding: 0 2rem;
  }
  .voice-single_content_head {
    margin-bottom: 1.2rem;
    padding-bottom: 1.2rem;
    border-bottom: 0.1rem solid #707070;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 2rem;
  }
  .voice-single_content_head .thumb {
    width: 8.7rem;
  }
  .voice-single_content_head .thumb figure {
    margin-bottom: 1.6rem;
  }
  .voice-single_content_head .content {
    width: calc(100% - 8.7rem - 2rem);
  }
  .voice-single_content_head .content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.55;
  }
  .voice-single_content_head .content p {
    font-size: 1.4rem;
    text-align: left;
  }
  .voice-single_content_wrapper {
    width: 100%;
  }
  .faq {
    margin-bottom: 5.2rem;
  }
  .faq_inner {
    padding: 0 2rem;
  }
  .faq .heading01 .en {
    font-size: 5rem;
  }
  .faq_list {
    margin-bottom: 3.2rem;
    gap: 4rem 0;
  }
  .faq_accordion-button {
    padding: 2.4rem 0 2.4rem 0.4rem;
  }
  .faq_accordion-button::before, .faq_accordion-button::after {
    width: 0.9rem;
    right: 1.2rem;
  }
  .faq_accordion-button_inner {
    padding-right: 5.2rem;
    align-items: center;
  }
  .faq_accordion-button_inner::before {
    font-size: 2.4rem;
  }
  .faq_accordion-button_inner p {
    font-size: 1.6rem;
  }
  .faq_accordion-content {
    padding: 0 2.3rem;
    background: #F5F5F5;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    gap: 0 0.8rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s linear;
  }
  .faq_accordion-content.is-open {
    padding: 1.6rem 2.3rem;
    max-height: fit-content;
  }
  .faq_accordion-content::before {
    margin-top: 0.8rem;
    content: "";
    width: 1.9rem;
    height: 0.9rem;
    background: url("/eve-full/img/top/faq_answer_icon.svg") no-repeat center;
    background-size: contain;
  }
  .faq_accordion-content p {
    width: calc(100% - 1.9rem - 0.8rem);
    font-size: 1.4rem;
    line-height: 1.44;
  }
  .faq_button {
    width: 23.5rem;
  }
  /* reason
  ---------------------------------------------------------- */
  .reason {
    margin-bottom: 5.2rem;
  }
  .reason_inner {
    max-width: 33.5rem;
  }
  .reason_box {
    margin-bottom: 5.2rem;
    padding: 3.2rem 1.2rem;
    background: url("../../img/usageexample/single/reason_bg_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .reason_box h2 {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.87;
  }
  .reason_box p {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.62;
  }
  .reason_buttons {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  .reason_buttons .button01 {
    width: 23.5rem;
  }
  .reason_buttons + .reason_buttons {
    margin-top: 2rem;
  }
}

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