@charset "utf-8";
/*//////////////////////////////////////////　Pages　//////////////////////////////////////////*/

/* 下線付き見出し */
.content-h {
	border-bottom: 1px solid #C9CACA;
	padding-bottom: 5px;
	margin-bottom: 16px;
}

/* 囲み線付き見出し */
.square {
	display: inline-block;
	border: 1px solid #C9CACA;
	padding: 3px 7px 1px 7px;
	font-weight: normal;
	margin-bottom: 16px;
}
.square-v2 {
	display: inline-block;
	border: 1px solid #C9CACA;
	padding: 3px 0px 1px 7px;
	font-weight: normal;
	margin-bottom: 16px;
}

/* h3 */
.content-h-sub {
	font-weight: normal;
	margin-bottom: 10px;
}

/* 段落 */
.paragraph {
	line-height: 200%;
	margin-bottom: 40px;
}
.paragraph-half {
	line-height: 200%;
	margin-bottom: 20px;
}

@media screen and (max-device-width: 640px) {
	.paragraph {
		line-height: 200%;
		margin-bottom: 40px;
		font-size: 20px;
	}
}/* /640px */

/* リスト */
.content-ul {
	line-height: 200%;
	margin-bottom: 40px;
}

/* normal table */
#table-normal {
	line-height: 200%;
	margin-bottom: 40px;
}
#table-normal th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
#table-normal td {
	padding-left: 13px;
}

@media screen and (max-device-width: 640px) {
	#table-normal {
		line-height: 200%;
		margin-bottom: 40px;
		font-size: 20px;
	}
	#table-normal th {
		font-weight: normal;
		text-align: left;
		vertical-align: top;
	}
	#table-normal td {
		padding-left: 13px;
	}
}/* /640px */

/* アンダーライン付きリンク */
.link-underline {
	text-decoration: underline;
}

/* メールボタン */
.btn-mail {
	position: relative;
	top: 1px;
}

/*//////////////////////////////////////////　Access　//////////////////////////////////////////*/
#access-inner {
	margin-bottom: 60px;
}
#access-side {
	width: 230px;
	float: left;
}
#access-map {
	width: 464px;
	float: right;
}
#map-link {
	margin-top: 10px;
	text-align: right;
}
#access-figure {
	margin-top: 70px;
}

@media screen and (max-device-width: 640px) {
	#access-inner {
		margin-bottom: 60px;
	}
	#access-side {
		width: 580px;
		float: none;
	}
	#access-map {
		width: 580px;
		float: none;
		text-align: center;
		margin-top: 30px;
	}
	#map-link {
		margin-top: 30px;
		text-align: right;
	}
	#access-figure {
		margin-top: -60px;
		text-align: center;
	}
}/* /640px */

/*//////////////////////////////////////////　Recruit　//////////////////////////////////////////*/
#recruit-items {}
#recruit-items li {
	width: 390px;
}
#recruit-items li:nth-child(odd) {
	float: left;
}
#recruit-items li:nth-child(even) {
	float: right;
}

@media screen and (max-device-width: 640px) {
	#recruit-items {}
	#recruit-items li {
		width: 580px;
		margin-bottom: 60px;
	}
	#recruit-items li:nth-child(odd) {
		float: none;
	}
	#recruit-items li:nth-child(even) {
		float: none;
	}
	
	#recruit-items li th {
		width: 4em;
	}
}/* /640px */

/*//////////////////////////////////////////　About　//////////////////////////////////////////*/

/* アイデンティティ */
#table-identity {
	line-height: 200%;
	margin-bottom: 40px;
}
#table-identity th {
	padding-right: 33px;
	vertical-align: middle;
}
#table-identity td {}

@media screen and (max-device-width: 640px) {
	#table-identity {
		line-height: 200%;
		margin-bottom: 40px;
		font-size: 20px;
	}
	#table-identity th {
		padding-right: 33px;
		vertical-align: middle;
		display: block;
		border-bottom: 1px solid #C9CACA;
		padding-bottom: 5px;
	}
	#table-identity td {
		display: block;
		padding-top: 20px;
	}
}/* /640px */
