@charset "UTF-8";

.page_key {
    margin-bottom: 12rem;
}

.news_col {
    border-top: 1px solid #d6d6d6;
}

.news_col .item {
    display: flex;
    align-items: start;
    padding: 2.6rem 0;
    border-bottom: 1px solid #d6d6d6;
    column-gap: 2rem;
}

.news_col .item .date {
    font-size: 1.6rem;
    color: #9a9a9a;
    line-height: 2.4;
    min-width: 5.25em;
    white-space: nowrap;
}

.news_col .item .ttl {
    font-size: 1.8rem;
    line-height: 2;
}

.news_col .item .ttl:hover {
    color: #ac1d28;
    text-decoration: underline;
}




.single-news .breadcrumb {
    margin-bottom: 8rem;
}

.single-news .post_title {
    margin-bottom: 5rem;
}

.single-news .post_title .date {
    font-size: 1.6rem;
    font-weight: 700;
    color: #7d7d7d;
    margin-bottom: .7rem;
}

.single-news .post_title .ttl {
    font-size: 3.5rem;
    font-weight: 700;
}

.single-news .news_main {
    line-height: 2;
}

.single-news .news_content > *:not(:last-child) {
    margin-bottom: 2em;
}

.single-news .news_content p > a {
    display: inline-block;
    color: #326fcb;
    text-decoration: underline;
    font-weight: 700;
}