.bg-common {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: visible;
}








.main-title .ttl-jpn {
    text-align: left;
    color: #000;
    font-size: 32px;
    font-weight: 400;
}

/* .maru img {
    width: 13px;
} */

.set-line {
    display: flex;
    align-items: center;
}

.maru-set .maru {
    max-width: 25px;
    flex: 0 0 25px;
}

@media screen and (max-width: 767px) {
    .row-top .title {
        font-size: 23px;
        font-weight: 500;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-bottom: 25px;
        margin-bottom: 25px;
        display: inline-block;
    }

    .row-top .metabox p {
        line-height: 25px;
    }

    .maker-list {
        display: flex;
        flex-wrap: wrap;
        padding: 15px;
        line-height: 28px;
        padding-top: 40px;
        margin-top: -20px;
        color: #000 !important;
    }



    .maru-set {
        display: flex;
        align-items: baseline;
    }

    .base-maker .maru-set {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media screen and (min-width: 768px) {
    .row-top .title {
        font-size: 32px;
        font-weight: 500;
        color: #fff;
        border-bottom: 1px solid #fff;
        padding-bottom: 25px;
        margin-bottom: 25px;
        display: inline-block;
    }

    .row-top .metabox p {
        line-height: 33px;
        width: 74%;
    }

    .maker-list {
        display: flex;
        flex-wrap: wrap;
        padding: 30px;
        line-height: 28px;
        padding-top: 40px;
        margin-top: -20px;
        color: #000 !important;
    }

    .maru-set .maru {
        /* margin-right: 15px; */
    }

    .maru-set {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
    }

    .base-maker .maru-set {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .set-line .line {
        margin-bottom: 8px;
    }
}


.set-line .ttl-eng {
    font-size: 16px;
    font-weight: 400;
    color: #3780CF;
    margin-left: 10px;
}


.maker-title {
    display: inline-block;
    padding: 15px;
    color: #fff;
    margin-left: 20px;
    z-index: 9;
    position: relative;
}

.maker-title.bg-blue {
    background-color: #3780CF;
}

.maker-title.bg-red {
    background-color: #c22826;
}




.base-maker .maru-set.w-100 {
    max-width: 100%;
    flex: 0 0 100%;
}



.maker-list.bg-blue {
    background-color: #ecf0fb;
    box-shadow: 1px 1px 11px 1px rgb(232 234 231);

}

.maker-list.bg-red {
    background-color: #f6eaea;
    box-shadow: 1px 1px 11px 1px rgb(232 234 231);

}



.metabox.space {
    margin-top: 10px;
}

@media screen and (min-width: 992px) {
    .number {
        font-size: 72px;
        font-family: "Rock Salt", cursive;
        color: #a4adc6;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 991px) {
    .number {
        font-size: 40px;
        font-family: "Rock Salt", cursive;
        color: #a4adc6;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
    }
}