@charset "UTF-8";
/* CSS Document */

html,
body {
	padding: 0;
	margin: 0;
}
img {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}


#wpc {
	position: relative;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#main_contents {
	max-width: 800px;
	margin: 0 auto;
}
#main_contents .section {
	position: relative;
}
#main_contents .section .img,#main_contents .section .space {
	position: relative;
	line-height: 0;
}
#main_contents .section .space.h30 img {
	height: 30px;
}
#main_contents .section .space.h60 img {
	height: 60px;
}
#main_contents .scene {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#main_contents .scene .img {
	width: 50%;
}
#main_contents .scene .img:nth-of-type(1),#main_contents .scene .img:nth-of-type(6) {
	width: 100%;
}


#main_contents .section .item {
	position: relative;
}
#main_contents .section .item_img {
	position: absolute;
	top: 50%;
	left: 8%;
	width:84%;
	transform: translate(0,-50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:flex-start;
}
#main_contents .plusone .item_img {
	top: auto;
	top: 15%;
	transform: translate(0);
}
#main_contents .section .item_img .img {
	width: 50%;
	box-sizing: border-box;
	padding: 2%;
}
#main_contents .section .item_img .img a {
	text-decoration: none;
	color: #394c56;
}
#main_contents .section .item_img .img span {
	display: block;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	margin: 8px auto 0;
}
@media only screen and (min-width: 769px) {
	#main_contents .section .item_img .img span {
		font-size: 16px;
		margin: 12px auto 0;
	}	
}



.img {
	opacity: 0;
	transition: 1s all 0s ease;
}
.img.ac {
	opacity: 1;
}