@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;
	 color: #00ad95;
}
a,
a:link,
a:active,
a:visited {
	color: #00ad95;
}
img {
	max-width: 100%;
	height: auto;
}


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: 0 auto;
	width: 1180px;
	height: 820px;
	position: relative;
}

.inner {
	width: 996px;
	margin: 0 auto;
	padding-top: 120px;
}

#page_footer {
	z-index: 9;
	height: 100px;
	background-color: #58ab9d;
	position: absolute;
	bottom: 0;
	width: 1180px;
	height: 100px;
}
#page_footer .fnav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 980px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
}
#page_footer .fnav.index {
	justify-content: center;
}
#page_footer .fnav.nonext {
	justify-content: flex-start;
}
.campaign_page #page_footer .fnav.nonext a.totop {
	margin-left: 67px;
}
.product_page #page_footer .fnav.nonext a.totop {
	margin-left: 176px;
}
.product_page #page_footer .fnav.noprev a.totop {
	margin-left: 385px;
}
#page_footer .fnav.noprev a:last-child {

}
#page_footer .fnav > a {

}
#page_footer .fnav > a img {
	width: auto;
	height: 42px;
}


/* top */
.top #page_container{
	background: url(../img/top_bg.png) no-repeat;
	background-size: cover;
}
.top .inner{
	padding-top: 230px;

}
.top h2{
	width: 524px;
	margin: 0 auto 60px;
	text-align: center;
}
.top .menu_list {
	width: 634px;
	margin: 0 auto;
}
.top .menu_list li {
	margin-bottom: 10px;
}
.top .f_btn{
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	text-align: center;
}
.top .f_btn a{
	display: block;
	margin: 20px auto 0;
}
.top .f_btn a img{
	width: auto;
	height: 42px;
}

/* campaign */
.campaign_top .inner {

}
.campaign_menu {
	margin-top: 100px;
}
.campaign_menu ul {
	display: flex;
	justify-content: space-between;
}
.campaign_menu ul li {

}
.campaign_menu ul li a {
	display: block;
	width: 216px;
}
.campaign_page_img {
	margin-top: 60px;
	text-align: center;
}
.btn_more {
	text-align: center;
	margin-top: 60px;
}
.img_all {
	text-align: center;
}
.btn{
	position: absolute;
	top:70%;
	left:50%;
	transform: translateX(-50%);
}


/* web */
.web_menu {
	margin: 80px auto 0;
	width: 800px;
}
.web_menu ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.web_menu ul li {
	margin-bottom: 40px;
}
.web_menu ul li a {
	display: block;
	width: 216px;
}

.web_item_detail {
	margin: 40px 0;
}
.web_item_detail p,
.web_item_detail li {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
}
.item_heading {
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #00ad95;
	color: #00ad95;
	font-weight: bold;
	font-size: 24px;
}
.web05 .inner{
	padding-top: 60px;
}
.web05 .web_item_detail {
	margin: 20px 0 0;
}
.web05 .item_heading {
	margin: 0 0 10px;
	font-size: 18px;
}
.web05 .web_item_detail p,
.web05 .web_item_detail li {
	font-size: 15px;
	line-height: 1.6;
}

.list_disc {
	list-style-type: disc;
	padding-left: 1.5em;
}
.list_disc li {

}


/* performance */
.product_body {

}
.product_page_img {
	margin-top: 60px;
	text-align: center;
}
.product03 .product_page_img {
	margin-top: 40px;
}
.product03 #page_container{
	background: url(../performance/img/product03_bg.png) no-repeat;
	background-size: cover;
}



