@charset "UTF-8";

.gradient_bg {
    border-top: 5px solid #47549e;
    background: url('/-/media/aeoncard/campaign/lp/cosmo_shintokuten_main/images/kv_bg_pc.jpg') center top no-repeat;
    background-size: cover;
    border-bottom: 5px solid #4553a3;
}

.kv_main_wrap {
    width: 940px;
    margin: 0 auto;
    display: flex;
    padding: 34px 0;
    margin-left: auto !important;
    margin-right: auto !important;
}

.kv_main_wrap .top_title {
    width: 420px;
    text-align: center;
}

.kv_main_wrap .top_title img {
    margin-top: 30px;
}

.kv_main_wrap .top_card_wrap {
    width: 270px;
}

.card_text {
    text-align: center;
    margin-top: 6px;
}

.kv_main_wrap .top_card_wrap .card_list {
    width: 210px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.kv_main_wrap .top_card_wrap .card_list li {
    width: 102px;
    text-align: center;
}

.kv_main_wrap .top_card_wrap .card_list li img.card_img {
    width: 92px;
    height: 146px;
    border: 1px solid #fff;
    border-radius: 6px;
    box-shadow: 3px 3px 4px rgba(13, 48, 141, 0.3);
}

.kv_main_wrap .top_card_wrap .card_list li .card_tag {
    width: 100%;
    display: block;
    margin-top: 6px;
}

.top_free {
    width: 250px;
    text-align: center;
}

.top_free img {
    margin-top: 24px;
}

.kv_title_sp {
    display: none;
}

.kv2_wrap {
    width: 964px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.kv2_wrap img {
    margin-left: -7px;
}

.progress_btn {
    width: 310px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 2px rgba(67, 82, 169, .68);
}

.progress_tips .kv_btm_btn {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}
.progress_tips.pt0{padding-top:0;}
.mv__container {
    padding-bottom: 0;
}

.wrap_content {
    width: 1040px;
    text-align: center;
    margin: 40px auto 0;
    padding: 30px 50px;
    border-radius: 8px;
    background: #116eb4;
}

.wrap_content .new_btn {
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 8px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #4352a9;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

.wrap_content .new_btn::after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 40px;
    top: 20px;
    background: url('/-/media/aeoncard/campaign/lp/cosmo_shintokuten_main/images/btn_icon_pc.png') center center no-repeat;
}

.new_title {
    color: #fff;
    font-size: 32px;
    margin-top: 20px;
}

.new_title strong {
    font-size: 38px;
}

.new-text {
    padding: 20px 45px;
    background: #fff;
    border-radius: 8px;
    text-align: left;
}

.new3_img {
    max-width: 950px !important;
}

.new3_table_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    margin: 0 0 10px;
}

.new3_table_list dt,
.new3_table_list dd {
    text-align: left;
}

.new3_table_list dt {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 17px;
    font-weight: bold;
    text-indent: 20px;
    border: 1px solid #000;
    border-width: 1px 0 0 1px;
}

.new3_table_list dd {
    margin: 0;
    border: 1px solid #000;
    border-width: 1px 0 0 1px;
    width: 25%;
    height: 26px;
    line-height: 26px;
    text-indent: 10px;
    font-size: 16px;
}

.pay_title {
    display: flex;
    justify-content: center;
}

.pay_title span {
    font-size: 28px;
    color: #fff;
    margin-left: 12px;
    align-self: center;
}

.pay_title span i {
    font-size: 22px;
}

.pay_content {
    padding: 20px 45px 40px;
    background: #fff;
    border-radius: 8px;
}

.pay_content .h3_title {
    font-size: 22px;
}

.pay_content .h3_title span {
    color: #da3924;
}

.pay_content .pay_text1 {
    font-size: 15px;
    font-weight: bold;
}

.pay_content .pay_text2 {
    margin-left: 10px;
    margin-right: 10px;
}

.pay_content .h4_title {
    margin: 25px 75px 0;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    background: #116eb4;
}

.pay_content .pay_item {
    margin: 15px 75px 0;
    background: #eae9f4;
    padding: 10px 60px 0;
    display: flex;
    position: relative;
}


.pay_content .pay_item .number {
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    border-radius: 50%;
    background: #116eb4;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 6px;
}

.pay_content .pay_item .item_right {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    align-self: center;
}

.pay_content .pay_item .item_right .blur_text {
    color: #116eb4;
}

.pay_content .pay_item .item_right p {
    font-size: 16px;
}

.pay_content .detail_btn {
    width: 310px;
    height: 62px;
    line-height: 64px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
    background: linear-gradient(0deg, #428fcb, #0061ac);
    position: relative;
    text-decoration: none;
}

.pay_content .detail_btn::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-width: 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    position: absolute;
    right: 20px;
    top: 21px;
}

.kv_togger {
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 8px;
    height: 60px;
    line-height: 60px;
    min-height: 60px;
    font-size: 22px;
    color: #4352a9;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.kv_togger .rule__acd-title {
    color: #4352a9;
    line-height: 60px;
    font-size: 24px;
}

.kv_togger_wrap .js-accordion__icon::before {
    content: '';
    display: none;
}

.kv_togger_wrap .js-accordion__icon span::before,
.kv_togger_wrap .js-accordion__icon span::after {
    background: #4352a9;
}

.kv_togger_wrap .rule__acd-content {
    border: 0;
    border-radius: 8px;
    margin-top: 4px;
    text-align: left;
}

.kv_togger_wrap .rule__acd-content .rule__acd-list li {
    margin-bottom: 15px;
}

.card_btn_text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.point_btn2 {
    width: 310px;
    height: 62px;
    line-height: 64px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
    background: linear-gradient(118deg, #00abaf, #116eb4);
    position: relative;
    text-decoration: none;
    padding: 0;
    box-shadow: none;

}

.point_btn2::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-width: 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    position: absolute;
    right: 20px;
    top: 21px;
}

.point_btn3 {
    width: 310px;
    height: 62px;
    line-height: 64px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    border-radius: 6px;
    background: linear-gradient(0deg, #428fcb, #0061ac);
    position: relative;
    text-decoration: none;
    box-shadow: none;
    padding: 0;
}

.point_btn3::after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-width: 10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    position: absolute;
    right: 20px;
    top: 21px;
}

.webapply-inner {
    padding-bottom: 0;
}

.float-link__card {
    background: linear-gradient(118deg, #00abaf, #116eb4);
}

.rule__acd {
    margin-bottom: 0;
    margin-top: 30px;
}

.sp_add {
    position: relative;
    z-index: 0;
}

.sp_add img {
    width: 64px;
    height: 64px;
    margin-top: -18px;
}

.sp_mt12 {
    margin-top: -18px;
}

.js-accordion__icon {
    width: 18px;
    height: 18px;
    right: 40px;
}

.point__container {
    background: #e6f3ff;
}

.bg_blue {
    background: #e6f3ff;
}

.arrow-mt {
    margin: -2px auto 0;
    display: block;
}

.cardbox-section {
    padding: 30px;
    background: #0073a8;
    color: #fff;
    display: flex;
    justify-content: center;
}

.cardbox-section .column-box {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.cardbox-section .column-box dt,
.cardbox-section .column-box dd {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    display: block;
}

.cardbox-section .column-box dd {
    margin-top: 20px;
}

.cardbox-section .title-01 {
    font-size: 24px;
    font-weight: bold;
}

.cardbox-section .btn-rsp-01 {
    width: 310px;
    height: 62px;
    line-height: 64px;
    font-size: 22px;
    font-weight: bold;
    background-color: #fff;
    color: #0073a8;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
}
.bg_fff{background: #fff;}
.card_mb20 {
    padding-bottom: 20px;
}

.is_sp {
    display: none;
}

.is_pc {
    display: block;
}


@media screen and (max-width: 768px) {
    .gradient_bg {
        background: url('/-/media/aeoncard/campaign/lp/cosmo_shintokuten_main/images/kv_bg_sp.jpg') center top/100% 100% no-repeat;
    }

    .is_sp {
        display: block;
    }

    .is_pc {
        display: none;
    }

    .is_sp_left {
        text-align: left;
    }

    .mv__contents {
        padding: 0;
        display: block;
    }

    .kv_main_wrap {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .top_title {
        display: none;
    }

    .progress_btn {
        width: 70%;
    }

    .kv_main_wrap .top_card_wrap {
        width: 120px;
    }

    .kv_main_wrap .top_card_wrap .card_list li img.card_img {
        width: 53px;
        height: 84px;
        border: 1px solid #fff;
        border-radius: 4px;
        box-shadow: 3px 3px 4px rgba(13, 48, 141, 0.3);
    }

    .kv_main_wrap .top_card_wrap .card_list {
        width: 120px;
    }

    .kv_main_wrap .top_card_wrap .card_list li {
        width: 58px;
    }

    .kv_main_wrap .top_card_wrap .card_list li .card_tag {
        margin-top: 0;
    }

    .kv_main_wrap .top_card_wrap .card_list li .card_tag img {
        max-width: 100%;
    }

    .mv__contents>div {
        margin: 0;
    }

    .card_text {
        margin-top: 0;
    }

    .kv_title_sp {
        display: block;
        margin-top: 12px;
    }

    .top_free img {
        margin-top: 10px;
        max-width: 90%;
    }

    .kv2_wrap {
        width: 100%;
        padding-top: 10px;
    }

    .kv2_wrap img {
        margin-left: -4px;
    }

    .wrap_content {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        padding: 15px 10px 15px;
    }

    .wrap_content .title_icon {
        max-width: 50px;
    }

    .new_title {
        font-size: 18px;
        margin-top: 10px;
    }

    .new_title strong {
        font-size: 22px;
    }

    .wrap_content .new_btn {
        font-size: 16px;
        height: 46px;
        line-height: 48px;
    }

    .wrap_content .new_btn::after {
        content: '';
        width: 16px;
        height: 16px;
        top: 15px;
        right: 15px;
        background: url('/-/media/aeoncard/campaign/lp/cosmo_shintokuten_main/images/btn_icon_pc.png') center center/13px 13px no-repeat;
    }



    .sp_add img {
        width: 48px;
        height: 48px;
        margin-top: -12px;
    }

    .sp_mt12 {
        margin-top: -12px;
    }

    .new3_img {
        max-width: 100% !important;
    }

    .new-text {
        padding: 10px 10px;
    }

    .new3_table tr td {
        width: 50%;
    }

    .new3_table_list dt {
        font-size: 13px;
        text-indent: 0px;
    }

    .new3_table_list dd {
        width: 50%;
        font-size: 12px;
        text-indent: 6px;
    }

    .pay_title {
        flex-wrap: wrap;
    }

    .pay_title img {
        max-width: 80%;
    }

    .pay_title span {
        font-size: 22px;
        margin-left: 0;
        margin-top: 10px;
    }

    .pay_title span i {
        font-size: 18px;
    }

    .pay_content .h3_title {
        font-size: 14px;
        font-weight: bold;
    }

    .pay_content {
        padding: 20px 10px;
    }

    .pay_content .pay_text1 {
        font-size: 12px;
    }

    .pay_content .h4_title {
        margin: 25px 4px 0;
    }

    .pay_content .img_70 {
        max-width: 70%;
    }

    .pay_content .img_92 {
        max-width: 92%;
    }

    .pay_content .pay_item {
        margin: 15px 4px 0;
        padding: 10px 10px 0;
    }

    .pay_content .pay_item .number {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
        font-size: 18px;
        line-height: 26px;
    }

    .pay_content .pay_item .item_right {
        font-size: 13px;
    }

    .pay_content .pay_item .item_right p {
        font-size: 3vw;
        margin-bottom: 10px;
        font-weight: normal;
    }

    .pay_content .detail_btn {
        width: 70%;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }

    .pay_content .detail_btn::after {
        border-width: 7px;
        right: 10px;
        top: 15px;
    }

    .c-h2_heading1 {
        font-size: 22px;
    }

    .wrap_content .new_btn {
        font-size: 16px;
        height: 46px;
        line-height: 48px;
    }

    .kv_togger {
        height: 46px;
        line-height: 46px;
        min-height: 46px;
        padding: 0 0 10px;
    }

    .kv_togger .rule__acd-title {
        line-height: 46px;
        text-align: center;
        font-size: 15px;
    }

    .card_btn_text {
        font-size: 14px;
    }

    .addition_content_title span {
        font-size: 2.9vw;
    }

    .t-general {
        padding-bottom: 231px;
    }

    .rule__acd {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .js-accordion__icon {
        width: 14px;
        height: 14px;
        right: 12px;
    }

    .cardbox-section .title-01 {
        font-size: 18px;
    }

    .cardbox-section .btn-rsp-01 {
        width: 90%;
        font-size: 16px;
        height: 44px;
        line-height: 44px;
    }


}