@charset "utf-8";
/*-------------------clo-------------------*/
.breadcrumb_clo_contact{
    margin-top: 170px;
    background: #eaedf1 !important;
}
.clo_cont{
    background: #eaedf1;
    padding: 60px 0 100px;
}
.clo_cont_tit{
    font-size: 45px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    color: #002055;
}
.clo_cont_box{
    margin-top: 70px;
    background: #fff;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .breadcrumb_clo_contact{
        margin-top: 68px;
        background: #eaedf1 !important;
    }
    .clo_cont{
        background: #eaedf1;
        padding: 30px 0 50px;
    }
    .clo_cont_tit{
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        line-height: 1;
        color: #002055;
    }
    .clo_cont_box{
        margin-top: 35px;
        background: #fff;
        text-align: center;
    }
}









