@charset "UTF-8";
/* CSS Document */
#content {
    padding-top: 70px;
    margin-top: 80px;
}
.h2_sec_title_news {
    font-size: 21px;
    border-left: solid 5px #e60012;
    margin-bottom: 60px;
    padding: 8px 0 8px 10px;
}
.article {
    font-size: 16px;
    line-height: 1.6;
}
.update {
    text-align: right;
    margin-bottom: 10px;
    font-size: 14px;
}
.section {
    padding: 80px 0 300px 0;
}


@media screen and (max-width:768px){
#content {
    padding-top: 50px;
    margin-top: 40px;
}	
.h2_sec_title_news {
    font-size: 18px;
    border-left: solid 4px #e60012;
    margin-bottom: 30px;
    padding: 6px 0 6px 8px;
	}
}