@media screen and (min-width: 576px) {
    .table-base dl dt {
        border-right: none;
        background-color: #e4f2f5 !important;
    }
}



.area-all .name {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}



@media screen and (min-width: 576px) {

    .table-base dl dt,
    .table-base dl dd {
        font-size: 13px;
        line-height: 1.5;
        background-color: #fff;
        border-bottom: 1px solid #16a6c1;
        color: #000;
        font-weight: 400;
    }
}

.youtube {
    text-align: center;
}

.voice-information .table-base dl dt {
    color: #16a6c1 !important;
}

@media screen and (max-width: 767px) {
    .area-all .shop {
        color: #000;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 20px;
    }

    .table-base dl dt {
        color: #16a6c1;
        background-color: #e4f2f5;
        min-width: 50px !important;
    }

    .area-all .title {
        font-size: 16px;
        font-weight: 500;
        text-align: center;
        line-height: 30px;
        border-bottom: 2px solid #16a6c1;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .youtube {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .table-base dl dd {
        width: 251px;
    }

    .table-base dl dt {
        color: #16a6c1;
        background-color: #e4f2f5;
        min-width: 50px !important;
        width: 64px;

    }



    .row-voice-single-youtube .metabox {
        margin: auto;
    }
}

.button-area .btn-outline-primary {
    min-width: 190px;
    padding: 20px 0px 20px 32px;
    text-align: center;
}

.button-area .btn .icon::before {
    background: #16a6c1;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 0;
    content: '';
    position: absolute;
    border-radius: 40px;
}

@media screen and (min-width: 576px) {}

@media screen and (min-width: 992px) {
    .area-all .shop {
        color: #000;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 20px;
    }

    .area-all .title {
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        line-height: 30px;
        border-bottom: 2px solid #16a6c1;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {

    .area-all .name {
        color: #000;
        font-size: 19px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 40px;
    }
}










@media screen and (min-width: 768px) and (max-width: 991px) {
    .area-all .title {
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        line-height: 30px;
        border-bottom: 2px solid #16a6c1;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .area-all .shop {
        color: #000;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 20px;
    }
}