/* TOP */
.body {
    background-color: #fff;
}

.content-area {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

#top {
    margin-top: 20px;
    position: relative;
    width: 100%;   
}

.top-detail {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 19%;
    left: 0;
    right: 0;
}

.top-title {
    display: inline-block;
}

.top-txt {
    line-height: 2.3em;
    font-size: 22px;
    color: #4D4D4D;
    font-weight: 400;
    display: inline-block;
}

.top-img {
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
    z-index: 0;
}

.top-img-sp {
    display: none !important;
}

.sp_br {
    display: none;
}

/* アンケートについて */
#category-1 {
    text-align: center;
    background-color: #ECF2EC;
    margin-top: 20px;
    width: 100%;
}

.category-1 {
    box-sizing:border-box;
    padding-top: 20px;
    padding-bottom: 80px;
}

.ic-questionnaire {
    display: block;
    margin: 0 auto;
}

.s-txt {
    line-height: 2em;
    font-size: 22px;
    color: #4D4D4D;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.title-sub {
    font-size: 28px;
    font-weight: 300;
    margin-top: 0.2em;
    margin-bottom: 80px;
}


/* ポイント交換について */
#category-2 {
    text-align: center;
    width: 100%;
}

.sp-bg-p {
    display: none;
}

.category-2 {
    box-sizing:border-box;
    padding-top: 20px;
    z-index: 2;
    position: relative;
}

.ic-point {
    display: block;
    margin: 0 auto;
}

.title-sub2 {
    font-size: 28px;
    margin-top: 0.2em;
    margin-bottom: 40px;
    font-weight: 300;
}

.point-txt {
    line-height: 2em;
    font-size: 22px;
    color: #4D4D4D;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.point-txt span {
    color: #BE0B0B;
    font-weight: bold;
}

.dotline {
    height: 4px;
    position: relative;
    max-width: 1032px;
    margin: 0 auto;
    width: 85%;
}

.dotline::before {
    content: "";
    background-image: linear-gradient(to right, #707070, #707070 8px, transparent 3px, transparent 8px);
    stroke-linejoin:round;
    background-size: 20px 8px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.red-txt {
    margin-top: 40px;
    font-size: 22px;
    color: #BE0B0B;
    margin-left: auto;
    margin-right: auto;
}

.blue-txt {
    margin-top: 40px;
    font-size: 22px;
    color: #00539A;
    margin-left: auto;
    margin-right: auto;
}

.gift {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.jcb {
    margin-right: 40px;
}

.gift-txt {
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 0;
}

.point-bg {
    position: absolute;
}

.point-bg img {
    width: 100%;
    z-index: 1;
}

/* アンケートの流れについて */
#category-3 {
    text-align: center;
    margin-top: 80px;
    background-color: #F8F8F8;
    max-width: 1033px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

.category-3 {
    padding-top: 20px;
    padding-bottom: 80px;
}

.ic-Qflow {
    display: block;
    margin: 0 auto;
}

.step {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.step1,.step2,.step3,.step4,.step5 {
    display: flex;
    margin-bottom: 80px;
}

.step3-txt {
    flex-direction: column;
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
}

.step-txt {
    font-size: 22px;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 32px;
    text-align: left;
}

.step-txt-g {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: auto;
    margin-left: 32px;
    color: #4D4D4D;
}

.step-more {
 font-size: 32px;
 margin-top: 0;
 margin-bottom: 0;
}

.step-more span {
 color: #BE0B0B;
 font-weight: bold;
}

 /* 会員登録ボタン */
.l-btn {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  margin-top: 160px;
}

.create-btn {
   color: #fff;
   background-color: #80B18F;
   text-decoration:none;
   text-align: center;
   display: inline-flex;
   justify-content: center;
   align-items: center;
}

.create-btn:hover {
    color: #fff;
}

a.btn--radius {
    border-radius: 100vh;
    height: 3em;
    width: 640px;
    max-width: 80%;
    line-height: 0; 
    font-weight: 400;
    letter-spacing: 0.2em;
}

.btn-arrow {
    margin-left: 20px; 
    width: 60px;
    height: auto;
}

/* 959px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 959px) {
     /* アンケートについて */
    .ic-questionnaire {
        width: auto;
        height: 128px;
    }

    .title-questionnaire {
        height: auto;
        width: 90%;
        margin-top: 20px;
    }

    .title-sub {
        font-size: 24px;
    }

    .s-txt {
        font-size: 18px;
    }

    /* ポイント交換 */
    .ic-point {
        width: auto;
        height: 128px;
    }

    .title-point {
        height: 56px;
        width: auto;
        margin-top: 20px;
    }

    .point-txt {
        font-size: 18px;
    }

    .red-txt {
        font-size: 18px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .blue-txt {
        font-size: 18px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .jcb {
        margin-right: 20px;
    }

    .jcb img {
        width: 90%;
    }

    .giftbook img {
        width: 90%;
    }

    .gift-txt {
        font-size: 24px;
    }

    /* アンケートの流れについて */
    .ic-Qflow {
        width: auto;
        height: 128px;
    }

    .title-Qflow {
        height: auto;
        width: 90%;
        margin-top: 20px;
    }

    .title-sub2 {
        font-size: 24px;
    }

    .step1,.step2,.step3,.step4,.step5 {
        margin-bottom: 60px;
    }

    .ic-step1,.ic-step2,.ic-step3,.ic-step4,.ic-step5 {
        height: 156px;
        width: auto;
    }

    .step-txt {
        font-size: 18px;
    }

    .step-txt-g {
        font-size: 18px;
    }

    .step-more {
        font-size: 28px;
        margin-left: 20px;
        margin-right: 20px;
        line-height: 1.5em;
    }

    /* 会員登録はこちら */
    .l-btn {
        font-size: 24px;
        margin-top: 140px;
    }

}


/* 800px以下に適用されるCSS（微調整用） */
@media screen and (max-width: 800px) {
    /* TOP */
    .top-txt {
        font-size: 12px;
        line-height: 2.5em;
        margin-top: 8px;
    }
    
    .top-title {
        height: auto;
        width: 50%;
    }
}

/* 540px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 540px) {
    /* トップ */
    .top-img {
        display: none !important;
    }

    .top-img-sp {
        display: block !important;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }

    .top-detail {
        margin-top: 45%;
        display: block;
    }

    .top-title {
        width: 60%;
    }

    .sp_br {
        display: block;
    }

    /* アンケートについて */
    .ic-questionnaire {
       width: auto;
       height: 82px;
    }

    .title-questionnaire {
        height: 28px;
        width: auto;
    }

    .title-sub {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .s-txt {
        font-size: 12px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .category-1 {
        padding-bottom: 40px;
    }

    /* ポイント交換 */
    .ic-point {
        width: auto;
        height: 82px;
    }

    .title-point {
        height: 28px;
        width: auto;
    }

    .point-txt {
        font-size: 12px;
    }

    .red-txt {
        font-size: 12px;
    }

    .blue-txt {
        font-size: 12px;
        margin-bottom: 40px;
    }



    .pc-bg-p {
        display: none;
    }

    .gift {
        display: block;
        margin-left: 20px;
        margin-right: 20px;
    }

    .jcb {
        margin-right: 0;
        margin-bottom: 40px;
    }


    .gift-txt {
        font-size: 16px;
    }


    /* アンケートの流れについて */
    .category-3 {
        padding-bottom: 40px;
    }

    .ic-Qflow {
        width: auto;
        height: 82px;
    }

    .title-Qflow {
        height: 28px;
        width: auto;
        margin-top: 20px;
    }

    .title-sub2 {
        font-size: 14px;
    }

    .step1,.step2,.step3,.step4,.step5 {
        display: block;
        margin-bottom: 40px;
    }

    .ic-step1,.ic-step2,.ic-step3,.ic-step4,.ic-step5 {
        height: 120px;
        width: auto;
    }

    .step-txt {
        font-size: 12px;
        text-align: center;
        margin-top: 12px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }

    .step-txt-g {
        font-size: 12px;
        text-align: center;
    }

    .step-more {
        font-size: 16px;
        line-height: 1.5em;
    }

    /* 会員登録はこちら */
    .l-btn {
        font-size: 16px;
        margin-top: 60px;
    }

    a.btn--radius {
        width: 280px;
        height: 4em;
    }

    .btn-arrow {
        margin-left: 12px; 
    }
}