.home-news-block {
    background-color: #fff;
    display: flex;
    position: absolute;
    right: 0;
    z-index: 100;
    /* 高桑さん指示一旦画面幅に伸ばす  */
    width: 70%;
    bottom: 0;
}

.home-news-block .more-link {
    background-color: var(--main-color-blue);
    padding: 40px 30px;
}

.home-news-block .more-link .title,
.home-news-block .more-link a {
    color: #fff;
}

.home-news-block .more-link a{
    vertical-align: middle;
}
.home-news-block .more-link a:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    margin-right: 4px;
    background-image: url(../image/home/icon_top_news.svg);
    vertical-align: sub; /* 上下中央寄せ */
}

.home-news-block .more-link .title {
    font-size: 2.4rem;
    font-family: var(--font-minchou);
}

/* .news-post-row .views-field .field-content,
.news-post-row .views-field .field-content a {
    display: block;
    height: 100%;
}

.home-news-block :is(.views-field-created, .views-field-title) a {
    line-height: 2;
}

.news-post-row-list {
    padding: 24px 20px;
}

.news-post-row {
    display: flex;
    column-gap: 12px;
    margin-bottom: 8px;
}

.news-post-row:last-child {
    margin-bottom: 0;
}

.post-status.new {
    background-color: crimson;
    color: #fff;
    vertical-align: middle;
}

.post-status {
    width: 80px;
    padding: 2px 12px;
    flex: 0 0 auto;
    text-align: center;
}

.home-news-block .views-field-field-tags a {
    background-color: var(--main-color-blue);
    color: #fff !important;
    width: 160px;
    display: inline-block;
    text-align: center;
    padding: 2px 12px;
    font-weight: bold;
}

.home-news-block .views-field-created {
    width: 100px;
}

.home-news-block .views-field-title,
.home-news-block .views-field-created {
    font-weight: bold;
} */


.news-post-row .views-field .field-content a {
    display: block;
    height: 100%;
}

.home-news-block :is(.created-time, .title) a {
    line-height: 2;
}

.news-post-row-list {
    padding: 24px 20px;
}

.news-post-row {
    display: flex;
    column-gap: 12px;
    align-items: flex-start;

    margin-bottom: 8px;
}

.news-post-row:last-child {
    margin-bottom: 0;
}

.post-status.new {
    background-color: crimson;
    color: #fff;
    vertical-align: middle;
}

.post-status {
    width: 80px;
    padding: 2px 12px;
    flex: 0 0 auto;
    text-align: center;
}

.home-news-block .tag a {
    background-color: var(--main-color-blue);
    color: #fff !important;
    width: 160px;
    display: inline-block;
    text-align: center;
    padding: 2px 12px;
    font-weight: bold;
}

.home-news-block .created-time{
    width: 100px;
}

.home-news-block .title,
.home-news-block .created-time{
    font-weight: bold;
}

/* SP */
@media screen and (max-width: 1199px) {
    .home-news-block{
        width: 100%;
        display: block;
    }
    .news-post-row-list{
        display: none
    }
    .home-news-block .more-link h3.title{
        font-size: 24px;
    }
    .news-post-row-list{
        padding: 10px;
    }
    .home-news-block .more-link a{
        font-size: 16x;
    }
    .home-news-block .more-link a:before{
        width: 18px;
        height: 18px;
    }
}
