@charset "utf-8";
#recruit #about + p {
	font-size: 17px;
	margin-top: 10px;
}
#recruit #block01 {
	background: #FDECD9;
	position: relative;
	padding: 50px 0 105px 40px;
	margin-top: 15px;
	margin-bottom: 20px;
	color: #F08321;
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
}
#recruit #block01 p:nth-of-type(2) {
	margin: 35px 0 20px;
}
#recruit #block01 .images {
	position: absolute;
	top: -35px;
	right: -15px;
	z-index: 2;
}
#recruit #block02 {
	background: #FDECD9;
	padding: 20px 0 40px 40px;
	margin-bottom: 35px;
	position: relative;
}
#recruit #block02 p + p {
	font-size: 20px;
	margin: 10px 0;
}
#recruit #block02 ul {
	overflow: hidden;
}
#recruit #block02 ul li {
	float: left;
	margin-left: 20px;
}
#recruit #block02 ul li:nth-of-type(4n+1) {
	clear: both;
	margin-left: 0;
}
#recruit #block02 ul li:nth-of-type(n+5) {
	margin-top: 70px;
}
#recruit #block02 ul li:nth-of-type(5) {
	margin-left: 115px;
}
#recruit #block02 ul + p {
	position: absolute;
	bottom: 240px;
	left: 0;
	right: 0;
	text-align: center;
}
#recruit #job_table1 {
	width: 100%;
	margin-top: -5px;
	margin-bottom: 30px;
}
#recruit #job_table1 tr {
	border-top: solid 1px #898989;
}
#recruit #job_table1 tr:nth-of-type(1) {
	border-top: none;
}
#recruit #job_table1 tr th {
	width: 265px;
	background-color: #FDECD9;
	white-space: nowrap;
	position: relative;
	padding: 20px 0;
	font-size: 16px;
	font-weight: normal;
}
#recruit #job_table1 tr th:before {
	content: "";
	display: block;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	width: 100%;
	height: 7px;
}
#recruit #job_table1 tr th:after {
	content: "";
	display: block;
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 7px;
}
#recruit #job_table1 tr td {
	font-size: 17px;
	padding: 20px 0 20px 20px;
	vertical-align: top;
}
#recruit span#entry {
	background: url(../img/recruit/th_bg.png) repeat-x left top;
	height: 53px;
	line-height: 53px;
	font-size: 25px;
	padding-left: 15px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
}
#recruit #form1 {
	background: #FDECD9;
	padding: 3px 10px 30px;
}
#recruit #job_table2 {
	width: 100%;
	font-size: 21px;
}
#recruit #job_table2 tr {
	border-bottom: solid 1px #898989;
}
#recruit #job_table2 tr th {
	width: 255px;
	white-space: nowrap;
	position: relative;
	padding: 10px 0;
	font-weight: normal;
}
#recruit #job_table2 tr td {
	padding: 10px 20px;
	vertical-align: top;
}
#recruit #job_table2 input[type=text],
#recruit #job_table2 input[type=email],
#recruit #job_table2 input[type=tel],
#recruit #job_table2 select {
	height: 36px;
	line-height: 34px;
	font-size: 16px;
	border: solid 1px #231815;
	padding: 0 0 0 7px;
}
#recruit #job_table2 input[type=radio] {
	width: 20px;
	height: 20px;
	margin: 0;
}
#recruit #job_table2 .error {
	line-height: 1.4;
	font-weight: bold;
	color: #FF0000;
	font-size: 17px;
}
#recruit #job_table2 label {
	margin-right: 30px;
}
#name, #kana, #birth, #job_type, #school, #department, #date {
	width: 400px;
}
#age, #tel01, #tel02, #tel03 {
	width: 215px;
}
#address, #email {
	width: 100%;
}
#recruit #button_area {
	text-align: center;
	margin-top: 25px;
}
#recruit #button_area input {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	border: none;
	width: 451px;
	height: 71px;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: bold;
	cursor: pointer;
	margin: 0 5px;
}
#recruit #button_area #back_button {
	background: url(../img/recruit/button01.png) no-repeat left top;
}
#recruit #button_area #submit_button {
	background: url(../img/recruit/button02.png) no-repeat left top;
}
#recruit #thanks_txt {
	margin-top: 15px;
	font-size: 18px;
	line-height: 2;
}










@media screen and (max-width: 600px) {
#recruit #about img {
	width: auto;
	height: 20px;
}
#recruit #block01 {
	padding: 2%;
	margin-top: 4%;
	margin-bottom: 10px;
	font-size: 16px;
}
#recruit #block01 p:nth-of-type(2) {
	margin: 4% 0;
	width: 80%;
	max-width: 393px;
}
#recruit #block01 .images {
	position: static;
	text-align: center;
}
#recruit #block01 .images img {
	width: 80%;
}
#recruit #block02 {
	padding: 4% 4% 1%;
}
#recruit #block02 p:nth-of-type(1) img {
	width: 219px;
}
#recruit #block02 p + p{
	font-size: 14px;
	margin: 1% 0 2%;
}
#recruit #block02 ul li {
	margin-left: 4%;
	width: 48%;
	margin-bottom: 4%;
}
#recruit #block02 ul li:nth-of-type(4n+1) {
	margin-left: 0;
}
#recruit #block02 ul li:nth-of-type(n+5) {
	margin-top: 0;
}
#recruit #block02 ul li:nth-of-type(2n+1) {
	clear: both;
	margin-left: 0;
}
#recruit #block02 ul + p {
	display: none;
}
	
#recruit #job_table1 {
	display: block;
}
#recruit #job_table1 tbody {
	display: block;
}
#recruit #job_table1 tr {
	border-top: solid 1px #898989;
	display: block;
}
#recruit #job_table1 tr:nth-of-type(1) {
	border-top: solid 1px #898989;
	margin-top: 4%;
}
#recruit #job_table1 tr th {
	display: block;
	width: 100%;
	font-size: 14px;
	padding: 2%;
	text-align: left;
}
#recruit #job_table1 tr th:before {
	content: none;
}
#recruit #job_table1 tr th:after {
	content: none;
}
#recruit #job_table1 tr td {
	display: block;
	font-size: 14px;
	padding: 2%;
}
#recruit span#entry {
	background: url(../img/recruit/th_bg.png) repeat-x left top;
	background-size: auto 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	padding-left: 2%;
}
#recruit #form1 {
	padding: 0;
}
#recruit #job_table2 {
	width: 100%;
	display: block;
	font-size: 14px;
}
#recruit #job_table2 tbody {
	display: block;
}
#recruit #job_table2 tr {
	border-bottom: solid 1px #898989;
	display: block;
}
#recruit #job_table2 tr th {
	display: block;
	width: 100%;
	padding: 2%;
	padding-bottom: 0;
	text-align: left;
}
#recruit #job_table2 tr td {
	display: block;
	padding: 2%;
}
#recruit #job_table2 input[type=text],
#recruit #job_table2 input[type=email],
#recruit #job_table2 input[type=tel],
#recruit #job_table2 select {
	height: 30px;
	line-height: 28px;
	font-size: 13px;
	padding: 0 3px;
}
#recruit #job_table2 label {
	margin-right: 3%;
}
#name, #kana, #birth, #job_type, #school, #department, #date {
	width: 100%;
}
#tel01, #tel02, #tel03 {
	width: 20%;
}
#age {
	width: 52%;
}
#address, #email {
	width: 100%;
}
#recruit #button_area {
	margin-top: 4%;
	padding: 4% 2%;
}
#recruit #button_area input {
	width: 49%;
	height: auto;
	line-height: 1.6;
	font-size: 13px;
	font-size: 4.0625vw;
	margin: 0;
	padding: 4% 0;
}
#recruit #button_area #back_button {
	background: url(../img/recruit/button01.png) no-repeat left top;
	background-size: 100% 100%;
}
#recruit #button_area #submit_button {
	background: url(../img/recruit/button02.png) no-repeat left top;
	background-size: 100% 100%;
}
#recruit #thanks_txt {
	margin-top: 4%;
}

}
