@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) {

}


/* 
=============================================== */
.section h3 {
  font-size: 16px;
  background: url(../images/h3.gif) left 20px no-repeat;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0 10px 30px;
  margin-bottom: 30px;
  clear: both;
  font-weight: bold;
  background-color: #f6f6f6;
  border: 1px solid #cdcdcd;
}




#school div.box ul li img {
	width:100%;
}

/* 
=============================================== */
#school div.box {
	overflow:hidden;
	zoom:1;
	margin-bottom: 20px;
}

#school div.box p {
	font-size:16px;
	line-height:1.8;
}



@media screen and (max-width: 768px) {
	#school div.box ul {
		margin-bottom:20px;
	}
}

@media only screen and (min-width:  769px) {
	#school div.box {
		
	}
	#school div.box ul {
		float:left;
		width:48%;
	}
	#school div.box p {
		float:right;
		width:48%;
	}
}

#school p.link {
	font-weight:bold;
	margin-top:20px;
}
#school p.link a {
	color:#FF6B81;
}



/* 
=============================================== */
#school_02 ul li img {
	width:100%;
}

#school_02 ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
}

#school_02 ul li:nth-child(3n) {
		margin-right:0;
	}



