#news .title_ptn01 {
    margin: 0 auto 32px;
    background-position: 0 -266px;
}

#news .title_ptn01 .title span {
    letter-spacing: 0.06em;
    font-weight: 500;
}

.container_fluid {
    max-width: 980px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 40px auto 32px;
}

.container_fluid dt {
    padding: 8px 0;
}

.news_list {
    max-width: 980px;
    width: 90%;
    margin: 64px auto 48px;
    justify-content: center;
}

.news_list a {
    text-decoration: none;
    color: #2e2e2e;
}

.news_list_item:hover {
    opacity: 0.8;
}

.column_ttl {
    padding: 8px;
}

.news_list_item_date {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 8px;
}

.news_list_item_title {
    font-size: 18px;
    letter-spacing: 0.08em;
}

.news_list_item {
    width: 90%;
    align-items: center;
    margin: 40px 0 24px 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

.news_list_item.info .news_list_item_date {
    font-size: 16px;
    margin: 0 24px;
    padding-bottom: 0;
}

.news_list_item_title::after {
    position: absolute;
    top: 50%;
    right: 2%;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2e2e2e;
    border-right: 2px solid #2e2e2e;
    transform: translate(0, -50%) rotate(45deg);
}

@media screen and (max-width:820px) {
    .title_ptn01 .title {
        padding: 8px 24px;
        font-size: 28px;
    }
}

@media screen and (max-width:480px) {
    .title_ptn01 .title {
        padding: 8px 20px;
        font-size: 20px;
    }
    #news .title_ptn01 {
        width: 100%;
        margin: 0;
        background-position: 0 -345px;
    }
    .news_list {
        width: 100%;
    }
    .news_list_item {
        margin: 40px auto 24px;
    }
    .news_list_item.info .news_list_item_date {
        font-size: 12px;
        margin: 0 16px 0 0;
    }
    .news_list_item_title {
        font-size: 16px;
    }
}


/* 個別インフォメーション */

.information {
    max-width: 800px;
    width: 90%;
    margin: 64px auto 48px;
    justify-content: center;
}

.information_ttl {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.info_date {
    padding-right: 16px;
}

.info_cat {
    border: 1px solid var(--main-color);
    border-radius: 4px;
    padding: 4px 8px;
}

.information h2 {
    font-size: 40px;
    text-align: center;
    padding: 16px 8px 32px;
}

.info_contents {
    font-size: 16px;
    padding: 8px;
    margin: 16px;
    line-height: 2;
}

.info_contents h3 {
    font-size: 24px;
    font-weight: bold;
    border-left: 4px solid #5192e1;
    padding: 8px;
    margin: 8px;
}

@media screen and (max-width:480px) {
    main#news {
        overflow: hidden;
        margin: 0;
        box-sizing: border-box;
    }
    .information {
        max-width: 800px;
        width: 100%;
        margin: 32px 12px 56px;
        justify-content: center;
    }
    .information_ttl {
        font-size: 14px;
    }
    .information h2 {
        font-size: 24px;
        text-align: left;
        padding: 16px 8px 32px;
    }
    .info_contents {
        font-size: 14px;
        margin: 0;
        padding: 0 8px;
    }
}