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

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

#cnt{	padding-bottom: 80px;}


/** nbox **/

.nbox{
	width: 900px;
	margin: 0 auto 50px auto;
	padding: 50px;
	background: rgba(255, 255, 255, 0.6);
	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 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.nbox h3 em{
	display: block;
	font-size: 16px;
	line-height: 25px;
}
.nbox h3 span{
	display: block;
	font-size: 12px;
	line-height: 15px;
	color: #b09a50;
}
.nbox .img{
	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;
}
.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{
		background: none;
	}
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		height:100lvh;
		background: url(./img/sp_bg.jpg) no-repeat top center;
		-webkit-background-size: cover;
		background-size: cover;
	}

	#cnt{	padding-bottom: 30px;}


	/** nbox **/
	.nbox{
		width: auto;
		margin: 0 15px 15px 15px;
		padding: 15px
	}

}
