@charset "utf-8";
/* CSS Document */


.page_visual {
	background:url(../img/page_visual.png)  no-repeat center center;
	background-size: cover;
	height:250px;
}
.news_container {
    max-width: 790px;
    width: 90%;
    margin: 50px auto 80px;
}
.date {
    font-size: 143%;
}
.news_title {
    font-size: 200%;
	font-weight: bold;
    border-bottom: solid 3px #fed81f;
}
.indent {
    font-size: 129%;
    margin-top: 2em;
	line-height: 1.8;
}
.text-wrap{
	display: inline-block;
}
@media screen and ( max-width: 798px ){
}

@media screen and ( max-width: 480px ){
	.indent{
		font-size: 100%;
	}

}