@charset "utf-8";

/*
 *
 *	about
 *
 */

/*===============================
	pointBox
===============================*/
/****** point ******/
.mContent .pointBox .point li {
	line-height: 1.3;
	margin-bottom: 5%;
	padding: 4% 7%;
	border: #00b8e0 solid 2px;
	border-radius: 5px;
	background: #f9feff;
	color: #00b8e0;
}
.mContent .pointBox .point li img {
	margin-bottom: 4%;
}


/*===============================
	serviceBox
===============================*/
/****** serviceBox ******/
.mContent .serviceBox h2 {
	clear: both;
	margin: 0 -2% 2%;
	text-align: center;
}
.mContent .serviceBox h2 span {
	font-size: .8em;
	color: #00b8e0;
	padding-bottom: 3%;
}
.mContent .serviceBox h3 {
	margin-bottom: 2%;
	text-align: center;
	font-size: 1.15em;
	font-weight: bold;
	color: #00b8e0;
}
.mContent .serviceBox figure {
	float: left;
	width: 80px;
	line-height: 0;
	margin: 0 2% 5%;
}
.mContent .serviceBox p.txt {
	font-size: .9em;
}

.mContent .serviceBox  h4 {
	margin-bottom: .4em;
	font-size: .8em;
	font-weight: bold;
}
.mContent .serviceBox  .memo {
	line-height: 1.3;
	font-size: .7em;
}



/****** serviceBtn ******/
.mContent .serviceBox .btn.serviceBtn a {
	width: 90%;
	margin: 0 auto;
	background: #ec6d88;
	border-bottom-color: #c93f5c;
}


/*===============================
	colorBox
===============================*/
/****** card ******/
.mContent .colorBox .card {
	overflow: hidden;
}
.mContent .colorBox .card li {
	float: left;
	width: 50%;
	padding: 0 2.5% 3%;
	text-align: center;
	font-size: .9em;
}

/****** cardBtn ******/
.mContent .btn.cardBtn a {
	background: #90c31f;
	border-bottom-color: #5c8208;
}
