@charset "utf-8";
/*======================================
会社概要
========================================*/
/*------------------------------
ページヘッダー
------------------------------*/
.page_header_wrap{
	background-image: url("../../img/index_header.jpg");
}

/*****
会社概要
*****/
.tbl_com{
	width: 100%;
}

.map{
	margin-top: 1em;
}
.map iframe{
	aspect-ratio: 2 / 1;
	width: 100%;
}

/* ===========================================
	MediaQueries
=========================================== */
/* PC----------------------------- */
@media (min-width: 768px){
	/*****
	会社概要
	*****/
	.tbl_com{
		max-width: 960px;
	}
}

/* スマホ----------------------------- */
@media (max-width: 767px){}
