.faq .large-ttl {
  margin-bottom: 35px;
}
.faq .faq-list {
  padding: 28px 0;
  border-bottom: 1px solid #D6D6D6;
}
.faq .faq-list dt {
  padding: 0 60px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq .faq-list dt {
    padding: 0 25px 0 40px;
  }
}
.faq .faq-list dt:before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Q";
  color: #fff;
  font-size: 1.375rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0081CC;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .faq .faq-list dt:before {
    left: 0;
  }
}
.faq .faq-list dt .plus {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.faq .faq-list dt .plus:before, .faq .faq-list dt .plus:after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #0081CC;
}
.faq .faq-list dt .plus:after {
  transform: rotate(90deg);
  position: relative;
  top: -1px;
  transition: 0.5s all;
}
.faq .faq-list dt:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .faq .faq-list dt:hover {
    opacity: 1;
  }
}
.faq .faq-list dt.open .plus:after {
  transform: rotate(0);
  top: -2px;
}
.faq .faq-list dd {
  display: none;
  padding-top: 20px;
  padding-left: 60px;
  line-height: 1.9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq .faq-list dd {
    padding-left: 40px;
  }
}
.faq .faq-list dd:before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "A";
  color: #0081CC;
  font-size: 1.375rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #EDEDED;
  position: absolute;
  left: 15px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .faq .faq-list dd:before {
    left: 0;
  }
}/*# sourceMappingURL=faq.css.map */