@charset "Shift_JIS";
/* CSS Document */


/**************************************************************************************/
/*採用情報*/
/**************************************************************************************/

/*link color*/
.empl .box_2 a:link {
	text-decoration:underline!important;
	color: #007ad8!important;
}
.empl .box_2 a:visited {
	text-decoration:underline!important;
	color: #007ad8!important;
}
.empl .box_2 a:hover {
	text-decoration:none!important;
	color:#cd0000!important;
}
.empl .box_2 a:active {
	text-decoration:none!important;
	color:#007ad8!important;
}


@media (min-width: 751px) {/*ビューエリアの最小幅。このサイズより大きい場合に適用//PC用*/
.empl .box_1 {/*募集無しのときのみ*/
	text-align: center;
	font-size: 14px;
	font-weight: 700;/*Bold*/
	line-height: 2.5em;
	border-radius: 10px; /*角丸 CSS3草案 */
	-webkit-border-radius: 10px; /*角丸 Safari,Google Chrome用 */
	-moz-border-radius: 10px; /*角丸 Firefox用 */
	border: 4px solid #b28247;
	padding-top: 170px;
	padding-bottom: 170px;
}

.empl .box_2 {
	font-size: 14px;
	font-weight: 400;
/*	font-weight: 700;/*Bold*/
	line-height: 2em;
	border-radius: 10px; /*角丸 CSS3草案 */
	-webkit-border-radius: 10px; /*角丸 Safari,Google Chrome用 */
	-moz-border-radius: 10px; /*角丸 Firefox用 */
	border: 4px solid #b28247;
	padding: 60px 0;
}

/*
.empl .txt_1 {
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.8em;
}
*/

.empl .txt_2 {
	line-height: 2em;
	text-align: center;
	font-size: 18px!important;
	font-weight: 500;/*Bold*/
	background-color: #c8a376;
	color: #FFF;
	width: 95%;
/*	width: 90%;*/
    margin: 0 auto 0 auto;
}

.empl .txt_3 {
	font-size: 18px!important;
	font-weight: bolder;
	width: 95%;
	margin: 20px auto 0 auto;
    padding-left: 5px;
}

.empl blockquote.txt_4 {
	line-height: 1.8em;
	text-align: center;
	font-size: 15px!important;
	width: 100%;
    margin: 1em auto 0 auto;
}

/*表組*/
.empl dl,
.empl dt,
.empl dd {
	box-sizing: border-box;
    font-size: 14px!important;
    line-height: 1.8em!important;
}

.empl dl {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}

.empl dt,
.empl dd {
	border-bottom: 1px solid #898989;
	padding: 15px 0;
}

.empl dt {
	width: 20%;
    padding-left: 2%;
}

.empl dd {
	width: 80%;
	padding-bottom: 15px;
}

.empl dd:after {
	content: '';
	display: block;
	clear: both;
}
/*表組ここまで*/

.empl .space {
	width: 100%;
    height: 60px;
}

}



@media (max-width: 750px) {/*ビューエリアの最大幅。このサイズより小さい場合に適用//SP用*/
.empl .box_1 {/*募集無しのときのみ*/
	text-align: center;
	font-size: 4vw;
	font-weight: 700;/*Bold*/
	line-height: 2.5em;
	border-radius: 10px; /*角丸 CSS3草案 */
	-webkit-border-radius: 10px; /*角丸 Safari,Google Chrome用 */
	-moz-border-radius: 10px; /*角丸 Firefox用 */
	border: 4px solid #b28247;
	padding-top: 170px;
	padding-bottom: 170px;
}

.empl .box_2 {
	width: 90%;
	font-size: 4vw;
	font-weight: 400;
/*	font-weight: 700;/*Bold*/
	line-height: 2em;
	border-radius: 10px; /*角丸 CSS3草案 */
	-webkit-border-radius: 10px; /*角丸 Safari,Google Chrome用 */
	-moz-border-radius: 10px; /*角丸 Firefox用 */
	border: 4px solid #b28247;
	padding: 3em 0 0 0 ;
    margin: 0 auto;
}

/*
.empl .txt_1 {
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.8em;
}
*/

.empl .txt_2 {
	line-height: 2em;
	text-align: center;
	font-size: 18px!important;
	font-weight: 500;/*Bold*/
	background-color: #c8a376;
	color: #FFF;
	width: 95%;
/*	width: 90%;*/
    margin: 0 auto 0 auto;
}

.empl .txt_3 {
	font-size: 18px!important;
	font-weight: bolder;
	width: 95%;
	margin: 20px auto 0 auto;
    padding-left: 5px;
}

.empl blockquote.txt_4 {
	line-height: 1.8em;
	text-align: center;
	font-size: 3.5vw!important;
	width: 100%;
    margin: 1em auto 0 auto;
}

/*表組*/
.empl dl,
.empl dt,
.empl dd {
	box-sizing: border-box;
    font-size: 2.5vw!important;
    line-height: 1.8em!important;
}

.empl dl {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    flex-wrap: wrap;
}

.empl dt,
.empl dd {
	border-bottom: 1px solid #898989;
	padding: 15px 0;
}

.empl dt {
	width: 25%;
    padding-left: 2%;
}

.empl dd {
	width: 75%;
	padding-bottom: 15px;
}

.empl dd:after {
	content: '';
	display: block;
	clear: both;
}
/*表組ここまで*/

.empl .space {
	width: 100%;
    height: 60px;
}


}
