/**********************************/
/* タイトル部分 */
/**********************************/

/* 文字の部分は各ページごとにサイズが異なるので */
.ttl_bg{
	background-image: url("../images/recruitment/main_bg.jpg");
}
.ttl_mojipos{
	width:58.0298%;
	margin: 0 0 0 11.61%;

}

@media only screen and (min-width: 769px) {

	.ttl_mojipos{
		width: 60.037037%;
		margin: 0 0 0 12.96%;
	}

}

/**********************************/
/**********************************/

/* オーバーライド */

.contents_area{
	margin-top: 35px;
}

.disp_sp{
	display: block;
}
.disp_pc{
	display: none;
}
@media only screen and (min-width: 769px) {
	.disp_sp{
		display: none;
	}
	.disp_pc{
		display: block;
	}
}

.contents_area article{
	width: 100%;
	background-color: #fff;
	padding: 1em 1.2em 3em;
	color: #2E3B51;
}

.guide{
	border-top: 6px solid #2E3B51;
	margin: 40px 0 0;
}
.recrut{
	border-top: 6px solid #93ABAB;
	margin: 40px 0 0;
}


article p{
	color: #616161;
}

.article_topm{
	margin: 30px 0 0;
}

.con_ttl{
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
}

.con_ttl{
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
}

.con_dl{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	margin: 10px 0 0;
}

.con_dl dt,.con_dl dd{
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 1em;
}
.con_dl dt{
	padding: 10px 0em 10px 1em;
	width: calc( 100% - 72% );
}
.con_dl dd{
	padding: 10px 1em 10px 0em;
	font-size: 12px;
	line-height: 15px;
	width: 72%;
}

.con_dl dt:nth-of-type(odd),.con_dl dd:nth-of-type(odd){
	background-color: #F6F6F6;
}

.address_area dt{
	width: calc( 100% - 68% ) !important;
}
.address_area dd{
	width: 68% !important;
}

.icon_btn{
	line-height: 70px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	display: block;
}
.icon_btn i{
	position: absolute;
	top: 45%;
	left: 10%;
	transform: translateY(-50%) translateX(-50%);
/*
	-webkit- transform: translateY(-50%) translateX(-50%);
*/
}
.mail_btn{
	background-color: #2E3B51;
}
.word_btn{
	background-color: #93ABAB;
}

.nyukyoku{
	font-weight: bold;
	color: #93ABAB;
	text-decoration: underline;
}
.stand_out{
	font-weight: bold;
	color: #FFB74B;
}
.rireki{
	text-decoration: underline;
}

.guide .btn_topm{
	margin: 20px 0 0;
}
.recrut .btn_topm{
	margin: 20px 0 0;
}

.recrut .info_m{
	margin: 30px 0 0;
}

@media only screen and (min-width: 769px) {
	.contents_area article{
		padding: 1.5em 1.8em 2em;
	}
	.guide{
		margin: 40px 0 0;
	}
	.recrut{
		margin: 40px 0 0;
	}

	.article_topm{
		margin: 30px 0 0;
	}

	.con_ttl{
		font-size: 18px;
		font-weight: bold;
		line-height: 25px;
	}

	.con_dl{
		margin: 10px 0 0;
		display: flex;
		flex-flow: row;
		flex-wrap: wrap;
	}

	.con_dl dt,.con_dl dd{
		font-size: 16px;
		font-weight: bold;
		line-height: 25px;
		background-color: transparent;
	}
	.con_dl dt{
		width: calc( 100% - 78.66% );
	}
	.con_dl dd{
		width: 78.66%;
	}

	.con_dl dt:nth-of-type(odd),.con_dl dd:nth-of-type(odd){
		background-color: #F6F6F6;
	}

	.address_area dt{
		width: calc( 100% - 78.66% ) !important;
	}
	.address_area dd{
		width: 78.66% !important;
	}


	.icon_btn{
		line-height: 70px;
		color: #fff;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		position: relative;
		display: block;
	}
	.icon_btn i{
		position: absolute;
		top: 45%;
		left: 5%;
		transform: translateY(-50%) translateX(-50%);
	/*
		-webkit- transform: translateY(-50%) translateX(-50%);
	*/
	}
	.mail_btn{
		background-color: #2E3B51;
	}
	.word_btn{
		background-color: #93ABAB;
	}

	.nyukyoku{
		font-weight: bold;
		color: #93ABAB;
		text-decoration: underline;
	}
	.stand_out{
		font-weight: bold;
		color: #FFB74B;
	}
	.rireki{
		text-decoration: underline;
	}

	.guide .btn_topm{
		margin: 20px 0 0;
	}
	.recrut .btn_topm{
		margin: 20px 0 0;
	}

	.recrut .info_m{
		margin: 30px 0 0;
	}
}
.red {
	color:#FF0000;
	font-weight:bold; 
}

/* 追加英語版のための編集 */
.con_dl li{
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	width: 100%;
}
.address_info{
	color: #2E3B51;
	font-weight: bold;
	padding: 10px 1.6em;
}

.con_dl .lidt,.con_dl .lidd{
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding: 10px 1em;
}
.con_dl .lidt{
	padding: 10px 0em 10px 1.6em;
	width: calc( 100% - 72% );
}
.con_dl .lidd{
	padding: 10px 1.6em 10px 0em;
	font-size: 12px;
	line-height: 15px;
	width: 72%;
}

.con_dl li:nth-of-type(odd){
	background-color: #F6F6F6;
}

@media only screen and (min-width: 769px) {

	.con_dl li{
		display: flex;
		flex-flow: row;
		flex-wrap: wrap;
	}
	.address_info{
		font-size: 16px;
		line-height: 25px;
	}

	.con_dl .lidt,.con_dl .lidd{
		font-size: 16px;
		font-weight: bold;
		line-height: 25px;
		background-color: transparent;
	}
	.con_dl .lidt{
		width: calc( 100% - 78.66% );
	}
	.con_dl .lidd{
		width: 78.66%;
	}


}

.con_dl  dd.con_dl_max{
	width: 100%;
	background: #fff;
}

