@charset "UTF-8";


/*================================================
 *  RECRUIT 募集要項 用（guideline.php）
 ================================================*/


/*******タブナビ*******/
#tab_wrap #tab_nav {
	margin: -31px 0 100px -31px;
}
#tab_wrap #tab_nav li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	border: 2px solid;
	font-size: 26px;
	font-weight: bold;
	width: 346px;
	/*width: calc((100% - 93px) / 3);*/
	margin: 31px 0 0 31px;
	min-height: 100px;
	cursor: pointer;
	-webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
#tab_wrap #tab_nav li.active,
#tab_wrap #tab_nav li:hover {
	background-color: currentColor;
}
#tab_wrap #tab_nav li.active span,
#tab_wrap #tab_nav li:hover span {
	color: #fff;
}




/*******募集要項*******/
#tab_wrap section:not(.active) {
	display: none;
}
#tab_wrap section .notes {
	letter-spacing: 0.04em;
	margin-bottom: 60px;
}



/*実習内容*/
#tab_wrap section table td .training_list dt {
	flex-shrink: 0;
	width: 4em;
}
#tab_wrap section table td .training_list dd {
	width: calc(100% - 4em);
}










/*================================================================================================
 *  スマートフォン向けデザイン
 ================================================================================================*/
@media screen and (max-width: 767px) {



/*******タブナビ*******/
#tab_wrap #tab_nav {
	margin: 0 0 13vw;
	border-top: 2px solid;
	border-bottom: 2px solid;
}
#tab_wrap #tab_nav li {
	border: none;
	border-right: 2px solid;
	font-size: 4.5vw;
	line-height: 1.25;
	width: calc(100% / 3);
	margin: 0;
	min-height: 18vw;
}
#tab_wrap #tab_nav li:first-child {
	border-left: 2px solid;
}




/*******募集要項*******/
#tab_wrap section .notes {
	margin-bottom: 8vw;
}








	
}