@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
◆contents
　/recruit/seki/css/seki_common.css
 - - - - - - - - - - - - - - - - - - -
　関工場のページ要素について、スタイルを設定します。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


/* ━━font setting━━ */
#contents-container h1,
.recruitTitle,
.contentsHeader,
.contents,
#contents{
    font-family: YakuHanJP, Noto Sans JP, Arial, Verdana, Roboto, 'Droid Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic','ＭＳ Ｐゴシック', sans-serif;
	-webkit-text-size-adjust: 100%;
	color:#333;
}

/* ━━kv━━ */

.kv{
	width:100%;
	height:300px;
	background: url("../images/kv.png") top right no-repeat;
	background-size: contain;
}
.kvWrapper{
	width:854px;
	height:300px;
	margin: 0 auto;
	display:flex;
	align-items: center;
}
.kvWrapper h1{
	font-size:30px;
	line-height: 1.2em;
	color:#333;
}


#recruit-contents-body h1{
	font-size:30px;
	color:#333;
	font-weight:300;
}


/* ━━card━━ */
.card{
	list-style: none;
	display: flex;
	justify-content: space-between;
	width:100%;
	margin:20px 0 80px 0;
	padding:0;
}
.card li{
	width:270px;
}
.card li a img{
	width:100%;
	height:auto;
	box-sizing: border-box;
	border:5px solid #eaeaea;
}
.card li a:hover img{
	border:5px solid #999;
}

.card li.bnr a img{
	border:none;
}
.card li.bnr a:hover img{
	opacity: 0.6;
}

ul.top-panel{
	margin:0 0 25px 0;
}
ul.top-panel li a{
	box-sizing: border-box;
	border:5px solid #eaeaea;
}
ul.top-panel li a img{
	width:100%;
	height:auto;
}
.widget{
	width:415px;
	box-sizing: border-box;
	border:5px solid #eaeaea;
	margin:0 0 60px 0;
}


/* ━━subHeader━━ */
.recruitTitle {
    position: absolute;
    top: 0;
    left: 0;
	height:120px;
	display:flex;
	align-items: center;
}
.subHeaderWrapper .recruitTitle a{
	text-decoration: none;
	font-size:20px;
	font-weight: 700;
	color:#333;
	line-height: 1.2em;
	vertical-align: middle;
}
.subHeaderWrapper .bnr {
    width: 468px;
	height:120px;
    position: absolute;
    top: 0;
    right: 0;
	display: flex;
	align-items: center;
}
.subHeaderWrapper .bnr a{
    width: 468px;
	height:60px;
	background: #fff;
}
.subHeaderWrapper .bnr a:hover img{
	opacity: 0.6;
}


/* ━━subNav━━ */
.subNav ul li a{
	letter-spacing: 1px;
}
.subNav ul li.active a{
	background: #f5f5f5;
}



/* ━━contentsHeader━━ */
.contentsHeader{
	width:100%;
	height:110px;
	background: url("../images/header_bg.png") top center no-repeat;
	background-size: contain;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	text-align: center;
	
}
.contentsHeader h1{
	font-size: 30px;
	font-weight: 600;
	margin: 0 auto;
	color:#333;
}

/* ━━contents━━ */
div#contents{
	width:100%;
	clear: both;
    margin: 0px auto;
    padding: 0;
}
/*div#contents h2{
	font-size:28px;
	background: none;
	color:#333;
}*/
div#contents h3{
	font-size:25px;
	background: none;
	color:#333;
}

.haedH2{
	width:100%;
	background: #c4dcf0;
	margin: 0 0 30px 0;
	padding:18px 0;
	text-align: center;
	font-size:26px;
	font-weight: 600;
	box-sizing: border-box;
}
.contentsInner{
	width:854px;
	margin: 0 auto 60px auto;
}


div#contents-footer{
	width:854px;
	margin: 0 auto;
}
div#contents-footer a.toPageTop {
    display: block;
    margin: 0px;
    padding: 0px;
    position: absolute;
    bottom: 0px;
    right: -23px;
    width: 101px;
    height: 19px;
    overflow: hidden;
    text-indent: -9999px;
    background: transparent url("../images/global/btn_topagetop_off.gif") no-repeat 0% 0%;
}