@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++

	/ACCESS/key/

++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (min-width: 737px) {

#contents h2 {
	margin: 0 -75px;
}
#index_nav {
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 25px;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
}
#index_nav li {
	width: 240px;
	margin: 35px 30px 0;
}
#index_nav a {
	display: block;
	color: #000;
	height: 100%;
}
#index_nav figure {
	margin: 0 -60px 16px;
	height: 100%;
}
#index_nav figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
}
	

}