#posts h1 {
    font-family: ryo-text-plusn, serif;
    font-size: 2.6rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0 0 11px;
    padding: 0 1%;
}
#posts h2 {
    font-family: ryo-text-plusn, serif;
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 15px 0 30px;
    padding: 14px 2% 13px 4%;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    line-height: 1.5;
}
#posts h3 {
    font-family: ryo-text-plusn, serif;
    font-size: 2rem;
    font-weight: 500;
    border-bottom: solid 1px #000;
    letter-spacing: 2px;
    margin: 0 0 30px;
    padding: 0 1% 14px;
    line-height: 1.5;
}
#posts h4 {
    font-family: ryo-text-plusn, serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 12px;
    padding: 0 1% 14px;
    line-height: 1.5;
}
#posts figure {
    margin: 0 auto 61px;
}
#posts figure figcaption {
    text-align: center;
}
#posts p {
    line-height: 1.8;
    font-size: 1.3rem;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 0 1% 25px;
}
#posts ul {
    padding-left: 0;
    margin-bottom: 44px;
}
#posts ul li {
    font-size: 1.4rem;
    padding-left: 33px;
    position: relative;
    margin-bottom: 16px;
    line-height: 1.7;
}
#posts ul li:first-line {
    line-height: 1.9;
}
#posts ul li::before {
    content: "";
    position: absolute;
    display: block;
    background: #afafaf;
    height: 16px;
    width: 16px;
    top: 5px;
    left: 0;
}
#posts ol {
    padding-left: 0;
    counter-reset: item;
    margin: 0 0 70px;
}
#posts ol li {
    font-size: 1.4rem;
    padding-left: 54px;
    position: relative;
    margin-bottom: 25px;
    line-height: 1.9;
}
#posts ol li::before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    color: #fff;
    background: #afafaf;
    height: 36px;
    width: 36px;
    top: -6px;
    left: 0;
    font-size: 1.3rem;
    align-items: center;
    display: flex;
    justify-content: center;
}
#posts blockquote {
    border-top: solid 2px #000;
    background: #f8f8f8;
    padding: 30px 3%;
    margin: 0;
    font-size: 1.3rem;
    margin: 0 0 51px;
}
#posts blockquote p {
    padding: 0;
    padding-left: 34px;
    position: relative;
    margin: 0;
    line-height: 1.9;
    letter-spacing: 2px;
}
#posts blockquote p::before {
    content: "“";
    position: absolute;
    top: 19px;
    left: 6px;
    font-family: linotype-didot, serif;
    font-size: 5.4rem;
    line-height: 0;
}
#posts blockquote cite {
    color: #888;
    text-align: right;
    display: block;
    padding: 15px 6px 0 0;
    letter-spacing: 1px;
    font-size: 1.3rem;
}
#posts strong {
    font-size: 1.3rem;
    background: linear-gradient(transparent 60%, #f8e7e8 60%);
    font-weight: normal;
    letter-spacing: 1px;
}
#posts a:link, #posts a:visited {
    text-decoration: underline;
    color: #c5686e;
    transition: .5s;
}
#posts a:hover {
    text-decoration: underline;
    color: #c5686e;
    opacity: .4;
}
#posts a:active {
    text-decoration: underline;
    color: #c5686e;
}
#posts a {
    font-size: 1.3rem;
    font-weight: normal;
    letter-spacing: 1px;
}
#posts a:before {
    content: "\03e\0020";
}
#posts .table_content_title {
    font-family: ryo-text-plusn, serif;
    border-bottom: solid 1px #000;
    font-size: 2rem;
    text-align: center;
    margin: 0 4% 32px;
    letter-spacing: 2px;
    padding-bottom: 4px;
}
#posts .table_content_toggle {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 1.2rem;
}
#posts .table_content_toggle a {
    border-bottom: solid 1px #000;
    padding-bottom: 1px;
}

#posts #toc_container a {
    text-decoration: none;
    color: inherit;
    transition: none;
}
#posts #toc_container a:hover {
    opacity: 1.0;
}
#posts a:before {
    content: none;
}

@media screen and (max-width:767px){
    #posts h1 {
        font-size: 2.3rem;
        margin: 0 0 5px;
    }
    #posts h2 {
        font-size: 2rem;
        margin: 10px 0 20px;
        padding: 8px 2% 8px 4%;
    }
    #posts h3 {
        font-size: 1.6rem;
        margin: 0 0 20px;
        padding: 0 1% 7px;
    }
    #posts h4 {
        font-size: 1.5rem;
        margin: 0;
    }

    #posts p {
        padding: 0 1% 35px;
    }
}

@media screen and (min-width:768px){
    #s-featureContent {
        width: 70%;
        margin: 0 auto;
    }
}

#posts #toc_container ul {
    margin-bottom: 0;
}
#posts #toc_container ul li {
    font-size: 1.4rem;
    padding-left: 0;
/*
    margin-bottom: 0;
*/
    line-height: inherit;
}
#posts #toc_container ul li:first-line {
    line-height: inherit;
}
#posts #toc_container ul li::before {
    content: none;
}

#toc_container {
    background: #f8f8f8;
    padding: 30px 2% 22px;
    margin-bottom: 42px;
}
#toc_container ul ul {
    margin-left: 0;
}
#toc_container p.toc_title {
    font-family: ryo-text-plusn, serif;
    border-bottom: solid 1px #000;
    font-size: 2rem;
    text-align: center;
    margin: 0 4% 32px;
    letter-spacing: 2px;
    padding-bottom: 4px;
}
#toc_container p.toc_title .toc_toggle {
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 1.2rem;
}
#toc_container p.toc_title .toc_toggle a {
    border-bottom: solid 1px #000;
    padding-bottom: 1px;
}
#toc_container .toc_list {
    padding-left: 0;
    padding: 0 4%;
}
#toc_container .toc_list li {
    font-size: 1.3rem;
    margin-bottom: 21px;
    letter-spacing: 1px;
    font-weight: 600;
}
#toc_container .toc_list li a {
    font-weight: 600;
}
#toc_container .toc_list li ul{
    padding: 16px 4% 1px;
}
#toc_container .toc_list li ul li {
    margin-bottom: 11px;
    font-weight: 100;
}
#toc_container .toc_list li ul li a {
    font-weight: 100;
}
#toc_container .toc_list li ul li:last-child {
    margin-bottom: 0;
}
