/*
Theme Name: 回転すし まるくに
Version: 1.0
Author: CREATEONE
*/
.editor-styles-wrapper{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif!important;
}
.mceContentBody{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif!important;
    font-size: 14px;
    line-height: 1.5;
    padding: 8px;
    box-sizing: border-box;
}


/*サブタイトル*/
/*-------------------------サブタイトル1(左線)*/
.editor-styles-wrapper h2,
.mod__content h2,
.mceContentBody h2 {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    padding-left: 10px;
    border-left: 8px solid #D61E22;
}

@media (max-width: 767px) {
    .editor-styles-wrapper h2,
    .mod__content h2,
    .mceContentBody h2 {
        font-size: 2.0rem;
    }
    .alignwide {
        max-width: 100vw!important;
    }
    .alignfull {
        max-width: 100vw!important;
    }
}
@media (min-width: 768px) {
    .editor-styles-wrapper h2,
    .mod__content h2,
    .mceContentBody h2 {
        font-size: 2.4rem;
    }
    .alignwide {
        max-width: 70vw!important;
    }
    .alignfull {
        max-width: 100vw!important;
    }
}


