@charset "UTF-8";
/* CSS Document */


.recruit .contents_box {
	font-size: 15px;
}
.recruit  .contents_box h3 {
	margin: 0 0 30px;
}
.recruit  .sec_recruit h3 {
	margin: 0 0 10px;
}
.recruit  .sec_part h3 p {
	display: inline-block;
}
.recruit  .contents_box h3 img {
	margin: 0 25px -24px 0;
}
.recruit  .sec_full h3,
.recruit  .sec_part h3 {
	margin: 0 0 50px;
}
.recruit  .sec_recruit h4 {
	text-align: center;
	margin-bottom: 30px;
}
.recruit  .sec_recruit h4 p {
	font-size: 20px;
	font-weight: bolder;
	color: #ed7209;
	border-bottom: 3px solid #ed7209;
	padding-bottom: 10px;
	display: inline-block;
	margin: 0 15px 10px;
}
.recruit  .sec_recruit .txt {
	margin: 0 0 50px;
}
.recruit  .sec_recruit_inn {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 0 auto 20px;
}
.recruit  .sec_recruit_inn .img:nth-child(1) {
	margin-right: 6%;
}
.recruit  .contents_box table {
	width: 100%;
	z-index: 10;
	position: relative;
}
.recruit  .contents_box table tr {
	margin-bottom: 30px;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
}
.recruit  .contents_box table tr:last-child {
	margin-bottom: 10px;
}
.recruit  .contents_box table th {
	color: #ed7209;
	font-weight: bold;
	width: 17%;
	margin-right: 2%;
	display: block;
}
.recruit  .contents_box table td {
	width: 81%;
	display: block;
}
.recruit  .contents_box table td dl {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display: flex;
}
.recruit  .contents_box table td dl dt{
	width: 17%;
}
.recruit  .sec_full, 
.recruit  .sec_part {
	position: relative;
}
.recruit  .sec_full .img {
	position: absolute;
	top: 21%;
	right: -2%;
	z-index: 0;
}
.recruit  .sec_part .img {
	position: absolute;
	top: 13%;
	right: 0%;
	z-index: 0;
}
@media only screen and (max-width: 900px){
.recruit .sec_recruit h4 p {
    font-size: 17px;
}
.recruit  .sec_full .img {
	position: static;
	text-align: center;
}
.recruit  .sec_part .img {
	position: static;
	text-align: center;
}
}
@media only screen and (max-width: 768px){
.recruit .contents_box {
	font-size: 14px;
}
.recruit  .contents_box h3 {
	margin: 0 0 30px;
}
.recruit  .contents_box h3 img {
	margin: 0 0 -2%;
}
.recruit  .sec_recruit h3 {
	margin: 0 0 20px;
}
.recruit .sec_part h3 img {
    margin: 0;
}
.recruit  .sec_full h3,
.recruit  .sec_part h3 {
	margin: 0 0 50px;
	line-height: 1.2;
}
.recruit  .sec_recruit h4 {
	text-align: center;
	margin-bottom: 30px;
}
.recruit  .sec_recruit h4 img{
	text-align: center;
	margin-bottom: 2%;
	width: 10%;
}
.recruit  .sec_recruit h4 p {
	font-size: 16px;
	padding-bottom: 5px;
	margin: 0 5px 5px;
}
.recruit  .sec_recruit .txt {
	margin: 0 0 25px;
}
.recruit  .sec_recruit_inn {
	margin: 0 auto 10px;
}
.recruit  .sec_recruit_inn .img:nth-child(1) {
	margin-right: 6%;
}
.recruit  .contents_box table {
	width: 100%;
	z-index: 10;
	position: relative;
}
.recruit  .contents_box table tr {
	margin-bottom: 20px;
	display: block;
}
.recruit  .contents_box table tr:last-child {
	margin-bottom: 20px;
}
.recruit  .contents_box table th {
	width: auto;
	margin: 0 0 10px;
	display: block;
}
.recruit  .contents_box table td {
	width: auto;
	display: block;
}
.recruit  .contents_box table td dl {
	display: block;
	margin-bottom: 10px;
}
.recruit  .contents_box table td dl dt{
	width: auto;
}
.recruit  .sec_full, 
.recruit  .sec_part {
	position: relative;
}
.recruit  .sec_full .img {
}
.recruit  .sec_part .img {
}
}
@media only screen and (max-width: 640px){
.recruit  .sec_recruit h4 p {
	font-size: 14px;
	padding-bottom: 5px;
	margin: 0 3px -2%;
}
}