@charset "utf-8";

/* page.css */

.wrap1clm #mainInr {
	padding: 80px 0 20px;
}

main .pageTitle {
	position:relative;
	margin:0 0 40px;
	padding:5px 20px 5px 60px;
	background-color:#001c2a;
	border-top:5px solid #0091c6;
	border-bottom:5px solid #0091c6;
}

main .pageTitle::before {
	content: "";
	display:block;
	position: absolute;
	left:0;
	top:50%;
	width:56px;
	height:85px;
	margin-top: -42.5px;
	background:url(../images/title_icon.png) left top no-repeat;
}

main .pageTitle h1 {
	display: flex;
	align-items: center;
	margin:0;
	padding:0;
	border-bottom:0;
}

#mainInr #about {
	margin:0 0 2em;
	font-size: 1.125rem;
	line-height: 1.8;
}

#mainInr #about p {
	margin:0 20px 1em;
	color:#000000;
}

#mainInr #purpose {
	margin:0 0 2em;
	line-height: 1.8;
}

#mainInr #purpose h2 {
	margin:0 0 1em;
	padding:12px 12px 10px;
	background-color:#2da7e0;
	font-weight:bold;
	font-size:1.25rem;
	line-height:1;
	color:#ffffff;
}

#mainInr #purpose p {
	margin:0 20px 1em;
}

#mainInr #feature h2 {
	margin:0 0 1em;
	padding:12px 12px 10px;
	background-color:#2da7e0;
	font-weight:bold;
	font-size:1.25rem;
	line-height:1;
	color:#ffffff;
}

#mainInr #feature > div {
	display: flex;
	flex-flow: row wrap;
	border-left:1px solid #2da7e0;
	border-top:1px solid #2da7e0;
}

#mainInr #feature dl {
	position: relative;
	width: 50%;
	padding:1.5em;
	border-right:1px solid #2da7e0;
	border-bottom:1px solid #2da7e0;
	line-height: 1.8;
	box-sizing: border-box;
}

#mainInr #feature dl::before {
	position:absolute;
	left: 0;
	top: 0;
	content: attr(data-number)"";
	display: block;
	width:1.8em;
	height:1.8em;
	padding: 6px 0 0 8px;
	border-radius: 0 0 80% 0;
	background-color: #2da7e0;
	font-size: 1.25rem;
	font-weight:bold;
	line-height:1;
	color: #ffffff;
	box-sizing: border-box;
}


#mainInr #feature dt {
	margin: 0 0 1em;
	text-align: center;
	font-size: 1.125rem;
	color: #2da7e0;
}
#mainInr #feature dt small {
	font-size: 0.813rem;
	vertical-align:middle;
}

#mainInr #feature dd {
}

@media only screen and (max-width: 640px) {
.wrap1clm #mainInr {
	padding: 30px 0 20px;
}

#mainInr #feature dl {
	width: 100%;
}
}