/* -------------------------- */
/* content */
/* -------------------------- */
/* contents_head */
.contents_head {
  background-image: url(/images/support/faq/bg_header.jpg);
}

/* faq_list */
.faq_list {
  margin-bottom: 30px;
}

.faq_list li {
  margin-bottom: 20px;
}

.faq_list li a {
  min-height: 45px;
  background: #EAF3F9;
  box-shadow: 0 2px 6px 2px rgba(10, 10, 10, 0.1);
  display: flex;
  position: relative;
}

.faq_list li a span {
  width: 45px;
  background: #00A0E8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.faq_list li a em {
  padding: 10px 30px 10px 15px;
  color: #00A0E8;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: bold;
  flex: 1;
  line-height: 1.4;
}

.faq_list li a:after {
  width: 35px;
  height: 100%;
  background: url(/images/icon/icon_arrow_color.svg) no-repeat center center/15px auto;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}

/* contact_us */
.contents_wrap + .contact_us {
  padding-top: 30px;
  border-top: 1px solid #d1d1d1;
}

/* -------------------------- */
/* detail */
/* -------------------------- */
.faq_detail {
  /* list_anker */
  /* btn_faq01 */
  /* faq_list */
}

.faq_detail .support_faq .support_faq_title span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

iframe {
  max-width: 100%;
}

.movie_box {
  height: 0;
  margin-bottom: 15px;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.movie_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  max-width: inherit;
  width: 100% !important;
  height: 100% !important;
}

.entry_body img {
  max-width: 100% !important;
  height: auto !important;
}

.faq_detail + .contact_us {
  padding: 0 15px;
}

@media screen and (min-width: 1280px) {
  .faq_list {
    margin-bottom: 90px;
  }
  .faq_list li {
    margin-bottom: 25px;
  }
  .faq_list li a span {
    width: 70px;
    font-size: 3rem;
  }
  .faq_list li a em {
    padding: 20px 60px 20px 23px;
    font-size: 2rem;
  }
  .faq_list li a:after {
    width: 70px;
    background-size: 21px auto;
  }
  .contents_wrap + .contact_us {
    padding-top: 100px;
  }
}

@media screen and (max-width: 1279px) {
  .faq_detail .support_faq {
    padding-bottom: 15px !important;
  }
  .faq_detail .support_faq .support_faq_title {
    min-height: 45px !important;
    margin-bottom: 15px !important;
  }
  .faq_detail .support_faq .support_faq_title span {
    width: 45px !important;
    font-size: 2rem !important;
  }
  .faq_detail .support_faq .support_faq_title em {
    padding: 10px 30px 10px 15px !important;
    font-size: 1.6rem !important;
  }
  .faq_detail .support_faq .support_faq_box {
    width: calc(100% - 30px) !important;
  }
  .faq_detail .support_faq .support_faq_box .faq_box_title {
    min-height: 45px !important;
  }
  .faq_detail .support_faq .support_faq_box .faq_box_title span {
    width: 45px !important;
    font-size: 2rem !important;
  }
  .faq_detail .support_faq .support_faq_box .faq_box_title em {
    padding: 10px 15px !important;
    font-size: 1.6rem !important;
  }
  .faq_detail .support_faq .support_faq_box .faq_box_a_inner {
    padding: 0 15px 15px 60px !important;
    font-size: 1.4rem !important;
  }
  .faq_detail .list_anker {
    margin: 25px 0 !important;
  }
  .faq_detail .btn_faq01 .btn_default01 {
    height: 50px !important;
    padding: 15px !important;
    font-size: 1.4rem !important;
  }
  .faq_detail .faq_list li a {
    min-height: 45px !important;
  }
  .faq_detail .faq_list li a span {
    width: 45px !important;
    font-size: 2rem !important;
  }
  .faq_detail .faq_list li a em {
    padding: 10px 30px 10px 15px !important;
    font-size: 1.6rem !important;
  }
}

@media screen and (max-width: 767px) {
  .faq_detail .list_anker li {
    width: 100% !important;
    border-right: none !important;
  }
}

/*# sourceMappingURL=map/support_faq.css.map */
