.post_title_news{
    /*font-family: Maison Neue Book,Helvetica,Arial,sans-serif;*/
    /*font-family: YuMincho,Yu Mincho,Hiragino Mincho ProN,NotoSerifSubset,serif;*/
    font-size: 150% !important;
    text-align: center;
    color: #222222;
    letter-spacing: .4em;
    /* padding-top: 10%; */
    margin-bottom: 2%;
    font-weight: 300 !important;
}

.news_tbl {
    display: table;
    width: 100%;
}

.flex{
display:flex;

}


.news_row {
  /*  display: table;*/
    width: 100%;
    /*display:flex;*/
border-bottom: 1px solid #ccc;
}
.news_td, .news_th {
    /*border-bottom: 1px solid #ccc;*/
    display: table-cell;
    font-size: 12px;
    line-height: 2;
    padding: 28px 0;
    text-align: left;
    vertical-align: top;
}
.news_message_item, .news_td_half {
    display: inline-block;
    vertical-align: top;
}
.news_th {
    min-width: 6em;
    width: 15%;
    
}

.news_th img {
    min-width: 6em;
    width: 100%;
    
}

.news_th span{
    font-size: 10px;
    color: #777777;
    display:block;
}
.news_td {
    text-align: left;
    padding-left: 5%;
    transform: translateZ(0px);
	width: 75%;

}

.news_td span{
    font-size: 10px;
    color: #111111;
    padding-right: 5%;

    
}
.news_td_half {
    width: 85%;
    color: #70c7d4;
}
.news_row:first-child .news_td, .news_row:first-child .news_th {
    /*border-top: 1px solid #ccc;*/
}

.news_title {
    /*font-family: Maison Neue Book,Helvetica,Arial,sans-serif;*/
    font-family: YuMincho,Yu Mincho,Hiragino Mincho ProN,NotoSerifSubset,serif;
    font-size: 120% !important;
    text-align: left;
    color: #222222;
    letter-spacing: .3em;
    margin-bottom: 1%;
    font-weight: 400 !important;
}