@charset "utf-8";

/*メイン画像内 Revs your heartの太字設定修正*/
/*#rwd-content .rwd-keyvisual-caption {
    font-weight: 500;
    color: #d7d7d7!important;
 	text-shadow: 3px 2px 10px rgba(0, 0, 0, 0.8);
}*/
.left_img {
    width: 110px;
    display: block;
    float: left;
    margin-left: 20px;
}

.right_cont {
    padding-left: 150px;
}

.ul-style {
    line-height: 1.875;
    margin-bottom: 20px;
}

#rwd-content .rwd-link-list06 li {
    width: 100%;
}

#rwd-content .rwd-link-list06 li::after {
    position: absolute;
    content: "";
    margin: auto;
    display: block;
    left: 0;
    bottom: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-size: 19px 19px;
    background-color: #81002a;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/shared/img/rwd_icon_arrow_bottom02.svg);
    transform: rotate(0deg);
}

#rwd-content .rwd-link-list06 li.noliimg::after {
    background: none;
}


.down {
    width: 50% !important;
    margin-left: 2% !important;
}

.a-color-set {
    color: #000 !important;
}

.pc-bottom {
    margin-bottom: 25px !important;
}

.rwd-main-content-group p {
    margin-bottom: 30px;
}

.ot-cookie-table table {
    table-layout: fixed !important;
    width: 100% !important;
    border-collapse: collapse !important;
    border: none !important;
    border-radius: 5px !important;
    margin-bottom: 30px !important;
    overflow-wrap: break-word !important;
    border-spacing: initial;
}

.ot-cookie-table table tr {
    color: #696969 !important;
    border-collapse: collapse !important;
}

.ot-cookie-table table tr th {
    vertical-align: middle !important;
    border-collapse: initial !important;
    background: #F8F8F8 !important;
    font-size: .9em;
    font-weight: bold !important;
}
.ot-cookie-table table tr th,
.ot-cookie-table table tr td{
    color: #696969;
    padding: 12px 15px;
    text-align: left;
}


.nest-list {
    list-style-type: square;
    padding-left: 4rem;
}

@media screen and (min-width: 768px) {
    .ot-cookie-table table th.ot-host-td,
    .ot-cookie-table table td.ot-host-td
     {
        width: 35% !important;
    }
    .ot-cookie-table table td.ot-cookies-type {
        width: 15% !important;
    }
    .ot-cookie-table table tr:nth-child(even) td {
        background: #f7f7f7!important;
    }

}

@media screen and (max-width: 767px) {
    .down {
        margin-left: 2% !important;
        width: 100% !important;
    }

    .a-color-set {
        color: #000 !important;
    }
    .ot-cookie-table table tr th,
    .ot-cookie-table table tr td{
        display: block;
    }
    .ot-cookie-table table tr td::before{
        height: 100%!important;
        width: 100%!important;
        display: block!important;
        content: attr(data-label)!important;
        font-weight: bold!important;
    }
    .ot-cookie-table table thead tr{
        display: none;
    }
    .ot-cookie-table table tr:nth-child(odd) td{
        background: #f7f7f7!important;
    }
    .nest-list{
        padding-left: 0;
    }
}