/* ビルボード */
.site-main #mainImg {
    background-color: #ededed;
    position: relative;
    z-index: 1;
    background-image: url(../img/contents/law-bil.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.site-main #mainImg h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.nodisc {
    list-style: none;
}

ol.list-par li {
    list-style-type: none;
    list-style-position: inside;
    counter-increment: cnt;
}

ol.list-par li:before {
    display: marker;
    content: "("counter(cnt) ")";
    margin-right: 0.5em;
}

.words {
    margin-bottom: 3em;
}

.words li {
    margin-bottom: 0.5em;
}

.law-list dt {
    border-bottom: 1px dashed #2a66a3;
    border-left: 7px solid #2a66a3;
    padding-left: 0.5em;
    margin-bottom: 1em;
}

.law-list ul {
    margin-left: 1em;
}

.law-list li {
    margin-bottom: 1em;
}

.law-list ol.list-par,
.law-list dd ul {
    margin-top: 1em;
}

/* 幅 767px 以下 */
@media screen and (max-width: 767px) {

    /* ビルボード */
    #mainImg.lower {
        height: 100px;
        background-position: bottom right -1em;
    }

}

/* Eo max 767px */

/* 幅 768px 以上 */
@media screen and (min-width: 48em) {

    /* ビルボード */
    #mainImg.lower {
        height: 200px;
        background-position: bottom right;
    }

    #mainImg h1 {
        left: calc((100vw - 288px) / 2);
    }

    .sp-on {
        display: none;
    }

}

/* End 768px Tablet Small */

/* 1072px 以上 */
@media screen and (min-width: 67em) {
    /* ビルボード */
    #mainImg.lower {
        background-position: bottom right calc((100vw - 1000px) / 2);
    }
}
/* End min 1072px */