@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/* CSS Document */
/* visual-editor */
:root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --hover: all .3s ease;
    --opacity: 0.55;
    --scale: 1.1;
    --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
    --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
    --lh_l: 1.92;
    --lh_m: 1.72;
    --lh_s: 1.52;
    --base01:#FBF9F3;
    --red:#ca0028;
    --gray: #EFEDE8;
    --brown:#774c2d;
    --darkbrown:#532100;
    --khaki: #664c00;
    --yellow:#ffff00;
    --orange:#ff794c;
    --white:#ffffff;
    --pink: #ee9da7;
    --txtbasecolor:#333333;
}

body#tinymce{
    position: relative;
    padding: 1em !important;
    margin: 1em !important;
    background-image: none;
    background-color: #fff;
    border: 1px dashed #CCC;
    letter-spacing: 0.045em;
    max-width: 950px;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
}
body#tinymce.wp-editor::before{background: none;}
body#tinymce .editor_blk img{
    max-width:100%!important;
    width: auto!important;
}

/* single post set */
.editor_blk *{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.9785;
    box-sizing: border-box;
}
.editor_blk h1{
    font-size: 23px;
    color: var(--txtbasecolor);
}
.editor_blk h2{
    font-size: 19px;
    color: var(--txtbasecolor);
}
.editor_blk h3{
    font-size: 17px;
    color: var(--txtbasecolor);
}
.editor_blk img{
    max-width:100%!important;
    width: auto!important;
    margin:5px;
}

/*list*/
.editor_blk ul, .editor_blk li{
    list-style: inherit!important;
}
.editor_blk ol, .editor_blk ul{
    padding-left: 25px;
    margin: 22px auto;
}
.editor_blk ul{
    list-style-type: disc;
}
.editor_blk dd{
    margin-left: 25px;
}
.editor_blk ul li,.editor_blk ol li{
    margin: 0.2em;
}

/*border-line*/
.editor_blk hr{
    color: #dfdfdf;
    margin: 20px 0;
}

/*link*/
.editor_blk a{
    text-decoration: none;
    padding: 0 0.2em;
    color: #ff7182;
}
.editor_blk a:hover{text-decoration: underline;}
.editor_blk a img:hover{opacity: 0.6;}

/* align set */
.editor_blk .body .aligncenter{
    display: block;
    margin-left:auto;
    margin-right: auto;
}
.editor_blk .body .alignleft{
    float: unset;
    display: block;
    margin: 0 0 auto 0;
}
.editor_blk .body .alignright{
    float: unset;
    display: block;
    margin:0 0 0 auto;
}
.alignleft,.alignright{
    float: unset!important;
    margin: 0;
}

/* img align set */
.editor_blk img.aligncenter{
    display:block;
    margin:10px auto;
}
.editor_blk img.alignright{
    display:block;
    margin:10px 10px 10px auto;
}
.editor_blk img.alignleft{
    display:block;
    margin:10px auto 10px 10px;
}

/* img inline */
.editor_blk .image-inline {
    display: inline-block;
    margin:10px;
}

/* table */
.editor_blk table{
    border-collapse: collapse;
    border-spacing: 0;
    margin: 30px 0px;
}
.editor_blk table tr{
    height: auto!important;
}
.editor_blk table td{
    padding: 13px;
    border: 1px solid #D7CABD;
}
.editor_blk table tr td:nth-of-type(1){
    background-color: #F7F3ED;
    border: 1px solid #D7CABD;
}

/* caption */
.editor_blkt .wp-caption{
    padding-top: 4px;
    border: 1px solid #eee;
    border-radius: 3px;
    background-color: #f5f6f7;
    text-align: center;
    max-width: 100%;
}
.editor_blk .wp-caption .wp-caption-text,
.editor_blk .gallery .gallery-caption{
    font-size: 0.8em;
    margin: 2px;
}
.editor_blk .wp-caption img{
    margin: 0;
    padding: 0;
    border: 0 none;
}
.editor_blk .wp-caption-dd{
    margin: 0;
    padding: 0 4px 5px;
    font-size: 11px;
    line-height: 17px;
}

/* ----------------------
    original style 
------------------------*/
/* item M */
.editor_blk .l-item{
    position: relative;
    font-size:23px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top:5px;
    width: 100%;
    padding: 5px 15px;
    background:var(--red);
    color: #fff;
}

/* item M */
.editor_blk .m-item{
    padding-left: 14.5px;
    position: relative;
    font-size:19px;
    font-weight: 600;
    margin-bottom: 13px;
    margin-top:5px;
}
.editor_blk .m-item::before{
    content: "";
    width: 4px;
    height: 100%;
    background:var(--red);
    position: absolute;
    top: 0;
    left: 0;
}

/* item S */
.editor_blk .s-item{
    padding-left:1.05em;
    position: relative;
    font-size:17px;
    font-weight:600;
    margin-bottom: 10px;
    margin-top: 4px;
}
.editor_blk .s-item::before{
    content: "";
    width:0.8em;
    height:0.8em;
    border-radius: 50px;
    background: var(--red);
    position: absolute;
    top: 0.625em;
    left: 0;
}

/*==========================
    　　  media
===========================*/
@media all and (max-width: 1024px){
    body#tinymce{
        margin: 1em auto!important;
        width: 90%;
    }
}
@media all and (max-width: 767px){
    .editor_blk table td{
        display: block;
        width: 100%!important;
        height: auto!important;
    }
    .editor_blk table tr td:not(:nth-of-type(1)){
        border-top: none;
    }
    .editor_blk table tr:not(:last-of-type) td:last-of-type{
        border-bottom: none;
    }
}
@media all and (max-width:640px){
    .editor_blk h1{font-size: 19px;}
    .editor_blk .l-item{
        font-size: 19px;
        padding: 3px 10px;
        font-weight: 600;
    }
    .editor_blk h2,.editor_blk .m-item{font-size: 17px;}
    .editor_blk h3,.editor_blk .s-item{font-size: 16px;}
}