/* トップ「コンセプト」スタイル */

#top-content1 {
	background-image: url('/wp-content/uploads/shutterstock_185926679.jpg');
	background-position: center bottom;
	background-repeat: repeat;
	background-size: 100% auto;
	padding:47px 0 70px;
	color:#333333;
}
#top-content1 p {
	color: #555555;
	font-size:170%;
	line-height:35px;
}

#top-content1 .m-title {
	color:#333333;
	margin-bottom: 20px;
}

/* メディアクエリ */

@media (min-width: 768px) {
	/*幅768px以上で適用されるスタイル*/
	
}
@media (min-width: 992px) {
	/*幅992px以上で適用されるスタイル*/
	
}
@media (min-width: 1200px) {
	/*幅1200px以上で適用されるスタイル*/
	
}

@media (max-width: 1199px) {
	/*幅1199px以下で適用されるスタイル*/
	
}
@media (max-width: 991px) {
	/*幅991px以下で適用されるスタイル*/
/*	#top-content1 {
		padding-top: 100px;
	}*/
}
@media (max-width: 767px) {
	/*幅767px以下で適用されるスタイル*/
	
}