/* PC版 */
@media screen and (min-width: 1280px){
.copy{
    position: absolute;
    bottom: 100px;
    left: 15.2vw;
    font-size: 1.75rem;
    font-weight: bold;
    color: #333;
    background: #C7FE2E;
    padding: 17px 12px 15px 0px;
    border-radius: 2px;
    line-height: 1.3;
}
.copy span{
    display: inline-block;
    margin-left: 0px;
}
.copy .sankaku{
    margin-left: 9px;
    margin-right: -4px;
}
.bnr-01 a.lesson{
    padding-left: 26px;
}
.bnr-01 a.counseling{
    padding-left: 14px;
}
.leadtext{
    width: 100%;
    position: absolute;
    top: 23%;
    left: 15%;
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.8;
}
.picture{
    width: 482px;
    position: absolute;
    right: 0;
    bottom: -13px;
}
.bnr-mid a{    
    display: block;
    width: 147px; 
    box-sizing: border-box;   
    padding: 17.5px 0;
    padding-left: 10px;
    text-align: left;
    font-size: 1.25rem;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    position: relative;
}
.bnr-mid a.lesson{
    padding-left: 16px;
}
.bnr-mid a.counseling::after{
    position: absolute;
    top: 18px;
    right:15px;
    content: "▶";
    width: 4px;
    height: 4px;
}
.bnr-mid a.lesson::after{
    position: absolute;
    top: 18px;
    right:19px;
    content: "▶";
    width: 4px;
    height: 4px;
}
/* --page-topへ戻る設定--　*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    line-height: 1;
    z-index: 99;
}
#page-top a {
width: 55px;
text-align: center;
display: block;
opacity: 0.9;
transition: all .3s ease;
}
#page-top a:hover {
text-decoration: none;
opacity: .7;
}  
}
    
    
    
    
    
    
 
    
    







