.media-price-list {
    width: 100%;
    margin-bottom: 40px;
    border-spacing: 0px;
}

.media-price-list th {
    background: #F3F7FA;
    border-top: 1px solid #222222;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #222222;
    padding: 13px 12px;
}

.media-price-list td {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #222222;
    padding: 13px 12px;
}

.media-price-list tr:last-child td {
    border-bottom: 1px solid #d7d7d7;
}

.privacy-list {
    width: 100%;
    margin-bottom: 24px;
    border-spacing: 0px;
}

.privacy-list th {
    background: #F3F7FA;
    border-top: 1px solid #222222;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #222222;
    padding: 13px 12px;
}

.privacy-list td {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    align-items: center;
    text-align: left;
    color: #222222;
    padding: 10px 12px;
    border: 1px solid #d7d7d7;
}

table, td, th {
    border-collapse : collapse;
    vertical-align : top;
}

.privacy-list td:nth-child(1) {
    border-left: none;
}

.privacy-list td:last-child {
    border-right: none;
}

.media-sub {
    position: relative;
    margin-left: auto;
    float: right;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #222222;
}

.ad-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 41px;
    color: #222222;
    margin-bottom: 40px;
}

.bottom-ad-notice {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #222222;
}

.bottom-ad-notice {
    margin-bottom: 40px;
}
.rule-head-main {
    font-weight: 700;
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 16px;
    color: #222222;
}

.rule-head {
    font-weight: 700;
    font-size: 15px;
    line-height: 180%;
    color: #222222;
}

.rule-head-sub {
    font-weight: 700;
    font-size: 14px;
    line-height: 180%;
    color: #222222;
}

.rule-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #222222;
}

/* .rule-title-bold {
    font-weight: 700;
    font-size: 24px;
    line-height: 180%;
    color: #222222;
    text-align: center;
    margin-bottom: 12px;
} */

.privacy-table {
    overflow: auto;
}

@media only screen and (min-width: 1024px) {
    .identity-etc-layout {
        max-width: 1264px;
        margin: auto;
    }

    .identity-rule-layout {
        max-width: 832px;
        margin: auto;
    }
    
    .intro-top-area {
        margin-top: 80px;
        background-color: #DBDFE1;
        background-size: cover;
        border-radius: 8px;
        margin-bottom: 90px;
        height: 348px;
        display: flex;
        position: relative;
        overflow: hidden;
    }

    .cover--top-img {
        position: absolute;
        width: 540px;
        bottom: 0;
    }

    .cover--book {
        width: 260px;
        position: absolute;
        z-index: 2;
        left: 150px;
        bottom: -24px;
    }

    .img--cover1 {
        position: absolute;
        width: 482px;
        z-index: 1;
        left: 4px;
        bottom: 0;
    }

    .intro-top-title {
        font-weight: 700;
        font-size: 40px;
        line-height: 58px;
        letter-spacing: -0.01em;
        color: #222222;
        margin-bottom: 8px;
        padding: 83px 399px 0 418px;
        z-index: 9;
        position: relative;
    }

    .intro-mid-title {
        font-weight: 400;
        font-size: 20px;
        line-height: 29px;
        color: #222222;
        margin-bottom: 16px;
        padding: 0 0 0 418px;
        z-index: 9;
        position: relative;
    }

    .intro-contents {
        font-weight: 400;
        font-size: 15px;
        line-height: 22px;
        color: #222222;
        padding: 0 108px 93px 0;
    }

    .intro-list-row {
        display: flex;
        margin-bottom: 36px;
    }

    .intro-list-img {
        width: 508px;
        margin-right: 32px;
    }

    .intro-list-contents {
        margin-right: 32px;
    }

    .intro-list-contents-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 29px;
        color: #222222;
        margin-bottom: 16px;
    }

    .intro-list-contents-text {
        font-weight: 400;
        font-size: 18px;
        line-height: 178%;
        letter-spacing: -0.01em;
        color: #222222;
    }

    .intro-list-line {
        margin-bottom: 30px;
    }

    .notice-media {
        display: flex;
    }

    .media-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 29px;
        color: #222222;
        margin-bottom: 12px;
    }
    
    .week-price-list {
        width: 50%;
        margin-right: 32px;
    }
    
    .media-overview {
        width: 50%;
    }

    .intro-contents-mo {
        display: none;
    }

    .rule-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 29px;
        color: #000000;
        margin-bottom: 24px;
        margin-top: 60px;
    }

    .rule-contents {
        margin-bottom: 40px;
    }

    .mo-etc-img {
        display: none;
    }
}
@media only screen and (max-width: 1023px) {
    .intro-top-area {
        background-color: #DBDFE1;
        background-size: cover;
        margin-bottom: 16px;
        position: relative;
    }

    .cover--top-img {
        position: absolute;
        width: 240px;
        bottom: 0;
    }

    .cover--book {
        width: 94px;
        position: absolute;
        z-index: 2;
        left: 54px;
        bottom: -9px;
    }

    .img--cover1 {
        position: absolute;
        width: 182px;
        z-index: 1;
        bottom: 0;
    }

    .intro-contents {
        display: none;
    }

    .intro-top-title {
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
        color: #222222;
        margin-bottom: 8px;
        padding: 19px 16px 0 154px;
        z-index: 9;
        position: relative;
    }

    .intro-mid-title {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        color: #222222;
        padding: 0 16px 24px 154px;
        z-index: 9;
        position: relative;
    }

    .intro-contents-mo {
        font-weight: 400;
        font-size: 14px;
        line-height: 178%;
        color: #222222;
        margin-bottom: 24;
        padding: 16px;
    }

    .intro-list {
        padding: 16px;
    }

    .intro-list-img {
        margin-bottom: 16px;
    }

    .intro-list-contents-title {
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
        color: #222222;
        margin-bottom: 8px;
    }

    .intro-list-contents-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 178%;
        color: #222222;
    }

    .intro-list-contents {
        margin-bottom: 14px;
    }

    .intro-list-line {
        margin-bottom: 14px;
    }

    .notice-media {
        padding: 16px;
    }

    .media-title {
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
        color: #222222;
        margin-bottom: 12px;
    }
    
    .bottom-ad-notice {
        padding: 16px;
    }

    .identity-rule-layout {
        padding: 16px;
    }

    .rule-title {
        font-weight: 700;
        font-size: 15px;
        line-height: 22px;
        color: #000000;
        margin-bottom: 16px;
    }
    
    .pc-etc-img {
        display: none;
    }

    .rule-contents{
        margin-bottom: 24px;
    }

    .privacy-list {
        min-width: 832px;
    }
}