.on_sp-min {
  display: none;
}
@media only screen and (max-width:425px) {
  .on_sp-min {
    display: block;
  }
}

#qa .fv__inner {
  background: url("../images/qa/top_bg.jpg") top center/100% no-repeat;
}

#qa .container {
  width: 1560px;
  max-width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media only screen and (max-width:1024px) {
  #qa .container {
    width: 525px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
#qa .lead {
  margin-top: 50px;
  font-size: 25px;
  text-align: center;
}
@media only screen and (max-width:1024px) {
  #qa .lead {
    margin-top: 20px;
    font-size: 15px;
  }
}
#qa dl dt {
  color: #004d82;
  position: relative;
  background-color: #fff;
  border-top: 1px solid #004d82;
  border-bottom: 1px solid #004d82;
  padding: 0.5em 1em;
  position: relative;
  padding: 15px 50px 15px 80px;
  cursor: pointer;
  margin-top: -1px;
  font-size: 25px;
  margin-top: 50px;
}
@media only screen and (max-width:1024px) {
  #qa dl dt {
    margin-top: 20px;
  }
}
@media only screen and (max-width:1024px) {
  #qa dl dt {
    font-size: 16px;
    padding-left: 40px;
    line-height: 1.2;
  }
}
#qa dl dt:before {
  content: "Q.";
  display: inline;
  font-weight: 900;
  position: absolute;
  top: 15px;
  left: 1em;
  line-height: 1.2;
  font-size: 30px;
}
@media only screen and (max-width:1024px) {
  #qa dl dt:before {
    font-size: 16px;
  }
}
#qa dl dt span {
  display: block;
  width: 1em;
  height: 1px;
  position: absolute;
  right: 20px;
  top: 50%;
  background-color: #004d82;
}
#qa dl dt span:before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  transform: rotate(90deg);
  transition: all 0.3s;
  background-color: #004d82;
}
#qa dl dt.on span:before {
  transform: rotate(180deg);
  transition: all 0.3s;
}
#qa dl dd {
  background-color: #f2f3f4;
  position: relative;
  padding: 20px 20px 20px 80px;
  display: none;
}
@media only screen and (max-width:1024px) {
  #qa dl dd {
    padding: 15px 10px 15px 40px;
  }
}
#qa dl dd:before {
  content: "A.";
  display: inline;
  font-weight: 900;
  color: #cfd1d4;
  position: absolute;
  top: 20px;
  left: 1em;
  line-height: 1;
  font-size: 30px;
}
@media only screen and (max-width:1024px) {
  #qa dl dd:before {
    font-size: 16px;
  }
}
#qa .answer_wrapper {
  display: flex;
  justify-content: space-between;
}
#qa .answer_wrapper .img {
  width: 240px;
}/*# sourceMappingURL=qa.css.map */