@charset "utf-8";

.editor_contents {
    font-size:16px;
}

/* ---------------------------------------------------
HeadLine
--------------------------------------------------- */

.editor_contents h1{
    padding: 30px 0;
}

.editor_contents h2{ 
    font-size: 28px;
    letter-spacing: .15em;
    font-weight: bold;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 25px;
    line-height: 1.4em;
}

.editor_contents h2:after{
    content: "";
    width: 44%;
    height: 5px;
    background: linear-gradient(90deg, #026eb8 0%, #00aaad 60%, rgba(0, 169, 172, 0) 100%);
    border-radius: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;   
}

.editor_contents h3{
    font-size: 26px;
    background: #e1eaef;
    letter-spacing: .15em;
    padding: 15px;
    margin-bottom: 25px;
    border-left: 3px solid #0269b8;
    font-weight: normal;
    font-family: "Noto Sans JP",sans-serif;
    line-height: 36px;
}

.editor_contents h3:before,
.editor_contents h3:after{
    content : none;
}

.editor_contents h4{
    font-size: 26px;
    letter-spacing: .1em;
    border-bottom: 1px solid #000;
    font-weight: normal;
    line-height: 34px;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
    font-family: "Noto Sans JP",sans-serif;
}

.editor_contents h4:after{
    content: "";
    width: 182px;
    height: 6px;
    background: #0269b8;
    position: absolute;
    bottom: -7px;
    left: 0;
}

.editor_contents h5{
    font-size: 22px;
    font-family: "Noto Sans JP",sans-serif;
    letter-spacing: .15em;
    font-weight: normal;
    position: relative;
    padding-left: 25px;
    line-height: 32px;
    margin-bottom: 25px;
}

.editor_contents h5:before {
    content: "";
    width: 18px;
    height: 4px;
    position: absolute;
    top: 16px;
    left: 0;
    background: #013e70;
}

.editor_contents h5:after{
    content : none;
}

.editor_contents h6{
    font-size:22px;
}

.editor_contents sup{
    font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.editor_contents sub{
    font-size: 70%;
	vertical-align: bottom;
	position: relative;
	bottom: -0.1em;
}

/* ---------------------------------------------------
Layout
--------------------------------------------------- */
.editor_contents div.wp-block-media-text{
    margin:0 0 50px 0;
}

.editor_contents div.wp-block-media-text h1,
.editor_contents div.wp-block-media-text h2,
.editor_contents div.wp-block-media-text h3,
.editor_contents div.wp-block-media-text h4,
.editor_contents div.wp-block-media-text h5,
.editor_contents div.wp-block-media-text h6{
    margin-top:0;
}

.editor_contents .wp-block-gallery{
    margin:0 0 50px 0;  
}


.editor_contents ul li{
    padding: 0 0 0 25px;
    margin:0;
}

.editor_contents ul li::before{
    left: 10px;
}

.editor_contents .wp-block-buttons{
    margin-bottom:20px;
}

.editor_contents .wp-block-pullquote{
    margin: 1.75em 0 1.75em;
    border-top: 4px solid;
    border-bottom: 4px solid;
    color: currentColor;
}

/* ---------------------------------------------------
Table
--------------------------------------------------- */

.editor_contents table{
    border-collapse: collapse;
    width: 100%;
}

.wp-block-table.align-left .editor_contents table,
.wp-block-table.align-right .editor_contents table,
.wp-block-table.align-center .editor_contents table{
    width:auto;
}

.editor_contents .wp-block-table figcaption{
    color: #555;
    font-size: 13px;
    text-align: center;
}