@charset "utf-8";

/* --------------------
 body
-------------------- */
html {
 font-size: 62.5%; /* 10px基準 */
}
body {
	color: #4d4d4d;
	line-height:1.7;
 font-size:12px;
	font-size:1.2rem;
	background-color:#fff;
}
body *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:top;
}

.clearfix {zoom:1;}
.clearfix:after{
	content: ""; 
	display: block; 
	clear: both;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.bold{font-weight:bold;}
.al-left{text-align:left !important;}
.al-center{text-align:center !important;}
.al-right{text-align:right !important;}

.mb5{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb55{margin-bottom:55px !important;}
.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}
.mb70{margin-bottom:70px !important;}
.mb75{margin-bottom:75px !important;}
.mb80{margin-bottom:80px !important;}
.mb90{margin-bottom:90px !important;}
.mb100{margin-bottom:100px !important;}



/* --------------------
 header
-------------------- */
header{
	width:100%;
	height:134px;
	position:relative;
}
header h1{
	padding-top:20px;
	text-align:center;
}
header h1 img{
	width:84px;
	height:auto;
}
#nav-btn{
	width:30px;
	position:absolute;
	top:15px;
	right:15px;
	z-index:10;
	cursor:pointer;
}
#nav-btn.hide{
	display:none;
}
.nav{
	position:absolute;
	top:0;
	left:0;
 display:none;
	padding:24px 0 0 46px;
	width:100%;
}
#nav-btn-close{
	width:30px;
	position:absolute;
	top:15px;
	right:15px;
	z-index:10;
	cursor:pointer;
}
.nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
.nav ul li{
	margin:0;
	padding:0 0 16px;
	font-size:10px;
	font-size:1.0rem;
}
.nav ul li.home{
	padding:0 0 32px;
}
.nav ul li.line{
	padding:16px 0 16px;
	background:url(../img/com/header/nav-line.png) no-repeat 0 0;
	-webkit-background-size:17px 1px;
	-moz-background-size:17px 1px;
	-ms-background-size:17px 1px;
	-o-background-size:17px 1px;
	background-size:17px 1px;
}
.lock {
	overflow:hidden;
}
.modal-overlay {
	z-index:30;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(255,255,255,0.9);
}

.modal-wrap {
	z-index:40;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
}


/* --------------------
 main
-------------------- */
#main{
	width:100%;
}
#contents{
	margin:0 auto;
	padding:0 15px;
	width:100%;
	max-width:768px;
}
.title-1{
	margin:0 15px 20px;
	padding:6px;
	border:1px #221815 solid;
	text-align:center;
}
.title-1 img{
	margin:0 auto;display:block;
	height:14px !important;
	width:auto !important;
}

.fs-l1{
 font-size:14px;
	font-size:1.4rem;
}
.p-top-box-1{
	margin:0 0 20px;
}


/* --------------------
 footer
-------------------- */
footer{
	margin-top:20px;
}
#page-top{
	margin-bottom:24px;
	text-align:center;
}
#copyright{
	padding:10px 0;
}
#copyright img{margin:0 auto;display:block;}

@media screen and (max-width: 768px) {

}