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

/* news
---------------------------------------------------------------------------------------------------------------------*/
.news {
	width: 90%;
    max-width: 960px;
    margin: auto;
	overflow:hidden;
}
.news-area {
	border-bottom: 1px solid #ddd;
    padding-bottom: 1%;
    overflow: hidden;
    margin-top: -70px;
    padding-top: 70px;
    margin-bottom: 50px;
}
.news-area h2 {
	font-weight: bold;
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.5;
	text-align:left;
}
.news-area h2 span {
	font-size: 11px;
    color: #a5a5a5;
    font-weight: normal;
}
.english {
	font-size: 11px;
    color: #a5a5a5;
    font-weight: normal;
}
.news-area .samu-m {
    width: 100%;
    float: left;
    margin-bottom: 1%;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
}
.news-area p {
	width: 100%;
    font-size: 12px;
    line-height: 1.7;
    /* float: left; */
	text-align:left;
}

.news-area .index_top_video {

}
.news-area .index_top_video video {
    width: 100%;
    margin: 0%;
    height: auto;
}

.news-area p.date {
    margin-top: 1%;
    text-align: right;
}
.news_link{
	margin-top:-100px;
	padding-top:100px;
}

.news-flex{
    display:flex;
    justify-content: space-between;
    margin-top:2% !important;
}

.news-flex li{
    width:49%;
} 

@media screen and (max-width:1280px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width:1024px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 768px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 480px) {/*---------------------------------------------------------------------------------------------------------------------*/

}
@media screen and (max-width:1280px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width:1024px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 768px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 480px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 375px) {/*---------------------------------------------------------------------------------------------------------------------*/
}
@media screen and (max-width: 320px) {/*---------------------------------------------------------------------------------------------------------------------*/
}













