@charset "utf-8";

/* 「単発プレミアクラブ」の登録フォームのテキスト修正用 css　＊・
/* cssは全て先頭に「.premium-form-top-text」セレクタを指定して他の箇所に影響が出ないよう設定をお願いいたします。 */


/* ---------------------------------
        form
------------------------------------*/


/* .premium-form-top-text {

}
.premium-form-top-text .text {

} */

.premium-form-top-text .premium-form-top-text_ttl {
    text-align: center;
}

.premium-form-top-text .premium-form-top-text_ttl-head {
    text-align: center;
    /* color: #fb7695; */
    color: #fff;
    background-color: #fb7695;
    border-radius: 28px;
    padding: 12px 48px 14px;
    font-weight: 700;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.2;
    margin-bottom: 40px;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.premium-form-top-text .premium-form-top-text_ttl-head .-img {
    /* margin-right: 16px; */
    /* width: 56px;
    height: 56px;
    border-radius: 50%; */
    /* background-color: #fb7695; */
    margin-right: 10px;
    width: 28px;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}


/* .premium-form-top-text .premium-form-top-text_ttl-head .-img img {
    display: block;
    width: 60%;
    margin: auto;
} */

.premium-form-top-text .premium-form-top-text_ttl-ttl {
    display: block;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    font-size: 2.6rem;
    position: relative;
}

.premium-form-top-text .premium-form-top-text_ttl-ttl .balloon1 {
    /* background-color: #fb7695; */
    /* padding: 10px 40px; */
    text-align: center;
    color: #fb7695;
    font-weight: 600;
    margin-top: 12px;
    border-radius: 40px;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
}

.premium-form-top-text .premium-form-top-text_ttl-ttl .balloon1 span {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.premium-form-top-text .premium-form-top-text_ttl-ttl .balloon1 span::after {
    content: "";
    display: block;
    background-color: #fb7695;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}


/* .premium-form-top-text .premium-form-top-text_ttl-ttl .balloon1 {
    position: absolute;
    top: -80px;
    right: -271px;
    padding: 20px;
    width: 270px;
    height: 81px;
    line-height: 1.2;
    border-radius: 60px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.2em;
    font-size: 16px;
    background-color: #ff9800;
}

.premium-form-top-text .premium-form-top-text_ttl-ttl .balloon1::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 2px;
    bottom: 2px;
    border-right: 20px solid #ff9800;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transform: rotate(-45deg);
} */

.premium-form-top-text .premium-form-top-text-maintxt {
    margin: 30px 0 45px;
}

.premium-form-top-text .premium-form-top-text-reason {
    /* border: solid 1px #ddd;
    border-radius: 5px;
    width: 360px;
    margin: auto; */
    padding: 20px 40px;
    margin-bottom: 30px;
}

.premium-form-top-text .premium-form-top-text-reasonttl {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .premium-form-top-text .premium-form-top-text-reasonlist {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

.premium-form-top-text .premium-form-top-text-reasonlist {
    font-weight: 600;
}

.premium-form-top-text .premium-form-top-text-reasonlist li {
    margin-bottom: 4px;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .premium-form-top-text .premium-form-top-text-reasonlist li {
        margin-right: 40px;
    }
    .premium-form-top-text .premium-form-top-text-reasonlist li:last-child {
        margin-right: 0;
    }
}

.premium-form-top-text .premium-form-top-text-reasonlist li:nth-child(1) {
    color: #fa8c65;
}

.premium-form-top-text .premium-form-top-text-reasonlist li:nth-child(2) {
    color: #ffb300;
}

.premium-form-top-text .premium-form-top-text-reasonlist li:nth-child(3) {
    color: #8ca6d5;
}

.premium-form-top-text .premium-form-top-text-reasonlist li span {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-color: #fa8c65;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 30px;
}

.premium-form-top-text .premium-form-top-text-reasonlist li:nth-child(2) span {
    background-color: #ffb300;
}

.premium-form-top-text .premium-form-top-text-reasonlist li:nth-child(3) span {
    background-color: #8ca6d5;
}

@media screen and (max-width: 767px) {
    .premium-form-top-text .premium-form-top-text-reasonlist li span {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 8px;
        line-height: 22px;
    }
}

.premium-form-top-text .premium-form-top-text-btm {
    margin-bottom: 32px;
}

.premium-form-top-text .premium-form-top-text-btm span {
    font-size: 0.8em;
}

@media screen and (max-width: 767px) {
    .premium-form-top-text .premium-form-top-text_ttl-head {
        text-align: center;
        /* color: #fb7695; */
        padding: 6px 48px 8px;
        font-size: 15px;
        font-size: 1.5rem;
        margin-bottom: 14px;
    }
    .premium-form-top-text .premium-form-top-text_ttl-ttl {
        font-size: 20px;
        font-size: 2.0rem;
    }
    .premium-form-top-text .premium-form-top-text_ttl-ttl .balloon1 {
        font-size: 4.3vw;
    }
    .premium-form-top-text .premium-form-top-text-maintxt {
        margin: 16px 0;
    }
    .premium-form-top-text .premium-form-top-text-reason {
        padding: 12px 18px;
        margin-bottom: 16px;
    }
    .premium-form-top-text .premium-form-top-text-reasonttl {
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 8px;
    }
    .premium-form-top-text .premium-form-top-text-reasonlist li {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .premium-form-top-text .premium-form-top-text-btm {
        margin-bottom: 16px;
    }
}