﻿

/*================================================
 *  下層ページタイトル
 ================================================*/
.underVis .underVis_img {
	background: url(../images/bg-about.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width:768px) {
    .underVis .underVis_img {
        background-position: center left 25%;
    }
}


/*================================================
 *  company
 ================================================*/
#company table {
    max-width: 700px;
    margin: 20px auto 0;
}
#company table tr {
    border-bottom: 1px solid #dee2e6;
}
#company table th {
    width: 15%;
    padding-left: 10px;
    vertical-align: middle;
    padding-bottom: 8px;
    padding-top: 20px;
}
#company table td {
    padding-bottom: 8px;
    padding-top: 20px;
    vertical-align: middle;
    width: 25%;
}



/*================================================
 *  map
 ================================================*/
#map .mapArea {
	margin-top: 60px;
}
#map iframe {
	width: 980px;
	height: 450px;
    /*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
@media screen and (max-width:768px) {
	#map iframe {
		width: 100%;
	}
}



