@charset "utf-8";

/* -------------------------------------------------------------------------------------

	body

 ------------------------------------------------------------------------------------- */
 
body{	
	margin:0;
	padding: 0;
	line-height: 150%;
	font-size: 95%;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP","Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
}

main{
	display: block;
	overflow: hidden;
}

a:link { color: #006699;text-decoration:underline;}
a:visited { color: #006699;text-decoration:underline;}
a:hover {color: #006699;text-decoration:none;}
a:active {color: #006699;text-decoration:none;}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary{
	display:block;
}

/* page */

p{
	margin:0;
	padding:0;
}

img{
	max-width: 100%;
	height: auto;
	border:0;
	vertical-align:bottom;
}

ul,li,dl,dt,dd{
	padding:0;
	margin:0;
	list-style-type: none;
}

.err{color:#cc0000;}
.ERR{color:#cc0000;}

/* --------------------------------------------------
clearfix
-------------------------------------------------- */
.clearfix { overflow:hidden; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom:1; }
*:first-child+html .clearfix { zoom:1; }

/* margin ==================================================================*/

.mrb4{	margin-bottom:4px;}
.mrb10{	margin-bottom:10px;}
.mrb15{	margin-bottom:15px;}
.mrb20{	margin-bottom:20px;}
.mrb30{	margin-bottom:30px;}
.mrb40{	margin-bottom:40px;}
.mrb60{	margin-bottom:60px;}

.tec{text-align:center;}
.ter{text-align:right;}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}


#btnPagetop {
	position: fixed;
	right: 25px;
	bottom: 25px;
	width: 40px;
	z-index: 5000;
}
@media only screen and (max-width: 767px) {
	#btnPagetop {
		right: 10px;
		bottom: 20px;
		width: 40px;
	}
}


.js-menuCloseBtn{
	text-decoration: none !important;
	color: #6d6d6d !important;
}