html {
    background-color: #ffffff;
    scrollbar-width: none;
    transition: all 0.3s;
}
section.topics {
    width: 80%;
    margin: 10% auto 10%;
}
.title-ani {
    overflow: hidden;
    color: #393939 !important;
    transition-delay: 0.6s;
    font-size: 3.6rem;
}

.title-ani-s {
    overflow: hidden;
    color: #343434 !important;
    transition-delay: 0.7s;
    font-size: 1.3rem;
}
h1.newstitle {
    font-size: 1.8rem;
    line-height: 4rem;
    font-weight: 500;
    margin-bottom: 10%;
}

.newsinner {
    width: 50vw;
    max-width: calc(50vw - 3rem);
    margin: 0 auto;
}
.newsinner {
    font-family: YakuHanJP, Zen Kaku Gothic New, sans-serif;
    font-weight: 400;
    line-height: 2.4rem;
    font-size: 1.1rem;
    letter-spacing: 0px;
    -webkit-text-stroke: 0.01vw;
}
p.news {
    margin-bottom: 4%;
    text-align: justify;
}

.cms-news {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
img.newsimg {
    width: 85%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
img.newsimg.large{
    width: 100%!important;
}
ul.news {
    list-style: decimal;
    text-align: left;
    width: -webkit-fill-available;
    margin-left: 3%;
    margin-bottom: 7%;
}
@media (max-width: 768px) {
    ul.news {
    list-style: decimal!important;
    text-align: left;
    width: -webkit-fill-available;
    margin-left: 5%!important;
    margin-bottom: 10%!important;
}
    img.newsimg {
        width: 100%;
        max-width: 100%;
        height: auto;    margin: 1% auto 2%;
    }
}
.btn-square {
    display: block;
    width: 25rem;
    padding: 1rem;
    background-color: #000000;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    transition: transform 0.3s ease;
    margin: 11% auto 0;
}

.btn-square:hover {
    transform: scale(1.05); /* 1.05倍に拡大 */
}
.meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 4% 0 3%;
}
time {
    font-size: 0.94rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #595858;
}
.cate {
    background-color: white;
    border: 1px solid black;
    border-radius: 5px; /* 角丸2px */
    padding: 0.1rem 0.7rem; /* テキスト周りに余白を追加 */
    font-size: 0.94rem; /* 必要に応じてサイズ調整 */
    letter-spacing: 1px;
}
p.news.last {
    margin-bottom: 8%;
}
h2.news {
    font-size: 1.8rem;
    font-weight: 500;
    width: 100%;
    text-align: left;
    margin: 5% 0 5% 0;
}
p.news {
    width: 100%;
}
span.bold {
    font-weight: 500;
}
p.news.list {
    margin-bottom: 1%;
}
a.btn-square.linkbtn {
    margin: 4% 0 10%;
    background: #60c100;
    width: 40rem;
    border-radius: 2rem;
}
@media (max-width: 768px) {
a.btn-square.linkbtn {
    margin: 4% 0 8%;
    background: #60c100;
    width: 100%;
    border-radius: 2rem;
}
    .text.sponly {
    display: block;
}
h2.news {
    font-size: 1.4rem;
    font-weight: 500;
    width: 100%;
    text-align: left;
    margin: 10% 0 10% 0;
    }
    section.topics {
        width: 90%;
        margin: 7rem auto 20%;
    }
.title-ani {
    overflow: hidden;
    color: #393939 !important;
    transition-delay: 0.6s;
    font-size: 2rem;
}
.title-ani-s {
    overflow: hidden;
    color: #343434 !important;
    transition-delay: 0.7s;
    font-size: 1rem;
}
    .newsinner {
        width: 90%;
        max-width: calc(90vw - 3rem);
        margin: 15% auto 10%;
    }
    .cate {
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 0.05rem 0.7rem;
    font-size: 0.84rem;
    letter-spacing: 1px;
}
time {
    font-size: 0.84rem;
    font-weight: 600;
    letter-spacing: 1px;
    color: #595858;
}
.newsinner {
    font-family: YakuHanJP, Zen Kaku Gothic New, sans-serif;
    line-height: 2rem;
    font-size: 0.98rem;
    letter-spacing: 0px;
    -webkit-text-stroke: 0.01vw;
}
.btn-square {
display: block;
        width: 90%;
        padding: 0.5rem;
        background-color: #000000;
        color: white;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
        font-weight: 500;
        transition: transform 0.3s ease;
        margin: 15% auto 0;
        font-size: 0.9rem;
}

h1.newstitle {
    font-size: 1.4rem;
    line-height: 3rem;
    font-weight: 500;
    margin-bottom: 15%;
}
    p.news {
        margin-bottom: 5%;
        text-align: justify;
    }
}