@charset "utf-8";




/*レスポンシブここから*/
.h2_subImg {
	margin-top: 20px;
	margin-bottom: 10px;
	
}
	h2 {
		width: 100%;
		font-size: 1.6rem;
	}
h3 {
	width: 100%;
	font-size: 1.5rem;
	
}
	.sp {
		display:block;
	}
.pc {
	display: none;
}
	header #gnavi {
		display:none;
	}

	header h1 img {
		max-width:100%;
		height:auto;
	}
	header .spmenu {
		position:absolute;
		right:0;
		top:0;
		width:40px;
	}
	header .spmenu img {
		width:100%;
		height:auto;
	}
div.header_top {
	display: none;
}
div.header_top_sp {
	display: block;
	display: -webkit-flex;
display: flex;
	-webkit-justify-content: space-between;
justify-content: space-between;
	padding: 2% 0 2% 0;
	width: 90%;
	margin: 0 auto;
}
div.header_top_sp img{
	width: 70%;
}

.pc_vislual {
	display: none;
}
.sp_vislual {
	display: block;
}
h1 {
	padding: 0;
}
#Enbtn {
	position: absolute;
	top: 0;
	right: 50px;
}
#Enbtn  {
	width: 70%;
	padding-top: 15%;

}

/*テンプレートれすぽんしぶ！*/
#spmenu {
		position:absolute;
		top:0;
		right:0;
		right:-100%;
		width:300px;
		height:345px;
		z-index:60000;
		background:#09407e;
		
	}
	#spmenu .menulist {
		width:100%;
		height:auto;
		position:absolute;
		top:39px;
	}
	#spmenu .menulist li {
		width:100%;
		height:auto;
		display:block;
	}
	#spmenu .menulist li img {
		width:100%;
		height:auto;
		display:block;
	}
	#spmenu .close {
		width:40px;
		height:auto;
		position:absolute;
		right:0;
		top:0;
	}
	#spmenu .close img {
		width:100%;
		height:auto;
		display:block;
	}
	
	.gray {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100vh;
		background:rgba(0,0,0,0.6);
		z-index:40000;
		display:none;
	}

/*下地*/
div.bk_color {
		width: 90%;
	}
	.bk_colorOuter {
		width: 100%;
	}
	#top_mainWidth {
		width: 100%;
		display: block;
	}
	div.bk_color {
		width: 90%;
	}
	.bk_colorOuter {
		width: 100%;
	}


/*ヘッダートップ*/
	div.header_top {
		width: 90%;	
	}




/*gn*/
.header_bottom {
		display: none;
	}

p#bN_btn a img {
		max-width: 100%;
	}
	p#bN_btn {
		text-align: center;
	}
	
p {
	font-size: 1.1rem
}
	

dl dt {
		font-size: 1.1rem;
	}
	span.topicsKougai {
		font-size: 0.9rem;
	}
	span.topicsSoume {
		font-size: 0.9rem;
	}
	span.topicsKouhou {
		font-size: 0.9rem;
	}
dl dd {
		max-width: 100%;
		font-size: 1.1rem;
		}
p.pagetop_pcBtn {
	display: none;
}
p.pagetop_spBtn {
	display: block;
}
table {
	width: 100%;
}
/*フッター*/
footer {
	width:90%;
	display: block;
	margin-top: 2%;
}
.footerLeft {
	text-align: left;
	font-size: 1rem;
}
footer p#footerRight {
	text-align: right;
	opacity: 0.8;
	margin:1% 0 2%;
}