
/*=================================================
 * 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: 14px;
	line-height: 22px;
	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 .bt1.linetm_bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 70px;
	padding: 0;
}
.rbox .bt1.linetm_bt:hover{	padding: 0;}

.rbox .bt1.linetm_bt .linetm_bt_line{
	width: 28px;
	height: 28px;
	font-size: 10px;
	font-weight: normal;
	line-height: 28px;
	text-align: center;
	margin-right: 3px;
	border-radius: 50%;
}



/*=================================================
 * 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: 13px;
		line-height: 20px;
		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 .bt1.linetm_bt{
		display: inline-flex;
		align-items: center;
		align-content: center;
		justify-content: center;
		width: 100%;
		height: 60px;
		padding: 0;
	}

}