@charset "UTF-8";

/* ----------------------------------------

content

---------------------------------------- */
/* requirements
------------------------------- */
.requirements1 .title01{
	margin-bottom: 20px;
	text-align: center;
}

.requirements1 .link{
	text-align: center;
}

.requirements1 .btn01{
	width: 400px;
}

.tab_btn{
	margin-bottom: 40px;
}

.tab_btnList{
	overflow: hidden;
}

.tab_btn li{
	float: right;
	width: 50%;
	cursor: pointer;
}

.tab_btn li:nth-child(2n+1){
	clear: both;
	float: left;
}

.tab_btn span{
	position: relative;
	display: block;
	padding: 15px 10px;
	border: 1px solid #ccc;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.tab_btn span:before{
	position: absolute;
	left: 15px;
	top: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 9px;
	height: 11px;
	margin: auto 0;
	background: url(/recruit/files/img/common/ico_arrow02.png) no-repeat left top;
	background-size: 100% 100%;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.tab_btn li:nth-child(2n) span{
	border-left: 0;
}

.tab_btn li.is_active{
	background: #f1f1f1;
}

.tab_contentItem{
	position: fixed;
	visibility: hidden;
	z-index: -9999;
}

.tab_contentItem.is_active{
	position: static;
	visibility: visible;
}

@media screen and (max-width: 767px) {

/*スマホ指定*/
/* requirements
------------------------------- */
.tab_btn li{
	float: none !important;
	width: auto;
}

.tab_btn li:nth-child(2n) span{
	border-top: 0;
	border-left: 1px solid #ccc;
}

}

@media screen and (max-width: 360px) {

.requirements1 .btn01{
	font-size: 12px;
}

}

