@charset "utf-8";
/*
------------
post_style.css
------------
*/
.post #post_container .post_body h2,
.post #post_container .post_body h3 {
    margin: 0 0 15px 0;
    font-size: 2rem;
    letter-spacing: 0.2em;
    line-height: 1.6;
    font-weight: 600;
}
.post #post_container .post_body p {
    margin: 0 0 15px 0;
    font-size: 1.6rem;
    letter-spacing: 0.15em;
    line-height: 1.8;
    font-weight: 500;
}
.post #post_container .post_body li {
    position: relative;
    padding: 0 0 0 1.2rem;
}
.post #post_container .post_body li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
.post #post_container .post_body figure {
    margin: 0 0 15px 0;
}
.post #post_container .post_body li:not(:first-child) {
    margin: 10px 0 0 0;
}
.post #post_container .post_body .wp-block-separator {
    border-top: 1px solid #806627;
}
.post #post_container .post_body a {
    color: #806627;
    text-decoration: underline;
    transition: all .3s ease;
}
.post #post_container .post_body a:hover {
    text-decoration: none;
    opacity: .6;
}
.wp-block-columns {
    gap: 10px;
}