/* for override
---------------------------------------------------------------------------- */

#contents {
	margin-top: 15px;
}

.subtitle {
	color: #D29600;
}


/* for contents
---------------------------------------------------------------------------- */

.year_navigation {
	margin-bottom:24px;
	padding-left: 12px;
}
.year_navigation li {
	display: inline-block;
	padding: 15px 15px 20px;
}

@media screen and (max-width:768px) {
	.year_navigation li {
		padding: 10px 15px;
	}
}

/** news_list */

.news_list article {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-bottom: 1px solid #F15A24;
	padding-bottom: 2.3em;
	margin-bottom: 2em;
}

.news_list article > img {
	width: 245px;
	order: -1;
}
.news_list article > span {
	width: 245px;
	order: -1;
}

.news_summary {
	width: 600px;
}

.news_summary .news_date {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.8em;
}
.news_summary .news_date time {
	font-size: 1.4rem;
}

.news_summary h3 {
	font-size: 1.7rem;
	line-height: 1.4;
	margin-bottom: 0.6em;
}

.news_summary .entrybody {
	font-size: 1.4rem;
	line-height: 1.4;
}



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

.news_list article {
	display: block;
	border-bottom: 1px solid #F15A24;
	padding-bottom: 1em;
	margin-bottom: 1.5em;
}

.news_list article > img {
	width: 100%;
	order: 0;
	margin-bottom: 0.5em;
}

.news_summary {
	width: 100%;
	margin-bottom: 0.5em;
}

.news_summary .news_date {
	margin: 0 0.6rem 0.5em;
}

.news_summary h3 {
	font-size: 1.6rem;
	margin: 0 0.6rem 0.5em;
}

.news_summary .entrybody {
	margin: 0 0.6rem 0.5em;
}

}


