@charset "UTF-8";
.news {
    margin-top: 0;
    display: block;
    background: url(../images/news_back.png)no-repeat;
    background-size: contain;
    background-position: top center;
    background-size: 90%;
    background-position-y: 30px;
    padding-top: 163px;
    margin-bottom: 80px;
}
.news h2 {
    text-align: center;
    margin: 0 auto 20px;
}
.news h2 span{
    text-align: center;
}
.news-list{
    width: 73%;
    margin: 0 auto;
}
.news-item {
    padding: 53px 0;
    width: 79%;
}
.news-item:last-child{
    border: none;
}
.item-txt{
    display: block;
}
.item-txt .category{
    display: inline-block;
    font-size: 16px;
}
.news-item::after{
    display: none;
}
.item-txt .txt{
    font-size: 19px;
    color: #695134;
    font-weight: 600;
    margin: 10px 0 12px;
    font-family: 'otfmarugo';
    font-weight: 400;
}
.item-txt .textarea{
    font-size: 16px;
    color: #3A3A3B;
    line-height: 1.7;
}
.item-txt .textarea a{
    display: inline;
    color: #5885FF;
}
.contact_btn_fix{
    width: 364px;
}
.item-txt time{
    font-size: 19px;
}
@media print, screen and (max-width: 999px) {
.contact_btn_fix{
    width: 240px;
}
}
@media print, screen and (max-width: 768px) {
    .news{
        background-position-y: 75px;
        background-size: 100%;
        padding-top: 105px;
        margin-bottom: 30px;
    }
    .news h2{
        margin: 0 auto 10px;
    }
    .news-list {
        width: 100%;
    }
    .news-item {
        padding: 32px 0;
        width: 100%;
    }
    .item-txt .txt{
        font-size: 16px;
        margin: 22px 0 7px;
        line-height: 1.4;
    }
    .item-txt .textarea{
        font-size: 14px;
        line-height: 1.5;
    }
    .item-txt .category {
        display: inline;
        margin-inline: 7px;
        font-size: 14px;
    }
    .item-txt time{
        font-size: 16px;
    }
    .item-txt time::before {
        top: -7px;
    }
}