/* Minification failed. Returning unminified contents.
(736,16): run-time error CSS1030: Expected identifier, found '.'
(736,39): run-time error CSS1031: Expected selector, found ')'
(736,39): run-time error CSS1025: Expected comma or open brace, found ')'
(740,20): run-time error CSS1030: Expected identifier, found '.'
(740,43): run-time error CSS1031: Expected selector, found ')'
(740,43): run-time error CSS1025: Expected comma or open brace, found ')'
(744,24): run-time error CSS1030: Expected identifier, found '.'
(744,47): run-time error CSS1031: Expected selector, found ')'
(744,47): run-time error CSS1025: Expected comma or open brace, found ')'
(748,24): run-time error CSS1030: Expected identifier, found '.'
(748,47): run-time error CSS1031: Expected selector, found ')'
(748,47): run-time error CSS1025: Expected comma or open brace, found ')'
(752,24): run-time error CSS1030: Expected identifier, found '.'
(752,47): run-time error CSS1031: Expected selector, found ')'
(752,47): run-time error CSS1025: Expected comma or open brace, found ')'
(756,24): run-time error CSS1030: Expected identifier, found '.'
(756,47): run-time error CSS1031: Expected selector, found ')'
(756,47): run-time error CSS1025: Expected comma or open brace, found ')'
(760,20): run-time error CSS1030: Expected identifier, found '.'
(760,43): run-time error CSS1031: Expected selector, found ')'
(760,43): run-time error CSS1025: Expected comma or open brace, found ')'
(764,24): run-time error CSS1030: Expected identifier, found '.'
(764,47): run-time error CSS1031: Expected selector, found ')'
(764,47): run-time error CSS1025: Expected comma or open brace, found ')'
(768,24): run-time error CSS1030: Expected identifier, found '.'
(768,47): run-time error CSS1031: Expected selector, found ')'
(768,47): run-time error CSS1025: Expected comma or open brace, found ')'
(772,24): run-time error CSS1030: Expected identifier, found '.'
(772,47): run-time error CSS1031: Expected selector, found ')'
(772,47): run-time error CSS1025: Expected comma or open brace, found ')'
(776,24): run-time error CSS1030: Expected identifier, found '.'
(776,47): run-time error CSS1031: Expected selector, found ')'
(776,47): run-time error CSS1025: Expected comma or open brace, found ')'
(780,18): run-time error CSS1030: Expected identifier, found '.'
(780,41): run-time error CSS1031: Expected selector, found ')'
(780,41): run-time error CSS1025: Expected comma or open brace, found ')'
(784,22): run-time error CSS1030: Expected identifier, found '.'
(784,45): run-time error CSS1031: Expected selector, found ')'
(784,45): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

html {
    min-height: 100%;
    word-break: break-word;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    background: linear-gradient(43deg, rgba(241, 139, 0, 0.4) 0%, rgba(249, 185, 0, 0.4) 100%);
    min-height: 100%;
}

input, button, textarea, select {
    font-family: "Noto Sans JP", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.u-mgt-0 {
    margin-top: 0 !important;
}

.u-mgt-4 {
    margin-top: 4px !important;
}

.u-mgt-8 {
    margin-top: 8px !important;
}

.u-mgt-16 {
    margin-top: 16px !important;
}

.u-mgt-24 {
    margin-top: 24px !important;
}

.u-mgt-32 {
    margin-top: 32px !important;
}

.u-mgt-48 {
    margin-top: 48px !important;
}

.u-mgt-64 {
    margin-top: 64px !important;
}

.u-ls-s {
    letter-spacing: -0.04em !important;
}

.w70p {
    width: 70% !important;
}

.l-inner {
    padding: 16px 16px 0;
    min-height: 100%;
}

    .l-inner.tab-content {
        display: none;
    }

        .l-inner.tab-content.tabActive {
            display: block;
        }

.l-main {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 11px 11px 0 0;
    min-height: calc(100vh - 16px);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.24);
    padding: 24px 32px 40px;
    padding-bottom: 85px;
    background-image: url(../img/UnicharmPet/img-foot-end.png);
    background-repeat: no-repeat;
    background-position: bottom 15px right 10px;
    background-size: auto 55px;
}

    .l-main.disp-full {
        justify-content: space-between;
    }

        .l-main.disp-full .wrap-content {
            flex: 1;
            display: flex;
            flex-direction: column;
        }

            .l-main.disp-full .wrap-content .wrap-block {
                flex: 1;
                display: flex;
                align-items: center;
            }

.color-required {
    color: #B40024;
}

.wrap-hdg-lv1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdg-lv1 {
    text-align: center;
}

    .hdg-lv1 img {
        width: 35px;
        height: auto;
    }

.hdg-lv1-ttl {
    font-size: 2.5rem;
    margin-left: 10px;
}

.pet {
    padding-top: 16px;
    padding-left: 56px;
    position: relative;
}

    .pet:before {
        content: "";
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .pet.pet-cat:before {
        width: 42px;
        height: 36px;
        background-image: url(../img/UnicharmPet/icon-cat.png);
    }

    .pet.pet-dog:before {
        width: 41px;
        height: 36px;
        background-image: url(../img/UnicharmPet/icon-dog.png);
    }

.txt-lead {
    font-size: 1.7rem;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 16px;
}

    .txt-lead.pet {
        margin-top: 24px;
    }

.txt-st {
    margin-top: 16px;
    line-height: 1.6;
    font-size: 1.6rem;
    font-weight: 500;
}

.wrap-form {
    margin-top: 24px;
}

    .wrap-form .wrap + .wrap {
        margin-top: 32px;
    }

    .wrap-form .wrap-element {
        margin-top: 4px;
    }

    .wrap-form .txt-legend {
        font-size: 1.6rem;
        line-height: 1.4;
        font-weight: 700;
    }

        .wrap-form .txt-legend .color-required {
            padding-left: 3px;
        }

    .wrap-form .txt-err {
        font-size: 1.2rem;
        line-height: 1.5;
        color: #ea5506;
        margin-top: 6px;
    }

    .wrap-form .txt-disc {
        font-size: 1.2rem;
        line-height: 1.5;
        color: #867779;
        margin-top: 12px;
    }

    .wrap-form .txt-conf {
        padding: 5px 0 0 5px;
        font-size: 1.6rem;
        line-height: 1.6;
    }

    .wrap-form .list-col2 {
        display: flex;
        margin-left: -20px;
    }

        .wrap-form .list-col2 > li {
            padding-left: 20px;
            width: 50%;
        }

    .wrap-form .list-col2-zip {
        display: flex;
        margin-left: -20px;
        align-items: flex-end;
    }

        .wrap-form .list-col2-zip > li {
            padding-left: 20px;
            width: 90px;
        }

            .wrap-form .list-col2-zip > li:first-child {
                width: calc(100% - 90px);
            }

    .wrap-form .list-col3-brtih {
        display: flex;
        margin-left: -20px;
    }

        .wrap-form .list-col3-brtih > li {
            padding-left: 20px;
            width: 30%;
        }

            .wrap-form .list-col3-brtih > li:first-child {
                width: 40%;
            }

        .wrap-form .list-col3-brtih.disabled .wrap-select {
            border-bottom-color: rgba(51, 51, 51, 0.5);
        }

            .wrap-form .list-col3-brtih.disabled .wrap-select select {
                color: rgba(51, 51, 51, 0.5);
                font-weight: 700;
                background: none;
            }

                .wrap-form .list-col3-brtih.disabled .wrap-select select:disabled {
                    color: rgba(51, 51, 51, 0.5) !important;
                }

.wrap-text, .wrap-textarea {
    border-bottom: 1px solid #595959;
}

    .wrap-text input[type=text], .wrap-text input[type=tel], .wrap-text input[type=email], .wrap-text input[type=password] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-sizing: border-box;
        padding: 5px 0;
        border-radius: 0;
        background-color: #fff;
        resize: none;
        width: 100%;
        max-width: 100%;
        line-height: normal;
        color: #595959;
    }

    .wrap-text textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-sizing: border-box;
        padding: 5px 0;
        border-radius: 0;
        background-color: #fff;
        resize: none;
        width: 100%;
        max-width: 100%;
        line-height: normal;
        color: #595959;
    }

    .wrap-textarea input[type=text], .wrap-textarea input[type=tel], .wrap-textarea input[type=email], .wrap-textarea input[type=password] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-sizing: border-box;
        padding: 5px 0;
        border-radius: 0;
        background-color: #fff;
        resize: none;
        width: 100%;
        max-width: 100%;
        line-height: normal;
        color: #595959;
    }

    .wrap-textarea textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-sizing: border-box;
        padding: 5px 0;
        border-radius: 0;
        background-color: #fff;
        resize: none;
        width: 100%;
        max-width: 100%;
        line-height: normal;
        color: #595959;
    }

    .wrap-text input[type=text]::-webkit-input-placeholder, .wrap-text input[type=tel]::-webkit-input-placeholder, .wrap-text input[type=email]::-webkit-input-placeholder, .wrap-text input[type=password]::-webkit-input-placeholder {
        color: #999999;
    }

    .wrap-text input[type=text]:-ms-input-placeholder, .wrap-text input[type=tel]:-ms-input-placeholder, .wrap-text input[type=email]:-ms-input-placeholder, .wrap-text input[type=password]:-ms-input-placeholder {
        color: #999999;
    }

    .wrap-text input[type=text]::-ms-input-placeholder, .wrap-text input[type=tel]::-ms-input-placeholder, .wrap-text input[type=email]::-ms-input-placeholder, .wrap-text input[type=password]::-ms-input-placeholder {
        color: #999999;
    }

    .wrap-text input[type=text]::placeholder, .wrap-text input[type=tel]::placeholder, .wrap-text input[type=email]::placeholder, .wrap-text input[type=password]::placeholder {
        color: #999999;
    }

    .wrap-text textarea::-webkit-input-placeholder {
        color: #999999;
    }

    .wrap-text textarea:-ms-input-placeholder {
        color: #999999;
    }

    .wrap-text textarea::-ms-input-placeholder {
        color: #999999;
    }

    .wrap-text textarea::placeholder {
        color: #999999;
    }

.wrap-radio {
    padding-top: 5px;
}

    .wrap-radio.input-validation-error label {
        color: #ea5506;
    }

    .wrap-radio label {
        font-size: 1.6rem;
        line-height: 1.3;
    }

        .wrap-radio label + label {
            margin-left: 20px;
        }

    .wrap-radio input {
        -webkit-appearance: auto;
        -moz-appearance: auto;
        appearance: auto;
        white-space: nowrap;
        margin-right: 4px;
    }

    .wrap-radio.pt-column .box {
        display: block;
    }

        .wrap-radio.pt-column .box + .box {
            margin-top: 15px;
        }

        .wrap-radio.pt-column .box label {
            display: flex;
            align-items: baseline;
        }

.wrap-select {
    position: relative;
    display: block;
    border-bottom: 1px solid #595959;
}

    .wrap-select select {
        width: 100%;
        display: block;
        padding: 5px 15px 5px 0;
        position: relative;
        line-height: normal;
        border-radius: 0;
        color: #595959;
        outline: none;
        background: #fff url(../img/UnicharmPet/icon-arrow-under.svg) no-repeat right center;
    }

        .wrap-select select:focus, .wrap-select select:active {
            opacity: 1;
        }

        .wrap-select select:invalid {
            opacity: .5;
        }

.conv-btn {
    display: block;
    padding: 12px;
    text-align: center;
    width: 100%;
    border-radius: 80px;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

    .conv-btn.ver1 {
        color: #fff;
        background-color: #f18b00;
    }

    .conv-btn.ver2 {
        color: #595959;
        padding: 2px;
        background-color: #f18b00;
    }

        .conv-btn.ver2 span {
            padding: 10px;
            border-radius: 80px;
            display: block;
            background-color: #fff;
        }

    .conv-btn.ver3 {
        color: #fff;
        background-color: #B6B6B6;
    }

    .conv-btn.font-s {
        font-size: 1.4rem;
        padding: 15px 7.5px;
    }

    .conv-btn:disabled {
        color: #fff !important;
        background-image: none !important;
        background-color: rgba(182, 182, 182, 0.5) !important;
    }

.list-flow {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

    .list-flow li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: rgba(241, 139, 0, 0.4);
        padding: 10px 3px;
        border-radius: 8px;
        color: #595959;
        text-align: center;
        font-size: 1.5rem;
        position: relative;
    }

        .list-flow li .txt-disc {
            display: none;
            letter-spacing: 0.05em;
            margin-top: 5px;
        }

        .list-flow li .txt-num {
            line-height: 1.5;
            margin: auto;
            display: block;
            background-color: #fff;
            border-radius: 50%;
            width: 1.5em;
            height: 1.5em;
            line-height: 1.5em;
            font-size: 1.3rem;
        }

        .list-flow li.arw {
            width: 8px;
            padding: 0;
            background-color: transparent;
        }

            .list-flow li.arw:before {
                content: "";
                padding: 0;
                border-radius: 0;
                width: 0;
                height: 0;
                border-style: solid;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
                border-left: 8px solid rgba(241, 139, 0, 0.4);
                border-right: 0;
                top: 50%;
            }

        .list-flow li.current {
            min-width: 120px;
        }

            .list-flow li.current .txt-disc {
                display: block;
            }

.wrap-btn.under {
    padding-top: 40px;
    margin-top: auto;
}

.txt-link {
    color: #f18b00;
}

    .txt-link.pet {
        display: block;
        font-size: 1.6rem;
        line-height: 1.5;
        padding-top: 0;
        padding-left: 65px;
    }

        .txt-link.pet:before {
            top: 0;
            margin: auto;
            left: 20px;
        }

        .txt-link.pet.pet-cat:before {
            width: 25px;
            height: 22px;
        }

        .txt-link.pet.pet-dog:before {
            width: 25px;
            height: 22px;
        }

        .txt-link.pet.pet-both:before {
            left: 0;
            background-image: url(../img/UnicharmPet/icon-both.png);
            width: 55px;
            height: 22px;
        }

.wrap-print-foot {
    width: 192px;
    margin-top: 12px;
}

.wrap-check > label {
    cursor: pointer;
    position: relative;
    padding-left: 0;
    margin-right: 0;
    overflow: hidden;
    position: relative;
    display: block;
    box-sizing: border-box;
    line-height: normal;
    min-height: 28px;
    padding-top: 2px;
    line-height: 1.6;
}

    .wrap-check > label span {
        display: block;
        padding: 12px 6px 12px 54px;
        position: relative;
        min-height: 30px;
        background: #E4E4E4;
        border-radius: 4px;
        font-size: 1.6rem;
        font-weight: 700;
    }

        .wrap-check > label span:before {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            left: 16px;
            top: 50%;
            margin-top: -12px;
            border: 2px solid rgba(51, 51, 51, 0.3);
            background: #fff;
            z-index: 1;
            border-radius: 2px;
        }

    .wrap-check > label input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: absolute;
        border-radius: 0;
        left: -40px;
        width: 20px;
        height: 20px;
        display: block;
        z-index: 2;
        margin: 0px;
        padding: 0px;
    }

        .wrap-check > label input[type="checkbox"]:checked + span {
            background-color: rgba(241, 139, 0, 0.1);
        }

            .wrap-check > label input[type="checkbox"]:checked + span:before {
                border-color: #f18b00;
                background: #f18b00;
            }

            .wrap-check > label input[type="checkbox"]:checked + span:after {
                content: '';
                position: absolute;
                top: calc(50% - 8px);
                left: 26px;
                display: block;
                width: 4px;
                height: 10px;
                border-right: 2px solid #fff;
                border-bottom: 2px solid #fff;
                -webkit-transform: rotate(40deg);
                transform: rotate(40deg);
                z-index: 2;
            }

        .wrap-check > label input[type="checkbox"]:focus + span:before {
            border-color: #f18b00;
        }

.wrap-check + .list-btn {
    margin-top: 16px;
}

.wrap-unit {
    display: flex;
    align-items: center;
}

    .wrap-unit *:not(.unit) {
        flex: 1;
    }

    .wrap-unit .unit {
        margin-left: 10px;
    }

.list-btn > li + li {
    margin-top: 16px;
}

.wrap-box-info {
    padding-top: 24px;
}

    .wrap-box-info + .wrap {
        margin-top: 32px;
    }

    .wrap-box-info .txt-lead {
        margin-bottom: 16px;
    }

    .wrap-box-info .pet {
        margin-bottom: 16px;
    }

        .wrap-box-info .pet + .wrap {
            border-top: 1px solid #595959;
            padding-top: 24px;
        }

.wrap-list-info {
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid #595959;
    border-bottom: 1px solid #595959;
}

    .wrap-list-info > li + li {
        border-top: 1px solid #595959;
        margin-top: 16px;
        padding-top: 16px;
    }

    .wrap-list-info + .wrap {
        margin-top: 32px;
    }

    .wrap-list-info .txt-lead {
        margin-top: 0;
    }

.wrap-text:has(.input-validation-error) {
    border-bottom-color: #ea5506;
}

    .wrap-text:has(.input-validation-error) input[type=text], .wrap-text:has(.input-validation-error) input[type=tel], .wrap-text:has(.input-validation-error) input[type=email], .wrap-text:has(.input-validation-error) input[type=password] {
        color: #ea5506;
    }

        .wrap-text:has(.input-validation-error) input[type=text]::-webkit-input-placeholder, .wrap-text:has(.input-validation-error) input[type=tel]::-webkit-input-placeholder, .wrap-text:has(.input-validation-error) input[type=email]::-webkit-input-placeholder, .wrap-text:has(.input-validation-error) input[type=password]::-webkit-input-placeholder {
            color: rgba(234, 85, 6, 0.5);
        }

        .wrap-text:has(.input-validation-error) input[type=text]:-ms-input-placeholder, .wrap-text:has(.input-validation-error) input[type=tel]:-ms-input-placeholder, .wrap-text:has(.input-validation-error) input[type=email]:-ms-input-placeholder, .wrap-text:has(.input-validation-error) input[type=password]:-ms-input-placeholder {
            color: rgba(234, 85, 6, 0.5);
        }

        .wrap-text:has(.input-validation-error) input[type=text]::-ms-input-placeholder, .wrap-text:has(.input-validation-error) input[type=tel]::-ms-input-placeholder, .wrap-text:has(.input-validation-error) input[type=email]::-ms-input-placeholder, .wrap-text:has(.input-validation-error) input[type=password]::-ms-input-placeholder {
            color: rgba(234, 85, 6, 0.5);
        }

        .wrap-text:has(.input-validation-error) input[type=text]::placeholder, .wrap-text:has(.input-validation-error) input[type=tel]::placeholder, .wrap-text:has(.input-validation-error) input[type=email]::placeholder, .wrap-text:has(.input-validation-error) input[type=password]::placeholder {
            color: rgba(234, 85, 6, 0.5);
        }

    .wrap-text:has(.input-validation-error) textarea {
        color: #ea5506;
    }

        .wrap-text:has(.input-validation-error) textarea::-webkit-input-placeholder {
            color: rgba(234, 85, 6, 0.5);
        }

        .wrap-text:has(.input-validation-error) textarea:-ms-input-placeholder {
            color: rgba(234, 85, 6, 0.5);
        }

        .wrap-text:has(.input-validation-error) textarea::-ms-input-placeholder {
            color: rgba(234, 85, 6, 0.5);
        }

        .wrap-text:has(.input-validation-error) textarea::placeholder {
            color: rgba(234, 85, 6, 0.5);
        }

.wrap-select:has(.input-validation-error) {
    border-bottom-color: #ea5506;
}

    .wrap-select:has(.input-validation-error) select {
        color: #ea5506;
        background-image: url(../img/UnicharmPet/icon-arrow-under-e.svg);
    }

