@charset "UTF-8";

.bg_02 { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 380px;
	background:repeating-linear-gradient(
	-45deg,
	#fff,
	#fff 1px,
	#e9eef2 0,
	#e9eef2 15px
	);
	z-index: -1;
}
.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;
	width: 25%;
}
.com-map {
	height: 400px;
}
.slider-box {
	height: 180px;
}
/*PCのみ*/
@media (min-width: 768px) {



}

@media (max-width: 768px) {

	.ceo-ph {
		height: 150px;
	}

}



