@charset "utf-8";
/* Copyright 2023 design hack. */

/* ------------------------------------------------------------

COMPANY

------------------------------------------------------------ */
/* グローバルナビアクティブ
---------------------------------------------- */
nav ul#nav_main li:nth-child(5) a img {opacity: 0;}

/* コンテンツ
---------------------------------------------- */
div#wrap_map iframe{width: 1200px;height: 400px;margin-bottom: 55px;}
ul#list_btn_map li{text-align: center;}

dl.list_history {margin-bottom: 100px;border-top: 1px solid #ccc;}
dl.list_history dt,.list_history dd {padding: 30px 0;border-bottom: 1px solid #ccc;}
dl.list_history dt{float: left;width: 21.667%;font-weight: bold;color: #2760AC;}

@media print, screen and (max-width: 1240px){
div#wrap_map iframe{width: 100%;}
}

@media print, screen and (max-width: 767px){
div#wrap_map iframe{height: 250px;margin-bottom: 25px;}
ul#list_btn_map li img{width: 200px;height: 50px;}
    
dl.list_history {margin-bottom: 50px;}
dl.list_history dt,dl.list_history dd {padding: 0 0;border-bottom:none}
dl.list_history dt{float: none;width: 100%;padding: 15px 0 10px;}
dl.list_history dd {border-bottom: 1px solid #ccc;padding:0 0 15px 0;}
}