/*##################################################################/*
/* --------------------------------
* Keyvisual
* -------------------------------- */
.child_key_v {
  background-image: url(../images/sub-key.jpg);
  min-height: 92px;
  height: 134px;
}
.child_key_v .copy_area h2 {
  margin-bottom: 0;
  line-height: 30px;
  font-size: 2.2rem;
}
.child_key_v .copy_area p {
  line-height: 20px;
}
.child_key_v .copy_area {
  padding: 55px 0 9px;
}
.subnav_area .subnav_list li:nth-child(3) a {
  border-color: rgba(255, 255, 255, 1);
}

.banner-header {
  height: 80px;
  position: absolute;
  top: -3px;
  right: 100px;
  padding: 3px 10px;
}
.banner-header p {
  line-height: 13px;
}
.banner-header img {
  height: 134px;
  object-fit: contain;
  border: 1px solid grey;
}
.banner-header,.banner-header-qa img {
  height: 85px;
  object-fit: contain;
}
.banner-header-qa img:hover {
  opacity: 0.7;
}
.banner-header img:hover {
  opacity: 0.7;
}
.banner-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .banner-header {
    display: none;
  }
  .banner-header-qa {
    display: none;
  }
  .banner-mobile {
    display: flex !important;
    height: 110px;
  }
  .banner-mobile-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  .banner-mobile-block a {
    display: flex;
  }
  .banner-mobile-block img {
    width: 100% !important;
  }
}
.subnav_area {
  display: none !important;
}
/* --------------------------------
* Main Contents
* -------------------------------- */
.how_to_buy_heart .text {
  font-size: 2.4rem;
  font-weight: bold;
}

.q_and_a .question {
  background-color: rgba(0, 142, 77, 0.35);
  padding: 0.75em 0;
}

.q_and_a .answer {
  background-color: rgba(0, 142, 77, 0.15);
  padding: 0.75em 0;
}

.q_and_a .question h4 {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: bold;
}

.q_and_a .question h4 em,
.q_and_a .answer h4 em {
  padding-right: 20px;
  font-size: 4.8rem;
  font-weight: bold;
}


/*##################################################################/*
/* --------------------------------
 * SP
 * -------------------------------- */
@media screen and (max-width: 768px) {
  .q_and_a .question h4 {
    font-size: 1.6rem;
  }
  .q_and_a .question h4 em,
  .q_and_a .answer h4 em {
    font-size: 2.4rem;
    padding-right: 10px;
  }
  .child_key_v {
    height: unset;
  }
  .child_key_v .copy_area {
    padding: 40px 0 46px;
  }
  .key_v .btn_lang, .child_key_v .btn_lang {
    bottom: -50px;
  }
  .child_key_v {
    height: 126px;
  }
  .child_key_v .copy_area {
    padding: 45px 0 0 0;
  }
  .key_v .btn_lang, .child_key_v .btn_lang {
    bottom: -50px;
    right: 10px;
  }
  /*.assessment_heart .text br { display: none; }*/
  .child_key_v .copy_area p {
    width: 75%;
    line-height: 13px;
    font-size: 1rem;
    position: absolute;
    top: 70px;
  }
  .child_key_v .copy_area h2 {
    font-size: 1.6rem;
    line-height: 16px;
  }
}
