/**********************************/
/* タイトル部分 */
/**********************************/
.ttl_bg{
	background-image: url("../images/link/main_bg.jpg");
	background-position: center;
}
.ttl_mojipos{
	width:22.58%;
	margin: 0 0 0 12.7%;
	
}

@media only screen and (min-width: 769px) {

	.ttl_mojipos{
		width: 21.85%;
		margin: 0 0 0 12.69%;
	}
	.ttl_bg {
		background-position: center;
	}

}
/**********************************/
/**********************************/

/* オーバーライド */

.contents_area{
	margin-top: 35px;
	min-height: 39vh;
}

.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{
	height: 70px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.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;
	}
}

.guide a{
	color: #2E3B51;
	text-decoration: underline;
	line-height: 28px;
}

.guide i{
	margin: 0 0 0 0.3em;
}

@media only screen and (min-width: 769px) {
	.guide a{
		line-height: 40px;
	}
}
