@charset "UTF-8";
/* CSS Document */


img.aligncenter{ margin:15px auto!important; display:block;}
img.alignright{ margin:15px 0 15px auto!important; display:block;}


.wp-block-image img {
    width: auto;
    margin: 10px 0;
}


.post-wrap__inner .article-post .post-box h3 {
    font-size: 20px;
    line-height: 1.5;
    padding: 30px 0 6px;
    border-bottom: 1px solid #555;
    margin-bottom: 16px;
}


h4.wp-block-heading {
    /* background: #f2f2f2; */
    /* padding: 4px 16px; */
    /* margin-bottom: 13px; */
    /* background: #029B93; */
    color: #029B94;
    /* color: #fff; */
    padding-bottom: 6px;
    font-size: 17px;
}


.post-wrap__inner .article-post .post-box ul{ 
    margin: 14px 0 14px 22px;
}
.post-wrap__inner .article-post .post-box ul li{
    list-style: disc;
}

.post-wrap__inner .article-post .post-box a{
    text-decoration: underline;
    color:#065FD4 ;
}
.post-wrap__inner .article-post .post-box a:hover{
    text-decoration: none;
    opacity: 1;
}


/*目次*/
#toc_container {
    border: 1px solid #ddd;
    margin: 10px 0 30px;
    width: 100%!important;
    padding: 10px 30px;
    background: #fafafa!important;
}

@media screen and (max-width: 767px) {
#toc_container {
    border: 1px solid #ddd;
    margin: 0px 0 30px;
    width: 100%!important;
    padding: 10px 14px;
    background: #fafafa!important;
}
}

/*
.toc_list > li {
    border-top: 1px solid #ddd;
    padding-bottom: 3px;
}
*/

.toc_list > li > ul{
    display: none;
}

