@charset "UTF-8";

body{
	background:#deeff2;
	
	color:#3c442a;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",  "游ゴシック体","Yu Gothic", YuGothic, Verdana, sans-serif !important;
	font-size:16px;
	line-height:1.57;
	-webkit-text-size-adjust: none;
	letter-spacing:1px;
	
}

@media screen and (max-width: 640px)  {
	body{
	font-size:14px;
	line-height:1.52;
	
	}
}
#wrapper{
	position:relative;
	width:100%;
	background:#deeff2 url("../images/com_bg.jpg") bottom center no-repeat;
	background-size:100% auto;
	padding-bottom:30vW
}
#comHeader{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#comHeader h1{
	
	margin:0px auto 20px auto ;
	text-align:center;
}
#comHeader h5 {
	margin:20px 0 0 0 ;
}
#comBox{
	width:100%;
	max-width:960px;
	margin:0px auto;
	padding:0 20px;
	text-align:center;
}
@media screen and (max-width: 1240px)  {
	#comHeader h5 {
		margin-top:20px;
		margin-left:20px;
	}
}
@media screen and (max-width: 640px)  {
	#wrapper{
	position:relative;
	width:100%;
	background:#deeff2 url("../images/com_bg.jpg") bottom center no-repeat;
	background-size:100% auto;
	padding-bottom:50vW
	}
	#comHeader h5 {
	margin-top:3vW;
	margin-left:3vW;
	margin-bottom:3vW;
	width:28vW;
	max-width:150px;
	}
	#comHeader h1{
	max-width:300px;
	width:70vW;
	margin:0px auto 20px auto ;
	text-align:center;
	}
	#comBox{
	width:100%;
	max-width:100%;
	margin:3vW auto;
	padding:0 3vW;
	}
	
}


.close{
	font-size:12px;
	font-weight:500;
	width: 40px;
	height: 30px;
	top:20px;
	right:10px;
	position:fixed;
	color:#3c442a;
}
.close span {
	display: block;
	position:absolute;
	width: 40px;
	height:40px;
	background:transparent;
	top:0;
	left:0;
	}
.close p{
	font-size:11px;
	letter-spacing:1.5px;
	color:#3c442a;
	font-weight:600 !important;
	position:absolute;
	top:32px;
	left:2px;
}

	
	.close span:before,
	.close span:after {
	content: " ";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #3c442a;
	}
	
	.close span:before { top:10px; }
	.close span:after { top:10px; }
	
	
	.close span:before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	}
	.close span:after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	}
@media screen and (max-width: 640px)  {
	.close{
	width: 30px;
	height: 30px;
	top:10px;
	right:10px;
	position:fixed;
}
.close span {
	display: block;
	position:absolute;
	width: 30px;
	height:30px;
	background:transparent;
	top:0;
	left:0;
	}
.close p{
	display:none;
}

	
	.close span:before,
	.close span:after {
	content: " ";
	position: absolute;
	width: 30px;
	height: 2px;
	background: #3c442a;
	}
	
	
}




