/* タイトル文字のQ数 */
h1.entry-title {
    font-size:1.9em;
}



/* 手紙部分の表示 */
.acms-entry blockquote.letter {
    position: relative;
    margin: 2em auto;
    padding: 44px 20px 20px;
    padding-top: calc(320 / 1000 * 100%);
    border: 1px solid #c66e6e;
    background: url(../images/letter.png) top center no-repeat;
    max-width: 550px;
    border-radius: 5px;
}
.acms-entry blockquote.letter:before,
.acms-entry blockquote.letter:after {
    content: none;
}

@media screen and (max-width: 480px) {
    .acms-entry blockquote.letter {
        background-size:95% auto;
    }
    .acms-entry blockquote.letter {
        padding: 125px 20px 10px;
        font-size: 95%;
    }
}

/* 記事内目次 */
.mokuji {
    background-color: #f5f8fa;
    margin: 40px auto;
    padding: 5px 10px;
    width: 94%;
    font-size: 0.85em;
    color: #777b7a;
    border-radius: 5px;
}
.mokuji p {
    margin-bottom: 0em;
}
.mokuji #toc ul {
    margin-top: 10px;
}
.mokuji #toc ul li {
    background: none;
}
.mokuji #toc ul li a {
    text-decoration: none;
    color: rgb(8 19 26 / 60%);
}
.mokuji #toc ul li a:hover {
    color: #2e2e2e !important;
}
p.return-mokuji {
    text-align: right;
    margin: -10px 0 0 0;
    padding: 0;
    font-size: 0.9em;
}
.return-mokuji a {
    color: #777b7a;
    text-decoration: none;
}

/* スムーズスクロール */
html {
    scroll-behavior: smooth;
}
