@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';
	font-size: 14px;
	font-size: 0.999999994rem;
	line-height:1.6em;
}

body {
	position:relative;
	margin: 0;
	padding: 0;
}



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:url("img/bg-yl.jpg");
}
.bg-top {
	background:url("img/bg-top.jpg") top center no-repeat;
	background-size:100% auto;
	width:100%;
	max-width:1100px;
	margin:0 auto;
}
.bg-white {
	background:#FFF;
}


.inner {
	width:96%;
	margin:0 auto;
	max-width:1100px;
/*	display:flex; 
	align-items: flex-start;*/
}
.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:24px;
}
.px24b {
	font-size:24px;
	font-weight:bold;
}
.px18 {
	font-size:18px;
}
.red {
	color:#e60012;
}

.red.px24 {
	line-height: 30px;
}

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









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;}


.red.px24 {
	line-height: 30px;
}
	
	

}
