@charset "UTF-8";
/* CSS Document */

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Noto Sans', 'メイリオ', Meiryo,'Avenir','Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','ＭＳ Ｐゴシック','MS PGothic';
}

body {
	position:relative;
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height:1.6em;
}



img {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border:none;
}


.min {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
}



.bg-gr {
	background:#d9f5d9;
}
.bg-white {
	background:#FFF;
}
.greenbar {
	background:#00ba00;
	padding:12px;
	text-align: center;
	color:#FFF;
}


.inner {
	width:96%;
	margin:0 auto;
	max-width:900px;
/*	display:flex; 
	align-items: flex-start;*/
}
.inner-txt {
	width:100%;
	max-width: 840px;
}
.inner-s {
	width:90%;
	margin:0 auto;
	max-width:800px;
}




.tit-img {
	width:40%;
	max-width:200px;
	margin:60px 0 15px;
}


.title {
	margin:60px auto 20px;
}

.blue {
	color:#096EB3;
}



.px10,.px10 br  {
	font-size:12px;
	line-height:1.4em;
}

.px32 {
	font-size:32px;
}
.px24 {
	font-size:22px;
}
.px18 {
	font-size:18px;
}
.red {
	color:#e60012;
}
.orange {
	color:#ff3d00;
}
.semibold {
	font-weight:600;
}

.toi {
	width:50%;
	max-width:200px;
	margin:0 auto;
}
a.logo {
	display:block;
	width:60%;
	max-width:260px;
	margin:50px auto;
}









a.btnoff {
	display:block;
	position:relative;
}
a.btnoff img {
	filter:alpha(opacity=20);
    -moz-opacity: 0.2;
    opacity: 0.2;
}
a.btnoff span {
	display:block;
	position:absolute;
	top:40%;
	width:100%;
	text-align: center;
	font-size:18px;
	font-weight:bold;
	color:#F00;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}



a.btnon:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


.clear {clear:both;}










img.img100 {width:100%;/*max-width:1100px;*/}



.pc-view {display:block;}
.sp-view {display:none;}






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

.pc-view {display:none;}
.sp-view {display:block;}

body {
	font-size: 0.99rem;
	line-height:1.6em;
}


	
	

}
