/* フォントサイズ調整 */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #00bfa5;
}

/* 見出しのスタイル */
.stackedit__html h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    color: #00bfa5;
}

.stackedit__html h2 {
    font-size: 22px;
    border-bottom: 1px solid #00bfa5;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #00bfa5;
    position: relative;
}

.stackedit__html h3 {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
}


/* 段落とリストのスタイル */
.stackedit__html p {
    font-size: 1.0em;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #555555;
}

.stackedit__html ol {
    padding-left: 20px;
    list-style-type: decimal;
    list-style-position: outside;
    margin-bottom: 20px;
    padding-left: 20px;
}

.stackedit__html li {
    margin-top: 10px;
    font-size: 1.00em;
    color: #555555;
}

/* リンクのスタイル */
a {
    font-weight: bold;
    color: #2f56c1;
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
    text-indent: -10px;
    display: block;
    margin-top: 2px;
    margin-bottom: 2px;
}

i {
    font-size: 16px;
    margin-right: 10px;
}


.notice {
    background-color: #f0f3f8;
    padding: 15px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.notice p {
    margin-bottom: 0px;
}


/* メディアクエリ（レスポンシブ対応） */
@media (max-width: 768px) {


    .stackedit__html h1 {
        font-size: 22px;
    }

    .stackedit__html h2 {
        font-size: 18px;
    }

    .stackedit__html h3 {
        font-size: 18px;
    }

    .stackedit__html p {
        font-size: 0.9em;
    }

    .stackedit__html a {
        font-size: 0.9em;
    }

    .stackedit__html li {
        font-size: 0.9em;
    }
}