main {
  overflow: hidden; }

ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none; }

.e87-lower-layout {
  margin-top: 40px; }
  @media all and (min-width: 769px) {
    .e87-lower-layout {
      margin-bottom: 60px; } }

.e87-lower-section {
  margin-top: 60px; }
  @media all and (min-width: 769px) {
    .e87-lower-section {
      margin-top: 80px; } }

.e87-lower-mv {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  padding-left: 40px; }
  @media all and (min-width: 769px) {
    .e87-lower-mv {
      height: 170px; } }

.e87-lower-mv__text {
  font-weight: bold;
  font-size: 2rem;
  color: #fff; }
  @media all and (min-width: 769px) {
    .e87-lower-mv__text {
      font-size: 2.2rem; } }

.e87-lower-intro {
  margin-bottom: 60px; }
  @media all and (min-width: 769px) {
    .e87-lower-intro {
      margin-bottom: 80px; } }

.e87-lower-text {
  margin: 0;
  line-height: 1.8; }
  .e87-lower-text + .e87-lower-text {
    margin-top: 2em; }

.e87-lower-heading--01 {
  margin: 0 auto 30px; }
  @media all and (min-width: 769px) {
    .e87-lower-heading--01 {
      margin-bottom: 40px;
      max-width: 1080px;
      padding-right: 60px;
      padding-left: 60px; } }

.e87-lower-heading__text {
  margin: 0;
  padding: 22px 30px;
  background: #f2f2f2;
  font-size: 1.6rem;
  display: block; }
  @media all and (min-width: 769px) {
    .e87-lower-heading__text {
      font-size: 1.8rem; } }

.e87-lower-heading--02 {
  margin: 30px auto 20px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  font-size: 1.4rem; }
  .e87-lower-heading--02::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000; }
  @media all and (min-width: 769px) {
    .e87-lower-heading--02 {
      margin: 40px auto 30px;
      font-size: 1.6rem; }
      .e87-lower-heading--02::before {
        top: 6px; } }

.e87-lower-anchor__item .e87-link-box--anchor {
  height: 100%;
  display: flex;
  align-items: center; }
  .e87-lower-anchor__item .e87-link-box--anchor::after {
    right: 9px;
    top: calc(50% - 13px);
    transform: rotate(90deg) translateY(-50%); }

.e87-lower-list__text {
  color: #000;
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem; }
  .e87-lower-list__text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 12px;
    height: 12px;
    background: url("/corp/img/icon/circle-right_gray.png");
    background-repeat: no-repeat;
    background-size: contain; }
  .e87-lower-list__text:hover {
    text-decoration: underline; }

.e87-lower-link-text {
  margin: 20px 0 0;
  display: inline-block;
  font-size: 1.2rem;
  padding-right: 15px;
  position: relative;
  color: #000; }
  .e87-lower-link-text::after {
    position: absolute;
    top: 2px;
    right: 0;
    display: inline-block;
    width: 7px;
    height: 12px;
    content: '';
    background-image: url(/corp/img/icon/caret-right.png); }
  .e87-lower-link-text:hover {
    text-decoration: underline; }

.e87-lower-mv--faq {
  background-image: url("/corp/faq/img/mv_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  @media all and (min-width: 769px) {
    .e87-lower-mv--faq {
      background-image: url("/corp/faq/img/mv_pc.jpg"); } }

.e87-faq-lists {
  margin-top: 40px; }
  @media all and (min-width: 769px) {
    .e87-faq-lists {
      margin-top: 60px; } }

.e87-faq-accordion {
  border: 1px solid #707070;
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden; }
  .e87-faq-accordion:last-of-type {
    margin-bottom: 0; }

.e87-faq-accordion__head {
  padding: 15px 46px 15px 50px;
  background-image: url("/corp/faq/img/icon_q.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left 15px top 13px;
  cursor: pointer;
  transition: background-color .2s; }
  @media all and (min-width: 769px) {
    .e87-faq-accordion__head {
      background-size: 30px;
      padding: 20px 60px 20px 63px;
      background-position: left 18px top 18px; }
      .e87-faq-accordion__head:hover {
        background-color: #f2f2f2; } }

.e87-js-toggle-accordion__trigger--active:hover {
  background-color: transparent; }

.e87-faq-accordion__body__inner {
  padding: 10px 25px 30px 50px;
  background-image: url(/corp/faq/img/icon_a.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left 15px top 11px; }
  @media all and (min-width: 769px) {
    .e87-faq-accordion__body__inner {
      background-size: 30px;
      padding: 8px 60px 30px 63px;
      background-position: left 18px top 7px; } }

.e87-faq-accordion__body[data-status="closed"] {
  display: none; }

.e87-js-toggle-accordion__trigger {
  position: relative; }
  .e87-js-toggle-accordion__trigger::before, .e87-js-toggle-accordion__trigger::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 1px;
    background: #000;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: transform .3s; }
  .e87-js-toggle-accordion__trigger::after {
    transform: rotate(90deg); }
  .e87-js-toggle-accordion__trigger--active::after {
    transform: rotate(0); }

.e87-faq-accordion__head__text {
  font-weight: bold;
  margin: 0; }

.e87-faq-accordion__text {
  margin: 0; }

.e87-faq-accordion__btn__wrap {
  margin: 30px auto 0;
  width: 85%; }
  @media all and (min-width: 769px) {
    .e87-faq-accordion__btn__wrap {
      width: 344px; } }

.e87-faq-other-contact__item .e87-link-box {
  height: 100%;
  display: flex;
  align-items: center; }
  .e87-faq-other-contact__item .e87-link-box::after {
    top: calc(50% - 5px);
    transform: translateY(-50%); }

.e87-faq-contact-form {
  padding: 20px;
  background: #eff3f5;
  text-align: center; }
  @media all and (min-width: 769px) {
    .e87-faq-contact-form {
      padding: 40px; } }

.e87-faq-contact-form__title {
  margin-bottom: 15px; }

.e87-faq-contact__btn__wrap {
  margin: 20px auto 0;
  width: 100%; }
  @media all and (min-width: 769px) {
    .e87-faq-contact__btn__wrap {
      margin: 30px auto 0;
      width: 344px; } }

.e87-faq-contact-telephone {
  margin-top: 26px; }
  @media all and (min-width: 769px) {
    .e87-faq-contact-telephone {
      display: flex;
      justify-content: space-between; } }

.e87-faq-contact-telephone__box {
  text-align: center;
  border: 4px solid #f2f2f2;
  margin: 0 0 10px;
  padding: 40px 10px; }
  @media all and (min-width: 769px) {
    .e87-faq-contact-telephone__box {
      width: 49%;
      padding: 60px 20px;
      margin: 0; } }
  .e87-faq-contact-telephone__box:last-of-type {
    margin-bottom: 0; }

.e87-faq-contact-telephone__way {
  font-weight: bold;
  color: #899398;
  margin: 0 0 2px; }

.e87-faq-contact-telephone__number {
  font-size: 4rem;
  color: #000;
  font-weight: bold;
  padding-left: 60px;
  margin: 0 0 10px;
  position: relative; }
  .e87-faq-contact-telephone__number::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-repeat: no-repeat; }
  .e87-faq-contact-telephone__number--free-dial::before {
    background-image: url(/corp/faq/img/free-dial.png); }
  .e87-faq-contact-telephone__number--mobile::before {
    background-image: url(/corp/faq/img/mobile-phone.png); }

.e87-faq-contact-telephone__time {
  font-size: 1.6rem;
  margin: 0; }

.e87-faq-contact-telephone__attention {
  font-size: 1.2rem;
  color: #60676B;
  margin: 6px 0 0; }
