@charset "utf-8";
@import "cssreset-min.css";
@import "style.css";
@import "common.css";
@import "tanaka-footer.css";
/* https://www.tanaka-kinoie.co.jp/ */



/* 
=============================================== */
@media only screen and (min-width: 769px) {
	
}

@media screen and (max-width: 640px) {

}

/* 
=============================================== */
.concept-wrap {
	padding:0px 0 60px;
	background-color: #fff;
	xborder: 2px solid #ccc;
	border-bottom: 1px solid #EBE4D7;
}

@media screen and (max-width: 640px) {
	.concept-wrap {
		padding:0px 0 30px;
	}
}

/**/
.wrap p.h4 {
	background-color:#eee;
	font-size:1.6em;
	padding:10px 15px;
	margin-bottom:20px;
	font-weight:bold;
}

.wrap .inner {
	margin-bottom:20px;
}

.concept-wrap  p.point {
	color: #C77765;
	font-size: 20px;
	font-family: "SourceHanSansJP Heavy", sans-serif;
	font-weight:bold;
}





.wrap-img {
	text-align:center;
	margin-bottom:20px;
}

.wrap-img img {
	width:100%;
	max-width:380px;
}


@media only screen and (min-width: 769px) {
	.concept-wrap {
		overflow:hidden;
		zoom:1;
	}		
	.wrap-img  {
		float:right;
		width:40%;
	}
	.wrap-img img {
		max-width:100%;
	}
	.wrap {
		float:left;
		width:55%;
	}
}




