/*見出し*/
.見出し,
.is-style-midashi {
  position: relative;
  padding-bottom: 5px;
  text-align: center;
  font-size: 2em;
  font-weight: bold !important;
  margin: 2.4em auto 1em auto !important;
}

.見出し:before,
.is-style-midashi:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 5px solid;
  width: 50px;
  margin: 0 auto;
  border-radius: 5px;
}

.editor-block-list__block .見出し,
.editor-block-list__block .is-style-midashi {
  font-size: 2em;
  margin-bottom: 2em !important;
}

@media screen and (max-width: 768px){

    .見出し, .is-style-midashi {
        position: relative;
        padding-bottom: 0;
        text-align: left;
        font-size: 2em;
        font-weight: bold !important;
        margin: 2.4em auto 1em auto !important;
        padding-left: 20px;
    }
    .見出し:before, .is-style-midashi:before {
        top: 4px;
        border-left: 8px solid;
        height: 40px;
        border-radius: 0;
        border-bottom: 0;
        width: 0;
        margin: 0;
    }

}

/*小見出し*/
.小見出し,
.is-style-komidashi {
    margin-bottom: -1em !important;
    font-weight: bold !important;
}



/*画像の枠*/
.画像枠,
.is-style-waku img {
    border: 1px solid #ccc !important;;
}
.wp-block-image a {
    line-height: 0;
    display: block;
}


/*テーブルヘッダー*/

table.is-style-hd tr:nth-of-type(1) {
    background-color: #ededed !important;
    font-weight: bold !important;
}










.is-style-dashborder{
    padding: 1em;
    border: dashed 1px #aaa;
}
.is-style-bg-red{
    padding: 1em;
    background: rgb(199, 69, 69);
    color: #fff;
}
.is-style-point{
    padding: 1em;
    background: white;
    border-top: solid 5px #f5a440;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}