@charset "utf-8";

/** リニューアルページ */
/* コンテンツエリア */
.new-news-info-area {
    padding: 40px 0 0 0;
}
/* ページタイトル */
.new-commonTitPage {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.5;
}

/** 記事 */
/* 記事タイトル */
.txtTitle {
    font-size: 32px;
    font-weight: bold;
    margin: 40px 0 20px 0;
    line-height: normal;
}
/* 日付 */
.txtDate {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 35px;
}

/** 下部リンク */
.new-news-info-area .secOtherLink {
    margin-top: 80px;
}
.new-news-info-area .secOtherLink .link-list-wrap {
    text-align: center;
}
.new-news-info-area .secOtherLink a {
    padding: 15px;
    background-color: #FFCB00;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    width: calc(100% - 20px);
    max-width: 300px;
    text-align: center;
    position: relative;
}
.new-news-info-area .secOtherLink a:hover {
    filter: brightness(1.1);
}
.new-news-info-area .secOtherLink .linkBefore>.arrow,.linkList>.arrow {
    width: 8px;
    height: 10px;
    background: url(../images/new/arw_b_left.png) left no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translate(-0, -50%);
}
.new-news-info-area .secOtherLink .linkAfter {
    float: right;
}
.new-news-info-area .secOtherLink .linkAfter>.arrow {
    width: 8px;
    height: 10px;
    background: url(../images/new/arw_b_right.png) right no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

@media only screen and (max-width:767px){
    /** リニューアルページ */
    /* コンテンツエリア */
    .new-news-info-area {
        padding: 20px 0 0 0;
    }
    /* ページタイトル */
    .new-commonTitPage {
        font-size: 20px;
    }
    /** 記事 */
    /* 記事タイトル */
    .txtTitle {
        font-size: 20px;
        margin: 20px 0 20px 0;
    }
    /* 日付 */
    .txtDate {
        margin-bottom: 20px;
    }

    /** 下部リンク */
    .new-news-info-area .secOtherLink {
        margin-top: 40px;
    }
    .new-news-info-area .secOtherLink .link-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .new-news-info-area .secOtherLink .link-before-wrap {
        order: 1;
    }
    .new-news-info-area .secOtherLink .link-list-wrap {
        order: 3;
        margin-top: 20px;
    }
    .new-news-info-area .secOtherLink .link-after-wrap {
        order: 2;
    }
    .new-news-info-area .secOtherLink a {
        font-size: 14px;
        width: calc(100% - 5px);
        max-width: none;
    }
    .new-news-info-area .secOtherLink .link-list-wrap a{
        width: 100%;
    }
    .new-news-info-area .secOtherLink .linkBefore>.arrow,.linkList>.arrow {
        background: url(../images/new/arw_b_left@2x.png) left no-repeat;
        background-size: contain;
    }
    .new-news-info-area .secOtherLink .linkAfter>.arrow {
        background: url(../images/new/arw_b_right@2x.png) right no-repeat;
        background-size: contain;
    }
}