@media screen and (min-width: 768px) {
  body article section.hero .vijual {
    background-image: url("../image/info/pc/img_hero.jpg");
  }
  body article section.hero .vijual h1 {
    background: url(../image/info/pc/title.png) no-repeat 50% 50%;
    text-indent: -9999px;
  }

    body article section.info_news {
        padding: 96px 0
    }

    body article section.info_news .head {
        margin-bottom: 20px
    }

    body article section.info_news .head .title {
        margin-bottom: 15px;
        padding: 0 0 20px 0;
        border-bottom: 1px solid #aa8534;
        position: relative
    }

    body article section.info_news .head .title p.tag {
        margin-right: 15px;
        padding: 0 8px;
        min-width: 64px;
        height: 24px;
        display: block;
        float: left;
        box-sizing: border-box;
        border: 1px solid #aa8534;
        text-align: center;
        line-height: 22px;
        font-size: 14px;
        color: #aa8534;
        letter-spacing: calc(100em / 1000);
        font-family: 'Noto Serif JP'
    }

    body article section.info_news .head .title h2 {
        line-height: 24px;
        font-size: 17px;
        font-weight: bold;
        color: #aa8534
    }

    body article section.info_news .head p.date {
        font-size: 15px;
        color: #aa8534;
        font-family: 'Times New Roman', 'Times'
    }

    body article section.info_news .content {
        margin-bottom: 32px;
        overflow: hidden;
        line-height: 32px;
        font-size: 15px
    }

    body article section.info_news .content strong {
        font-weight: bold
    }

    body article section.info_news .content a {
        color: #782d18;
        text-decoration: underline
    }

    body article section.info_news .content p {
        margin-bottom: 32px
    }

    body article section.info_news .content .img {
        clear: both;
        width: 448px;
        float: right
    }

    body article section.info_news .content .img img {
        width: 100%;
        height: auto
    }

    body article section.info_news .content .text {
        width: 448px;
        float: left
    }

    body article section.info_news .pagenate {
        overflow: hidden
    }

    body article section.info_news .pagenate p {
        line-height: 64px
    }

    body article section.info_news .pagenate p.prev {
        text-align: left;
        float: left
    }

    body article section.info_news .pagenate p.prev a {
        padding-left: 17px;
        background: url("../image/info/pc/icon_arrow_prev.png") no-repeat left center
    }

    body article section.info_news .pagenate p.next {
        text-align: right;
        float: right
    }

    body article section.info_news .pagenate p.next a {
        padding-right: 17px;
        background: url("../image/info/pc/icon_arrow_next.png") no-repeat right center
    }

    body article section.info_news .pagenate p a {
        display: inline-block;
        font-size: 13px;
        font-weight: bold;
        color: #aa8534
    }

    body article section.info_news p.gotop {
        text-align: center;
        line-height: 64px
    }

    body article section.info_news p.gotop a {
        font-size: 13px;
        font-weight: bold;
        color: #aa8534
    }
}

@media screen and (max-width: 767px) {
  body article section.hero .vijual {
    background-image: url("../image/info/sp/img_hero.jpg");
  }
  body article section.hero .vijual h1 {
    text-indent: -9999px;
  }

    body article section.info_news {
        padding: 28px 0
    }

    body article section.info_news .head {
        margin-bottom: 22px;
        padding: 0 16px
    }

    body article section.info_news .head .title {
        margin-bottom: 8px;
        padding-bottom: 10px;
        border-bottom: 1px solid #aa8534;
        position: relative
    }

    body article section.info_news .head .title p.tag {
        margin-bottom: 4px;
        padding: 0 8px;
        min-width: 60px;
        height: 24px;
        display: inline-block;
        box-sizing: border-box;
        border: 1px solid #aa8534;
        text-align: center;
        line-height: 22px;
        font-size: 14px;
        color: #aa8534;
        letter-spacing: calc(100em / 1000);
        font-family: 'Noto Serif JP'
    }

    body article section.info_news .head .title h2 {
        line-height: 28px;
        font-size: 16px;
        font-weight: bold;
        color: #aa8534
    }

    body article section.info_news .head p.date {
        font-size: 12px;
        color: #aa8534;
        font-family: 'Times New Roman', 'Times'
    }

    body article section.info_news .content {
        margin-bottom: 28px;
        line-height: 28px;
        font-size: 16px
    }

    body article section.info_news .content strong {
        font-weight: bold
    }

    body article section.info_news .content a {
        color: #782d18;
        text-decoration: underline
    }

    body article section.info_news .content p {
        margin-bottom: 28px
    }

    body article section.info_news .content .img {
        margin-bottom: 28px;
        padding: 0 16px;
        clear: both
    }

    body article section.info_news .content .img img {
        width: 100%;
        height: auto
    }

    body article section.info_news .content .text {
        margin-bottom: 28px;
        padding: 0 16px
    }

    body article section.info_news .pagenate {
        margin-bottom: 28px;
        padding: 0 8px;
        overflow: hidden
    }

    body article section.info_news .pagenate p {
        line-height: 20px
    }

    body article section.info_news .pagenate p.prev {
        margin-bottom: 28px;
        text-align: left
    }

    body article section.info_news .pagenate p.prev a {
        padding-left: 24px;
        background: url("../image/info/sp/icon_arrow_prev.png") no-repeat left center/10px 17px
    }

    body article section.info_news .pagenate p.next {
        text-align: right
    }

    body article section.info_news .pagenate p.next a {
        padding-right: 24px;
        background: url("../image/info/sp/icon_arrow_next.png") no-repeat right center/10px 17px
    }

    body article section.info_news .pagenate p a {
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        color: #aa8534
    }

    body article section.info_news p.gotop {
        text-align: center;
        line-height: 56px
    }

    body article section.info_news p.gotop a {
        font-size: 14px;
        font-weight: bold;
        color: #aa8534
    }
}
