@charset "utf-8";

/* font */
.lh13{ line-height: 1.3!important;}
.lh15{ line-height: 1.5!important;}
.nt_sns_m{font-family: "Noto Sans JP", sans-serif; font-weight: 500;}
.nt_sns_b{font-family: "Noto Sans JP", sans-serif; font-weight: 700;}
.znom_b{font-family: "Zen Old Mincho", serif; font-weight: 700;}
.znkg_b{font-family: "Zen Kaku Gothic New", sans-serif; font-weight: 700;}

/* レコメンド対応 */
div#app-recommend{ width: 100%;}


#kokuminhatsugi-content-wrap {
	width: 100%;
}
#kokuminhatsugi-content-main {
	color: #000;
}
#kokuminhatsugi-content-main h1 {
	padding: 0;
	margin-bottom: 50px;
}
#kokuminhatsugi-content-main .row {
	padding: 100px 20px;
	max-width: 800px;
}
main ul li:before {
	content: none;
}
.red {
	color: #D63422;
}
.mv {
	background: url(/yomimono/kokuminhatsugi/assets/images/back.jpg) repeat;
	padding: 60px 20px;
}
.cont {
	background-color: #F5E8C8;
}
.cont .txt {
	margin-bottom: 50px;
}
.cont .theme {
	background-color: #fff;
	max-width: 500px;
	padding: 50px;
	border-radius: 20px;
	margin: 0 auto 30px;
}
.cont .theme .theme_list {
	padding: 10px 0;
	border-top: 1px dashed #000;
	color: #D63422;
}
.cont .theme .theme_list:last-child {
	border-bottom: 1px dashed #000;
}
.cont .link {
	color: #377FCF;
} 

.btn>* {
	background-color: #B81A35;
	margin: 40px 0 0;
}


@media screen and (max-width: 767px) {
	#kokuminhatsugi-content-main .row {
		padding: 30px 20px;
	}
	#kokuminhatsugi-content-main h1 {
		margin-bottom: 20px;
	}
	.mv {
		padding: 30px 20px;
	}
	.cont .txt {
		margin-bottom: 30px;
	}
	.cont .theme {
		padding: 30px;
		margin-bottom: 20px;
	}
	.cont .theme .theme_list {
		padding: 5px 0;
	}
	
	.btn>* {
		margin-top: 10px;
	}
}
@media screen and (max-width: 499px){
	

}

