@charset "UTF-8";

.trainer__slide{
    text-align: center;
}

.trainer__slide img{
    margin-bottom: 46px;
}

.trainer {
    background: url(../img/bg-training-pc.jpg) no-repeat 50% 0% / cover;
}

@media screen and (max-width:767px) {
   .trainer {
        background: url(../img/bg-training-sp.jpg) no-repeat 50% 0% / cover;
    }
}

.system__houdai__com {
    font-size: 13px;
}

.system__inner dd small{
    font-weight: 400;
}

.contact__com {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .contact__com {
        text-align-last: left;
        font-size: 12px;
    }
}
