/*ビルボード*/
.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;
}

.under-line {
    text-decoration: underline;
}

/*------------------------------
 利用規約について
------------------------------*/

#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.8;
    text-align: left;
    vertical-align: top;
}

#main .describe-text p {
    line-height: 1.8;
}

/*
全デバイス/画面サイズに共通 かつ 480：スマートフォン縦
*/
#main .article-text {
    padding: 0;
    margin-bottom: 50px;
    width: 100%;
}

#main .article p {
    font-size: 0.975rem;
    line-height: 1.7;
}

#main .article li {
    font-size: 0.875rem;
    line-height: 1.7;
}

#main .article ol li {
    margin-bottom: 5px;
    list-style-type: decimal;
    margin-left: 20px;
}

#main .article ul li {
    list-style: none;
}

#main .article ol > li > ul > li {
    list-style: square;
}

#main .article ul li {
    margin-left: 0.5rem;
}

#main .article .tab1 {
    margin-left: 0;
}

#main .article .tab2 {
    margin-left: 1rem;
}

#main .article p:nth-child(2) {
    margin: 0 0 0 0.5rem;
}

#main .txt-right {
    display: block;
    text-align: right;
}

#main .accent {
    font-weight: bold;
}


/* 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 .article p {
        font-size: 1.225rem;
        line-height: 1.8;
        margin-bottom: 0.5rem;
    }

    #main .article li {
        font-size: 1.125rem;
        line-height: 1.8;
    }

    #main .article p:nth-child(2) {
        margin: 0 0 0 0.5rem;
        font-size: 1.125rem;
    }

    #main .article .tab1 {
        margin-left: 1rem;
    }

    #main .article .tab2 {
        margin-left: 2rem;
    }
}
