@charset "utf-8";

/*タイトル調整*/
.title_text {
	line-height: 1.8em;
}
/*日付余白*/
.day_text {
	margin-top: auto;
	line-height: 1.8em;
    padding-top: 10px;
}

/*story.css　の内容*/
.bg-img {
  background: url(/files/images/story/top/bg_story.jpg) center top no-repeat;
  background-size: cover;
}

/*背景角丸*/
.lead-box {
	border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 768px) {

	/* news.css 上書き */
	.news .inner {
		padding: 40px 25px 20px;
	}
	
	/*背景角丸*/
	.lead-box {
		border-radius: 0;
	}
	
}