@charset "utf-8";
/* Copyright 2022 design hack. */

/* ------------------------------------------------------------

COMPANY

------------------------------------------------------------ */
/* グローバルナビアクティブ
---------------------------------------------- */
nav ul#nav_main li:nth-child(4) a img {opacity: 0;}
div#bg_h2{background:url(/company/img/h2_bg_pc.png) no-repeat center 0;height:400px;text-align: center;}

@media print, screen and (max-width: 767px){
div#bg_h2{background:url(/company/img/h2_bg_sp.png) no-repeat center 0;background-size: 100%;height:auto;text-align: center;}
div#bg_h2 img{width: 100%;}
}

/* コンテンツ
---------------------------------------------- */
table.table_style01{margin-bottom: 140px;}
table.table_style01 th {width: 240px;}
div#wrap_map iframe{width: 1200px;height: 600px;margin-bottom: 55px;}

@media print, screen and (max-width: 767px){
table.table_style01{margin-bottom: 70px;}
div#wrap_map iframe{width: 100%;height: 250px;margin-bottom: 25px;}
}