/* 20250322 OCレポートCSS */

/*--------------------------------------------------------
    ヘッダー
--------------------------------------------------------*/
/* home */
.icon_home::before{
    background-image: url("../img/icon_home.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    vertical-align: -4px;
}

/*--------------------------------------------------------
    メインビジュ
--------------------------------------------------------*/
.bl_main{
    margin-bottom: 100px;
    position: relative;
}
.bl_main .el_title{
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}
@media (min-width:768px){
    .bl_mainCont .el_title{
        bottom: -8%;
    }
}
@media (min-width:1200px){
    .bl_main{
        margin-bottom: 10%;
    }
}


/*--------------------------------------------------------
    フッター
--------------------------------------------------------*/
/* tel fax */
.tel,
.fax{
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    padding: 0!important;
    margin: 30px auto!important;
}
.tel .mark,
.fax .mark{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px!important;
    position: relative;
}
.tel .mark::before,
.fax .mark::before{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.tel .mark::before{
    background-image: url("../img/icon_tel.png");
}
.fax .mark::before{
    background-image: url("../img/icon_fax.png");
}
.tel .mark p,
.fax .mark p{
    position: absolute;
    bottom: 5px;
    left: 0;
    text-align: center;
    margin: 0;
    width: 100%;
}
@media (min-width:375px){
    .tel .mark,
    .fax .mark{
        margin-right: 15px!important;
    }
}
@media (min-width:768px){
    #footer .bl_flexCont{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .tel,
    .fax{
        margin: 20px 0!important;
    }
    .fax{
        margin-left: 30px!important;
    }
    .tel .mark::before,
    .fax .mark::before{
        width: 35px;
        height: 35px;
    }
}

/* mail */
.mailform{
    position: relative;
}
.mailform::before{
    background-image: url("../img/icon_mail.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    vertical-align: -3px;
}



