@charset "UTF-8";

/*================================================
 * 各ページCSS
 ================================================*/
#header_img{margin-top: 120px; background-color: #000000;padding: 15em 0 15em;background: url("../img/header_img_pc.jpg")no-repeat center;background-size: cover;position: relative;}



.features_top_copy{position: absolute;bottom:10%;left:10%;font-size: 2.2em;text-shadow: 3px 3px 5px #000000;}

.features_h2{font-size: 1.6em;padding: 2.4em 0 0.6em;font-weight: normal;font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";}
.features_h3{font-size: 1.4em;padding: 0.4em 0 0.2em;font-weight: normal;font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";}
.bg_blue{background-color: #dff1f6;}

.features_back{background: url("../img/features_img_bg_pc.jpg")no-repeat center;background-size: cover;position: relative;padding: 8em 0 8em;}

.features_h2_black{font-size: 1.6em;padding: 2.4em 0 0.6em;font-weight: normal;font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";color:#ffffff;}
.features_p_black{color:#ffffff;}
/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:560px) {
	.bg_blue{background-color: #ffffff;}.w48per img{margin-top: 2%;}
	.box-item03{width: 100%;margin-bottom: 2em;}
	.features_h3{font-size: 1.4em;padding: 0em 0 0.2em;font-weight: normal;font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";}
	.box-item03 img{float: left;width: 38%;margin-right: 4%;}
	
	.features_back{background: none;background-size: cover;position: relative;padding: 0em 0 0em;}
	.features_h2_black{text-align: left; font-size: 1.6em;padding: 0.4em 0 0.6em;font-weight: normal;font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";color:#000000;}
.features_p_black{color:#000000;text-align: left;}
	.features_top_copy{position: absolute;bottom:10%;left:10%;font-size: 1.6em;text-shadow: 3px 3px 5px #000000;}

}


