/*ビルボード*/
.site-main #mainImg {
    background-color: #e9e4d4;
    background-image: url(../img/bg/under-bg.png), -webkit-linear-gradient(left, rgba(233, 228, 212, 1) 0%, rgba(233, 228, 212, 1) 60%, rgba(233, 228, 212, 0) 70%, rgba(233, 228, 212, 0) 100%), url(../img/contents/other-bil.png);
    background-image: url(../img/bg/under-bg.png), linear-gradient(to right, rgba(233, 228, 212, 1) 0%, rgba(233, 228, 212, 1) 60%, rgba(233, 228, 212, 0) 70%, rgba(233, 228, 212, 0) 100%), url(../img/contents/other-bil.png);
    background-position: left top, center, 130% center;
    background-repeat: no-repeat;
    background-size: auto 100%, auto, auto 100%;
    display: table;
    padding-top: 0;
    padding-bottom: 0;
}

.site-main #mainImg h1 {
    color: #333;
    display: table-cell;
    height: 75px;
    vertical-align: middle;
}

.site-main #mainImg + .outer {
    padding-bottom: 0;
    padding-top: 20px;
}

/*------------------------------
 パターン2（見出しの左側に太い線・下に細い線のパターン）
------------------------------*/

#main .describe-text {
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
}

#main .describe-text dd {
    border: none;
    margin: 0;
    padding: 0 0 20px 10px;
    line-height: 1.8em;
    text-align: left;
    vertical-align: top;
}

#main .describe-text p {
    line-height: 1.8em;
}

#main .describe-text ol,
#main .describe-text ul {
    margin-bottom: 5px;
}

#main .describe-text ol li {
    margin-bottom: 5px;
    list-style-type: decimal;
    margin-left: 20px;
}

#main .describe-text dt {
    text-align: left;
    border-left: 10px solid #241a08;
    border-bottom: 1px dashed #241a08;
    padding: 3px 10px 3px 10px;
    font-weight: bold;
}

#main .describe-text dt p {
    margin-bottom: 0;
}

#main .describe-text ul li {
    background: none;
    list-style: disc outside;
    margin-bottom: 5px;
    margin-left: 20px;
}

/*
全デバイス/画面サイズに共通 かつ 480：スマートフォン縦
*/
#main dl.describe-text ul li {
    font-size: 0.875rem;
}

#main dl.describe-text ol li {
    font-size: 0.875rem;
}

#main .pad1 {
    padding: 1px;
}

#main .txt-right {
    text-align: right;
}

#main .tab1 {
    padding-left: 0.5em;
}


#main .accent {
    font-weight: bold;
}

#main .under {
    text-decoration: underline;
}

#main .pmbt-0 > p {
    margin: 0em 0 0;
}

#main .mbt-0 {
    margin-bottom: 0;
}

/* End 740px Tablet Small */

/*デスクトップ/タブレット横 768px=48em以上*/
@media screen and (min-width: 48em) {

    /*ビルボード*/
    .site-main #mainImg {
        background-color: #e9e4d4;
        background-image: url(../img/bg/under-bg.png), -webkit-linear-gradient(left, rgba(233, 228, 212, 1) 0%, rgba(233, 228, 212, 1) 60%, rgba(233, 228, 212, 0) 70%, rgba(233, 228, 212, 0) 100%), url(../img/contents/other-bil.png);
        background-image: url(../img/bg/under-bg.png), linear-gradient(to right, rgba(233, 228, 212, 1) 0%, rgba(233, 228, 212, 1) 60%, rgba(233, 228, 212, 0) 70%, rgba(233, 228, 212, 0) 100%), url(../img/contents/other-bil.png);
        background-position: left top, center, right center;
        background-repeat: no-repeat;
        background-size: auto 100%, auto, auto 100%;
    }

    .site-main #mainImg h1 {
        font-size: 48px;
        height: 200px;
    }

    #main dl.describe-text ul li {
        font-size: 1.125rem;
    }

    #main dl.describe-text ol li {
        font-size: 1.125rem;
    }

    #main .pad1 {
        padding: 1.125rem 0.875rem 0 0.875rem;
    }

    #main .tab1 {
        padding-left: 1em;
    }

    #main .br-none br {
        display: none;
    }

}
