@charset "UTF-8";
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);




/*----------------------------------------------------

◆　index 企業情報ページ

----------------------------------------------------*/

#company_mv{background: url(../images/top_company.jpg)center center no-repeat;background-size: cover;}
#ttl_company{background: url(../images/ttl_company.png)0 0 no-repeat;background-size: contain;}

section#about_us{padding:60px 0 0;}
@media (max-width: 768px) {section#about_us{padding:60px 0;}}

table.profile {
	table-layout: fixed;
	box-sizing: border-box;
	width: 95%;
	max-width: 800px;
	font-size: 15px;
	margin: 0 auto;
	margin-bottom: 100px;
}
table.profile th {
	width: 28%;
	box-sizing: border-box;
	padding: 20px 40px;
	border-top: 1px solid #002f8f;
	text-align: left;
	vertical-align: top;
}
table.profile td {
	width: 70%;
	box-sizing: border-box;
	padding: 20px 0 20px 40px;
	text-align: left;
	vertical-align: top;
}
@media (max-width: 768px) {
	table.plofile {width: 98%;margin: 0 auto;font-size: 13px;}
	table.profile th {width: 100%;padding: 20px 0px 20px 10px;display: block;background: #eee;font-size: 13px;border-top: 1px solid #bb0000;}
	table.profile td {width: 100%;padding: 20px 0px 20px 10px;display: block;font-size: 13px;}
}

.map-btn{margin-bottom:20px;}
.map-btn a{
	color:#fff;
	font-size: 11px;
	box-sizing: border-box;
	background: #004ea2;
	border:1px solid #004ea2;
	border-radius: 3px;
	padding: 2px 5px 4px 6px;
	letter-spacing: 1px;
}
.map-btn a:hover{
	color: #004ea2;
	background: #fff;
	transition: 0.2s;
}
@media (max-width: 768px) {
	.map-btn{
		margin-top: 5px;
	}
}

/*----------------------------------------------------

◆　access アクセスページ

----------------------------------------------------*/
.company_head{max-width: 800px;width: 90%;margin:0 auto;margin-top: 80px;}
.company_head h2{text-align: center;font-size: 36px;margin-bottom: 16px;}
.company_img{height: 280px;background:url(../images/company_head.jpg)center center no-repeat;background-size: cover; }
.company_txt{margin-top: 20px;}
@media (max-width: 768px) {
  .company_head{max-width: 800px;width: 90%;margin:0 auto;margin-top: 40px;}
  .company_head h2{text-align: center;font-size: 24px;margin-bottom: 16px;}
  .company_img{height: 180px;margin-top: 10px;}
}



/* ----- google map ----- */
.company_map {
	position: relative;
	min-height: 400px;
	max-width: 100%;
	margin: 0 auto;
	height: 0;
	overflow: hidden;
}
@media (max-width: 768px){
.company_map {
	width: 100%;
	}
}
.company_map iframe,
.company_map object,
.company_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 