@charset "UTF-8";
/* ----------------------------------------------
    共通css上書き
------------------------------------------------- */

/* ----------------------------------------------------------------
    NEWS LETTER
---------------------------------------------------------------- */
.news_title {
    width: 74.4444%;
    margin: 0 auto;
}
.news_title img {
    width: 100%;
}
.news_main {
    padding: 42px 10px 0;
        margin: 0 auto 140px;
}
h2.news_back {
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 1px solid #C6000C;
    padding-bottom: 13px;
}
.news_txt {
    margin-top: 14px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 180%;
}
@media print, screen and (min-width: 768px) {
    .news_title {
        width: 483px;
        margin: 60px auto 72px;
    }
    .news_main_text {
        font-size: 1.3rem;
        line-height: 1.7692;
        margin-top: 14px;
    }
    .news_txt {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 180%;
        margin-top: 40px;
    }
    .news_main {
        padding: 48px 0 0;
        width: 866px;
    }
    h2.news_back {
        font-size: 1.6rem;
        padding-bottom: 7px;
    }
    .news_main_text {
        font-size: 1.6rem;
        line-height: 2;
        margin-top: 16px;
    }
    .news_main_text a {
        color: #C6000C;
        text-decoration: underline;
    }
}





.news_box:first-of-type {
    padding: 54px 0 0;
}
.news_box {
    display: flex;
    flex-direction: column;
    padding: 60px 0 0;
}
.news_box:last-of-type {
    padding-bottom: 80px;
}
.news_year span {
    color: #C6000C;
    font-size: 1.4rem;
    background: #F8F8F8;
    padding: 5px 18px 6px 18px;
    letter-spacing: 0.03em;
    display: inline-block;
    line-height: 1.1875;
    font-family: "Geologica";
}
a.news_item {
    display: block;
    border-bottom: 1px solid #C7C7C7;
    padding: 26px 0 24px;
    color: #000000;
    letter-spacing: 0.06em;
    line-height: 1.375;
}
.news_date {
    display: block;
    font-family: "Geologica";
}
.news_detail {
    display: block;
    margin-top: 3px;
    line-height: 180%;
}
@media print, screen and (min-width: 768px) {
    .news_box:first-of-type {
        padding: 70px 0 0;
    }
    .news_box {
        display: flex;
        flex-direction: row;
        padding: 80px 0 0;
        justify-content: space-between;
    }
    .news_box:last-of-type {
        padding-bottom: 168px;
    }
    .news_year + div {
        width: 860px;
    }
    .news_year span {
        font-size: 1.6rem;
        padding: 8px 30px 7px 30px;
    }
    a.news_item {
        width: 756px;
        line-height: 1.375;
        padding: 18px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0 27px;
    }
    a.news_item:first-of-type {
        padding: 4px 0 20px;
    }
    a.news_item:hover {
        color: #C6000C;
        text-decoration: none;
    }
    .news_date {
        margin-right: 0;
        width: 95px;
    }
    .news_detail {
        width: 748px;
    }
}


.mm {
    width: 100%;
}
@media print, screen and (min-width: 768px) {
    .mm {
        width: 600px;
        margin: 0 auto;
    }
}

/* -------- NEWS LETTER　詳細 -------- */
.newsLetterContents {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px;
}
.newsLetterContents table,
.newsLetterContents img {
    width: 100%;
}

