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

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

/* ----------------------------------------------------
dev-research
---------------------------------------------------- */
#dev-research h3 {
  margin-bottom: 94px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1.76;
  text-align: center;
  color: #004d82;
}
@media only screen and (max-width:1024px) {
  #dev-research h3 {
    margin-bottom: 40px;
    font-size: 25px;
  }
}
#dev-research h3:after {
  content: "";
  display: block;
  width: 116px;
  height: 3px;
  background: #004d82;
  margin: 10px auto 0 auto;
}
@media only screen and (max-width:1024px) {
  #dev-research h3:after {
    width: 80px;
    height: 2px;
    margin-top: 5px;
  }
}/*# sourceMappingURL=dev-research.css.map */