/* PC */
@media (min-width: 992px) {

    .ment {
        margin-top: 5vw;
        margin-left: 3vw;
        letter-spacing: 0.15vw;
        font-weight: bold;
        margin-bottom: 1vw;
    }


    .regulationscol{
        width: 92%;
        margin: auto;
    }

    .regulationscol .topcol{
        background: #d9000017;
        border-radius: 1vw;
        padding: 1.8vw;
        line-height: 2.5vw;
        font-size: 1.2vw;
        letter-spacing: 0.1vw;
    }


    .regulationscol .bottomcol{
        text-align: right;
    }

    .regulationscol .bottomcol img{
        width: 25%;
        margin-right: 2vw;
        margin-top: -3vw;
    }

    .basecol{
        margin-left: 8.5%;
        /* letter-spacing: 0.1vw; */
        font-size: 1.05vw;
        line-height: 2vw;
    }

    .base1 h2{
        background: #fffbde;
        border: solid 1px #ebebeb;
        border-radius: 1vw;
        display: flex;
        align-items: center;
    }

    .base1 {
        margin-bottom: 5vw;
    }

    .baseele1{
        margin-left: 8.5%;
        margin-top: 4vw;
    }

    .baseele1 .waku {
        background-color: #fff;
        border: solid 1px #ebebeb;
        border-radius: 1vw;
        padding: 1.3vw 1.5vw;
        line-height: 2.5vw;
        font-size: 1vw;
        margin-top: 1vw;
    }

    .baseele1 .waku img{
        width: 2.5%;
        vertical-align: middle;
    }

    .baseele1 .waku .lcol img, .baseele1 .waku .rcol img{
        width: 6%;
        vertical-align: middle;
    }

    .baseele1 .waku .lcol, .baseele1 .waku .rcol{
        width: 50%;
    }

    .kazyo{
        margin-top: 1.5vw;
        margin-left: 1vw;
        font-size: 1.1vw;
    }

    .slacol{
        margin: 3vw;
    }

    .reguele2 {
        font-size: 1vw;
        width: 83%;
        margin: 0 auto 1vw;
    }

    .reguele2 .title{
        margin-bottom: 1vw;
    }

}

/* PC以下サイズ */
@media (max-width: 991px) {

    .ment {
        margin-top: 5vw;
        letter-spacing: 0.15vw;
        font-weight: bold;
        margin-bottom: 1vw;
    }


    .regulationscol{
        width: 92%;
        margin: 5vw auto;
    }

    .regulationscol .topcol{
        background: #d9000017;
        border-radius: 1vw;
        padding: 3vw;
        line-height: 4vw;
        font-size: 3vw;
        letter-spacing: 0.1vw;
    }


    .regulationscol .bottomcol{
        text-align: right;
    }

    .regulationscol .bottomcol img{
        width: 30%;
        margin-right: 1vw;
        margin-top: -6vw;
    }

    .basecol{
        width: 90%;
        margin: auto;
    }

    .base1 h2{
        background: #fffbde;
        border: solid 1px #ebebeb;
        border-radius: 1vw;
        display: flex;
        align-items: center;
    }

    .base1 {
        margin-bottom: 5vw;
    }

    .base1 p{
        font-size: 3vw;
    }

    .baseele1{
        width: 90%;
        margin: auto;
    }

    .baseele1 .waku {
        background-color: #fff;
        border: solid 1px #ebebeb;
        border-radius: 1vw;
        padding: 1.3vw 1.5vw;
        line-height: 4vw;
        /* font-size: 3vw; */
        margin-top: 1vw;
    }

    .baseele1 .waku img{
        width: 50%;
        vertical-align: middle;
    }

    .baseele1 .waku .lcol img, .baseele1 .waku .rcol img{
        width: 4%;
        vertical-align: middle;
    }

    .kazyo{
        margin-top: 1.5vw;
        margin-left: 1vw;
    }

    .slacol{
        margin-bottom: 3vw;
    }

    .reguele2 {
        font-size: 3vw;
        width: 83%;
        margin: 0 auto 1vw;
    }

    .reguele2 .title{
        margin-bottom: 5vw;
    }



}