@charset "utf-8";

@media print, screen and (max-width:1150px){

body{
	background-color:#F3F3F5;
	background-image:url(../img/common/body-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 1095px 293px;
	border-bottom:#3C3C37 17px solid;
	-webkit-text-size-adjust:none;
	color:#333333;
	font-size:14px;
	line-height:1.7;
}

/* ----------------------------------------
	common
---------------------------------------- */

.wOnly{display:none;}
.nOnly{display:none;}


/* ----------------------------------------
	header
---------------------------------------- */

.logo a{
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	height: 50px;
}
.logo a{
	display: block;
	width: 200px;
	height: 50px;
}
.logo a img{
	width: 200px;
	height: 50px;
}


/*-------------------
　drawer menu
-------------------*/

/* ドロワー */
.drawer-menu {
	z-index:2;
	position:fixed;
	display:none;
	top:50px;
	left:0;
	width:200px;
	height: calc(100% - 50px);
	background-color:#ffffff;
	overflow-x: scroll;
}
/* チェックボックスオンの時 */
.check:checked ~ .drawer-menu {display:block;}

/* チェックボックスを非表示 */
.check{display:none;}

/* メニューボタン(label) */
.menu-btn{
	position:relative;
	position:fixed;
	display:block;
	top:0;
	left:200px;
	width:50px;
	height:50px;
	box-sizing:border-box;
	background:url(../img/common/menu-btn-open.png) no-repeat center center;
	background-size:53px 56px;
	z-index:3;
	cursor: pointer;
}
.check:checked ~ .menu-btn{
	background:url(../img/common/menu-btn-close.png) no-repeat center center;
	background-size:53px 56px;
}

	
/* ----------------------------------------
	nav
---------------------------------------- */

ul.navMenu{
	padding: 23px 0 35px;
}

ul.navMenu li{
	line-height: 1;
}
	
ul.navMenu li a{
	display: block;
	height: 49px;
	padding: 10px 0 0 18px;
	box-sizing: border-box;
}
ul.navMenu li a img{
	width: 151px;
}
	

/* ----------------------------------------
	copyright
---------------------------------------- */

div.copyright{
	z-index: 10000;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 200px;
	height: 17px;
	background-color: #3C3C37;
	line-height: 1;
	text-align: center;
}
div.copyright small{
	color: #ffffff;
	font-size: 8px;
	line-height: 1;
}


/* ----------------------------------------
	footerBox
---------------------------------------- */

div.footerBox{
	max-width: 840px;
	margin: 0 auto;
}


}
@media print, screen and (min-width:620px) and ( max-width:1150px) {div.footerBox{padding: 0 10px 190px;}}
@media print, screen and (max-width:619px){div.footerBox{padding: 0 10px 70px;}}
@media print, screen and (max-width:1150px){


div.footerBox h2{
	max-width: 810px;
	margin: 0 auto;
	background:url(../img/common/h2-bg-line.gif) repeat-x left center;
	background-size: 1px 1px;
	text-align: center;
}
	
	
div.footerBox h2 span{
	position: relative;
	display: inline-block;
	padding: 3px 85px;
	background-color:#F3F3F5;
	color: #2F4791;
	font-size: 27px;
}
div.footerBox h2 span:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	display: block;
	width: 30px;
	height: 31px;
	margin: auto;
	background:url(../img/common/h2-bg-left.png) no-repeat center center;
	background-size: 30px 31px;
}
div.footerBox h2 span:after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	display: block;
	width: 30px;
	height: 31px;
	margin: auto;
	background:url(../img/common/h2-bg-right.png) no-repeat center center;
	background-size: 30px 31px;
}

div.footerBox ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 840px;
	margin: 0 auto;
	padding: 30px 0 0;
}
	
div.footerBox ul li{
	width: 250px;
}


}
@media screen and (min-width:620px) and ( max-width:1150px) {div.footerBox ul li{padding: 0 15px 40px;}}
@media screen and (max-width:619px){div.footerBox ul li{padding: 0 15px 30px;}}
@media screen and (max-width:1150px){
	
	
div.footerBox ul li a img{
	width: 250px;
	height: 82px;
}
div.footerBox ul li a:hover img{
	opacity: 0.7;
}

div.footerBox ul li a span{
	display: block;
	padding: 10px 0 0;
	font-size: 16px;
	text-align: center;
	text-decoration: underline;
}


/* ----------------------------------------
	bt_page_top
---------------------------------------- */

div#pageTop{
	position:fixed;
	bottom:40px;
	right:10px;
	width:53px;
	height:56px;
	background:url(../img/common/pageup.png) no-repeat center center;
	background-size:53px 56px;
	z-index:9999;
	cursor:pointer;
}

}

