
.nbox{
	padding: 30px 20px;
}
.nbox:nth-of-type(odd){	background: rgba(255, 255, 255, 1);}
.nbox:nth-of-type(even){	background: rgba(255, 249, 229, 1);}

.nbox h3{
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid var(--sub-color);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.nbox h3 em{
	display: block;
	font-size: 16px;
	line-height: 20px;
}
.nbox h3 span{
	display: block;
	font-size: 11px;
	line-height: 15px;
	color: #b5823f;
}
.nbox .img{
	margin: 0 0 15px 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: 750px) {
}
