@charset "UTF-8";


/*------------------------------------------------
   Layout
------------------------------------------------*/

section#page_head {
	background-image: url(../img/check/page_head_img@2x-100.jpg);
	margin-bottom: 20px;
}

h3 {
	margin: 20px 0;
}


/*------------------------------------------------
   Responsive
------------------------------------------------*/

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

section#page_head {
	height: 187px;
}

section#page_head div.page_title {
	width: 200px;
	height: 187px;
}

ul.check li {
	width: 100vw;
	padding-bottom: 50px;
}

ul.check li figure img {
	width: 100vw;
}
	
figcaption {
	padding: 0 20px;
}

}


@media screen and (min-width: 769px){

section#page_head {
	height: 450px;
	padding-top: 70px;

}

section#page_head div.wrap {
	width: 980px;
	margin: 0 auto;
}

section#page_head div.page_title {
	width: 200px;
	height: 220px;
}

ul.check li {
	float: left;
	width: 490px;
	padding-bottom: 50px;
	border-right: dotted 1px #cccccc;
}
ul.check li:nth-child(even) {
	border-right: none;
}

ul.check li figure img {
	width: 490px;
}
	
figcaption {
	padding: 0 30px 0 20px;
}

}