@charset "UTF-8";
/*===============================================
画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
#subpage_main .main_img_bg {
	background-image: url("../img/recruit/main_img.jpg");
}
#conts_recruit {
	padding-top: 80px;
}
#conts_recruit .text_box {
	line-height: 36px;
	margin-bottom: 39px;
    text-align: center;
}
#conts_recruit .box {
    width: 1000px;
    padding: 53px 0 58px;;
    border-top: solid 9px #f18b2c;
	margin: 0 auto 20px;
    box-shadow:0px 2px 5px 2px rgba(0,0,0,0.08);
}
#conts_recruit .box:last-of-type {
	margin-bottom: 0;
}
#conts_recruit .box h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 22px;
    color: #f18b2c;
    font-weight: bold;
}
#conts_recruit .box h4 a {
    color: #f18b2c;
    font-weight: bold;
    text-decoration: underline;
}
#conts_recruit .box h4 a:hover {
    text-decoration: none;
}
#conts_recruit table {
	width: 850px;
	margin: 0 auto 36px;
	text-align: left;
	border: 1px solid #ececec;
    line-height: 28px;
}
#conts_recruit table tr {
	width: 100%;
	border-bottom: 1px solid #ececec;
}
#conts_recruit table tr th {
	width: 160px;
    padding: 15px 0px 16px 24px;
    vertical-align: middle;
    background-color: #fafafa;
}
#conts_recruit table tr th span {
	font-size: 13px;
}
#conts_recruit table tr td {
	width: 614px;
    padding: 15px 26px 16px;
}
#conts_recruit .btn_outer {
	text-align: center;
}
#conts_recruit .btn {
	width: 300px;
	display: inline-block;
    margin: 0 10px;
}
#conts_recruit .btn a {
	background-color: #fff;
	color: #f18b2c;
	border-color: #f18b2c;
}
#conts_recruit .btn a:hover {
	background-color: #f18b2c;
	color: #fff;
}
#conts_recruit .btn a::after {
    background-image: url("../img/share/icon_arrow_og.png");
	top: 25px;
	right: 20px;
}
#conts_recruit .btn a:hover::after {
    background-image: url("../img/share/icon_arrow_01w.png");
	right: 10px;
}
#conts_recruit .btn:last-of-type a {
	background-color: #f18b2c;
	color: #fff;
	border-color: #f18b2c;
}
#conts_recruit .btn:last-of-type a:hover {
	background-color: #fff;
	color: #f18b2c;
}
#conts_recruit .btn:last-of-type a::after {
	background-image: url("../img/share/icon_arrow_01w.png");
	top: 25px;
	right: 20px;
}
#conts_recruit .btn:last-of-type a:hover::after {
	background-image: url("../img/share/icon_arrow_og.png");
	right: 10px;
}

}
/*===============================================
画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
#subpage_main .main_img_bg {
	background-image: url("../img/recruit/main_img.jpg");
}

#conts_recruit .text_box {
	line-height: 1.8;
	margin: 0 auto 35px;
}
#conts_recruit .box {
    padding: 0 0 50px;;
    border-top: solid 8px #f18b2c;
	margin-bottom: 20px;
    box-shadow:0px 2px 5px 2px rgba(0,0,0,0.08);
}
#conts_recruit .box:last-of-type {
	margin-bottom: 0;
}
#conts_recruit .box h4 {
    font-size: 1.7rem;
    padding: 25px 5% 25px;
    background-color: #fafafa;
    color: #f18b2c;
    font-weight: bold;    
}
#conts_recruit .box h4 a {
    color: #f18b2c;
    font-weight: bold;
    text-decoration: underline;
}
#conts_recruit .box h4 a:hover {
    text-decoration: none;
}
#conts_recruit table {
	width: 100%;
    display: block;
	margin: 0 auto 26px;
	text-align: left;
	line-height: 1.6;
}
#conts_recruit tbody {
	width: 100%;
    display: block;
    border-top: 1px solid #f2f2f2;
}
#conts_recruit table tr {
	width: 100%;
    display: block;
    padding: 23px 18px 24px;
    border-bottom: 1px solid #f2f2f2;
}
#conts_recruit table tr:last-of-type {
    margin-bottom: 0;
}
#conts_recruit table tr th {
	width: 100%;
    display: block;
    font-weight: bold;
    color: #f18b2c;
    margin-bottom: 5px;
    font-size: 1.5rem;
}
#conts_recruit table tr th span {
	font-size: 1.2rem;
}
#conts_recruit table tr td {
	width: 100%;
    display: block;
    font-size: 1.5rem;
    font-size: 1.4rem;
}
#conts_recruit table tr:last-of-type td {
	text-align: left;
}
#conts_recruit .btn_outer {
	text-align: center;
}
#conts_recruit .btn {
	width: 250px;
    margin: 0 auto 14px;
}
#conts_recruit .btn a {
	background-color: #fff;
	color: #f18b2c;
	border-color: #f18b2c;
}
#conts_recruit .btn a:hover {
	background-color: #f18b2c;
	color: #fff;
}
#conts_recruit .btn a::after {
    background-image: url("../img/share/icon_arrow_og.png");
	top: 25px;
	right: 20px;
}
#conts_recruit .btn a:hover::after {
	background-image: url("../img/share/icon_arrow_01w.png");
	right: 10px;
}
#conts_recruit .btn:last-of-type a {
	background-color: #f18b2c;
	color: #fff;
	border-color: #f18b2c;
}
#conts_recruit .btn:last-of-type a:hover {
	background-color: #fff;
	color: #f18b2c;
}
#conts_recruit .btn:last-of-type a::after {
	background-image: url("../img/share/icon_arrow_01w.png");
	top: 25px;
	right: 20px;
}
#conts_recruit .btn:last-of-type a:hover::after {
	background-image: url("../img/share/icon_arrow_og.png");
	right: 10px;
}
}