@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 .link{
    color: #79c842;
    font-weight: 450;
}

.all .snt_mid{
    margin-top: 8%;
    margin-bottom: 8%;
    text-align: center;
}

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

}

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