@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.company {
    margin-bottom: 100px;
    padding: 48px 0 45px;
    background-color: #F4F4F4;
}
.company .headLine01 {
    margin-bottom: 30px;
}
.company .comImgBoxL {
    margin-bottom: 0;
}
.company .comImgBoxL .textBox {
    padding-top: 8px;
}
.company .comImgBoxL .textBox {
    width: 456px;
}
.access {
    margin-bottom: 95px;
}
.access .headLine01 {
    margin-bottom: 18px;
}
.access p {
    margin-bottom: 26px;
}
.access .map iframe {
    height: 400px;
}




@media all and (max-width: 896px) {
    .company {
        margin-bottom: 50px;
    }
    .company .comImgBoxL {
        margin-bottom: 0 !important;
    }    
    .access {
        margin-bottom: 50px;
    }
}