@charset "UTF-8";

/*================================================
 *  採用情報　募集要項用
 ================================================*/

/*******職種リスト*******/
#tab_nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#tab_nav li {
	font-size: 18px;
	font-weight: bold;
	padding-right: 40px;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#tab_nav li.active,
#tab_nav li:hover {
	color: #0071b4;
}
#tab_nav li span {
	font-size: 111.111%;
	margin-right: 0.2em;
}


/*******タブ中身*******/
#tab_wrap {
	margin-top: 80px;
}
#tab_wrap section {
	display: none;
}
#tab_wrap section.active {
	display: block;
	animation: tabShow 0.3s linear;
}
@keyframes tabShow{
    from{opacity: 0;}
    to{opacity: 1;}
}


#tab_wrap section h3 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 1em;
}

/*表*/
#tab_wrap section table {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
#tab_wrap section table th,
#tab_wrap section table td {
	line-height: 1.75;
	padding: 1em 1.25em;
	background-clip: padding-box;
}
#tab_wrap section table tbody tr:not(:last-child) th,
#tab_wrap section table tbody tr:not(:last-child) td {
	border-bottom: 1px solid #ccc;
}
#tab_wrap section table th {
	background-color: #eaeaea;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 220px;
	padding-right: 0;
}
#tab_wrap section table td .circle_list li:before {
	color: #0071b4;
}









/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:500px) {

/*******職種リスト*******/
#tab_nav {
	margin: 8vw auto 0;
	width: 86vw;
}
#tab_nav li {
	font-size: 4.3vw;
	padding-right: 0;
}
#tab_nav li:nth-child(n+3) {
	margin-top: 5vw;
}
#tab_nav li:nth-child(odd) {
	width: 43vw;
}
.page_guide01 #tab_nav li:nth-child(odd),
.page_guide02 #tab_nav li:nth-child(odd) {
	width: 37vw;
}




/*******タブ中身*******/
#tab_wrap {
	margin-top: 10vw;
}
#tab_wrap section h3 {
	font-size: 5.5vw;
}

/*表*/
#tab_wrap section table th,
#tab_wrap section table td {
	display: block;
	padding: 0.75em 0.75em 1em;
}
#tab_wrap section table,
#tab_wrap section table tbody tr:not(:last-child) th,
#tab_wrap section table tbody tr:not(:last-child) td {
	border: none;
}
#tab_wrap section table th {
	width: 100%;
	text-align: center;
	padding: 0.5em 0;
}
#tab_wrap section table tr:last-of-type td {
	padding-bottom: 0;
}










	
}