@charset 'UTF-8';
/* ------------------------------------------------------ */
/* cp_dpayment202509_pc.css */
/* ------------------------------------------------------ */
/* base overwrite
--------------------------------------------------------- */
em {
    font-style: normal;
}

.page-layout {
    width: 100%;
}

div#breadcrumb {
    width: 1180px;
}

div#wrapper {
    width: 100%;
    padding: 0;
}

#feature_mainText .text-note {
    font-size: 14px;
}

.footer-applink {
    display: none;
}

.footer-applink + footer {
    margin-top: 160px;
}

/* unique
--------------------------------------------------------- */
.block-button {
    flex-wrap: wrap;
}
.block-button .text-note {
    width: 100%;
    text-align: center;
}
.block-button .button-app-lead {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.block-simultaneous-cp-banner {
    text-align: center;
}
.block-simultaneous-cp-banner img {
    width: auto;
    max-width: 100%;
}
.block-simultaneous-cp-banner .simultaneous-cp-banner-lead {
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.6;
}
.block-simultaneous-cp-banner .simultaneous-cp-banner-lead-main {
    display: inline-block;
    font-size: 25px;
}
.block-cp-winning {
    width: 1016px;
    height: 246px;
    margin: 0 auto;
    padding: 32px;
    background: url(../images/bg_cp_winning_pc.jpg) 0 0 no-repeat;
    text-align: center;
}
.block-cp-winning .cp-winning-title {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
}
.block-cp-winning .cp-winning-list {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}
.block-cp-winning .cp-winning-list > li {
    display: flex;
    align-items: center;
    width: calc((100% - 16px) / 3);
    margin-right: 8px;
    padding: 16px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .7);
    font-size: 30px;
    font-weight: bold;
}
.block-cp-winning .cp-winning-list > li:last-child {
    margin-right: 0;
}
.block-cp-winning .cp-winning-list-rank {
    display: flex;
    align-items: baseline;
    margin-right: 16px;
    padding: 8px 16px;
    border-radius: 10px;
    background: #543e34;
    color: #fff100;
    font-size: 30px;
    line-height: 1;
}
.block-cp-winning .cp-winning-list-rank-num {
    font-size: 50px;
}
.block-cp-winning .cp-winning-list-reward {
    line-height: 1;
    text-align: left;
}
.block-cp-winning .cp-winning-list-reward-word{
    font-size: 24px;
}
.block-cp-winning .cp-winning-list-reward-plus {
    align-self: center;
    font-size: 24px;
}
.block-cp-winning .cp-winning-list-reward-unit {
    display: inline-block;
    font-size: 18px;
}
.block-cp-winning .cp-winning-list-reward-num {
    font-size: 24px;
}
.block-cp-winning .text-note {
    font-size: 18px;
    font-weight: bold;
}

p.text-note {
    padding-left: 1em;
    line-height: 1.5;
    text-indent: -1em;
}
p.text-note a {
    text-indent: 0;
}
.cp_list_note_dot {
    margin-bottom: 16px;
}
.cp_list_note_dot:last-child {
    margin-bottom: 0;
}
.cp_list_note_dot > li {
    position: relative;
    margin: 0 0 4px 1em;
    font-size: 13px;
}
.cp_list_note_dot > li::before {
    content: '・';
    position: absolute;
    top: 0;
    left: -1em;
}
.cp_list_note_dot > li:last-child {
    margin-bottom: 0;
}

#campaignNote {
    margin-top: -40px;
    padding-top: 40px;
}

.template_cp .button-secondary {
    max-width: 344px;
    color: #1c2b50;
    font-size: 16px;
}
.template_cp .button-secondary:hover {
    text-decoration: none;
}
.template_cp .button-external-cp-entry {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 344px;
    height: 56px;
    padding: 0 32px;
    border-radius: 6px;
    background: #c40404;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease-out;
}
.template_cp .button-external-cp-entry::after {
    margin-bottom: 2px;

    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7490%) hue-rotate(27deg) brightness(101%) contrast(99%);
}

.template_cp .button-external-cp-entry:hover {
    background: #d54e4e;
    text-decoration: none;
}
.template_cp .button-external-cp-entry:disabled {
    background-color: #aaa;
    cursor: auto;
}

.cp_list_outline .cp_list_note_dot{
    margin-bottom: 0;
}