@charset "utf-8";

#contents h2 {
	background:url(images/h2_07.jpg) no-repeat center bottom;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.mb60 {
	margin-bottom: 60px;
}

#contents h5 {
	margin-bottom: 20px;
	padding: 15px;
	background-color: #F8F8F8;
	color: #5F8C8C;
	font-size: 20px;
}

.box1 {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.box2 {
	width: 48%;
	float: left;
}


/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px)
{
	


	
}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{



}