@charset "utf-8";

#topInformation {
	width: 1180px;
	margin: 0 auto;
}

#topInformation h2 {
	font-size: 24px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	border-bottom: 2px solid #953D00;
	position: relative;
	margin-bottom: 15px;
}

#topInformation h2::after {
	content: url("../recruit/images/titleh2_bg.png");
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: -20px;
}

#topInformation p {
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0 20px;
}

@media screen and (max-width: 1240px) {
	#topInformation {
		width: auto;
		margin: 20px 10px;
	}
	#topInformation h2 {
		font-size: 20px;
	}
	#topInformation h2::after {
		background-image: url("../recruit/images/titleh2_bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		content: "";
		width: 200px;
		height: 40px;
		right: 0;
		bottom: -20px;
	}
	#topInformation p {
		font-size: 14px;
		margin-bottom: 20px;
		padding: 0 10px;
	}
}

section.content {
	width: 1000px;
	margin: 0 auto 50px;
	position: relative;
}

@media screen and (max-width: 1040px) {
	section.content {
		width: auto;
		margin: 0 20px 50px;
		position: relative;
	}
}

@media screen and (max-width: 600px) {
	section.content {
		width: auto;
		margin: 0 10px 50px;
		position: relative;
	}
}

#access {
}

#access .images {
	text-align: center;
	padding: 30px 0;
}

@media screen and (max-width: 1040px) {
	#access .images img {
		width: 100%;
		height: auto;
	}
}

#access .sectionInner {
	margin: 0 auto;
	width: 100%;
	padding-top: 0;
}

#access h3 {
	width: 570px;
	height: 60px;
	margin: 0 auto 10px;
	background: url("../images/access_h3.png");
	background-repeat: no-repeat;
	text-align: center;
	font-size: 28px;
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
}

#access #gMap {
	height: 480px;
}

#access #accessTxt {
	background: #EFEFEF;
}

#access #accessTxt dl {
	width: 740px;
	margin: 0 auto;
	padding: 30px 0;
}

#access #accessTxt dt {
	width: 220px;
	line-height: 26px;
	float: left;
	position: relative;
	padding-left: 20px;
}

#access #accessTxt dt::before {
	content: "●";
	color: #009245;
	margin-right: 10px;
}

#access #accessTxt dd {
	margin-left: 220px;
	line-height: 26px;
	margin-bottom: 10px;
}
@media screen and (max-width: 1240px) {
	#access {
		width: 100%;
		position: relative;
		left: 0;
		transform: none;
	}
}
@media screen and (max-width: 600px) {
	#access h3 {
		width: 100%;
		font-size: 16px;
		background: url("../images/topics_h3.png") no-repeat right;
		background-size: 100%;
		height: 35px;
		padding-left: 5px;
		text-align: left;
	}
	#access #accessTxt dl {
		width: 100%;
		margin: 0 auto;
		padding: 30px 0;
	}

	#access #accessTxt dt {
		width: auto;
		line-height: 26px;
		float: none;
		position: relative;
		padding-left: 10px;
	}

	#access #accessTxt dt::before {
		content: "●";
		color: #009245;
		margin-right: 10px;
	}

	#access #accessTxt dd {
		margin-left: 0;
		padding-left: 10px;
		line-height: 26px;
		margin-bottom: 10px;
	}
}