@charset "utf-8";

@media screen and (max-width: 767px) {
	body {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

#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("../about/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: 50px auto 200px;
	position: relative;
}

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

section.content h3 {
	font-size: 30px;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #FF9700;
	text-align: center;
	margin-bottom: 40px;
	line-height: 35px;
}

@media screen and (max-width: 800px) {
	section.content h3 {
		font-size: 20px;
		color: #FF9700;
		margin-bottom: 20px;
		line-height: 35px;
	}
}

section.content .mailform {
	background: #EFEFEF;
	padding: 50px 0;
}

section.content .control-group::after {
	content: "";
	display: block;
	clear: both;
}

section.content .control-group .control-label {
    width: 180px;
    padding-top: 5px;
    text-align: right;
	float: left;
}
.controls {
    margin-left: 220px;
}

@media screen and (max-width: 800px) {
	section.content .mailform {
		background: #EFEFEF;
		padding: 20px 20px;
	}
	section.content .control-group .control-label {
		width: 180px;
		padding-top: 5px;
		text-align: left;
		float: none;
	}
	.controls {
		margin-left: 0;
	}
}

.thanks {
}

.thanks p {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 40px;
}

.thanks .telNum {
	font-weight: normal;
	text-align: center;
	font-size: 20px;
	color: #FF4000;
    font-family: kozuka-gothic-pro, sans-serif;
}

.thanks .telNum strong {
	font-size: 40px;
	padding: 0 5px;
}