@charset "UTF-8";

.contents_box01 .inner_item_txt p+h3.h {
    display: inline-block;
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 1.5;
    position: relative;
    padding-left: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contents_box01 .inner_item_txt p+h3.h:before {
    display: block;
    content: '';
    width: 12px;
    height: 2px;
    position: absolute;
    top: calc(1em * 1.5 / 2);
    transform: translateY(-50%);
    left: 0;
    background: var(--i_main_color);
}
@media screen and (max-width: 800px) {
    .contents_box01 .inner_item_txt p+h3.h {
        font-size: 1.8rem !important;
        padding-left: 20px;
    }
}