@charset "UTF-8";

/*-----------------------------------
  会社概要
-----------------------------------*/
/* ナビ */
#header h1 img {display: none;}

/* タイトル */
#main h2 {
	margin: 30px 0 0;
	color: #4e64ad;
	font-size: 35px;
	font-weight: bold;
	letter-spacing: 0.04em;
	text-align: center;
}

#main h2 span {
	margin: 20px 0 0;
	display: block;
	color: #b6b6b6;
	font-weight: normal;
}

#main h3 {
	margin: 60px 0 30px;
	padding-bottom: 15px;
	text-align: center;
	line-height: 18px;
	border-bottom: 2px solid #f2f2f3;
}

#main h3 span {
	padding-bottom: 15px;
	color: #4e64ad;
	font-size: 18px;
	letter-spacing: 0.1em;
	border-bottom: 3px solid #4e64ad;
}

/* コンテンツ */
#main .message {
	text-align: center;
	line-height: 2em;
}

#main .name {
	margin: 40px 0 0;
	float: right;
}

#main .read {text-align: center;}

#main table#corporate {
	margin: 40px 0 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#main table#corporate th,
#main table#corporate td {
	padding: 25px;
	border-bottom: 1px solid #ccc;
}

#main table#corporate th {
	width: 150px;
	color: #4e64ad;
	text-align: left;
	vertical-align: middle;
	background: #f2f2f3;
}

#main h4 {
	margin: 40px 0 10px;
	color: #4e64ad;
	font-size: 18px;
}

#main h4 span {
	color: #999;
	font-size: 70%;
	font-weight: normal;
}

#main table#group {width: 60%;}

#main table#group td span {
	margin-right: 0.3em;
	color: #4e64ad;
	font-size: 85%;
}

#main span.year {
	margin: 5px 0 40px;
	display: block;
	font-size: 90%;
}

#main .map iframe {
	width: 100%;
	height: 400px;
	margin: 0 0 10px;
}

#main .map .access .title {
	width: 17%;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	display: inline-block;
	background: #4e64ad;
}

#main .map .access .detail {
	width: 78%;
	padding: 10px 20px;
	display: inline-block;
	background: #f2f2f3;
}

#main .map .access .detail span {
	margin-right: 0.3em;
	color: #4e64ad;
	font-size: 85%;
}

.sp-only {display: none;}



/** タブレット
===================================*/
@media screen and (max-width: 990px){
#main .map .access .detail {
	width: 76%;
}
}


/** スマートフォン
===================================*/
@media screen and (max-width: 768px){
/* タイトル */
#main h2 {margin-bottom: 40px;}

#main h3 {
	margin-top: 40px;
}

/* コンテンツ */
#main .message br {display: none;}

#main table#corporate {border-bottom: none;}

#main table#corporate th,
#main table#corporate td {
	width: 100%;
	padding: 20px 0;
	display: block;
}

#main table#corporate th {
	padding: 10px 0;
	text-align: center;
}

#main h4 span {display: block;}

#main table#group {width: 100%;}
#main table#group td {display: block;}

#main .map .access .title,
#main .map .access .detail {
	width: 100%;
	display: block;
}

#main .map .access .detail {
	width: 94%;
	padding: 3%;
}

.sp-only {display: block;}

}



