@charset "UTF-8";

/* ==============================================================================================
 /campaign/202409/
================================================================================================= */
body {
    background-color: #fff;
}

/*
 * .page-top-a
** ------------------------------------------------------ */
.page-top-a {
    background-color: #fff;
}

/*
 * .cp-panel-a
** ------------------------------------------------------ */
.cp-panel-a > .hdg {
    background-image: url(/campaign/202609/images/index_03.png);
}

/*
 * .cp-btn-a
** ------------------------------------------------------ */
.cp-btn-a {
    display: inline-block;
    box-sizing: border-box;
    padding: 17px 15px 18px;
    min-width: 530px;
    border: 0;
    border-radius: 3px;
    background: linear-gradient(-90deg, rgb(42, 190, 249) 0, rgb(0, 124, 225) 100%);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .35), inset 0 2px 0 0 rgba(255, 255, 255, .67);
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    transition: opacity .2s;
}

.cp-btn-a:hover,
.cp-btn-a:active,
.cp-btn-a:visited {
    color: #fff;
    text-decoration: none;
    opacity: .8;
}

@media only screen and (max-width: 768px) {
    .cp-btn-a {
        min-width: 0;
        width: 100%;
        font-size: 2rem;
    }
}

/*
 * .cp-icon-a
** ------------------------------------------------------ */
.cp-icon-a {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: top;
}

.list-bullet-a .cp-icon-a {
    margin: 2px 5px 0 5px;
}

/* .list-order-b */
.list-order-b > li > .item > .list-bullet-a {
    margin-top: 0;
}

/*
 * .cp-list-notes-a
** ------------------------------------------------------ */
.cp-list-notes-a {
    margin-left: 16px;
}

.cp-list-a > li::before {
    height: 2px;
    border-radius: 0;
}

.cp-panel-scroll-a .list-bullet-a > li > .cp-list-a > li::before {
    top: 11px;
}