@charset "UTF-8";

:root {
    --zoom-level: 1;
    --base-pc: 1536;
    --base-sp: 414;
    --base-min: 768;
    --base-max: 1536;

    --pc-size: var(--base-pc);
    --sp-size: var(--base-sp);
}





body{
	line-height: 1.5;
      -webkit-text-size-adjust: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
     font-family: "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro",
  "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

img{
    max-width: 100%;
    height: auto;
}

@media screen and (min-width:767px){
    #header{
        display: flex;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        margin-top: 16px;
    }

    .header__inner__account{
        display: flex;
        gap: 20px;
    }

    .hero{
        background-image: url(../images/bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        min-height: 738px;
        position: relative;
    }

    .cashback_image{
        text-align: center;
    }

    .month_pair_title{
        font-size: clamp(14px, 4vw, 44px);
        color: white;
        text-align: center;
        font-weight: bold;
        margin-bottom: 16px;
    }

}


    .cashbacklist_ul{
display: flex;
justify-content: center;
margin-top: -40px;
    }

.month_pair_ul{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.month_pair{
    background-image: url(../images/fx_pair_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 64px;
    padding-bottom: 64px;
}

.detail01{
    background-image: url(../images/cashback_bg01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 64px;
    padding-bottom: 64px;
}

.detail01_p{
    text-align: center;
}


.detail02{
    background-image: url(../images/cashback_bg02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 64px;
    padding-bottom: 64px;
}

.detail02_p{
    text-align: center;
}



.detail03{
    background-image: url(../images/cashback_bg03.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 64px;
    padding-bottom: 64px;
}

.detail03_p{
    text-align: center;
}


.group_cashback{
    background-image: url(../images/group_cashback_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.group_cashback_p{
    text-align: center;
}

.form_box{
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
}

.campaign_detail_h3{
    margin-top: 54px;
}

.campaign_period{
    background-image: url(../images/campaign_period_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 54px;
    padding-bottom: 54px;
}

.apply_period{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.campaign_period_image{
    text-align: center;
}

.all_campaign_image{
    text-align: center;
}

.grounp_campaign{
    background-image: url(../images/all_campaign_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 40px;
    padding-bottom: 40px;

}

.campaign_detail{
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.cashback_table{
    border-collapse: collapse;
    max-width: 960px;
    width: 100%;
    margin-top: 12px;
}

.cashback_table tr td{
    border: 1px solid #cecece;
    padding: 6px 10px;
    text-align: center;
}

.case_p{
    margin-top: 10px;
    padding-left: 1em;
  text-indent: -1.6em;
  font-size: 15px;
}

.campaign_detail .h3{
    text-align: center;
    font-size: clamp(14px, 4vw, 44px);
    font-weight: bold;
}

.campaign_h4{
    margin-top: 24px;
    margin-bottom: 8px;
    font-size: clamp(14px,4vw,20px);
    font-weight: bold;
}

.bg_gray{
    background-color: #f0f0f0;
}

.cp_priod_box{
    border-bottom: 1px solid #cecece;
    padding-bottom: 24px;
}

.cp_pair_box{
    border-bottom: 1px solid #cecece;
    padding-bottom: 24px;
}

.cashback_detail_box{
    border-bottom: 1px solid #cecece;
    padding-bottom: 24px;
}

.cp_target_box{
    border-bottom: 1px solid #cecece;
    padding-bottom: 24px;
}

.apply_method_box{
    border-bottom: 1px solid #cecece;
    padding-bottom: 24px;
}

.cashback_sum{
    font-weight: bold;
    margin-bottom: 10px;
}
.Copyright{
    text-align: center;
    color: white;
    background-color: #222;
    padding-top: 64px;
    padding-bottom: 64px;
}

.case{
    font-weight: bold;

    margin-top: 24px;
}

.risk{
    margin-top: 32px;
    margin-bottom: 32px;
}

.company{
    background-color: #f6f6f6;
    padding-top: 32px;
    margin-top: 40px;
    padding-bottom: 24px;
}

.company_detail{
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.risk{
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.company_title{
    text-align: center;
    font-size: clamp(16px,4vw,32px);
    font-weight: bold;
}

.company_title_h4{
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    font-size: clamp(15px,4vw,20px);
    font-weight: bold;
}

.risk_h4{
    margin-bottom: 16px;
    font-size: clamp(15px,4vw,20px);
    font-weight: bold;
}

.h4::before{
    content: '';
    background-color: #f9d03b;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -4px;
}


.target_h4{
    margin-top: 16px;
    margin-bottom: 4px;
    font-size: clamp(15px,4vw,20px);
    font-weight: bold;
}

.grounp_campaign_otoku{
    text-align: center;
    font-weight: bold;
    font-size: clamp(14px,6vw,28px);
    margin-bottom: 24px;
    line-height: 1.5;
}

.filled_quantity{
    background-color: #bbbbbb;
    padding: 6px 24px;
    border-radius: 32px;
    text-decoration: none;
    font-weight: bold;
    color: black;
    margin-top: 12px;
     display: inline-block;
}

.cp_status{
    text-decoration: none;
    border-radius: 32px;
     padding: 6px 24px;
    background-color: #49a23f;
    color: white;
     margin-top: 12px;
     display: inline-block;
}


.cp_status_before{
    text-decoration: none;
    border-radius: 32px;
     padding: 6px 24px;
    background-color: #0058c2;
    color: white;
     margin-top: 12px;
     display: inline-block;
}


.all_campaign_links ul{
display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 32px;
    max-width: 1000px;
    justify-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
}

.all_campaign_links ul li:nth-child(even){
    justify-self: start;
}

.all_campaign_links ul li:nth-child(odd){
    justify-self: end;
}


@media screen and (min-width:767px){



    .sp_block{
        display: none;
    }
}

@media screen and (max-width:767px){

    .input_cpform{
        width: 100%;
    }

    .input_accountform{
        width: 100%;
    }

        .all_campaign_links ul{
        margin-top: 10px;
        gap: 8px;

    }

    .grounp_campaign{
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        padding-top: 24px;
    padding-bottom: 24px;
    }

    .cashback_table tr td{
        padding: 4px 8px;
        line-height: 1.4;
    }

    .form_box{
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .campaign_period{
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }

    .month_pair_title{
        color: white;
        font-weight: bold;
        text-align: center;
        font-size: clamp(15px,7vw,24px);
        margin-bottom: 12px;
    }

    .company{
        padding-left: 20px;
        padding-right: 20px;
        box-sizing:  border-box;
    }

    .month_pair{
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;

   padding-top: 32px;
    padding-bottom: 32px;
    }

        .detail01{
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .detail02{
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
                padding-top: 40px;
        padding-bottom: 40px;
    }
        .detail03{
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
                padding-top: 40px;
        padding-bottom: 40px;
    }

    .sp_block{
        display: block;
    }

    .campaign_detail{
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
       .hero{
        background-image: url(../images/bg.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }


    .cashbacklist_ul{
margin-top: -20px;
padding-left: 20px;
padding-right: 20px;
box-sizing: border-box;
    }

    .header__inner__account{
        display: none;
    }

    .header__inner{
        margin-top: 16px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}