/*=================================================
 * CSS for PC
 * ================================================= */

body{
	background: url(./img/pc_bg.jpg) no-repeat top center fixed;
	background-size: cover;
}

.nbox{
	max-width: 1200px;
	margin: 0 auto 50px auto;
	padding: 50px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.nbox:last-of-type{	margin-bottom: 0;}
.nbox h3{
	text-align: left;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: 1px solid currentColor;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.nbox h3 em{
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
}
.nbox h3 span{
	display: block;
	font-size: 12px;
	line-height: 20px;
	text-indent: 5px;
}
.nbox .img{
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0 20px;
}
.nbox .img img{
	max-width: 300px;
	width: 100%;
	height: auto;
}
.txt_main{
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	padding: 0;
}
.txt_main i{	font-style: italic; font-family: 'Hiragino Kaku Gothic ProN','Hiragino Sans','Yu Gothic UI', Meiryo, sans-serif;}
.txt_main u{	text-decoration: underline;}



/*=================================================
 * CSS for SP
 * ================================================= */

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

	body:before{
		background: url(./img/sp_bg.jpg) no-repeat top center;
		-webkit-background-size: cover;
		background-size: cover;
	}

	#news{
		padding: 0 15px;
	}
	.nbox{
		margin: 0 0 20px 0;
		padding: 15px;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	}
	.nbox:last-of-type{	margin-bottom: 0;}
	.nbox h3{
		text-align: left;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
	}
	.nbox h3 em{
		font-size: 20px;
		line-height: 30px;
	}
	.nbox h3 span{
		display: block;
		font-size: 11px;
		line-height: 16px;
		text-indent: 3px;
	}
	.nbox .img{
		margin: 0 0 10px 0;
		padding: 0 10px;
	}
	.txt_main{
		font-size: 14px;
	}

}
