@charset "UTF-8";


/*** editor ***/
.editor h2{
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.editor h3{
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.editor h4{
    font-size: 1.13rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.editor h5{
    font-size: 1rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.editor p{
    line-height: 2;
    margin-bottom: 2em;
}
.editor p:last-child{
    margin-bottom: 0px;
}
.editor li,
.editor th,
.editor td,
.editor dt,
.editor dd{
    line-height: 2;
}
.aligncenter{
    display: block;
    margin: 20px auto;
}
.editor figure{
    margin-bottom: 60px;
}
.editor ul{
    list-style-type: disc;
    margin-bottom: 2em;
}
.editor ol{
    list-style-type: decimal;
    margin-bottom: 2em;
}
.editor ul li,
.editor ol li{
    margin-left: 2em;
    margin-bottom: 0.5em;
}
.editor a{
    color: #0098d8;
    text-decoration: underline;
}
.editor a:hover{
    text-decoration: none;
}

@media (max-width: 768px) {
    .editor h2{
        font-size: 1.25rem;
        font-weight: bold;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .editor h3{
        font-size: 1.13rem;
        font-weight: bold;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .editor h4{
        font-size: 1rem;
        font-weight: bold;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .editor h5{
        font-size: 0.88rem;
        font-weight: bold;
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    .editor p{
        font-size: 0.88rem;
    }
    .editor li,
    .editor th,
    .editor td,
    .editor dt,
    .editor dd{
        font-size: 0.88rem;
    }
    .aligncenter{
        display: block;
        margin: 20px auto;
    }
    .editor figure{
        margin-bottom: 30px;
    }
    .editor ul{
        list-style-type: disc;
        margin-bottom: 2em;
    }
    .editor ol{
        list-style-type: decimal;
        margin-bottom: 2em;
    }
    .editor ul li,
    .editor ol li{
        margin-left: 2em;
        margin-bottom: 0.5em;
    }

}



