@charset "UTF-8";

.com-ph {
	position: relative;
	height: 1000px;
}
.com-ph img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
table {
	width: 100%;
}
th {
	vertical-align: top;
}
.com-map {
	height: 480px;
}

.company-bg {
    position: absolute;
    bottom:0;
    right:0;
    width:30%;
}
.company-bg02 {
    position: absolute;
    bottom:0;
    left:0;
    width:30%;
}



/*PCのみ*/
@media (min-width: 768px) {



}

@media (max-width: 768px) {



}



