@charset "UTF-8";
#company .ttl div {
    background-image: url(img/ttl_bg.png);
}
#company .table th {
    background: #e5e9f2;
    color: #000000;
    border-bottom: none;
    width: 205px;
}
#company .table td {
    border-bottom: none;
    padding-left: 0;
}
#company .table tr:nth-child(even) th, #company .table tr:nth-child(even) td {
    background: none;
}
#company .table .gmap {
    position: relative;
    margin-bottom: 35px;
    width: 91.503268%;
    height: 0;
    padding-top: 57.1428571%;
    overflow: hidden;
    margin-top: 5px;
}
#company .table .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#company .table .gmap:last-of-type {
    margin-bottom: 15px;
}
#history.section{
	padding-top: 0;
}
#history p{
	padding: 15px 20px;
}

@media screen and (max-width: 768px) {
#company .table th {
    background: #e5e9f2 !important;
}
#company .table td {
    background: none !important;
}
#company .table .gmap {
    width: 100%;
}
#history p{
	padding: 10px;
}
}

@media screen and (max-width: 640px) {
#company .ttl div {
    background-image: url(img/ttl_bg_mb.jpg);
}
#company .table .gmap {
    height: 250px;
    padding-top: 0;
    margin-bottom: 20px;
}
#company .table .gmap:last-of-type {
    margin-bottom: 0;
}
}