@charset "UTF-8";

.page_body {
	width: 90%;
	margin: 0 auto;
}

#recruit {
	margin-bottom: 60px;
}

#recruit p {
	margin-bottom: 30px;
}

#recruit p b {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8em;
}

#recruit p.blue {
	color: #00a0e9;
}

#recruit .maker {
	background: linear-gradient(transparent 60%, #ff6 60%);
}

#recruit .box {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

#recruit p.btn_18 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	position: relative;
	width: 200px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 10px;
	color: #00a0e9;
	border: 3px solid #00a0e9;
	box-shadow: 5px 5px #00a0e9;
	transition: 0.3s ease-in-out;
	margin: 1em;
}

#recruit p.left_padding {
	padding-left: 40px;
}

#recruit .company {
	margin-bottom: 60px;
}

#recruit .company dl {
	margin-bottom: 10px;
	border-left: solid 5px #00a0e9;
}

#recruit .company dt {
	padding: 1em 1em 1em 1em;
	text-align: left;
}

#recruit .company dd {
	padding: 0em 1em 1em 2em;
	text-align: left;
}