
/*=================================================
 * CSS for PC
 * ================================================= */

#cnt{
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.topimg{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 0 20px 0;
}


/** rbox **/

.rbox{
	padding: 20px;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
}

.rbox:last-of-type{	margin-bottom: 0;}

.rbox_in{
	border-width: 1px;
	border-style: solid;
	padding: 30px 0 40px 0;
}

.rtop{
	font-size: 16px;
	line-height: 24px;
	padding: 0 40px 20px 40px;
}

.info{
	font-size: 0;
	line-height: 0;
	padding: 0 30px;
}

.info_tbb{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	font-size: 0;
	line-height: 0;
}

.info_in{
	width: 50%;
	margin: 0 0 20px 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


.info_in p{
	font-size: 14px;
	line-height: 22px;
	padding: 15px 0 20px 0;
}

.point{
	font-size: 0;
	line-height: 0;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	margin: 0 40px;
}

.point ul{
	padding: 20px 15px 15px 20px;
}

.point li{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 5 - 5px);
	margin: 0 5px 5px 0;
	padding: 0 10px;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.point li span{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	padding: 0;
}

.point li span em{
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	padding: 2px 0;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

.rbox .bt_bg{
	text-align: center;
	margin: 0 40px;
	padding: 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.rbox .bt_bg:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}

.rbox .bt1{
	display: inline-block;
	vertical-align: top;
	width: 330px;
	margin: 0 10px;
}

.rbox .sline{
	cursor: pointer !important;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
.rbox .sline:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.rbox .sline{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 330px;
	height: 70px;
	font-size: 13px;
	line-height: 14px;
	margin: 0 10px;
	padding-left: 50px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rbox .sline{ padding-top: 18px;}
.rbox .sline em{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
.rbox .sline span{
	position: absolute;
	top: calc(50% - 15px);
	left: 30px;
	width: 36px;
	height: 25px;
	border: solid 1px currentColor;
	background-color: currentColor;
	border-radius: 3px;
}
.rbox .sline span:before{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 9px;
	width: 6px;
	height: 6px;
	background-color: currentColor;
	border-bottom: solid 1px currentColor;
	border-right: solid 1px currentColor;
	-webkit-transform: rotate(45deg);
	      transform: rotate(45deg);
}

.rbox .sline i{
	display: inline-block;
	vertical-align: top;
	font-style: normal;
}

.rbox .sline i:nth-child(2){
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	font-style: normal;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	#recruit{	width: auto;}
	.topimg{
		padding: 10px 10px 0 10px;
	}
	.topimg img{
		width: 100%;
		max-width: 1120px;
		height: auto;
	}

	/** rbox **/
	.rbox{
		margin: 0 0 10px 0;
		padding: 0;
		text-align: left;
		border-right: none;
		border-left: none;
	}
	.rbox_in{
		border: none;
		padding: 0;
	}
	.rtop{
		font-size: 15px;
		line-height: 22px;
		text-align: left;
		padding: 10px;
	}

	/** info **/
	.info{
		width: 100% !important;
		padding: 0;
	}
	.info_tbb{
		display: block;
	}
	.info_in{
		display: block;
		width: 100% !important;
		position: static !important;
		float: none !important;
		vertical-align: top;
		margin: 0 0 0 0;
		padding: 0;
	}
	.info_in p{
		font-size: 13px;
		line-height: 20px;
		padding: 10px;
	}
	.point{
		margin: 0;
		border-left: none;
		border-right: none;
	}
	.point ul{	padding: 10px 5px 5px 5px;}
	.point li{
		width: calc(100% / 2 - 6px);
		margin: 0 3px 5px 3px;
		border-radius: 17.5px;
	}
	.point li span em{
		height: 35px;
		font-size: 13px;
		line-height: 14px;
	}
	.rbox .bt_bg{
		margin: 0;
		padding: 10px;
	}
	.rbox .bt_bg:last-of-type{	padding-bottom: 10px;}
	.rbox .bt1{
		display: block;
		width: auto;
		margin: 0 0 10px 0;
	}
	.rbox .bt1:last-child{	margin-bottom: 0;}
	.rbox .sline{
		position: relative;
		display: block;
		width: auto;
		text-align: center;
		margin: 0 0 10px 0;
		padding-left: 40px;
	}
	.rbox .stel:last-child,
	.rbox .sline:last-child{	margin-bottom: 0;}
	.rbox .stel span{
		left: 15px;
	}
	.rbox .sline{	padding-left: 45px;}
	.rbox .sline span{
		left: 8px;
	}
	.rbox .sline{ padding-top: 15px;}
	.rbox .sline em{
		font-size: 21px;
		font-weight: bold;
		line-height: 21px;
	}
	.rbox .sline span:before {
		content: '';
		position: absolute;
		bottom: -5px;
		left: 9px;
		width: 6px;
		height: 6px;
		background-color: currentColor;
		border-bottom: solid 1px currentColor;
		border-right: solid 1px currentColor;
		-webkit-transform: rotate(45deg);
		      transform: rotate(45deg);
	}
}