div.ban_img {
	position: relative;
	height: 403px;
	background: url(../img/about.jpg) no-repeat center center;
	background-size: auto 100%;
}

div.about-text {
	position: absolute;
	top: 13%;
	left: 18%;
	padding: 30px 0 0 33px;
	width: 300px;
	height: 160px;
	background: rgba(254,250,241,.7);
	line-height: 3;
}

h2.t_b {
	color: #227bcf;
	letter-spacing: 14px;
	font-weight: 700;
	font-size: 40px;
}

h2.about.text-center {
	margin: 35px;
	font-size: 30px;
}

h2.title {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 25px;
}

@media (max-width:767px) {
	section.content {
		padding-left: 10px;
	}
	div.about-text {
	position: absolute;
	top: 13%;
	left: 18%;
	padding: 30px 0 0 33px;
	width: 260px;
	height: 160px;
	background: rgba(254,250,241,.7);
	line-height: 3;
}
}

@media (min-width:900px) {
	section.content {
		padding-left: 50px;
	}
}

section.content ul li {
	margin-bottom: 15px;
	font-size: 16px;
}

section.recruitment {
	clear: both;
}

section.recruitment ul li {
	line-height: 40px;
}

section.Contact-information,section.recruitment {
	padding-top: 36px;
	padding-left: 120px;
}

section.Contact-information ul li {
	font-size: 20px;
	line-height: 40px;
}

a.mail {
	padding: 0 5px;
	color: #3e88d5;
	text-decoration: underline;
}
