#news_wrap{
    padding: 40px;
    background: #fff;
    border-radius: 10px;
}

#news_wrap h1{
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-family: vdl-logomaru,sans-serif;
    font-weight: bold;
    font-size: 26px;
    border-bottom: 2px solid #333;
}

.time{
    padding-bottom: 20px;
    text-align: right;
    font-weight: bold;
    color: #555;
}
#news_wrap h4{
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}
#news_wrap h4::before{
    margin-right: 8px;
    content: "";
    display: inline-block;
    width: 6px;
    height: 20px;
    background: #6640d1;
    border-radius: 5px;
    transform: translateY(3px);
}

#news_wrap p{
    padding-bottom: 20px;
    line-height: 1.5rem;
}

.news_img{
    text-align: center;
}
.news_img img{
    max-width: 100%;
}
.news_note{
    font-size: 14px;
}

.news_link a{
    padding-right: 1.5em;
    text-decoration: underline;
    color: #ef295d;
}
.news_link a:hover{color: #fc90b2;}
.news_link a::before{
	content: "\0bb";
}
.news_link a[target=_blank]{
	background: url("../news/img/link_icn.svg") no-repeat;
	background-position: center right;
}
.news_link a[rel=noreferrer]{
	background: url("../news/img/blank_icn.svg") no-repeat;
	background-position: center right;
}

.back_button{
    margin-top: 20px;
    text-align: center;
}
.back_button a{
    display: inline-block;
    padding: 20px 60px;
    background: #333;
    color: #fff;
    border-radius: 5px;
}
.back_button a:hover{
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 2px 0 rgba(0,0,0,.2);
}

/*table*/

.news_table{
    margin: 0 -10px;
    width: calc(100% + 20px);
    text-align: center;
    border-collapse: separate;
    border-spacing: 10px;
}
.news_table tr th,
.news_table tr td{
    padding: 15px;
    border-radius: 5px;
}
.news_table tr td{
    background: #eee;}
.top_title{
    width: calc(100%/2);
    text-align: left;
    background: #fff;
}
.sub_title{
    text-align: left;
    background: #333;
    color: #fff;
}
.vertically{
    writing-mode: vertical-rl;
    vertical-align: middle;
    text-align: center;
}
.title{
    background: #fff;
}
.title,.ntmn-2{
    width: calc(100% / 4);}
.ntmn-1{
    width: calc(100% / 2);
}