/*------------------------------------------------------------
News */
.newsbox {
    text-align: start;
    margin-bottom: 30px;
}
.newsbox .pdf_link > li {
    font-size: clamp(1.2rem, 1.0248901903vw, 1.4rem);
}
.newstitle {
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    font-size: clamp(1.6rem, 1.317715959vw, 1.8rem);
    -webkit-border-after: 2px solid rgba(var(--maincolor), 1);
    border-block-end: 2px solid rgba(var(--maincolor), 1);
    color: rgba(var(--maincolor), 1);
    line-height: 1.4;
    -webkit-padding-after: 0.5em;
    padding-block-end: 0.5em;
}
.newstitle span {
    display: block;
    font-family: "Cinzel", serif;
    font-weight: 500;
    inline-size: -webkit-max-content;
    inline-size: max-content;
    background: rgba(var(--maincolor), 0.2);
    color: rgba(var(--maincolor), 1);
    border: 1px solid rgba(var(--maincolor), 0.6);
    line-height: 1;
    padding: 0.3em 0.6em;
    font-size: clamp(1.2rem, 1.0248901903vw, 1.4rem);
    -webkit-margin-after: 0.8em;
    margin-block-end: 0.8em;
}
.news_text_area {
    overflow: hidden;
}
.news_text {
    line-height: 1.6;
    font-size: clamp(1.4rem, 1.1713030747vw, 1.6rem);
}
.news_text + .pdf_link {
    -webkit-margin-before: 24px;
    margin-block-start: 24px;
}
#news01 {
    inline-size: 100%;
}
#news01 dl {
    text-align: start;
}
#news01 dl + dl {
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
}
#news01 dl dt {
    font-family: "Cinzel", serif;
    font-weight: 400;
}
#news01 dl .newstitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#news01 dl .newstitle a {
    text-decoration: none;
    color: rgba(var(--bace_tx_color), 1);
    transition-duration: 0.2s;
}
#news01 dl .newstitle a:hover {
    opacity: 0.6;
}
@media (width >=768px) {
    #news01 dl {
        display: flex;
    }
    #news01 dl dt {
        inline-size: 110px;
    }
    #news01 dl dd {
        inline-size: calc(100% - 110px);
    }
}
.btn_back a {
    min-width: 225px;
    height: 100%;
    min-height: 4.5rem;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    color: rgba(var(--maincolor), 1);
    border-color: rgba(var(--maincolor), 0.7);
    background-color: rgba(var(--maincolor), 0.1);
    font-size: clamp(1.5rem, 1.31772vw, 1.8rem);
    padding: 1.1rem 1rem 1rem 1.8rem;
    position: relative;
}
.btn_back a::after {
    font-family: "Material Symbols Sharp";
    content: "\e5e0";
    /*font-size: 1.25em;*/
    display: inline-block;
    margin-inline-start: 0.5em;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.btn_back a:hover {
    border-color: rgba(var(--maincolor), 1);
    background-color: rgba(var(--maincolor), 0.2);
}
@media print, screen and (min-width: 768px) {
    .btn_back {
        text-align: left;
    }
}