@charset "UTF-8";



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

/recruit/内特有のスタイルを記述しています。

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


.l-main-visual.recruit{
	background: url(../images/main-visual/main-visual_d_img.png) no-repeat center center;
	background-size:cover;
}



/* -------------------------------------------------

共通

------------------------------------------------- */

.recruit_lead_block {
	margin-bottom: 30px;
}
.recruit_lead_block .txt_box {
	font-size: 14px;
	margin-bottom: 20px;
}


.recruit_lead_block .al-text {
	border-left: 4px solid #f00;
	padding: 10px;
	background: rgba(255,0,0,.2);
	color:#f00;
	font-weight: bold;
}

.recruit_tab_block .tab_list {
	margin-left: 10px;
	width: 640px;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
}
.recruit_tab_block .tab_list li {
	width: 150px;
	height: 40px;
	background: #80BCF9;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	margin-right: 5px;
	letter-spacing: 0.05em;
}
.recruit_tab_block .tab_list li a {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.05em;
	display: block;
}
.recruit_tab_block .tab_list > li:last-child {
	margin-right: 0;
}
.recruit_tab_block .tab_list li.current {
	width: 150px;
	height: 60px;
	background: #007AF3;
	margin-bottom: -20px;
}



.recruit_tab_block .table_wrap_dl {
	background: #E5F2FE;
	width: 820px;

	padding: 50px 45px 50px;
}

.recruit_tab_block .table_wrap_dl > dt {
	text-align: center;
	font-size: 14px;
	margin-bottom: 25px;
}
.recruit_tab_block .table_wrap_dl > dt em {
	font-style: normal;
	font-size: 30px;
}

.recruit_tab_block .table_wrap_dl > dd table.table_std {
	margin-bottom: 0;
}



table.table_std td p{
	margin-bottom: 10px;
}
table.table_std td .indent_box{
	margin: 10px 0;
	text-indent: -1em;
	padding-left: 1em;
}
table.table_std td .indent_box ul{
	margin: 10px 1em;
}
table.table_std td .indent_box ul li{
	display: inline;
}
table.table_std td .indent_box b{
	color: #007AF3;
}
table.table_std td .notes{
	font-size: 12px;
}
table.table_std td a.icon_link{
	color: #007AF3;
}
table.table_std td a.icon_link:before{
	padding-right: 0.2em;
}


.download:before {
	font-family: FontAwesome;
	content: '\f019';
}
.link01:before {
	font-family: FontAwesome;
	content: '\f0f6';
}
.link02:before {
	font-family: FontAwesome;
	content: '\f0a9';
}



/* -------------------------------------------------

briefing.html

------------------------------------------------- */

.wrap_2_col {
	margin-bottom: 35px;
	overflow: hidden;
}

.table_block {
	float: left;
	width: 370px;
}

.table_block table.table_std th,
.table_block table.table_std td {
	padding: 15px 10px;
}


.detail_block {
	float: right;
	width: 350px;
}
.detail_block_content {
	margin-bottom: 15px;
}
.detail_block_content:last-child {
	margin-bottom: 0;
}
.detail_block_content dt {
	display: inline-block;
	width: 230px;
	line-height: 28px;
	background: #BFDEFC;
	padding: 0 0 0 15px;
	font-size: 14px;
	position: relative;
}
.detail_block_content dt:after {
	content: "";
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
	border-top: 14px solid #E5F2FE;
	border-right: 14px solid #E5F2FE;
	border-bottom: 14px solid transparent;
	border-left: 14px solid transparent;

	position: absolute;
	right: 0;
	top: 0;
}
.detail_block_content dd {
	border: 1px solid #80BCF9;
	background: #FFF;
	padding: 15px 10px 15px 15px;
	font-size: 14px;
}
.detail_block_content dd > table {
	margin-bottom: 10px;
}
.detail_block_content dd > table th:before {
	content:"■";
	color: #007AF3;
}
.detail_block_content dd > table td {
	padding-left: 10px;
}
.detail_block_content .notes,
.detail_block_content .notes_list li {
	font-size: 12px;
	color: #007AF3;
	padding-left:15px;
	position: relative;
}
.detail_block_content .notes:before,
.detail_block_content .notes_list li:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
.detail_block_content .place_list {
	margin-bottom: 10px;
}
.detail_block_content .place_list li:before {
	content:"■";
	color: #007AF3;
}



.contact_block {
	background: #FFF;
	padding: 15px 20px;
}
.contact_block > dl {
	width: 100%;

	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction: row;
}
.contact_block > dl dt {
	background: #007AF3;
	display: block;
	width: 110px;

	text-align: center;
	line-height: 40px;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0;
	margin-bottom: 0;
}
.contact_block > dl dd {
	color: #007AF3;
	vertical-align: middle;
	font-size: 14px;
	letter-spacing: 0.05em;
	padding-left: 30px;
}


/* -------------------------------------------------

schdule

------------------------------------------------- */


.schdule_check_list{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-direction: row; /* Safari */
	flex-direction:         row;
	margin-bottom: 20px;
}


.schdule_check_list dt{
	font-weight: bold;
	width: 15%;
}

.schdule_check_list dd{
	width: 85%;
}

.schedule_atn_list{
	border-top: 1px solid #007AF3;
	padding-top: 20px;
	font-size: 16px;
}

.schedule_atn_list li{
	margin-bottom: 20px;
}


/* -- Media query	761px以下の場合 スマートフォン設定-- */
@media screen and (max-width: 761px ) {




	/* -------------------------------------------------

	共通

	------------------------------------------------- */



	.recruit_tab_block .tab_list {
		margin: 0 auto;
		width: 90%;
		-webkit-flex-direction: column;
		flex-direction: column;

	}
	.recruit_tab_block .tab_list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.recruit_tab_block .tab_list li.current {
		height: 40px;
		margin-bottom: 10px;
	}


	.recruit_tab_block .table_wrap_dl {
		width: 100%;
		padding: 20px;
	}




	/* -------------------------------------------------

	briefing.html

	------------------------------------------------- */

	.table_block {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.detail_block {
		float: none;
		width: 100%;
	}
	.contact_block > dl {
		width: 100%;
		-webkit-flex-direction: column; /* Safari */
		flex-direction: column;
	}
	.contact_block > dl dt {
		width: 100%;
		margin-bottom: 10px;
	}
	.contact_block > dl dd {
		padding-left: 0;
	}


/* -------------------------------------------------

schdule

------------------------------------------------- */


.schdule_check_list{
	display: -webkit-flex; /* Safari */
	display: flex;
  -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
	border-bottom: 1px dotted #333;
}

.schdule_check_list:last-of-type{
	border-bottom: none;
}

.schdule_check_list dt{
	font-weight: bold;
	width: 100%;
}

.schdule_check_list dd{
	width: 100%;

	padding-bottom: 20px;
}
.detail_block_content dd > table {
	margin-bottom: 10px;
	font-size: 12px;
}
.detail_block_content dd > table td {
    padding-left: 5px;
}





}
