@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;900&display=swap');
/* CSS Document */
.pro_or{color: #ed6a00;}
.pro_ho{color: #39b54a;}
.pro_ns{color: #93278f;}
.pro_kc{color: #282c96;}
.pro_yo{color: #c50129;}

.bold{
    font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
}

.lsn_head{
    padding: 20px 0;
    text-align: center;
}
.lsn_head h2{
    padding-bottom: 15px;
    font-size: 2.5rem;
}
.lsn_head h3{}

.lsn_head p{
    padding: 25px 0;
    font-weight: bold;
    line-height: 2rem;
}


.lsn_list li{
    margin-bottom: 10px;
    padding: 20px;
    display: flex;
    background: #fff;
    border-radius: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

.lsn_list li h4{
    width: 6rem;
}
.lsn_list li p{}

.lsn_caption{
    padding: 25px 0;
    text-align: center;
    font-size: 1.45rem;
}
.lsn_info{
    text-align: right;
    font-size: 0.95rem;
}

.coach_profile{
    
    padding-top: 50px;
    display: flex;
}
.coach_profile picture{
    width: 40%;
}

.coach_profile picture img{
    width: 100%;
    transform: translateX(-25px) translateY(25px) scale(1.2);
}

.coach_profile > div{
    width: 60%;
    padding: 25px;
    text-align: center;
}


.prof_top{
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    text-align: center;
}
.coach_profile h4{
    padding: 10px 0;
    font-size: 1.8rem;
}

.prof_rm{
    font-size: 0.7rem;
    letter-spacing: 0.2rem;
    color: #666;
}

.prof_text{
    padding-top: 20px;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.5rem;
}