@charset "UTF-8";

section{
	position: relative;
	margin: 0;
	padding:0;
	width: 100%;
	height: 100%;
}

#wrap{
	background-color: #f0c842;
}

#bg{
	position:absolute;
	width:100%;
	height: 0;
	padding-top: 160%;
	background-image:url(../img/bg.jpg);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.contents_inner{
	position:relative;
	width:98%;
	margin: auto;
	padding-top: 3%;
}

section div.contents_inner-wrap{
	position: relative;
	background-color: rgba(255,255,255,0.5);
	margin-bottom: 5%;
	margin-top: 15%;
	padding: 0 0 5% 0;
}

section h2{
	position: relative;
	margin: 3% auto;
	width: 80%;
	height:0;
	padding-top: 12.36%;
	background-image:url(../img/title.png) ;
	background-position:50% ;
	background-repeat:no-repeat ;
	background-size: contain;
}

section div.contents_inner div.zorori{
	position: absolute;
	top:-5%;
	left:5%;
	margin: 0;
	width: 90%;
	height: 0;
	padding-top: 90%;
	background-image:url(../img/zorori.png) ;
	background-position:50% 0;
	background-repeat:no-repeat ;
	background-size: contain;
}
section div.contents_inner div.ishishi{
	position: relative;
	margin: 0 0 0 1%;
	width: 73%;
	height: 0;
	padding-top: 130%;
	background-image:url(../img/ishishi.png) ;
	background-position:50% 100%;
	background-repeat:no-repeat ;
	background-size: contain;
}
section div.contents_inner div.noshishi{
	position: relative;
	margin: -22% 0 0 40%;
	width: 59%;
	height: 0;
	padding-top: 40.4%;
	background-image:url(../img/noshishi.png) ;
	background-position:50% 0;
	background-repeat:no-repeat ;
	background-size: contain;
}
section div.contents_inner div.rori{
	position: relative;
	margin: -1% auto 0 auto;
	width: 80%;
	height: 0;
	padding-top: 35.54%;
	background-image:url(../img/rori.png) ;
	background-position:50% 0;
	background-repeat:no-repeat ;
	background-size: contain;
}
section div.contents_inner div.ron{
	position: relative;
	margin: 2% auto 0 auto;
	width: 80%;
	height: 0;
	padding-top: 35.54%;
	background-image:url(../img/ron.png) ;
	background-position:50% 0;
	background-repeat:no-repeat ;
	background-size: contain;
}
