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

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

/* ----------------------------------------------------
profile
---------------------------------------------------- */
#profile .dl-base--profile {
  line-height: 1.76;
  border-bottom: 2px solid #969696;
}
@media only screen and (max-width:1024px) {
  #profile .dl-base--profile {
    line-height: 1.5;
    border-bottom: 1px solid #969696;
  }
}
#profile .dl-base--profile dt {
  padding-left: 48px;
  color: #004d82;
  width: 21.86%;
}
@media only screen and (max-width:1024px) {
  #profile .dl-base--profile dt {
    padding-left: 0;
    width: 100%;
    font-weight: bold;
  }
}
#profile .dl-base--profile dd {
  width: 78.14%;
}
@media only screen and (max-width:1024px) {
  #profile .dl-base--profile dd {
    width: 100%;
  }
}
#profile .dl-base--profile dd p {
  line-height: 1.76;
}
@media only screen and (max-width:1024px) {
  #profile .dl-base--profile dd p {
    line-height: 1.5;
  }
}
#profile .dl-base--profile dd .sub {
  width: 60px;
  display: inline-block;
}

.profile_license + .profile_license {
  margin-top: 30px;
}
@media only screen and (max-width:1024px) {
  .profile_license + .profile_license {
    margin-top: 20px;
  }
}
.profile_license__heading:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 33px;
  background: #004d82;
  position: relative;
  top: 8px;
  margin-right: 10px;
}
@media only screen and (max-width:1024px) {
  .profile_license__heading:before {
    height: 20px;
    top: 5px;
    left: 2px;
  }
}
.profile_license__list {
  margin-left: 12px;
}/*# sourceMappingURL=profile.css.map */