@charset "UTF-8";
/* お問い合わせボタン風 */
.btn-contact {
    display: block;
    width: fit-content;
    max-width: 600px;
    margin: 40px auto;
    padding: 25px;
    background: #004098;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border-radius: 40px;
    transition: background 0.3s;
    text-decoration: none;
}
.btn-contact:hover {
    background: #002a65;
    color: #fff;
    opacity: 1;
}
@media screen and (max-width: 999px){
    .btn-contact{
        padding: 16px;
        font-size: 14px;
    }
}
.sect_title{
    font-size: 1.3em;
    margin-block: 1em;
    color: #3a6fb8;
}
@media screen and (max-width: 768px){
    .sect_title{
        font-size: 1.1em;
    }
}
li::marker {
    content: none;
}
.is-current { color: #004098; font-weight: bold; }
.gBody_mainCol p{
    font-size: 1.1em;
}
.u-headline03{
    margin-top: 25px;
}
@media screen and (max-width: 999px) {
    .u-headline03{
        margin-top: 15px;
    }
}