@charset "utf-8";
/* CSS Document */

.feature {}

.feature p {
	text-align: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.feature h2 {
	color: #0061AC;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2.5em;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.feature h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 2em;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 5px;
}

.feature_list {
	margin-bottom: 50px;
}


.feature h3 span {
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.feature h4 {
	text-align: left;
	background-image: url(../image/h4_back.png);
	color: #0061AC;
	font-size: 1.5em;
	margin-top: 50px;
}
.feature h4 span {
	background-color: #FFF;
	line-height: 1.5em;
	padding: 5px;
}
.feature h5 {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 20px;
}

.feature p {
	font-size:16px;
	line-height:200%;}

@media (max-width: 480px) {
.feature h2 {
	font-size: 1.8em;
	}

.feature h3 {
	font-size: 1.3em;
	line-height: 1.5em;
}
.feature h3 span {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.feature h4 {
	font-size: 1em;
}

}


.lsscontact {
	border: 8px solid #0061AC;
	padding: 15px;
}
.lsscontact h6 {
	font-size: 1.2em;
	font-weight: bold;
	color: #0061AC;
}
