.profile_sp .small {
  font-size: 1.2rem !important;
}
@media (max-width: 767px){
  .profile_sp {
    width:100%;
    margin-top:40px;
    padding-bottom:80px;
  }
  .profile_sp02 {
    width:100%;
  }
  .profile_sp02_left {
    position:relative;
    background:url(/template/img/bg_profile.jpg) no-repeat 0 100% / auto 100%;
    width:100%;
    height: 200px;
    text-align:center;
  }
  .profile_sp02_left h3 {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width:100%;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.4);
    font-size:1.8rem;
    color:#fff;
  }
  .profile_sp02_right {
    width:88%;
    margin:0 auto;
    padding-top:40px;
  }
  .profile_sp02_right02 {
    width:100%;
  }
  .profile_sp02_right02 h4 {
    color:#233547;
    font-size:1.6rem;
    /*
    letter-spacing:0.1em;
    */
  }
  .profile_sp02_right02 h5 {
    color:#3b7c97;
    /*
    letter-spacing:0.1em;
    */
    font-size:1.2rem;
    line-height:1.6;
    margin:15px 0 0;
  }
  .profile_sp02_right02 p {
    font-size:1.4rem;
    line-height:2.0;
    margin-top:20px;
  }
  .profile_sp02_right02 p br {
    display:none;
  }
}
@media (min-width: 768px) {
  .profile_sp {
    width:100%;
    height:750px;
    background:url(/template/img/bg_profile.jpg) no-repeat 0 100% / auto 100%;
    margin-top:40px;
  }
  .profile_sp02 {
    width:82%;
    margin:0 auto;
  }
  .profile_sp02_right {
    width:50%;
    float:right;
    position:relative;
  }
  .profile_sp02_right02 {
    position:absolute;
    top:-60px;
    right:0;
    width:100%;
    min-width:420px;
    background-color:rgba(255,255,255,0.8);
    padding:50px;
    box-shadow: 0px 0px 24px rgba(0,0,0,0.1);
    border-top-right-radius: 16px;
  }
  .profile_sp02_right02 h3 {
    text-align:center;
    color:#233547;
    font-size:2.4rem;
    /*
    letter-spacing:0.1em;
    */
  }
  .profile_sp02_right02 h4 {
    font-size:1.8rem;
    /*
    letter-spacing:0.1em;
    */
    margin-top:40px;
  }
  .profile_sp02_right02 h5 {
    color:#3b7c97;
    /*
    letter-spacing:0.1em;
    */
    font-size:1.2rem;
    line-height:1.6;
    margin:15px 0 0;
  }
  .profile_sp02_right02 p {
    font-size:1.4rem;
    line-height:1.8;
    margin-top:25px;
  }
}