

body{
    background-color: #ffffff;
}

main{
    margin-left: 20vw;
    width: 60vw;
}
h1{
    font-size: 100px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
}
h2{
    font-size: 40px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
}
h3{
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
}
p{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 18px;
    margin-top: 2vw;
}
p1{
    font-size: 15px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #ababab;
}
p2{
    font-size: 14px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #0000ff;
}
p3{
    font-size: 14px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.pan_list{
    margin: 2em 0;
}
.img{
    max-width: 50vw;
    height: 35vw;
    margin-top: 2vw;
    margin-left: 5vw;
    object-fit: contain;
}
pre{
    white-space: pre-wrap;
    font-family: 'BIZ UDPMincho', serif;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 3px;
}


.amazon.amzn-ad-container{
    display: flex;
    width: 18vw;
}
.amzn-ad-image-holder{
    text-align: left;
}

iframe{
    width: 100%;
    aspect-ratio: 16/9;
}

.repost{
    width: 60vw;
    display: flex;
    margin-top: 1vh;
}
.repost_img{
    width: 20vw;
    height: 14vw;
    object-fit: contain;
    outline: solid 1px #36a6a6;
}
.repost_list{
    width: 60vw;
    display: grid;
}
.repost_right{
    margin-top: 2vw;
    margin-left: 2vw;
    width: 38vw;
}
.repost p1{
    font-size: 20px;
}

#content{ /*新記事*/
    white-space: pre-wrap;
    font-family: 'BIZ UDPMincho', serif;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 3px;
}
.markdown-body table{
    display: inline-table;
}

.markdown-body img{
    max-width: 50vw;
    height: 35vw;
    margin-top: 2vw;
    margin-left: 5vw;
    object-fit: contain;
}

#toc_container {
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 8px;
    width: 25%;
    float: left;
    margin-bottom: 2em;
}

/* 目次タイトル */
.toc_title {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
    font-size: 1.2em;
    text-align: left;
    margin: 0 0 1em 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ccc;
}

/* 目次リスト*/
#toc {
    padding-left: 10px;
    margin: 0;
    text-align: left;
}

#toc li {
    display: list-item !important;
    list-style-type: decimal !important;
    list-style-position: inside !important;
}
#toc li::marker {
    all: revert !important;
}

#toc a {
    text-decoration: none;
    color: #337ab7;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 16px;
}

#toc a:hover {
    text-decoration: underline;
}

/* ジャンプ先が見出しで隠れないように調整 */
h4[id] {
    scroll-margin-top: 80px;
}

.repost_list, .add {
    clear: both;
}


/* ======== スマートフォン表示用（画面幅が768px以下の場合に適用） ======== */
@media screen and (max-width: 768px) {
    #toc_container {
        width: auto;
        float: none;
        margin-left: 0;
    }
}