@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 FEATURE
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

#feature #pageTitleArea p {
	padding: 5% 0 0;
	font-size: 26px;
	font-weight: bold;
}
#feature h2 {
	margin: 0 0 0.7em;
	font-size: 32px;
	font-weight: normal;
	color: #FFF;
}
#feature h3 {
	margin: 0 0 1em;
	font-size: 16px;
	font-weight: normal;
}
#feature h2 span {
	font-weight: bold;
}
#feature img {
	margin: 0 0 3%;
}
#feature p.copy {
	margin: 0 0 0.7em;
	font-size: 20px;
	font-weight: bold;
}
#feature #feature-02 h2 {
	color: #084056;
}
#feature-01,
#feature-02,
#feature-03 {
	padding: 5% 0;
	text-align: center;
}
#feature-01,
#feature-03 {
	background: #CE005B;
}
#feature #feature-01 p,
#feature #feature-03 p,
#feature #feature-01 h3,
#feature #feature-03 h3 {
	color: #FFF;
}
#feature-support-btn-block {
	padding: 35px 0;
	width: 875px;
	background: #FFF;
	margin: 3em auto;
}
#feature #feature-03 #feature-support-btn-block h3 {
	color: #084056;
	margin: 0 0 0.7em;
	font-size: 24px;
}
#feature #feature-03 #feature-support-btn-block p {
	margin: 0 0 1em;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
#feature-support-btn-block a {
	width: 335px;
	margin: 0 auto;
	padding: 15px 0 13px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 2px solid #10749B;
	background: #10749B;
	border-radius: 5px;
	font-size: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#feature-support-btn-block a:hover {
	background: #FFF;
	color: #10749B;
}
/* PC向けレイアウトの指定：981px以上では固定レイアウト */
@media only screen and (max-width: 767px) {
	#feature #pageTitleArea p {
		font-size: 18px;
	}
	#feature-01,
	#feature-02,
	#feature-03 {
		padding: 5% 3%;
	}
	#feature h3 {
		line-height: 1.6;
	}
	#feature p {

		font-size: 12px;
	}
	#feature img {
		max-width: 100%;
	}
	#feature-support-btn-block {
		padding: 3% 3%;
		width: 100%;
		background: #FFF;
		margin: 3em 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#feature #feature-03 #feature-support-btn-block h3 {
		color: #084056;
		margin: 0 0 0.7em;
		font-size: 18px;
	}
	#feature #feature-03 #feature-support-btn-block p {
		margin: 0 0 1em;
		font-size: 14px;
		font-weight: bold;
		color: #333;
	}
	#feature-support-btn-block a {
		width: 100%;
		margin: 0 auto;
		padding: 15px 0 13px;
		font-size: 18px;
	    -webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

}
