@charset "UTF-8";
.wp_posts{}
.wp_post{}
.wp_post_link{padding: 1.6rem 0;border-bottom: 1px dashed #ddd;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}
.wp_post_link .date{color: #bd8943;margin: 0 1rem 0 0;line-height: 1;}
.wp_post_link .ttl{font-feature-settings: "palt";overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;flex: 1;line-height: 1;margin: 0;}

.post-article h2{
margin: 1rem 0;
}

.post-article h3,.post-article h3:not(:first-child){
margin: 1rem 0;
}

.post-article h4,.sub h4:not(:first-child){
margin: 1rem 0;
}
.post-article h5{
    font-family: YuMincho, "Yu Mincho", yu-mincho-pr6, serif;
    font-size: 1.46em;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 2;
    color: #555;
    margin-bottom: 1rem;
}
.post-article h6{
    font-size: 1.16em;
    font-weight: 600;
    line-height: 2;
    color: #555;
    margin-bottom: 1rem;
}

.post-article ul,
.post-article ol{margin-bottom: 1rem;}

.post-article ul li {counter-increment: num-list;position: relative;list-style-type: disc;margin-left: 1rem;line-height: 1.8;}
.post-article ul li:not(:last-child){margin-bottom: 0.6rem;}
.post-article ol:not(:last-child){margin-bottom: 1rem;}

.post-article blockquote{position:relative;font-style:italic;padding: 3rem 1rem;background:#fafafa;max-width:max-content;line-height: 1.8;margin-bottom: 1rem;}
.post-article blockquote:before,.post-article blockquote:after{font-size: 2rem;line-height:0;position:absolute;}
.post-article blockquote:before{content:"\201C";top: 2.2rem;left: 1rem;}
.post-article blockquote:after{content:"\201D";bottom: 2.2rem;right: 1.2rem;}
.post-article blockquote p:last-child,.post-article blockquote p:last-child a{margin-bottom:0;}
.post-article blockquote a{width: max-content;margin-left: auto;display: block;}

.post-article a{
    text-decoration: underline;color: #bd8943;font-weight: 600;display: inline-block;margin-bottom: 0;
}

@media screen and (max-width:599px){

}