@charset "utf-8";
/*------------------------------------------------------------
	plant/index.html
------------------------------------------------------------*/
#gNavi > ul > li.navi03 > a::after {
    opacity: 1;
}
.pageTitle {
    background-image: url("../images/company/bg_plant.jpg");
}
#main .headLine01 {
    margin-bottom: 30px;
}
#main .imgBox {
    margin-bottom: 65px;
}
#main .imgBox .txtBox {
    width: 320px;
}
#main .imgBox .txtBox .photo {
    margin-bottom: 12px;
}
#main .imgBox .txtBox p {
    line-height: 2;
    letter-spacing: 0.05em;
}
#main .imgBox .txtBox p span {
    font-weight: 700;
}
#main .imgBox .map {
    width: 710px;
}
#main .imgBox .map iframe {
    width: 100%;
    height: 400px;
    vertical-align: top;
}
@media all and (max-width: 896px) {
    .pageTitle {
        background-image: url("../images/company/bg_plant_sp.jpg");
    }
    #main .headLine01 {
        margin-bottom: 15px;
    }
    #main .imgBox {
        margin-bottom: 25px;
        display: block;
    }
    #main .imgBox .txtBox {
        margin-bottom: 15px;
        width: 100%;
    }
    #main .imgBox .txtBox .photo img {
        width: 100%;
    }
    #main .imgBox .map {
        position: relative;
        width: 100%;
        padding-bottom: 57.5%;
    }
    #main .imgBox .map iframe {
        position: absolute;
        height: 100%;
    }
}