<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news_btn{
    max-width: 150px;
    padding: 7.5px 15px;
    background: #3176bb;
    border-radius: 50px;
    display: block;
    margin: auto;
    color: white;
}
.top_img_bottom_inner dt {
    font-weight: bold;
}
.news_page.home_news dl{
    text-align: left;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 15px;
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
}
.news_page.home_news dt {
    font-weight: bold;
}
.news_page.home_news dd {
    width: 100%;
}

.top_img_bottom_inner .news_page dt {
    margin: 10px 0;
}
dd.news_img_inner{
    display: flex;
    justify-content: left;
    align-items: center;
}
dd.news_img_inner img{
    height: auto;
    width: 13em;
    margin-right: 1.5em;
}

.news_page.home_news dl:last-child{
    border-bottom: none;
}

@media (max-width:450px){
    dd.news_img_inner {
        display: flex;
        flex-direction: column-reverse;
    }
    dd.news_img_inner img {
        display: block;
        height: 11em;
        width: auto;
        margin: 25px auto 0px;
    }
    dd.news_img_inner {
        align-items: flex-start;
    }
    .work_main .top_img_bottom_inner {
        padding: 20px 7.5% 10px;
    }

}</pre></body></html>