@charset "UTF-8";

/* ===========================================
    news
=========================================== */
.home__news-body {
    width: 100%;
    padding-bottom: 80px;
}

.home__news-body dl {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.home__news-list:first-child {
    border-top: none;
}

.home__news-list {
    border-top: 1px solid #e6e7e8;
    padding: 20px 36px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
}

.tag_blog {
    width: 100px;
    border: 1px solid #031071;
    border-radius: 5px;
    padding: 4px 10px;
    text-align: center;
    line-height: 1;
    font-size: 1.1rem;
    color: #031071;
}

.tag_news {
    width: 100px;
    border: 1px solid #009143;
    border-radius: 5px;
    padding: 4px 10px;
    text-align: center;
    line-height: 1;
    font-size: 1.1rem;
    color: #009143;
}

.home__news-list dt time {
    margin-right: 30px;
}

.home__news-list dd {
    display: block;
    margin-inline-start: 40px;
    line-height: 2;
}

.news_detail-header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.news_detail-title{
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 40px;
}

.news_detail-txtbox{
    margin-bottom: 100px;
}

.news_detail-txt{
    font-size: 1.6rem;
    margin-bottom: 20px;
}