@charset "utf-8";

/* ---------- content1 ---------- */
#content1 h2{
	background-image: url(../img/main_box_h2.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 102px 70px;
	padding: 0 0 0 112px;
}
#content1 .photo1 img{
	max-width: 280px;
}
#content1 .photo2 img{
	max-width: 670px;
}
/* ---------- content2 ---------- */
#content2 .photo1 img{
	max-width: 218px;
}
/* ---------- content4 ---------- */
#content4 figure{
	max-width: 210px;
	box-sizing: border-box;
}
#content4 img{
	max-width: 200px;
	transition: all 0.3s;
}
#content4 img:hover{
	transform: scale(1.1);
}
/* ---------- content5 ---------- */
#content5 tr{
	height: 25px;
}
#content5 th, #content5 td{
	min-width: 25px;
	border-radius: 4px;
}
#content5 tr:first-child th,
#content5 tr:first-child td{
	font-size: 12px;
}
#content5 tr:not(:first-child) td{
	font-size: 14px;
}


/* ---------- PC ---------- */
@media screen and (min-width:769px){
	
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	#content1 h2{
		background-image: none;
		padding: 0;
	}
}

/* ---------- IE ---------- */
@media all and (-ms-high-contrast:none){

}