@charset "utf-8";

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}/*HTML5display-roleresetforolderbrowsers*/article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

body{
	font-family: "Lucida Grande", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 13px;
	color: #484848;
	-webkit-text-size-adjust: 100%;
	transform: scale(.88);
	transform-origin: 50% 0;
}

a{
	-webkit-touch-callout:none;
	 -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
	 outline: none;
	 border: none;
}



body {
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ ゴシック", sans-serif;
	-webkit-text-size-adjust: 100%;
}

#wrap{
	width: 1180px;
	height: 820px;
	/* width: 1024px;
	height: 680px; */
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

#page_container {
	margin: 0px auto;
	width: 1180px;
	height: 820px;

}

#page_footer {
	z-index: 9;
	height: 100px;
	background-color: #dd531c;
	position: absolute;
	bottom: 0;
	width: 1180px;
	height: 100px;
}

/* dstyletakaida */
.top .inner{
	padding-top: 180px;
}
.top .top_btn{
	width: 880px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top .top_btn li{
	width: 280px;
}
.top .top_btn li img{
	width: 100%;
}
#page_footer .guide{
	width: 980px;
	height: 100px;
	margin: 0 auto;
	position: relative;
}
#page_footer .guide img{
	width: auto;
	height: 42px;
}
#page_footer .guide .back{
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
}
#page_footer .guide .totop{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
#page_footer .guide .next{
	position: absolute;
	top:50%;
	right:0;
	transform: translateY(-50%);
}
.group .inner img{
	width: 100%;
}

