﻿
.recruit {
	margin: 1rem 0;
}
.recruit h2 {
	font-size: 20px;
	margin: 0;
	text-align: center;
	color: #167DDC;
}
.recruit .wrap {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.recruit .wrap a {
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 10px;
	background-color: #458CCE;
	color: white;
	text-decoration: none;
	width: 200px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.50);
}
.recruit .wrap a::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("../image/open_in_new.svg");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-left: 10px;
}