/* List */
.flat-row{
    min-height: calc(100vh - 128px);
}
.flat-tabs ul.menu-tab{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
.news_block{
    padding: 120px 0 100px 0;
    border-bottom: 1px solid #FF9659;
}
.news_block:first-child{
    padding-top: 0;
}
.news_block:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
/* Detail */
.news_back_btn,
.news_detail_title{
    margin-bottom: 80px;
}
.news_back_btn,
.news_back_btn:link,
.news_back_btn:hover{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 30px;
    position: relative;
    display: inline-block;
}
.news_back_btn > i{
    font-size: 24px;
    height: 24px;
    padding-top: 0px;
    position: absolute;
    left: 0;
    top: 0px;
}
.news_detail_title > span{
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 500;
    color: #FF9659;
    margin-bottom: 8px;
}
/* PC */
@media only screen and (min-width: 992px){
    /* List */
    .flat-row{
        padding-top: 80px;
        padding-bottom: 120px;
    }
    .flat-tabs ul.menu-tab{
        width: 870px;
    }
    /* Detail */
    .news_detail_block{
        width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}
/* Mobile */
@media only screen and (max-width: 991px){
    /* List */
    .flat-row{
        padding-top: 40px !important;
        padding-bottom: 120px !important;
    }
    .flat-tabs ul.menu-tab{
        text-align: center;
    }
    .news_block{
        padding: 100px 0 80px 0;
    }
    /* Detail */
    .news_back_btn,
    .news_detail_title{
        margin-bottom: 48px;
    }
    .news_detail_title > h3{
        font-size: 32px;
    }
}
