@charset "UTF-8";

/*====================================================================
車の売却&マイカー割登録で合計5,000ポイント
======================================================================*/
/*====================================================================
common
======================================================================*/
body {
    line-height: 1.5;
    font-size: 1rem;
    color: #333;
    overflow-x: hidden;
    /* min-width: 375px; */
}

:root {
    --crimson-red: #BF0000;
    --referral-blue: #0085C7;
    --referral-txt: #333333;
    --referral-gray: #d1d1d1;
    --referral-gray-txt: #686868;
    --white: #ffffff;
    ---txt: #ffffff;
}

.kv {
    text-align: center;
    width: 100%;
    height: auto;
    background: url('/assets/img/campaign/referral/bg_pc.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    background-color: #ECF9FF;
}

.kv_sp {
    width: 100vw;
}

.kv_pc {
    max-width: 960px;
    margin: 0 auto;
}

.txt-center {
    text-align: center;
}

.cam_width-all {
    padding: 0 4%;
}

body u {
    color: #0074ad;
}

.contents-inner {
    padding: 32px 0 32px;
}

.referral_section {
    margin: 40px auto;
}

@media all and (min-width:768px) {
    .cam_width-all {
        padding: 0;
    }

    .contents-inner {
        padding: 48px 0 48px;
    }
}

/* About */
.service_about {
    background: #FFFEE9;
}

/*caution*/
.caution {
    width: 95%;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    padding: 2% 0 0 0;
}

/*banner*/
.banner {
    background: #f7f7f7;
}

/* tab-top */
.referral-outer-tabs {
    margin-top: 16px;
}

.referral-outer-tab-menu {
    display: flex;
    list-style: none;
    padding: 0 2%;
    margin-bottom: 10px;
    border-bottom: 2px solid var(--crimson-red);
    margin: 0 auto;
    justify-content: space-between;
}

.referral-outer-tab-menu li {
    cursor: pointer;
    border: 1px solid var(--not-active);
    border-bottom: none;
    background: var(--tab-bg);
    border-radius: 8px 8px 0 0;
    color: var(--not-active);
    transition: all 0.2s;
    box-sizing: border-box;
    text-align: center;

}

.referral-tab-left.active,
.referral-tab-right.active,
.referral-outer-tab-menu li:not(.active) {
    width: calc(98%/2);
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.referral-tab-left.active {
    background: var(--crimson-red);
    color: var(--white);
    box-sizing: border-box;
}

.referral-tab-right.active {
    background: var(--referral-blue);
    color: var(--white);
    box-sizing: border-box;
    text-align: center;
}

.referral-outer-tab-menu li:not(.active) {
    background: var(--white);
    color: var(--referral-gray-txt);
    border: solid 2px var(--referral-gray);
    box-sizing: border-box;
    border-bottom: none;
}

.referral-outer-tab-content {
    display: none;
    padding-bottom: 24px;
    border: 1px solid var(--not-active);
    border-radius: 0 0 8px 8px;
    background: #fff;
    box-sizing: border-box;
    width: 100%;
}

.referral-outer-tab-content.active {
    display: block;
}

@media all and (min-width:768px) {

    .referral-outer-tabs {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 32px;
    }

    .referral-outer-tab-menu {
        padding: 0;
        gap: 16px;
        justify-content: center;
    }

    .referral-tab-left.active,
    .referral-tab-right.active,
    .referral-outer-tab-menu li:not(.active) {
        height: 52px;
        line-height: 52px;
        width: calc(90% / 2);
        max-width: 500px;
        font-size: 20px;
    }

}

/*widget*/
.cp-top-widget__wrapper {
    border: 2px solid #bf0000;
}

/*step*/
.campaign-body dl {
    margin-bottom: 0 !important;
}

.cp-group-footer {
    margin: 0 auto;
}

.cp-campaign__sell-sub {
    color: #147ECC;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 5%;
}

@media all and (min-width:768px) {
    .cp-campaign__sell-sub {
        font-size: 30px;
    }

    .caution {
        padding: 1% 0 0 0;
        font-size: 20px;
    }
}

/* フォントサイズ */
.cam_ttl {
    text-align: center;
    font-weight: bold;
    margin: 0;
    font-feature-settings: "halt";
}

.title_lev1 {
    font-size: 24px;
    color: #333;
    font-feature-settings: "halt";
}

.referral_step_title {
    font-size: 20px;
    font-weight: 700;
    color: var(--referral-txt);
    text-align: center;
    margin-bottom: 8px;
    font-feature-settings: "halt";
}

.ttl_sub,
.referral_step {
    font-size: 14px;
    color: #0085C7;
    letter-spacing: 1px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-feature-settings: "halt";

}

.referral_txt {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 28px;
    line-height: 1.25;
    color: var(--referral-txt);
    font-feature-settings: "halt";
}

.referral_img_txt {
    width: 80%;
    max-width: 360px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 2%;
    font-feature-settings: "halt";
}

.referral_step_no {
    font-size: 16px;
    color: var(--crimson-red);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-feature-settings: "halt";
}

.red {
    color: var(--crimson-red);
    margin-top: 8px;
}

@media all and (min-width:768px) {
    body {
        font-size: 16px;
    }

    .title_lev1 {
        font-size: 36px;
    }

    .ttl_sub {
        font-size: 20px;
    }

    .cam_ttl {
        margin: 0;
    }

    .ttl_sub,
    .referral_step,
    .referral_sub_text,
    .referral_step_no {
        font-size: 20px;
    }

    .referral_step_title {
        font-size: 30px;
    }

    .referral_section_wrap .referral_step .referral_step_title {
        height: 90px;
    }

    .referral_section_wrap .img_mini {
        height: 32px;
        width: auto;
    }

    .referral_txt {
        font-size: 16px;
    }
}

/*contnets*/
.contents {
    width: 100%;
    height: auto;
    background-color: #FFFEE9;
    padding: 4% 0 0;
}

/* referral step2*/
.referral-card-list_sp {
    width: 100%;
    margin-top: 16px;
}

.referral-card-item_sp {
    max-width: 100%;
    background: #fff;
    padding: 4%;
    border: var(--referral-gray) 1px solid;
    border-radius: 8px;
    box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.25);
}

.referral-card-iteminner_sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.referral-card-iteminner_sp span {
    display: flex;
    gap: 8px;
    align-items: center;
}

.referral-card-iteminner_sp .flex_initial {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.referral-card-item_sp.__howto.qr {
    border: none;
    display: inline;
}

.referral-card-iteminner_sp.__howto.qr {
    display: initial;
}

.qr_img {
    width: 72px;
    height: auto;
    margin: 0;
    margin-bottom: 8px;
}

.flex_initial .referral_txt img {
    margin-left: 16px;
    transform: translate(-1px, -4px);
}

.flex_initial .referral_txt.__howto {
    text-align: center;
}

.referral-card-wrap_sp {
    text-align: center;
}

.efferal_step {
    margin-bottom: 40px;
}

.qr_invite {
    display: flex;
    flex-direction: column;
}

.mail-btn {
    width: 90%;
    max-width: 157px;
    background: #0085C7;
    color: #fff;
    padding: 4%;
    margin: auto;
    border: #0085C7 1px solid;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.mail-btn:hover {
    background-color: #03a4f4;
    color: #fff;
    transition: all 0.2s ease;
}

.mail-btn p {
    font-size: 20px;
    line-height: 32px;
    margin: 0;
}

@media all and (min-width:768px) {
    .referral_txt.__howto {
        font-size: 16px;
    }

    .referral-card-wrap_pc {
        max-width: 1100px;
        margin: auto;
        padding: 1% 5% 1%;
    }

    .referral-card-list_pc {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .referral_txt {
        font-size: 20px;
        text-align: center;
    }

    .referral_txt.red {
        margin-top: 16px;
    }

    .referral-card-item_pc {
        width: calc(90% / 4);
        background: #fff;
        padding: 4% 0;
        border: var(--referral-gray) 1px solid;
        border-radius: 8px;
        box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.25);
        min-width: 0;
        text-align: center;
    }

    .referral-card-item_pc div {
        display: inline-flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

    .referral-card-item_pc div .referral_txt {
        height: 50px;
    }
}

/* detail */
.detail {
    background-color: #ECF9FF;
    padding: 40px 5% 40px;
    margin: 0;
}

/* about */
.about {
    position: relative;
}

.about_caution {
    position: absolute;
    top: 55%;
    left: 22%;
    font-size: 12px;
}

.about_wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media all and (min-width:768px) {
    .about_wrap {
        flex-direction: row;
        gap: 24px;
    }

    .about_wrap img {
        max-width: 58%;
        min-width: 0;
    }

    .about_caution {
        font-size: 16px;
        top: 85%;
        left: 9%;
    }
}

/* howto */
.tab-wrap {
    display: flex;
    width: 94%;
    max-width: 1100px;
    box-sizing: border-box;
    justify-content: space-between;
    position: relative;
    margin-top: 16px;
}

.tab-wrap:after {
    content: '';
    width: 100%;
    height: 3px;
    background: var(--referral-gray);
    display: block;
    order: -1;
    position: absolute;
    top: 36px;
}

.tab-wrap_detail {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
}

.tab-label {
    display: inline-block;
    color: var(--referral-gray-txt);
    background: #EDEDED;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    order: -1;
    z-index: 1;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    padding: 8px 3.2%;
    transition: all 0.2s ease;
    line-height: 1.5;
    cursor: pointer;
    min-width: 0;
}

.tab-label_detail {
    margin: auto;
    display: flex;
    justify-content: space-between;
    color: #EDEDED;
    background: #ababab;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    transition: all 0.2s ease;
    padding: 2% 9%;
}

.referral-card-item_sp.__howto {
    width: 200px;
    background: #fff;
    border: var(--referral-gray) 1px solid;
    border-radius: 8px;
}

.referral_txt.__howto {
    font-size: 14px;
    text-align: center;
}

.referral-card-iteminner_sp.__howto {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tab-content {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 4% 4% 2%;
    background-color: var(--white);
    border-radius: 0 0 8px 8px;
    border: solid 2px var(--crimson-red);
    box-sizing: border-box;
    border-top: none;
    margin: 0;
    position: absolute;
    top: 39px;
}

.tab-content_detail {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: #ECF9FF;
    border-radius: 0 0 8px 8px;
}

.tab-switch:checked+.tab-label {
    background: var(--crimson-red);
    color: #fff;
}

.tab-switch_detail:checked+.tab-label_detail {
    background: #bf0000;
    color: #fff;
}

.tab-switch_detail.__blue:checked+.tab-label_detail.__blue {
    background: #0085C7;
    color: #fff;
}

.tab-switch:checked+.tab-label+.tab-content {
    max-height: 1000px;
    opacity: 1;
    overflow: auto;
}

.tab-switch_detail:checked+.tab-label_detail+.tab-content_detail {
    height: auto;
    overflow: auto;
    padding: 4%;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.tab-switch {
    display: none;
}

.tab-switch_detail {
    display: none;
}

input[name="tab-label"] {
    display: none;
}

input[name="tab02"] {
    display: none;
}

.scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    white-space: nowrap;
    overflow-x: scroll;
    align-items: center;
    margin-bottom: 0;
}

.scroll li {
    background: #fff;
    text-align: center;
    font-weight: bold;
    padding: 4%;
    height: 380px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flow_step_num {
    font-size: 16px;
    font-weight: 900;
    color: var(--crimson-red);
}

.step_text_adjust {
    height: 64px;
    min-width: 144px;
}

.flow_step_point {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    margin-top: 460px;
    margin-bottom: 32px;
}

/* referral step2 QRコード*/
.step3_wrap,
.step3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.step3 {
    flex-direction: column;
}

.step3_wrap p {
    transform: translateX(-8px);
    color: var(--referral-txt);
}

.next_step {
    max-width: 20px;
}

.scroll .next_step_wrap {
    height: 22px;
}

.referral_txt.__howto u {
    font-weight: 500;
}

/* 画像サイズ */
.img_mini {
    width: 20%;
    max-width: 64px;
}

.img_mid {
    width: 60%;
    max-width: 224px;
    margin-bottom: 16px;
}

.img_large {
    width: 90%;
    max-width: 520px;
    margin-top: 16px;
}

.img_qr {
    max-width: 160px;
}

/* スクロールバー全体 */
::-webkit-scrollbar {
    height: 16px;
    width: 16px;
}

/* スクロールバーのトラック（背景） */
::-webkit-scrollbar-track {
    background: #fff;
    border: 1px solid var(--referral-gray);
    border-radius: 8px;
}

::-webkit-scrollbar-thumb {
    background: var(--referral-gray);
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: #888;
}

h2 {
    font-size: 16px;
    color: #0085C7;
}

h3 {
    font-size: 16px;
    color: #333;
    height: auto;
}

.howto_label {
    width: 188px;
    margin: auto;
    padding-bottom: 4%;
}

.howto_label.__02 {
    padding: 4% 0;
}



@media all and (min-width:300px) {
    .tab-label_detail {
        padding: 2% 9%;
    }
}

@media all and (min-width:374px) {
    .tab-label_detail {
        padding: 2% 10%;
    }
}

@media all and (min-width:480px) {
    .flow_step_point {
        margin-top: 480px;
    }
}

@media all and (min-width:768px) {
    .scroll {
        padding: 0;
        box-sizing: border-box;
    }

    .scroll li {
        padding: 0;
    }

    .pc_img {
        max-width: 160px;
    }

    .scroll.__howto li {
        min-width: 0;
    }

    .tab-wrap:after {
        top: 52px;
    }

    h3.pc {
        height: 48px;
    }

    .scroll .pc.pc_img {
        margin-top: 16px;
    }

    .tab-label {
        font-size: 18px;
        padding: 10px .5em;
        flex: 1;
        height: 52px;
    }

    .tab-label_detail {
        font-size: 24px;
        padding: 0.5em 16%;
    }

    .tab-label:not(:last-of-type) {
        margin-right: 20px;
    }

    .tab-wrap {
        max-width: 1100px;
    }

    .tab-content {
        max-width: 1200px;
    }

    .tab-switch_detail:checked+.tab-label_detail+.tab-content_detail {
        padding: 2% 2%;
    }

    .detail {
        padding-bottom: 4%;
        justify-content: center;
    }

    .referral_center {
        width: 95%;
        ;
        max-width: 960px;
        margin: 0 auto;
    }

    .step3_wrap p {
        font-size: 16px;
    }
}

@media all and (min-width:960px) {
    .tab-label_detail {
        padding: 0.5em 18%;
    }

    .referral-card-item_sp.__howto {
        width: 220px;
    }
}

@media all and (min-width:1200px) {
    .scroll {
        align-items: center;
    }
}

.step {
    background-color: #FFFEE9;
    width: 100%;
    padding: 5% 0;
}

.step_box {
    background: #fff;
    width: 95%;
    margin: 0 auto;
    border-radius: 8px;
}

.step_box:not(:last-of-type) {
    background: #fff;
    border: 2px solid #FFF0CB;
    position: relative;
}

.step_box:not(:last-of-type)::before,
.step_box:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 20px 0px 20px;
    position: absolute;
    left: calc(45% - 5px);
}



.step_box:not(:last-of-type)::before {
    border-color: #FFF0CB transparent transparent transparent;
    bottom: -16px;
    z-index: 1;
}

.step_box:not(:last-of-type)::after {
    border-color: #fff transparent transparent transparent;
    bottom: -12px;
    z-index: 2;
}

.entry-btn {
    margin-bottom: 7%;
}

.cam-step_box {
    margin-top: -15px;

}

.cp-top-content__content-wrapper {
    padding-bottom: 0;
}

.cp-top-content-release__description {
    margin-bottom: 10%;
    padding: 0 16px;
}



@media all and (min-width:768px) {
    .step_box {
        max-width: 960px;
    }

    .entry-btn {
        max-width: 700px;
        margin: 0 auto;
        padding-bottom: 7%;
    }

    .step_box:not(:last-of-type)::before,
    .step_box:not(:last-of-type)::after {
        left: calc(49% - 5px);
    }
}



/* reason */
.title_lev1.__reason {
    padding-bottom: 0;
}

.cp-top-content-choose {
    margin: 0;
}

/* step */
.step_sale {
    background-color: #fff;
}

.step_box.__step_inner {
    padding: 4% 0;
}

@media all and (min-width:768px) {
    .cp-top-content-release__description {
        margin-bottom: 6%;
    }

    .cp-top-content-step {
        justify-content: center;
    }

    .step_box.__step_inner {
        padding: 1% 0 4% 0;
    }

    .step_box.__step_inner .title_lev1 {
        margin-top: 0;
    }

    .cp-top-content-choose__top-reason {
        padding: 0;
    }

    .cp-top-content-choose__top-title {
        margin: 0;
    }
}

/* 紹介される方の内容 */

.referral_button {
    max-width: 648px;
    width: 95%;
    margin: 0 auto;
    border-radius: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-color: var(--crimson-red);
    margin-bottom: 20px;
}

.referral_emp.referral_button:hover {
    cursor: pointer;
    background-color: #E70303;
    transition: 0.3s;
}

.referral_button a,
.title_lev3 {
    color: var(--white);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 0;
}

.referral_sub_text,
.refferar_sub_text {
    color: var(--crimson-red);
}

.referral_sub_text.referral_other {
    color: var(--referral-blue);
}

.referral_sub_text::before,
.referral_sub_text::after,
.referral_Emp::before,
.referral_Emp::after,
.float_txt::before,
.float_txt::after {
    position: relative;
    display: inline-block;
    content: "";
    background: var(--crimson-red);
    width: 2px;
    height: 1em;
    margin: 0 1em;
    margin-top: 1rem;
    bottom: -4px;
}

.float_txt::before,
.float_txt::after {
    margin-top: 0;
    height: 1;
}

.referral_sub_text.referral_other::before,
.referral_sub_text.referral_other::after {
    background: var(--referral-blue);
}

.referral_sub_text::before,
.referral_Emp::before,
.float_txt::before {
    transform: rotate(-35deg);
}

.referral_sub_text::after,
.referral_Emp::after,
.float_txt::after {
    transform: rotate(35deg);
}

.referral_Emp::before,
.referral_Emp::after {
    background-color: var(--referral-txt);
}

/* ------------------------- */
/* アコーディオン */
/* ------------------------- */
.accordion_container {
    margin: 0 auto;
    max-width: 928px;
}

.accordion_title {
    background-color: var(--referral-blue);
    padding: 20px 5%;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    width: 95%;
    margin: 0 auto;
}

.title_lev3 {
    transform: translateX(-24px);
}

.accordion_title_conteiner {
    margin: 0 auto;
    text-align: center;
}

.accordion_title:hover {
    background-color: #03a4f4;
}

.icon_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}

.icon {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
}

.accordion_title.open .icon_wrap {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.icon:before,
.icon:after {
    display: flex;
    content: '';
    background-color: #fff;
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
}

.icon:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
}

.accordion_title.open .icon_wrap .icon:before {
    content: none;
}

.accordion_title.open .icon_wrap .icon:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.accordion_inner {
    display: none;
    box-sizing: border-box;
    width: 95%;
    margin: 0 auto;
}

/* お申し込み */
.row {
    background-color: #ecf9ff;
    padding: 0 3%;
}

.cp-top-widget__wrapper {
    border: none;
    padding: 0;
}


@media all and (min-width:768px) {
    .accordion_inner img {
        width: 100%;
    }

    .referral_section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .referral_section_wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        max-width: 960px;
        align-items: center;
    }

    .referral_application .refferar_sub_text {
        font-size: 20px;
    }
}

/* 紹介されたかた　お得なキャンペーンに参加しよう */
.referral_step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin: 0 auto;
}

.img_large.referral_kv {
    margin-top: 40px;
}

.referral_Emp {
    font-size: 24px;
    font-weight: 700;
}

.flow_step_point p {
    width: 90%;
    margin: 0 auto;
}

.flow_step_point.referral {
    margin-top: 16px;
}

.referral_application {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #ecf9ff;
    padding-top: 8px;
}

@media all and (min-width:768px) {
    .img_large.referral_kv {
        margin-top: 3%;
    }

    .referral_application {
        padding-top: 32px;
        align-items: center;
    }

    .flow_step_point.referral {
        margin: 40px auto;
    }

    .flow_step_point {
        gap: 10%;
    }

    .flow_step_point .img_mini {
        margin-bottom: 24px;
    }
}

/* campaign */
h1 p,
.__campaign {
    margin-top: 10%;
}

/* float */
.cp-top-floating-section__area {
    width: 100%;
    justify-content: space-evenly;
    padding: 2% 0 2%;
    height: auto;
}

.cp-top-floating-section__button-area {
    border-radius: 4px;
    max-width: 500px;
    width: calc(90% / 2);
    max-height: 240px;
}

.cp-top-floating-section__button-area:nth-of-type(2) {
    background-color: var(--referral-blue);
}

.cp-top-floating-section__button-area:nth-of-type(2):hover {
    background-color: #03a4f4;
}

.cp-top-floating-section__main-phrase {
    font-size: 14px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.cp-top-floating-section__phrase-area {
    display: flex;
    color: #fff;
    align-items: center;
    flex-direction: column;
    border: none;
}

.float_txt::before,
.float_txt::after {
    background-color: var(--white);
}

.float_txt {
    font-size: 12px;
    color: var(--white);
}

@media all and (max-width:400px) {

    .float_txt,
    .cp-top-floating-section__main-phrase {
        font-size: 70%;
        white-space: nowrap;
    }
}

@media all and (min-width:500px) {
    .cp-top-floating-section__phrase-area {
        flex-direction: row;
    }
}

@media all and (min-width:768px) {
    .cp-top-floating-section__area {
        justify-content: center;
        padding: 1%;
        max-height: 72px;
    }

    .cp-top-floating-section__phrase-area {
        flex-direction: row;
    }

    .cp-top-floating-section__button-area.__entry {
        margin-right: 2%;
    }

    .cp-top-floating-section__main-phrase {
        font-size: 16px;
    }

    .step_pc {
        margin-top: 40px;
    }

    .cp-top-floating-section__phrase-area {
        justify-items: center;
        color: #fff;
        display: flex;
        margin-top: 4px;
        align-items: center;
    }
}


/* campaign-banner */
.campaign_banner {
    padding-bottom: 4%;
}

/*====================================================================
common_campaign_add
======================================================================*/
.date {
    width: 100%;
    height: auto;
    padding: 2% 4%;
    text-align: center;
    font-size: 14px;
    background: #0085C7;
    color: #fff;
    transform: translateY(-8px);
}

@media all and (min-width:768px) {
    .date {
        font-size: 20px;
    }

    .ribbon {
        width: 515px;
        margin: auto;
    }
}

/*====================================================================
SP
======================================================================*/
@media all and (max-width:767px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .pan_list {
        width: 95%;
        height: auto;
        margin: 0 auto;
        margin-top: 10px;
        font-size: 12px;
    }

    .contents-title {
        padding: 30px 0 20px;
        text-align: center;
        font-size: 1.8rem;
        font-weight: bold;
    }

    .contents-title span.red {
        color: #bf0000;
    }

    .contents-title span.orange {
        color: #ff9c00;
    }

    .contents-title span.red span.number {
        font-size: 2.8rem;
        margin: 0 6px;
    }

    .contents-title span.orange span.number {
        font-size: 2.8rem;
        margin: 0 6px;
    }

    /*point*/
    .point-listarea {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .point-list {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 10px;
    }

    .point-title {
        width: 60%;
        height: auto;
        margin-top: 5px;
        margin-bottom: 20px;
        color: #002896;
        font-weight: bold;
        font-size: 16px;
    }

    .point-text {
        font-size: 12px;
        margin-bottom: 0;
    }

    .point-01,
    .point-02 {
        position: relative;
    }

    .point-01::after {
        content: "";
        width: 80px;
        height: 80px;
        background: url("/assets/img/campaign/mycar-point/point_01.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 50%;
        right: -70%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .point-02::after {
        content: "";
        width: 80px;
        height: 80px;
        background: url("/assets/img/campaign/mycar-point/point_02.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 50%;
        right: -70%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .point-03,
    .point-04 {
        width: 100% !important;
    }

    /*merit*/
    .merit-textarea {
        width: 100%;
        height: auto;
        background: #fff;
        border-radius: 8px;
        border: 2px solid #ffe8e8;
        position: relative;
        margin-top: 30px;
    }

    .merit-number {
        width: 120px;
        height: auto;
        text-align: center;
        background: #ffe8e8;
        border-radius: 3px;
        position: absolute;
        top: -20px;
        left: 50%;
        padding: 2% 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .merit-number img {
        width: 30px;
    }

    .merit-number img.point {
        width: 60px !important;
    }

    .merit-explain {
        width: 100%;
        height: auto;
        padding: 12% 5% 3%;
    }

    .merit-title {
        font-size: 16px;
        font-weight: bold;
        padding: 10px 0;
    }

    .merit-text {
        margin-bottom: 0;
    }

    .merit-text span {
        color: #bf0000;
    }

    .merit-image {
        text-align: center;
        margin-top: 20px;
    }

    /*step*/
    .step-listarea {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .step-list {
        width: 100%;
        height: 130px;
        margin: 0 auto;
        margin-bottom: 30px;
        padding: 10px 15px 0;
        background-color: #ffffff;
        border-radius: 10px;
    }

    .step-title {
        width: 100px;
        height: auto;
        padding-bottom: 100px;
        color: #002896;
        font-size: 20px;
        font-weight: bold;
        float: left;
    }

    .step-text {
        margin-top: 30px;
        font-size: 14px;
    }

    .step-01,
    .step-02,
    .step-03 {
        position: relative;
        clear: both;
    }

    .step-01::after {
        content: "";
        width: 60px;
        height: 60px;
        background: url("/assets/img/campaign/mycar-point/step_01.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        bottom: -5%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .step-02::after {
        content: "";
        width: 80px;
        height: 80px;
        background: url("/assets/img/campaign/mycar-point/step_02.png");
        background-repeat: no-repeat;
        background-size: 90% auto;
        position: absolute;
        bottom: -30%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .step-03::after {
        content: "";
        width: 60px;
        height: 60px;
        background: url("/assets/img/campaign/mycar-point/step_03.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    /*topwidget*/
    .contents_topwidget {
        width: 100%;
        height: 100%;
        padding-bottom: 50px;
    }

    .contents_topwidget-title {
        padding: 30px 0 20px;
        text-align: center;
        font-weight: bold;
        color: #333;
    }

    /*campaign*/
    .campaign-announce {
        margin-bottom: 10px;
        text-align: right;
        font-size: 11px;
        font-weight: bold;
    }

    .announce-pc,
    .deadline-pc {
        display: none;
    }

    .campaign-announce a {
        text-decoration: none;
        color: #002896;
    }

    .campaign-announce a:hover {
        cursor: pointer;
        color: #bf0000;
        text-decoration: underline;
    }

    .campaign-body {
        margin-bottom: 30px;
        text-align: left;
    }

    .campaign-body dl {
        display: inline-block;
        width: 100%;
        padding: 21px 0;
        border-bottom: 2px solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: middle;
    }

    .campaign-body dl:first-child {
        border-top: 2px solid;
    }

    .campaign-body dl::after {
        content: "";
        display: block;
        clear: both;
    }

    .campaign-body dl dt {
        font-weight: bold;
        width: 30%;
        height: auto;
        float: left;
        padding: 0 10px;
        color: #666;
    }

    .campaign-body dl dd {
        width: 70%;
        height: auto;
        padding-left: 10px;
        font-size: 14px;
        float: left;
    }

    .campaign-body dl dd ul li {
        list-style-type: disc;
        list-style-position: inside;
        list-style-image: none;
    }

    .cp-text__red {
        color: #BF0000;
    }

    .cp-campaign__txt-lrg {
        font-size: 20px;
    }

    .cp-campaign__step-ttl {
        font-size: 20px;
    }

    .cp-campaign__point-wrap {
        padding: 12px;
    }

    .cp-campaign__section {
        padding: 24px 12px;
    }

    .col-12 col-md-6 text-left {
        padding: 12px;
    }
}

/*====================================================================
PC
======================================================================*/
@media all and (min-width:768px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    .pan_list {
        max-width: 960px;
        height: auto;
        margin: 0 auto;
        margin-top: 10px;
    }

    /*cv-btn*/
    .btn-area {
        justify-content: space-between;
        width: 80%;
        height: auto;
        margin: 0 auto;
    }

    .rc-btn {
        display: inline-block;
        width: 49%;
        padding: 17px;
        font-size: 16px;
    }

    .rc-btn.v2 {
        padding: 3px 0 7px;
    }

    .rc-btn span {
        font-size: 12px;
    }

    .contents-title {
        padding: 50px 0 40px;
        text-align: center;
        font-size: 3rem;
        font-weight: bold;
    }

    .contents-title span.red {
        color: #bf0000;
    }

    .contents-title span.orange {
        color: #ff9c00;
    }

    .contents-title span.red span.number {
        font-size: 3.8rem;
        margin: 0 6px;
    }

    .contents-title span.orange span.number {
        font-size: 3.8rem;
        margin: 0 6px;
    }

    /*point*/
    .point-listarea {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 auto;
        margin-bottom: 0;
    }

    .point-list {
        width: 48%;
        height: auto;
        margin-bottom: 40px;
        padding: 30px;
        background-color: #ffffff;
        border-radius: 10px;
    }

    .point-title {
        width: 60%;
        height: auto;
        margin-top: 10px;
        margin-bottom: 40px;
        color: #002896;
        font-size: 1.3rem;
        font-weight: bold;
    }

    .point-text {
        font-size: 14px;
        margin-bottom: 0;
    }

    .point-01,
    .point-02 {
        position: relative;
    }

    .point-01::before {
        content: "";
        width: 100px;
        height: 100px;
        background: url("/assets/img/campaign/mycar-point/point_01.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 50%;
        right: -70%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .point-02::before {
        content: "";
        width: 100px;
        height: 100px;
        background: url("/assets/img/campaign/mycar-point/point_02.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 50%;
        right: -70%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    /*merit*/
    .merit-textarea {
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 20px;
        display: flex;
        background: #fff;
        border-radius: 8px;
        border: 2px solid #ffe8e8;
    }

    .merit-number {
        width: 20%;
        height: auto;
        text-align: center;
        background: #ffe8e8;
        border-radius: 5px;
    }

    .merit-number img.point {
        margin-bottom: -15px;
    }

    .merit-01 {
        padding: 5%;
    }

    .merit-02 {
        padding: 6% 5%;
    }

    .merit-03 {
        padding: 15% 5%;
    }

    .merit-explain {
        width: 80%;
        height: auto;
        padding: 5%;
    }

    .merit-title {
        font-size: 28px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .merit-text span {
        color: #bf0000;
    }

    .merit-image {
        text-align: center;
        margin-top: 20px;
    }

    /*step*/
    .step-listarea {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .step-list {
        width: 30%;
        height: auto;
        margin-bottom: 40px;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 10px;
        margin-left: 5%;
    }

    .step-list:first-child {
        margin-left: 0;
    }

    .step-title {
        width: 100%;
        height: auto;
        padding-bottom: 100px;
        color: #002896;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }

    .step-text {
        font-size: 14px;
    }

    .step-01,
    .step-02,
    .step-03 {
        position: relative;
    }

    .step-01::after {
        content: "";
        width: 100px;
        height: 100px;
        background: url("/assets/img/campaign/mycar-point/step_01.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        bottom: -25%;
        left: 50%;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
    }

    .step-02::after {
        content: "";
        width: 120px;
        height: 120px;
        background: url("/assets/img/campaign/mycar-point/step_02.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        bottom: -25%;
        left: 50%;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
    }

    .step-03::after {
        content: "";
        width: 80px;
        height: 80px;
        background: url("/assets/img/campaign/mycar-point/step_03.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        bottom: 5%;
        left: 50%;
        transform: translate(-50%);
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
    }

    .conversion_button {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 30px 0 50px;
    }

    /*topwidget*/
    .contents_topwidget {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    .contents_topwidget-title {
        padding: 50px 0 40px;
        text-align: center;
        font-size: 3rem;
        font-weight: bold;
        color: #333;
    }

    /*campaign*/
    .campaign-announce {
        margin-bottom: 30px;
        text-align: right;
        font-weight: bold;
    }

    .announce-sp,
    .deadline-sp {
        display: none;
    }

    .campaign-announce a {
        text-decoration: none;
        color: #002896;
    }

    .campaign-announce a:hover {
        color: #bf0000;
        text-decoration: underline;
    }

    .campaign-body {
        margin-bottom: 30px;
        text-align: left;
    }

    .campaign-body dl {
        display: flex;
        padding: 21px 0;
        border-bottom: 2px solid;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: middle;
    }

    .campaign-body dl:first-child {
        border-top: 2px solid;
    }

    .campaign-body dl::after {
        content: "";
        display: block;
        clear: both;
    }

    .campaign-body dl dt {
        font-weight: bold;
        width: 230px;
        height: auto;
        float: left;
        padding: 0 25px;
        color: #4a4a4a;
    }

    .campaign-body dl dd {
        width: 700px;
        font-size: 14px;
        float: left;
    }

    .campaign-body dl dd ul li {
        list-style-type: disc;
        list-style-position: inside;
        list-style-image: none;
    }

    .cp-text__red {
        color: #BF0000;
    }

    .cp-campaign__step-ttl {
        font-weight: 700 bold;
    }
}