@charset "UTF-8";

/* story_content_guideline */
.main#story_content_guideline .content .content_wrap .content_box .txt_block {
    gap: unset;
}

.main#story_content_guideline .txt_block .ttl {
    font-weight: 600;
}

/* 260709 edit start */
.main#story_content_guideline .enacted_txt {
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: -0.8px;
    color: #1F1F1F;
    text-align: right;
}

.main#story_content_guideline .txt_block ol ul {
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.8px;
    color: #1F1F1F;
}
/* 260709 edit end */

.main#story_content_guideline .tbl_block.pc_only table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #1F1F1F;
}

.main#story_content_guideline .tbl_block.pc_only table th {
    padding: 19px;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    color: #1F1F1F;
    background-color: #F3F6FB;
    vertical-align: middle;
}

.main#story_content_guideline .tbl_block.pc_only table th:nth-of-type(1) {
    width: 13%;
    min-width: 130px;
}

.main#story_content_guideline .tbl_block.pc_only table th:nth-of-type(2) {
    width: 17%;
    min-width: 130px;
}

.main#story_content_guideline .tbl_block.pc_only table td {
    padding: 20px;
    border: 1px solid #DDDDDD;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1px;
    text-align: center;
    word-break: keep-all;
    color: #1F1F1F;
    vertical-align: middle;
}

.main#story_content_guideline .tbl_block.pc_only table td.bl_none {
    border-left: none;
}

.main#story_content_guideline .tbl_block.pc_only table td.br_none {
    border-right: none;
    text-align: left;
}

@media (max-width:799px) {
    .main#story_content_guideline .tbl_block.sp_only table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        border-top: 1px solid #1F1F1F;
    }

    .main#story_content_guideline .tbl_block.sp_only table th {
        padding: 19px 14px;
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
        color: #1F1F1F;
        background-color: #F3F6FB;
        vertical-align: middle;
    }

    .main#story_content_guideline .tbl_block.sp_only table th:nth-of-type(1) {
        width: 22%;
        min-width: 77px;
    }

    .main#story_content_guideline .tbl_block.sp_only table td {
        padding: 16px;
        border: 1px solid #DDDDDD;
        word-break: keep-all;
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: -1px;
        color: #1F1F1F;
    }

    .main#story_content_guideline .tbl_block.sp_only table td > p {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        letter-spacing: -1px;
        color: #1F1F1F;
    }

    .main#story_content_guideline .tbl_block.sp_only table td ul {
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: -1px;
        color: #1F1F1F;
    }

    .main#story_content_guideline .tbl_block.sp_only table td.bl_none {
        border-left: none;
        vertical-align: middle;
        text-align: center;
    }

    .main#story_content_guideline .tbl_block.sp_only table td.br_none {
        border-right: none;
        text-align: left;
    }
}