@charset "UTF-8";

.all{
    max-width: 1280px;
    width: 80%;
    margin: 165px auto 0;
}

.all .ttl,
.all .sub_ttl,
.all .num_ttl
{
    color: #0070b1;
}

hr{
    background-color: #0070b1;
}

hr.bold{
    margin-bottom: 5%;
    height: 5px;
    border: none;
}

hr.bold2{
    margin-bottom: 2%;
    height: 5px;
    border: none;
}

hr.normal{
    margin-bottom: 3%;
    height: 2px;
    border: none;
}

.all .ttl{
    font-size: 24px;
    font-weight: 355;
}

.all .sub_ttl{
    font-size: 20px;
    font-weight: 550;

}

.all .num_ttl{
    font-size: 19px;
    margin-bottom: 2%;
    font-weight: 550;
    display: flex;
    align-items: center;
}

.all .num_ttl .line{
    font-size: 28px;
}

.all .snt{
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 360;
    margin-left: 1%;
    margin-bottom: 5%;
    line-height: 1.8;
}

.all .snt.document a{
    text-decoration: none;
    color: #79c842;
    transition: all ease-in-out 0.25s;
}

.all .snt.document a:hover{
    color: #0070b1;
}

.all .snt.document{
    margin-bottom: 2%;
}

.all .snt.exam{
    margin-left: 9% !important;
    margin-top: 5%;
}

.all .snt.top{
    margin-top: 4%;
}

.all .snt.bottom{
    margin-bottom: 4%;
}

.all .snt .link{
    color: #79c842;
    font-weight: 450;
}

.all .snt_mid{
    margin: 10% 0;
    text-align: center;
}

@media screen and (max-width:960px){
    .all{
        margin-top: 100px;
    }

    .all .snt_mid{
        margin: 15% 0;
    }
}

@media screen and (max-width:550px){
    .all{
        width: 95%;
        margin-top: 120px;
    }

    .all .ttl{
        font-size: 22px;
    }

    .all .snt{
        margin-bottom:12%;
    }

    .all .snt_mid{
        margin: 20% 0;
    }
}

@media screen and (max-width:450px){
    .all{
        margin-top: 130px;
    }
}