/* unique
  --------------------------------------------------------- */
.template_cp .cp_list_outline dd .cp_link_blank::after {
    display: inline;
}
.template_cp .cp_list_step_column > li .cp_step_card {
    display: block;
}
.template_cp .cp_list_step_column > li .cp_step_text {
    min-height: 76px;
}
.template_cp .cp_list_step_column.step4 {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 24px;
}
.template_cp .cp_list_step_column.step4 > li {
    width: 352px;
}
.template_cp .block-important {
    padding: 16px;
}
.template_cp .table-jumbo-incentive {
    width: 100%;
}
.template_cp .table-jumbo-incentive th,
.template_cp .table-jumbo-incentive td {
    border: 1px solid #bbb;
    text-align: center;
}
.template_cp .table-jumbo-incentive thead td {
    background-image: linear-gradient(to right top, transparent calc(50% - .5px), #bbb 50%, #bbb calc(50% + .5px), transparent calc(50% + 1px));
}
.template_cp .table-jumbo-incentive thead th {
    padding: 16px 8px;
    background-color: #aa8c3d;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.template_cp .table-jumbo-incentive tbody th,
.template_cp .table-jumbo-incentive tbody td {
    padding: 20px 8px;
}
.template_cp .table-jumbo-incentive tbody th {
    width: 242px;
    background-color: #f9f7f1;
    font-size: 30px;
    font-weight: bold;
}
.template_cp .table-jumbo-incentive tbody .jumbo-incentive-number {
    font-size: 40px;
}
.template_cp .table-jumbo-incentive tbody .jumbo-incentive-rate {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0 32px;
    font-weight: bold;
}
.template_cp .table-jumbo-incentive tbody .jumbo-incentive-rate-percentage {
    width: 5em;
    font-size: 30px;
    line-height: 1;
    text-align: right;
}
.template_cp .table-jumbo-incentive tbody .jumbo-incentive-rate-percentage.first {
    color: #aa8c3d;
}
.template_cp .table-jumbo-incentive tbody .jumbo-incentive-rate-percentage-number {
    font-size: 56px;
    line-height: 1;
}
.template_cp .table-jumbo-incentive tbody .jumbo-incentive-rate-limit {
    width: 16.5em;
    text-align: left;
}
.template_cp .table-jumbo-incentive tfoot td {
    padding: 10px 8px;
    color: #aa8c3d;
    font-size: 24px;
    font-weight: bold;
}
.template_cp .cp_block_entry .entry_button + .entry_notice {
    margin-top: 16px;
}
.template_cp .cp_block_entry.website {
    padding: 0;
    background: transparent;
}
.template_cp .block-entry-website {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px 48px;
    padding: 16px 32px;
    background-image: url("../images/bg_entry_website.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
}
.template_cp .block-entry-website .entry-website-cp-end {
    margin-bottom: 8px;
    color: #c40404;
    text-align: center;
}
.template_cp .block-entry-website .entry-website-lead {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.template_cp .block-entry-website .entry-website-lead span {
    color: #ff0060;
}
.template_cp .block-entry-website .entry-website-lead sup {
    position: relative;
    top: -8px;
    left: -16px;
    font-size: 12px;
}
.template_cp .block-entry-website .entry-website-links {
    display: flex;
    gap: 40px;
}
.template_cp .block-entry-website .entry-website-links > li {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 8px 16px;
}
.template_cp .block-entry-website .entry-website-links-qr {
    grid-column: 1/2;
    grid-row: 1/3;
}
.template_cp .block-entry-website .entry-website-links-text {
    padding-top: 8px;
    color: #666;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}
.template_cp .block-entry-website .entry-website-links-button {
    padding-bottom: 8px;
}
.template_cp .block-entry-website .entry-website-links-button:hover {
    opacity: .8;
}
.template_cp .block-entry-website .entry-website-links-button img {
    width: auto;
    height: 56px;
}
.template_cp .block-entry-website .entry-website-links-button:after {
    content: none;
}
.template_cp .text-notice-app-only {
    margin-bottom: 48px;
    color: #c80000;
    font-size: 20px;
    text-align: center;
}