@charset "UTF-8";
/* -----------------------------------------------------------------------
## 会員登録フォーム修正 ####################################
----------------------------------------------------------------------- */
.cmn-formBox-wrap {
    border: 1px solid #ccc;
    padding: 25px;
}

.cmn-formBox-wrap + .cmn-formBox-wrap {
    margin-top: 30px;
}

.cmn-formBox,
.cmn-formBox-simple {
    display: flex;
    flex-wrap: wrap;
}

.cmn-formBox_ttl,
.cmn-formBox_body,
.cmn-formBox-simple_ttl,
.cmn-formBox-simple_body {
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
}

.cmn-formBox_ttl,
.cmn-formBox-simple_ttl {
    width: 25%;
    padding-right: 20px;
    font-weight: 500;
}

.cmn-formBox_body,
.cmn-formBox-simple_body {
    width: 75%;

}

.cmn-formBox_ttl:nth-of-type(n+2),
.cmn-formBox_body:nth-child(n+3),
.cmn-formBox-simple_ttl:nth-of-type(n+2),
.cmn-formBox-simple_body:nth-child(n+3) {
    border-top: 1px solid #ccc;
    padding-top: 30px;
}

.cmn-formBox_ttl:last-of-type,
.cmn-formBox_ttl:last-child,
.cmn-formBox_body:last-child,
.cmn-formBox-simple_ttl:last-of-type,
.cmn-formBox-simple_ttl:last-child,
.cmn-formBox-simple_body:last-child {
    padding-bottom: 0 !important;
}

.cmn-formMiniBox_CardMonth {
    display: inline-block;
    width: 150px;
    height: 36px;
}

.cmn-formMiniBox_CardYear {
    display: inline-block;
    width: 150px;
    height: 36px;
}

.cmn-formBox-simple_lastName .cmn-formBox-simple_txt,
.cmn-formBox-simple_firstName .cmn-formBox-simple_txt {
    width: 40px;
    display: inline-block;
}

.cmn-formBox-simple_lastName input {
    width: 150px;
}

.cmn-formBox-simple_firstName input {
    width: 150px;
}

.cmn-formBox-simple_lastName,
.cmn-formBox-simple_firstName {
    max-width: 50%;
}

.cmn-formBox-simple_firstName {
    margin-left: 40px;
}

.cmn-formBox-simple_mail {}

.cmn-formBox-simple_row {
    display: flex;
    align-items: center;
}

.cmn-formBox-simple .cmn-radioBtn {
    padding-top: 0;
}

.cmn-formBox-simple .cmn-radioBtn + .cmn-radioBtn {
    padding-left: 15px;
}

.cmn-formBox-simple_example {
    font-size: 0.75rem;
    padding-top: 5px;
    width: 100%;
    color: #5d5d5d;
}

.cmn-formBox-simple_notes {
    display: inline-block;
    padding-top: 10px;
    font-size: 12px;
}

.cmn-formBox-simple_zip {
    padding-right: 20px;
}

.cmn-formBox-simple_getZip {}

.cmn-formBox-simple_getZip input {
    padding: 10px 10px;
    background: #e7e7e7;
}

.cmn-formBox-simple_year,
.cmn-formBox-simple_month {
    padding-right: 20px;
}

.cmn-formBox-simple_pref {
    width: 260px;
    height: 36px;
}

.cmn-formBox-simple-merumaga-osusume {
    display: inline-block;
    text-align: center;
    background: #ff415c;
    font-size: 11px;
    font-weight: 700;
    padding-bottom: 5px;
    position: relative;
    letter-spacing: 0;
    margin-left: 5px;
    color: #fff;
    border-radius: 4px;
    padding: 0 10px 1px 10px;
}

.cmn-formBox-simple-merumaga-osusume:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 6px;
    border-right-width: 6px;
    margin-top: -3px;
    border-right-color: #ff415c;
    right: 100%;
    top: 50%;
}

.cmn-formBox-simple-note {
    padding-top: 10px;
    width: 100%;
}

.cmn-formBox-simple-require {}

.cmn-formBox-simple-require::after {
    display: block;
    border-radius: 2px;
    color: #e51734;
    content: "必須";
    font-size: 0.75rem;
}

@media screen and (max-width: 1024px) {
    .cmn-formBox-wrap {
        padding: 20px;
    }

    .cmn-formBox-simple-require::after {
        display: inline-block;
        padding: 0px 5px;
    }

    .cmn-formBox-simple .cmn-radioBtn + .cmn-radioBtn {
        padding-left: 0;
    }
}

.selectBox-small {
    display: inline-block;
    width: 80px;
    height: 36px;
}

/*survey*/

.member-input-survey {
    position: relative;
    width: 100%;
}

.member-radio-survey .HTMLFORM_ELEMENT {
    padding-bottom: 5px;
    display: inline-block;
}

.member-radio-survey .HTMLFORM_ELEMENT label {
    padding: 0px 10px 0 5px;
}

.member-radio-survey .HTMLFORM_ELEMENT:nth-child(5),
.member-radio-survey .HTMLFORM_ELEMENT:nth-child(6) {
    display: block;
}

.member-radio-survey .HTMLFORM_ELEMENT:nth-child(5) {
    margin-bottom: 3rem;
}

.member-radio-survey .HTMLFORM_ELEMENT:nth-child(5):after {
    content: "（検索ワードを教えてください）";
}

.member-input-survey-sns {
    position: absolute;
    bottom: 35px;
    left: 0;
}

@media screen and (max-width: 1024px) {
    .cmn-formBox-simple {
        display: block;
    }

    .cmn-formBox-simple_ttl {
        padding-bottom: 0;
        padding-right: 0;
        display: block;
    }


    .cmn-formBox-simple_body {
        padding: 15px 0;
        display: block;
    }


    .cmn-formBox-simple_ttl {
        width: 100%;
    }

    .cmn-formBox-simple_body {
        width: 100%;

    }

    .cmn-formBox-simple_ttl:nth-of-type(n+2) {
        padding-top: 15px;
    }

    .cmn-formBox-simple_body:nth-child(n+3) {
        border: none;
        padding: 15px 0 25px;
    }


    .cmn-formBox-simple_lastName input,
    .cmn-formBox-simple_firstName input {
        width: calc(100% - 30px);
        margin-right: 0;
    }

    .cmn-formBox-simple_lastName,
    .cmn-formBox-simple_firstName {
        width: 100%;
        display: flex;
        align-items: center;
        max-width: 100%;
    }

    .cmn-formBox-simple_lastName {
        margin-bottom: 10px;
    }


    .cmn-formBox-simple_firstName {
        margin-bottom: 0;
        margin-left: 0px;
    }

    .cmn-formBox-simple_lastName .cmn-formBox-simple_txt,
    .cmn-formBox-simple_firstName .cmn-formBox-simple_txt {
        width: 3rem;
        display: inline-block;
    }

    .cmn-formBox-simple_row {
        display: block;
        width: 100%;
    }

    .cmn-formBox-simple_example {
        padding: 10px 0 0 0;
        width: 100%;
    }

    .cmn-formBox-simple .cmn-radioBtn {
        padding-top: 0;
        display: inline-block;
        padding-right: 15px;
    }

    .cmn-formBox-simple .cmn-radioBtn > label {
        font-size: 13px;
    }

    .cmn-formBox-simple_year,
    .cmn-formBox-simple_month,
    .cmn-formBox-simple_day {
        padding-right: 20px;
        display: inline-flex;
        width: 45%;
        align-items: center;
    }

    .cmn-formBox-simple_day {
        margin-top: 10px;
    }

    .cmn-formBox-simple_year .cmn-formBox-simple_txt,
    .cmn-formBox-simple_month .cmn-formBox-simple_txt,
    .cmn-formBox-simple_day .cmn-formBox-simple_txt {
        padding-left: 10px;
    }

    .cmn-formBox-simple_zip {
        padding-right: 20px;
        width: calc(100% - 115px);
        display: inline-block;
    }

    .cmn-formBox-simple_getZip {
        width: 90px;
        display: inline-block;
    }

    .member-radio-survey .HTMLFORM_ELEMENT label {
        padding: 0px 5px;
    }

    .member-input-survey-sns {
        width: calc(100% - 15px);
    }
}