

/*  見出しユニット  */

/*  キャッチ1  */
.headding_wrap {
    position: relative;
}

.acms-entry .headding_wrap h2.catch1 > span {
    display: inline-block;
    background-color: #FFF;
}
.acms-entry .headding_wrap .catch1::before {
    display: block;
    background-color: #000;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
    z-index: 0;
    
}
.acms-entry .headding_wrap  h2.catch1 span{
    background-color: #FFF;
    display: inline-block;
    margin: 0;
    padding: 0 20px;
	font-family: 'ヒラギノ角ゴシック W6','ヒラギノ角ゴシック W6', 'Meiryo UI';
	font-weight: bold;
    z-index: 10;
    position: relative;
}
#contents #article .text_block .acms-entry .headding_wrap .catch1 h2,
#contents #article .text_block .acms-entry .headding_wrap .catch1 h3,
#contents #article .text_block .acms-entry .headding_wrap .catch1 h4,
#contents #article .text_block .acms-entry .headding_wrap .catch1 h5,
#contents #article .text_block .acms-entry .headding_wrap .catch1 h6 {
    padding-bottom: 0;

}



/*  テキスト揃え  */

.acms-entry h2.h_align_left,
.acms-entry h3.h_align_left,
.acms-entry h4.h_align_left,
.acms-entry h5.h_align_left,
.acms-entry h6.h_align_left {
    text-align: left;
}
.acms-entry h2.h_align_center,
.acms-entry h3.h_align_center, 
.acms-entry h4.h_align_center,
.acms-entry h5.h_align_center,
.acms-entry h6.h_align_center {
    text-align: center;
}
.acms-entry h2.h_align_right,
.acms-entry h3.h_align_right,
.acms-entry h4.h_align_right,
.acms-entry h5.h_align_right,
.acms-entry h6.h_align_right {
    text-align: right;
}