.searchbar {
    padding-bottom: 2.8vw;
    background: #f3f3f3 url(../images/image_01.png) 0 40% repeat-x;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
}

.no-more {
    display: none;
    width: 100%;
    line-height: 10vw;
    text-align: center;
    font-size: 2vw;
    color: #999
}

.news-detail {
    padding: 4.5vw;
}

.news-detail h2 {
    line-height: 8.5vw;
    font-weight: normal;
    font-size: 5.3vw;
    color: #000;
}

.news-detail .subtitle {
    line-height: 10.6vw;
    font-size: 3.4vw;
    color: #999;
    margin-bottom: 5vw;
}

.news-detail .subtitle>label {
    color: #576b95
}

.news-detail .detail {
    font-size: 4vw;
    line-height: 6.8vw;
    color: #000;
}

.news-detail .detail p {
    margin: 0;
}

.news-detail .detail p img {
    max-width: 100%;
}

#news-lsit-page .newslist {
    padding: 0 2vw;
}