/* -------------------------- */
/* content */
/* -------------------------- */
/* faq */
.faq {
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}

.faq .faq_box span {
  width: 35px;
  height: 35px;
  margin: auto;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
}

.faq .faq_box dt {
  margin-bottom: 1px;
  padding: 15px 25px 15px 55px;
  background: #212121;
  color: #fff;
  cursor: pointer;
  line-height: 1.4;
  position: relative;
}

.faq .faq_box dt:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

.faq .faq_box dt:after {
  width: 15px;
  height: 15px;
  margin: auto;
  background: url(/images/icon/icon_arrow01.svg) no-repeat left top/15px 15px;
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}

.faq .faq_box dt.active:after {
  transform: scale(1, -1);
}

.faq .faq_box dd {
  padding: 25px 25px 25px 55px;
  border-top: none;
  color: #d90000;
  display: none;
  position: relative;
}

.faq .faq_box dd span {
  background: #d90000;
  color: #fff;
}

.faq .faq_box dd .txt_normal:not(:last-of-type) {
  margin-bottom: 10px;
}

.faq .faq_box dd .list_disc {
  margin-top: 10px;
}

.faq .faq_box_title {
  padding: 0 0 15px 22px;
  color: #d90000;
  font-family: "Noto Serif JP";
  font-weight: 500;
  font-size: 1.6rem;
  position: relative;
  line-height: 1.4;
}

.faq .faq_box_title em {
  font-style: normal;
}

.faq .faq_box_title span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .faq {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 1280px) {
  .faq {
    margin-bottom: 80px;
  }
  .faq .faq_box span {
    width: 55px;
    height: 55px;
    left: 40px;
    font-size: 2.4rem;
  }
  .faq .faq_box dt {
    padding: 40px 70px 40px 115px;
    font-size: 2.4rem;
  }
  .faq .faq_box dt:after {
    width: 20px;
    height: 20px;
    right: 25px;
  }
  .faq .faq_box dd {
    padding: 40px 70px 40px 115px;
    font-size: 2rem;
  }
}

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