/* CSS Document */
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700;900&display=swap');
.main{
	color:#2f1204;
}
h2.h2_top {
	background-image:url(../images/title.jpg);
	background-repeat:no-repeat;
	height:57px;
	color:#0065b7;
	font-size:15px;
	padding-top: 17px;
	padding-left:75px;
	letter-spacing: 0.2em;
	font-weight:bold;
	margin-bottom:0px;
}

.bosyu_title{
	background-image:url(../images/title_line.jpg);
	background-repeat:repeat-x;
	background-position: left bottom;
	padding: 10px 10px 20px;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 0 0;
}

.main p{
	font-size: 14px;
	margin: 20px 5px;
	font-weight: 500;
}

.main dl{
	display: flex;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	padding: 15px 0 12px;
}
.main dl:last-child{
	border-top:none;
}
.main dl dt{
	font-size: 15px;
	font-weight: bold;
	width: 100px;
	padding: 0 0 0 10px;
}
.main dl dd{
	width: calc(100% - 110px);
	font-size: 14px;
}
.recruit_contact{
	border: 4px solid;
	border-color: rgb(175, 226, 255);
	border-radius: 10px;
	padding: 15px;
	margin-top: 30px;
}
.recruit_contact h4{
	background-image:url(../images/bus_line.jpg);
	background-repeat:repeat-x;
	background-position: left bottom;
	padding: 0px 0px 9px 68px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #0065b7;
	font-size: 18px;
	font-weight: 800;
	position: relative;
	transform: rotateZ(0.03deg);
}
.recruit_contact h4 img{
	position:absolute;
	left: 9px;
	top: -2px;
}
.recruit_contact p{
	margin: 11px 5px 5px;
}
.recruit_contact p:last-child{
	background:#ededed;
	color:#0065b7;
	margin: 0;
	padding: 5px 0;
	text-align: center;
}