.top-txt {
	margin-bottom: 50px;
	font-size: 16px;
	font-weight: bold;
	line-height: 2;
}
.menu-txt {
	margin-bottom: 15px;
	color: #0f4f9f;
	font-size: 18px;
	font-weight: bold;
}
.welfare-menu {
	margin-left: 0 !important;
	margin-bottom: 50px;
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 15px;
}
.menu-item {
	border: 2px solid #0095ea;
	box-sizing: border-box;
	list-style: none;
}
.menu-item a {
	padding: 15px;
	box-sizing: border-box;
	color: #000;
	font-size: 15px;
	text-align: center;
	display: block;
	transition: all .3s;
}
.menu-item a:hover {
	color: #fff;
	background: #0095ea;
}
section {
	margin-bottom: 50px;
}
section > * + * {
	margin-top: 20px;
}
section h2 {
	position: relative;
	margin-bottom: 0;
	padding: 20px 0 10px 60px;
	box-sizing: border-box;
	font-size: 20px;
	text-align: left;
	border-bottom: 2px #0095ea solid;
	background-repeat: no-repeat;
	background-size: 30px;
}
section h2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background-size: 100%;
}
.ttl01::before {
	background-image: url(/img/recruit/icon01.png);
}
.ttl02::before {
	background-image: url(/img/recruit/icon02.png);
}
.ttl03::before {
	background-image: url(/img/recruit/icon03.png);
}
.ttl04::before {
	background-image: url(/img/recruit/icon04.png);
}
.ttl05::before {
	background-image: url(/img/recruit/icon05.png);
}
.ttl06::before {
	background-image: url(/img/recruit/icon06.png);
}
.ttl07::before {
	background-image: url(/img/recruit/icon07.png);
}
.ttl08::before {
	background-image: url(/img/recruit/icon08.png);
}
.ttl09::before {
	background-image: url(/img/recruit/icon09.png);
}
.ttl10::before {
	background-image: url(/img/recruit/icon10.png);
}
.ttl11::before {
	background-image: url(/img/recruit/icon11.png);
}
.num-list {
	margin-left: 0 !important;
}
.num-list li {
	padding-left: 1em;
	font-size: 15px;
	font-weight: bold;
	list-style: none;
	text-indent: -1em;
}
.num-list li.sub {
	font-size: 14px;
	font-weight: normal;
}
.txt-top {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}
.txt-btm {
	padding-left: 1em;
	text-indent: -1em;
}
@media screen and (max-width: 767px){
	.top-txt {
		font-size: 16px;
		line-height: 1.5;
	}
	.menu-txt {
		margin-bottom: 10px;
	}
	.welfare-menu {
		grid-template-columns: repeat(2,1fr);
		gap: 5px;
	}
	.menu-item a {
		padding: 10px;
		font-size: 13px;
	}
	section {
		margin-bottom: 30px;
	}
	section h2 {
		padding: 10px 0 10px 40px;
		font-size: 16px;
	}
	section h2::before {
		width: 35px;
		height: 35px;
	}
	.txt-top {
		margin-bottom: 5px;
	}
}