.content-gacha_2{
    margin-top: 40px;
}
.common-title_g1 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    text-align:left;
    background: url(/common/design/user/img/gacha_1/bagr-title.png) left top repeat;
    margin: 0 0 20px;
    padding: 20px 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
td.product-gacha_2 {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-right: 1px solid #dcdcdc;
}
.info-list-gacha2 {
    margin-left: 20px;
    width: 80%;
}

.product-name {
    font-size: 16px;
    line-height: 28px;
    color: #242424;
    margin-bottom: 0;
    font-weight: 600;
    word-break: break-all;
}
.quality-size-gacha2 {
    font-size: 16px;
    line-height: 28px;
    color: #808080;
}
.table-product .text-table:first-child {
    width: 78%;
}
.text-table {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 20px 35px;
    text-align: center;
    border-right: 1px solid #dcdcdc;
}
.title-table.even {
    background-color: #373737;
}
.table-content-gacha_2 {
    border: 1px solid #dcdcdc;
    border-top: 0;
}
.table-content-gacha_2 td {
    vertical-align: middle;
}
.button-product-gacha2{
    border-right: 1px solid #dcdcdc;

}
.button-edit {
    width: 100%;
    max-width: 100px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    background-color: #269fc2;
    border-radius: 5px;
    box-shadow: 0px 3px #1681a0;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.edit-gacha2 {
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    color: #fff;
}
.button-edit.button-delete {
    background-color: #323232;
    box-shadow: 0px 3px #000;
}
tr.product-list {
    border-bottom: 1px solid  #dcdcdc;
}
.table-product {
    margin-bottom: 40px;
}
nav.navi_gacha2 {
    background: #ececec;
    margin-top: 40px;
    margin-bottom: 80px;
}
.navi_gacha2 .pagination.justify-content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navi_gacha2 li {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 20px 3px;
    text-align: center;
    padding: 1px 16px;
}
.navi_gacha2 span {
    color: #242424 !important;
    /*active page*/
}
.navi_gacha2 a {
    font-size: 16px;
    color: #0095c6;
    vertical-align: middle;
    line-height: 40px;
}
.navi_gacha2 li:hover a {
    color: #2c2c2c;
}
@media (max-width: 991px) {
    .product-list {
        display: flex;
        padding: 20px 0;
        border-bottom: 1px solid #dcdcdc;
    }
    .group-bottom {
        display: flex;
    }
    .button-edit {
        margin: 0;
    }
    .info-list-gacha2 {
        margin-left: 0px;
    }
    .content-product-gacha2{
        padding-left: 25px;
    }
    .button-edit.button-delete {
        margin-left: 10px;
    }
    .common-title_g1{
        font-size: 18px;
        padding: 5px 30px;
        text-align: center;
    }
    .product-name,
    .quality-size-gacha2,
    a.edit-gacha2,
    .navi_gacha2 a,span{
        font-size: 12px;
    }

    .navi_gacha2 a {
        line-height: 30px;
    }

    .navi_gacha2 li {
        padding: 1px 12px;
    }

}
.img-gacha_2 {
    width: 20%;
    height: 100%;
}
.img-gacha_2 img {
    width: 100%;
    height: 100%;
    max-height: 100px;
}
@media (max-width: 767px) {
    .button-edit {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 80px;
        height: 32px;
    }
}
@media (max-width: 575px) {
    .product-list .img-gacha_2 img {
        max-width: 150px;
    }
    .content-product-gacha2{
        padding-left: 15px;
    }

    .product-name, .quality-size-gacha2, a.edit-gacha2 {
        font-size: 12px;
        line-height: 18px;
    }
}
@media (max-width: 374px) {
    .product-list .img-gacha_2 img{
        max-width: 120px;
    }
    .product-name, .quality-size-gacha2, a.edit-gacha2 {
        font-size: 8px;
        line-height: 16px;
    }
    .navi_gacha2 li {
        width: 30px;
        height: auto;
    }
    .navi_gacha2 a {
         font-size: 8px;
         line-height: 30px;
    }
    .navi_gacha2 span{
        font-size: 8px;
        line-height: 20px;
    }
    .content-product-gacha2 {
        padding-left: 10px;
    }
}
