/* Custom Style 01: 上下線のスタイル */
.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-01 >.ctwlpt-block-subhead-h2-inner {
    border-top: 3px solid;
    border-bottom: 3px solid;
    padding: 0.6rem 0;
	  margin:10px 10px;
}

/* Custom Style 02: 上下点線のスタイル */
.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-02 >.ctwlpt-block-subhead-h2-inner {
    border-top: 3px dotted;
    border-bottom: 3px dotted;
    padding: 0.6rem 0;
	  margin:10px 10px;
}

/* Custom Style 03: 上下破線のスタイル */
.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-03 >.ctwlpt-block-subhead-h2-inner {
    border-top: 3px dashed;
    border-bottom: 3px dashed;
    padding: 0.6rem 0;
	  margin:10px 10px;
}

/* Custom Style 04: 上下二重線のスタイル */
.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-04 >.ctwlpt-block-subhead-h2-inner {
    border-top: 6px double;
    border-bottom: 6px double;
    padding: 0.6rem 0;
	  margin:10px 10px;
}

/* Custom Style 05: 背景色と下線 */
.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-05 >.ctwlpt-block-subhead-h2-inner {
    border-bottom: 3px solid;
    background: #f4f4f4;
    padding: 0.6rem 0;
	  margin:10px 10px;
}

/* Custom Style 06: 左の点線と背景色 */
.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-06 >.ctwlpt-block-subhead-h2-inner {
    border-left: 5px dotted;
    background: none;
    padding: 0.6rem 0;
	  margin:10px 10px;
}

/* Custom Style 07: 背景色と点線の下線 */
.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-07 >.ctwlpt-block-subhead-h2-inner {
    border-bottom: 3px dotted;
    background: none;
    padding: 0.6rem 0;
	  margin:10px 10px;
}

/* Custom Style 08: 背景色・線 */
.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-08 {
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
    background: #fff100;
	 font-size:2em!important;
}

.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-08 > .ctwlpt-block-subhead-h2-inner {
	padding:20px 15px!important;
	color:#inherit!important;
}

.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-08:before {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    content: '';
    border: 4px solid #000;
}


/* Custom Style 09: ストライプの下線 */
.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-09 >.ctwlpt-block-subhead-h2-inner {
    padding: 0.6rem 0;
	  margin:10px 10px;
}

.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-09 > .ctwlpt-block-subhead-h2-inner {
	color:inherit;
}

.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-09 >.ctwlpt-block-subhead-h2-inner:after {
    position: absolute;
    bottom:0px!important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Custom Style 10: 両サイド二重線 */
.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-10 >.ctwlpt-block-subhead-h2-inner {
    position: relative;
    display: inline-block;
    padding: 0 65px;
    text-align: center;
    padding: 0.6rem 0.1em;
	  margin-bottom:8px;
}

.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-10:before,
.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-10:after {
    position: absolute;
    top: calc(50% - 3px);
    width: 50px;
    height: 6px;
    content: '';
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
}

.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-10:before {
    left: 0;
}

.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-10:after {
    right: 0;
}



/* Custom Style 11: 下に小さな線のデザイン */
.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-11 {
    position: relative;
    padding: 1.5rem;
    text-align: center;
    padding: 0.6rem 0;
	  margin:10px 10px;
}

.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-11 > .ctwlpt-block-subhead-h2-inner {
	color:#000!important;
}

.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-11:before {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #000;
}


/* Custom Style 12: 下三角吹き出し */
.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-12 > .ctwlpt-block-subhead-h2-inner {
}

.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-12  > .ctwlpt-block-subhead-h2-inner {
    position: relative;
    border-bottom: 3px solid #000;
    background: #fff;
    color: #000;
    text-align: center;
    padding: 20px 0 20px;
    margin-bottom: 40px;
}

/* 下三角（白） */
.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-12 > .ctwlpt-block-subhead-h2-inner:before {
    content: "";
    position: absolute;
    bottom: -44px;
    left: 50%;
    margin-left: -2px;
    border: 22px solid transparent;
    border-top: 22px solid #fff;
    z-index: 2;
}

/* 下三角（黒） */
.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-12 > .ctwlpt-block-subhead-h2-inner:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -5px;
    border: 25px solid transparent;
    border-top-color: #000;
    border-bottom-width: 0;
    z-index: 1;
}



/* Custom Style 13 かぎ括弧 */
.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-13 {
    display: grid;
    place-items: center;
    width: 100%;
    box-sizing: border-box;
    z-index: 0;
}

.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-13 .ctwlpt-block-subhead-h2-inner {
    position: relative;
    padding: 1rem 3rem;
    font-weight: bold;
    overflow: hidden;
}

.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-13 .ctwlpt-block-subhead-h2-inner::before,
.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-13 .ctwlpt-block-subhead-h2-inner::after {
    position: absolute;
    width: 30px;
    height: 30px;
    content: '';
}

.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-13 .ctwlpt-block-subhead-h2-inner::before {
    top: 0px;
    left: 0px;
    border-top: 3px solid #212121;
    border-left: 3px solid #212121;
}

.wp-block-ctwlpt-block-subhead-h2.is-style-midashi-h2-13 .ctwlpt-block-subhead-h2-inner::after {
    bottom: 0px;
    right: 0px;
    border-right: 3px solid #212121;
    border-bottom: 3px solid #212121;
}
