
body iframe body{display:none;}
*{margin:0;padding:0;border:0;outline:0;list-style:none;box-sizing:border-box;overflow-wrap:break-word;}
.cle:after{
	content:"";
	clear:both;
	display:block;
}

body,html{
	width:100%;
	height:100%;
	font-size:18px;
	line-height:1.5;
	color:#3c3c3c;
	background:#f0f0f2;
	position:relative;
	z-index:0;
	overflow:hidden;
}
body{
	font-family: "Source Serif Pro","Noto Sans JP","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	/*font-family: "Overlock",cursive,"Kokoro","ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;*/
	counter-reset:chapter;
}

body a{
	color: #027395;
	text-decoration:none;
	transition:all .3s;
}
body a:hover{
	color: #27c2f2;
	text-decoration:underline;
}


/*==================
*PageAll class
*===================*/


/*=============
*all
*==============*/




/*===============
* Javascript有無
*===============*/
#jsloadoff{
	width:100%;
	height:100%;
	background:rgba(299,299,299,0.8);
	position:absolute;
	top:0;left:0;
	z-index:99999;
	display:table;
}
#jsloadoff p{
	width:100%;
	height:100%;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	font-size:2em;
	line-height:1.3em;
}


/*rgba(143,151,168,0.28) 灰色のちょっと透過したやつ*/