/* ------------------------------------------
  sub_mv
------------------------------------------ */
.sub_mv {
  background-image: url(../img/faq/faq_mv_back.jpg);
}

.sub_page_title_wrapper {
  background-image: url(../img/sub/sub_mv_title_back.png);
}

@media screen and (max-width: 767px) {
  .sub_mv {
    background-image: url(../img/faq/faq_mv_back_sp.jpg);
  }
}

/* ------------------------------------------
  faq
------------------------------------------ */
.faq_container {
  width: 1010px;
  margin: 0 auto;
}

.faq_item_wrapper {
  margin-top: 90px;
}

.faq_item {
  margin-top: 30px;
  padding: 30px 40px;
}

.faq_item:first-child {
  margin-top: 0;
}

.faq_item_q {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 55px;
  display: flex;
}

.faq_item_q_icon {
  background-color: #ff9f1c;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.1rem;
  font-weight: bold;
  height: 55px;
  margin-right: 15px;
  text-align: center;
  width: 55px;
  flex-shrink: 0;
}

.faq_item_q .faq_item_q_title {
  width: 90%;
  display: inline-block;
}

.faq_item_a {
  margin-top: 40px;
  display: flex;
}

.faq_item_a_icon {
  width: 55px;
  background-color: #354245;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.1rem;
  font-weight: bold;
  height: 55px;
  line-height: 55px;
  margin-right: 15px;
  text-align: center;
  vertical-align: middle;
  flex-shrink: 0;
  margin-top: -7px;
}

.faq_item_a .faq_item_a_desc {
  font-size: 1.6rem;
  line-height: 32px;
}

@media screen and (max-width: 767px) {
  .faq_container {
    width: auto;
    padding: 0 17px;
  }

  .top_faq_title {
    font-size: 2.5rem;
  }

  .top_faq_title_en {
    font-size: 2rem;
    line-height: 16px;
  }

  .faq_item_wrapper {
    margin-top: 60px;
  }

  .faq_item {
    margin-top: 50px;
    padding: 0;
    background-position: top 25px right 15px;
    }

  .faq_item:first-child {
    margin-top: 0;
  }

  .faq_item_q {
    font-size: 1.6rem;
    line-height: 30px;
    padding-right: 25px;
  }

  .faq_item_q .faq_item_q_icon {
    font-size: 2rem;
    height: 30px;
    margin-right: 10px;
    width: 30px;
  }

  .faq_item_a {
    margin-top: 10px;
  }

  .faq_item_a .faq_item_a_icon {
    width: 30px;
    font-size: 2rem;
    height: 30px;
    line-height: 30px;
    margin: 5px 10px auto 0;
  }

  .faq_item_a .faq_item_a_desc {
    font-size: 1.6rem;
    line-height: 25px;
  }

}

/* ------------------------------------------
  examples_detail_wrapper
  ------------------------------------------ */
.examples_detail_wrapper {
  width: 1010px;
  margin: 0 auto;
  line-height: 1;
}
