
p {
    max-width: 40em;
    margin: 0 auto;
    letter-spacing: 1px;
    line-height: 2;
}

.single-news {
    max-width: 700px;
    padding: 0 20px;
}
.single-news .release {
    text-align: right;
}

.single-news > .image {
    width: min(100%,640px);
}

.single-news .sns-wr .btn-1 {
    margin: 24px auto;
    flex-direction: row-reverse;
}

.single-news .sns-wr .btn-1::after {
    rotate: 90deg;
}

/* -------- 2025.06.10 -------- */

.download {
    margin: 0 auto;
    width: 280px;
    margin: 1em auto;
    padding: 16px;
    border-radius: 30px;
    border: 1px solid var(--sub-color-ocher);
    color: var(--sub-color-ocher);
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    gap: 16px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
}

.press {
    width: 280px;
    margin: 2em auto 0;
    display: block;
}

.center {
    text-align: center;
}

/* -------- 2025.06.13 -------- */
.text {
    width: fit-content;
}

.point-list {
    width: min(100%, 432px);
    margin: 1em auto;
    padding-left: 1.25em;
}

.point-list li {
    list-style: disc;
    margin: 16px 0;
    line-height: 1.4;
}

.deadline {
    font-weight: bold;
    width: fit-content;
    margin: 1em auto;
    font-size: 20px;
}