.backnumber__linkArea {
    background: #f2f2f2;
    text-align: center;
    padding: 60px;
}

@media screen and (max-width:667px) {
    .backnumber__linkArea {
        padding: 48px 24px;
    }
}

.backnumber__linkArea p {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 40px;
    font-weight: 600;
}

@media screen and (max-width:667px) {
    .backnumber__linkArea p {
        font-size: 14px;
    }
}

.btn {
    display: flex;
    margin: auto;
}

.btn__bg {
    width: 100%;
    max-width: 330px;
    height: 70px;
    background: transparent linear-gradient(90deg, #FFF352 0%, #FCC200 100%) 0% 0% no-repeat padding-box;
    border-radius: 35px;
}

.btn p {
    margin: auto;
    display: inline-block;
    line-height: 1;
}

.btn p span {
    display: inline-block;
    width: 13px;
    height: 12px;
}

.page__containerBlockAccTtl h4 span {
    background: transparent;
}

.cmn__eyecatchInner.cmn__eyecatchInner_report::after {
    background: transparent;
}

.btn p span.page__containerBlockLinkInIco svg {
    fill: #000;
}

.page__containerBlockAccTtl h4 i {
    font-style: normal;
    font-size: 14px;
    padding-right: 8px;
}

@media screen and (max-width:667px) {
    .page__containerBlockAccTtl h4 i {
        font-size: 10px;
    }
}

.report_table {
    width: 100%;
    display: flexbox;
    border-collapse: collapse;
}

.report_table_wrap {
    overflow-x: scroll;
}

.report_table th {
    background: #f2f2f2;
    line-height: 1;
    font-size: 14px;
    padding: 16px 24px;
    text-align: center;
    min-width: 72px;
}

.report_table td {
    padding: 16px 24px;
    min-width: 72px;
}

.report_table td.short,
.report_table th.short {
    text-align: center;
    white-space: nowrap;
}

.report_table td.short p {
    line-height: 1;
}

@media screen and (max-width:667px) {
    .report_table td:not(.short) {
        min-width: 280px;
    }
}

ul.no-style {
    list-style: none;
    margin-left: 0;
    margin-top: 32px;
}

.page__containerBlockAccTtl_m {
    margin-bottom: 10px;
}

.page__containerBlockAccTtl_m:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:667px) {
    .page__containerBlockAccTtl_m {
        margin-bottom: 8px;
    }
}

.page__containerBlockAccTtl_m.open {
    margin-bottom: 0;
}