@charset "utf-8";

/* header
-------------------------------------------------------------------*/
#header .box .logo{
	float:left;
	padding:32px 0 0 20px;
}

#header .box .gnav{
	float:right;
}

#header .box .gnav ul li{
	float:left;
	text-align:center;
	height:104px;
}

#header .box .gnav ul li a{
	text-decoration:none;
	display:block;
	padding:40px 0;
	height:100%;
	box-sizing:border-box;
	width:123px;
}

#header .box .gnav ul li.nav01 a{
	padding:10px 0;
	height:100%;
	font-size:15px;
}

#header .box .gnav ul li.nav02 a{
	padding:20px 5px;
	height:100%;
	font-size:15px;
}

#header .box .gnav ul li a:hover{
	background:#EEEEEE;
	transition: all 0.3s;
}

#header .box .gnav ul li.last a{
	background:rgba(207,224,237,0.5);
}

#header .box .gnav ul li.last a:hover{
	background:#EEEEEE;
	transition: all 0.3s;
}


/* spheader
-------------------------------------------------------------------*/
.spheader{
	position:fixed;
	top:0;
	z-index:9999;
	width:100%;
	background:#fff;
	box-shadow:0 7px 9px -9px #000000;
}

.spheader .box{
	position:relative;
}

.spheader .logo{
	text-align:left;
}

.spheader .logo img{
	padding:20px;
	width:200px;
	height:auto;
}

#spMenu {
	display:block;
	position:relative;
}

#spMenu .acbox ul li{
	background:url(../img/common/sp/arrow.gif) no-repeat 98% center;
}


#spMenu .acbox ul li a{
	padding: 15px 20px 15px 15px;
	border-bottom:1px solid #D1D1D1;
	display:block;
	text-decoration:none;
}

#spMenu .acbox ul li.last a{
	border-bottom:none;
	background:rgba(207,224,237,0.5);
}

#spMenu dl {
	position:relative;
}

#spMenu .txt{
	position:fixed;
	top:40px;
	font-size:10px;
	right:14px;
}


/*SP 閉じるボタン動き
*********************************/
#panel-btn{
	width: 55px;
	height: 63px;
	margin: 0;
	z-index: 300;
	position:absolute;
	right:0;
	top:-63px;
}
#panel-btn-icon{
	display: block;
	position: absolute;
	top: 25px;
	right:15px;
	width: 26px;
	height: 4px;
	margin: -1px 0 0 -13px;
	background: #999999;
	transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 26px;
	height: 2px;
	height: 4px;
	background: #999999;
	transition: .3s;
}
#panel-btn-icon:before{
	margin-top: -6px;
	margin-top: -10px;
}
#panel-btn-icon:after{
	margin-top: 4px;
	margin-top: 6px;
}
#panel-btn .close{
	background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
	margin-top: 0;
}
#panel-btn .close:before{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}


/* contents
-------------------------------------------------------------------*/
.wrap {
	min-width:1100px;
	overflow:hidden;
}

.contents{
	overflow:hidden;
}

.wd{
	width:1100px;
	margin:0 auto;
}

.scale{
	width:100%;
	height:auto;
}

.left{
	float:left;
}

.right{
	float:right;
}

.sp{
	display:none;
}



@media screen and (max-width:768px) {
.wrap {
	overflow: hidden;
	min-width:100%;
}

.pc{
	display:none;
}

.sp{
	display:block;
}

.spscale{
	width:100%;
	height:auto;
}

.wd{
	width:100%;
	margin:0 auto;
}

.contents{
	overflow:hidden;
	margin:63px 0 0 0;
}

.spright{
	float:right;
}

.spleft{
	float:left;
}

}

/* footer
-------------------------------------------------------------------*/
#copy{
	text-align:center;
	padding:37px 0;
	font-size:12px;
}

#page-top {
    position: fixed;
    right: 30px;
	bottom:50px;
	text-align:center;
    z-index: 9998;
}

@media screen and (max-width:768px) {
#copy{
	text-align:center;
	padding:20px 10px;
	font-size:12px;
}

#page-top {
    position: fixed;
    right: 10px;
	bottom:50px;
	text-align:center;
    z-index: 9998;
}

#page-top img{
    width:40px;
	height:auto;
}
}
