@charset "utf-8";
.title-area {
	background-image: url(../img/about/title-back1.jpg);
}
.recruit .title-area {
	background-image: url(../img/recruit/title-back1.jpg);
}
.main {
	margin-bottom: 0;
}
.sec1 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.sec2 {
	padding-top: 66px;
	padding-bottom: 66px;
}
form dl {
	text-align: left;
}
form dt {
	margin-bottom: 15px;
}
form dd {
	margin-bottom: 34px;
}
p span,
dt span {
	color: #8fc0ba;
}
input,
textarea {
	width: 100%;
	font-size: 14px;
	padding: 14px;
	border: none;
	background-color: #fff;
}
textarea {
	height: 300px;
}
.btn {
	width: 90%;
	border: none;
	cursor: pointer;
}
.submit {
	display: inline-block;
}
.btn-back {
	background-color: #fff;
	color: #333;
	margin-bottom: 16px;
}
/* ----- R E S P O N S I V E ----- */
/* SM */
@media only screen and (min-width: 768px) {
	.btn {
		display: inline-block;
		border: none;
		cursor: pointer;
		margin-right: 24px;
	}
	.btn-back {
		width: 20%;
		margin-bottom: 0;
	}
	.btn-submit {
		width: 50%;
	}
}
/* MD */
@media only screen and (min-width: 1000px) {
	.bgimage.bg1 { top: 457px; }
}
/* LG */
@media only screen and (min-width: 1200px) {
}
