/* お知らせ（microCMS）の共通スタイル */
.news-note{padding:48px 0;text-align:center;font-size:.82rem;color:#8b8179}
.post{display:grid;grid-template-columns:280px 1fr;background:#fff;box-shadow:0 7px 24px #30251f0d;color:inherit;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}
.post:hover{transform:translateY(-3px);box-shadow:0 14px 34px #30251f1a}
.post img{width:100%;height:220px;object-fit:cover}
.post__body{padding:28px}
.post time{font-size:.65rem;letter-spacing:.08em;color:#8b8179}
.post h2{font-size:1.4rem;margin:6px 0}
.post p{font-size:.8rem;color:#746c65;line-height:1.9}
.post__more{display:inline-block;margin-top:14px;font-size:.7rem;letter-spacing:.08em;color:#a4362c}
@media(max-width:650px){.post{grid-template-columns:1fr}.post img{height:210px}.post__body{padding:21px}}

.news-article{max-width:760px;margin:0 auto;background:#fff;padding:56px 60px;box-shadow:0 7px 24px #30251f0d}
.news-article>time{font-size:.68rem;letter-spacing:.1em;color:#8b8179}
.news-article>h1{font-size:1.9rem;line-height:1.5;margin:10px 0 32px}
.news-body{font-size:.86rem;line-height:2.1;color:#4b433d}
.news-body h2{font-size:1.25rem;margin:38px 0 14px;padding-left:14px;border-left:3px solid #a4362c}
.news-body h3{font-size:1.05rem;margin:30px 0 10px}
.news-body p{margin:0 0 20px}
.news-body img{width:100%;height:auto;margin:24px 0}
.news-body ul,.news-body ol{margin:0 0 20px;padding-left:1.4em}
.news-body li{margin-bottom:8px}
.news-body a{color:#a4362c}
.news-body blockquote{margin:24px 0;padding:18px 22px;background:#faf7f4;border-left:3px solid #d8cfc6;color:#6b625b}
.news-back{margin-top:44px;padding-top:24px;border-top:1px solid #ece6e0;font-size:.76rem}
.news-back a{color:#a4362c;text-decoration:none}
@media(max-width:650px){.news-article{padding:34px 22px}.news-article>h1{font-size:1.4rem}}
