/* ////////////////////////////////// */
/* トップイメージ画像 */
/* ////////////////////////////////// */
.lower_top_company {
    background-image: url(../images/company/topimg.jpg);
    background-size: cover;
    background-position: center center;
}


/* ////////////////////////////////// */
/* 会社概要 */
/* ////////////////////////////////// */
#menu1 {
    margin-top: 130px;
}
.m1_block {
    margin: 0 auto 130px;
    max-width: 750px;
}
.m1_block table {
    width: 100%;
}
.m1_block table th {
    padding: 30px;
    text-align: left;
    width: 200px;
    border-bottom: dashed 1px #CCCCCC;
}
.m1_block table td {
    padding: 30px;
    border-bottom: dashed 1px #CCCCCC;
}


/* ////////////////////////////////// */
/* アクセス */
/* ////////////////////////////////// */
.m2_midashi {
    margin-bottom: 20px;
    text-align: center;
}
.m2_map {
    margin: 0 auto 130px;
    max-width: 1000px;
}
.m2_map iframe {
    width: 1000px;
    height: 400px;
}


/* /////////////////////// */
/* サイズの大きいPC */
/* /////////////////////// */
/*
@media screen and (min-width:1350px){
    .m3_back {
        height: 1200px;
    }
}
@media screen and (min-width:1450px){
    .m3_back {
        height: 1300px;
    }
}
*/

/* /////////////////////// */
/* サイズの小さいPC */
/* /////////////////////// */
@media screen and (max-width:1050px){
    .m2_map {
        max-width: 750px;
    }
    .m2_map iframe {
        width: 750px;
        height: 350px;
    }
}


/* /////////////////////// */
/* レスポンシブ対応 */
/* /////////////////////// */
@media screen and (max-width:767px){
    #menu1 {
        margin-top: 50px;
    }
    .m1_block {
        width: calc(100% - 30px);
        margin-bottom: 80px;
    }
    .m1_block table th {
        padding: 15px;
        width: 110px;
    }
    .m1_block table td {
        padding: 15px;
    }

    .m2_map {
        width: 100%;
    }
    .m2_map iframe {
        width: 100%;
        height: 300px;
    }
}