.grayOut {
    color: gray;
}

.inner01 h2 {
    text-align: left;
}

.checkAll span {
    top: -20px;
}

.checkAll label {
    cursor: pointer;
}

.postalCode {
    display: flex;
    align-items: center;
}

.catalogOuter01 input[type='checkbox'] {
    display: none;
}

#step1 .checkAll input[type="checkbox"]+span {
    display: inline-block;
}

#step1 .catalogBox01 input[type="checkbox"]+span {
    display: block;
}

#step1 .fieldBox02 input[type="checkbox"]+span {
    display: block;
}

#step1 input[type="checkbox"]+span {
    display: none;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    padding-right: 10px;
    z-index: 128;
}

.catalogBox01 label {
    margin: 0;
    cursor: pointer;
}

.catalogBox01 input[type="checkbox"]+span+img {
    opacity: 0.7;
    /*    border: 3px solid #fff;*/
}

.btn03.bgBlue input[type="submit"] {
    background-color: #404040;
    opacity: 0.8;
    margin: 0 auto;
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4;
    color: #fff;
    border-radius: 10px;
    background-color: #404040;
    padding: 10px;
    border: none;
}

#step1 input[type="submit"],
#step3 .inner02 a {
    width: 220px;
}

#step2 input[type="submit"] {
    width: 120px;
}

.hidden01 {
    display: none !important;
}

input#frm-state {
    background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="%23a0a0a0" d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5A6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5S14 7.01 14 9.5S11.99 14 9.5 14z"%2F%3E%3C%2Fsvg%3E');
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    border: solid 1px #999;
    cursor: pointer;
}

input#frm-state:not(:placeholder-shown) {
    background: none;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"] {
    width: 100%;
    padding: 0 10px;
    height: 40px;
    border: solid 1px #999;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus {
    outline: 0;
}

@media screen and (max-width: 767px) {

    div.checkAll {
        width: 50%;
        margin: 40px 0 !important;
    }
        
    .checkAll label {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .checkAll input {
        height: 15px;
        width: 15px;
    }

    .fieldBox01 {
        display: grid;
        width: 100%;
        grid-template-columns: auto;
        grid-template-rows: auto;
        margin-bottom: 20px;
    }

    .fieldBox01 .label01,
    .fieldBox02 .label01 {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2;
        color: #3B4043;
    }

    .formBox div,
    .formBox span {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2;
        color: #3B4043;
    }

    .fieldBox02 {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

    .fieldBox02 label {
        display: grid;
        grid-template-columns: 20px auto;
    }

    .fieldBox01 .input01 input {
        width: 100%;
        margin-bottom: 20px;
    }

    .fieldBox01 .label01 {
        margin-bottom: 0;
    }

    .fieldBox02 .label01 {
        width: calc(100% - 30px);
    }

    .fieldBox02 .label02 {
        width: calc(100% - 30px);
        margin-top: 7px;
        margin-left: 15px;
    }

    .fieldBox02 .input01 {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.2;
        color: #3B4043;
    }

    .fieldBox02 input[type="checkbox"] {
        margin-right: 10px;
        width: 1.125rem;
        height: 1.125rem;
    }

    .fieldBox03 {
        display: grid;
        width: 100%;
        grid-template-columns: 200px auto;
        grid-template-rows: auto;
        margin-bottom: 20px;
        align-items: center;
    }

    .fieldBox01 .inputL01 {
        width: 100%;
    }

    .fieldBox01 .inputM01 {
        width: 70%;
    }

    .fieldBox01 .inputS01 {
        width: 50%;
    }

    #step2 .confirmBox01,
    #step3 .inner01 .inner02 {
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .confirmBox01 .row01 {
        display: grid;
        width: 100%;
        grid-template-columns: auto;
        grid-template-rows: auto;
        border-bottom: solid 2px #FFF;
    }

    .confirmBox01 .row01 span,
    .confirmBox01 .row02 span {
        display: block;
    }

    .confirmBox01 .text01 {
        margin: 50px 0;
    }

    .confirmBox01 span.label01 {
        display: grid;
        line-height: 1.875rem;
        padding-left: 20px;
        align-items: center;
        background-color: #f0f0f0;
    }

    .confirmBox01 span.value01 {
        height: 2.5rem;
        line-height: 2.5rem;
        padding-left: 20px;
    }

    .confirmBox01 .row02 {
        display: grid;
        width: 100%;
        grid-template-columns: auto;
        grid-template-rows: auto;
        align-items: center;
        border-bottom: solid 2px #e0e0e0;
    }

    .confirmBox01 .row02 .label01 {
        line-height: 1.875rem;
    }

    .confirmBox01 .row02 .value02 span {
        margin: 0.5rem auto 0 20px;
    }

    #step2 .submitBox01 {
        display: grid;
        grid-template-columns: 40% 10% 40%;
        grid-template-rows: auto;
        margin-top: 50px;
        justify-content: center;
    }

    #step3 .submitBox01 {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: auto;
        margin-top: 50px;
        justify-content: center;
    }

    #step3 .btn03 {
        margin-bottom: 15px;
    }

    #step1 input[type="checkbox"]+span::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 1px;
        width: 14px;
        height: 14px;
        border: 1px solid;
        background-color: #FFF;
        border-color: #585753;
    }
    
    #step1 input[type="checkbox"]:checked+span::after {
        content: "";
        position: absolute;
        box-sizing: border-box;
        width: 10px;
        height: 6px;
        top: 3px;
        left: 2px;
        transform: rotate(-45deg);
        border-bottom: 2px solid #404040;
        border-left: 2px solid #404040;
        border-top: 2px solid transparent;
        border-right: 2px solid transparent;
    }
    
    .catalogBox01 input[type="checkbox"]:checked+span+img {
        opacity: 1;
        /*    border: 3px solid #fd0000;*/
        outline: 3px solid #fd0000;
    }

    input[type='radio'] {
        margin-right: 10px;
        accent-color: #202020;
        inline-size: 1.125rem;
        block-size: 1.125rem;
    }
    
}


@media screen and (min-width: 768px) {

    div.checkAll {
        width: 25%;
        margin: 50px 0 !important;
    }
    
    .checkAll label {
        font-size: 1.125rem;
        margin-bottom: 30px;
    }

    .checkAll input {
        height: 20px;
        width: 20px;
    }

    .fieldBox01 {
        display: grid;
        width: 800px;
        grid-template-columns: 160px 1fr;
        grid-template-rows: auto;
        margin-top: 20px;
        align-items: center;
    }

    .fieldBox03 {
        display: grid;
        width: 800px;
        grid-template-columns: 160px 200px auto;
        grid-template-rows: auto;
        margin-top: 20px;
        align-items: center;
    }

    .formBox div {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        color: #3B4043;
    }

    .fieldBox01 .inputL01 {
        width: 500px;
    }

    .fieldBox01 .inputM01 {
        width: 350px;
    }

    .fieldBox01 .inputS01 {
        width: 200px;
    }

    .fieldBox01 input[id="frm-state"] {
        width: 50%;
    }

    .fieldBox01 label {
        margin-bottom: 0;
    }

    .fieldBox02 {
        display: grid;
        grid-template-columns: 160px auto;
        grid-template-rows: auto;
        width: 800px;
        margin-top: 20px;
    }

    .fieldBox02 div {
        width: 640px;
        margin-left: 160px;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        color: #3B4043;
    }

    .fieldBox02 .input01 {
        margin: 0 15px 0 120px;
    }

    .fieldBox02 label {
        margin: auto;
    }

    .fieldBox02 .label02 {
        margin-top: 5px;
        margin-left: 180px;
    }

    .fieldBox02 input[type="checkbox"] {
        width: 20px;
        height: 20px;
    }

    #step2 .confirmBox01,
    #step3 .inner01 .inner02 {
        width: 800px;
        margin: 0 auto;
        display: block;
    }

    .confirmBox01 .row01,
    .confirmBox01 .row02 {
        display: grid;
        width: 100%;
        grid-template-columns: 250px auto;
        grid-template-rows: auto;
    }

    .confirmBox01 .row01 span,
    .confirmBox01 .row02 span {
        display: block;
    }

    .confirmBox01 .text01 {
        margin: 50px 0;
    }

    .confirmBox01 .row01 {
        border-bottom: solid 2px #e0e0e0;
        height: 4rem;
    }

    .confirmBox01 .row02 {
        align-items: center;
        border-bottom: solid 2px #e0e0e0;
    }

    .confirmBox01 span.label01 {
        display: grid;
        height: 100%;
        padding-left: 20px;
        align-items: center;
        background-color: #f0f0f0;
    }

    .confirmBox01 span.value01 {
        display: grid;
        height: 100%;
        padding-left: 20px;
        align-items: center;
    }

    .confirmBox01 .value02 span {
        margin: 1rem auto 0 20px;
    }

    #step2 .submitBox01,
    #step3 .submitBox01 {
        display: grid;
        grid-template-columns: 45% auto 45%;
        grid-template-rows: auto;
        margin-top: 50px;
        justify-content: center;
    }

    #step3 .inner01 .inner02 p {
        padding: 0 100px;
    }

    #step1 input[type="submit"]:hover,
    #step3 .inner02 a:hover {
        text-decoration: none;
        width: 260px;
    }

    #step2 input[type="submit"]:hover {
        text-decoration: none;
        width: 160px;
    }

    #step1 input[type="checkbox"]+span::before {
        content: "";
        position: absolute;
        box-sizing: border-box;
        width: 20px;
        height: 20px;
        left: 10px;
        top: 4px;
        border: 1px solid;
        background-color: #FFF;
        border-color: #585753;
    }
    
    #step1 input[type="checkbox"]:checked+span::after {
        content: "";
        position: absolute;
        box-sizing: border-box;
        width: 16px;
        height: 8px;
        top: 7px;
        left: 12px;
        transform: rotate(-45deg);
        border-bottom: 3px solid #404040;
        border-left: 3px solid #404040;
        border-top: 3px solid transparent;
        border-right: 3px solid transparent;
    }
    
    .catalogBox01 input[type="checkbox"]:checked+span+img {
        opacity: 1;
        /*    border: 3px solid #fd0000;*/
        outline: 3px solid #fd0000;
    }
    
    input[type='radio'] {
        margin-right: 10px;
        accent-color: #202020;
        inline-size: 1.25rem;
        block-size: 1.25rem;
    }
    
}

@media screen and (min-width: 768px) {
    #mainArea .catalogOuter01 .button01 a:hover {
        text-decoration: none;
        background-color: #404040;
    }
}

#mainArea .catalogOuter01 .button01 input[type="checkbox"] {
    display: none;
}

#mainArea .catalogOuter01 .button01 input[type="checkbox"]+label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    width: 100%;
    height: 46px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    user-select: none;
    background-color: #606060;
    text-align: center;
    border-radius: 10px;
    transition: background-color 0.3s;
}

@media screen and (max-width: 767px) {
    #mainArea .catalogOuter01 .button01 input[type="checkbox"]+label {
        font-size: 3.466666666666667vw;
        height: 32px;
    }
}

#mainArea .catalogOuter01 .button01 input[type="checkbox"]+label:hover {
    background-color: #404040;
}

#mainArea .catalogOuter01 .button01 input[type="checkbox"]:checked+label {
    color: #202020;
    background-color: #E7C370;
}

#mainArea .catalogOuter01 .button01 input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

#mainArea .catalogOuter01 .button01 input[type="checkbox"]+label:before {
    position: absolute;
    bottom: 50%;
    left: 13px;
    transform: translateY(50%);
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #707070;
    transition: all .12s, border-color .08s;
}

@media screen and (max-width: 767px) {
    #mainArea .catalogOuter01 .button01 input[type="checkbox"]+label:before {
        left: 10px;
        width: 10px;
        height: 10px;
        border: 1px solid #fff;
    }
}

#mainArea .catalogOuter01 .button01 input[type="checkbox"]:checked+label:before {
    width: 10px;
    bottom: calc(50% - 7px);
    left: 21px;
    border-radius: 0;
    opacity: 1;
    border: 3px solid #707070;
    background-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
    #mainArea .catalogOuter01 .button01 input[type="checkbox"]:checked+label:before {
        width: 5px;
        bottom: calc(50% - 3px);
        left: 13px;
        border-radius: 0;
        opacity: 1;
        border: 1px solid #707070;
        background-color: transparent;
        border-top-color: transparent;
        border-left-color: transparent;
        transform: rotate(45deg);
    }
}

.confirmBox01 .border01 {
    display: block;
    border-bottom: solid 2px #e0e0e0;
}

#mainArea #formArea .formBox .btnAuto {
    margin-left: 17px;
    display: inline-block;
    line-height: 1;
}

#mainArea #formArea .formBox .btnAuto button {
    padding: 6px 10px;
    display: inline-block;
    color: #008DAB;
    border: 2px solid #008DAB;
    border-radius: 6px;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
    #mainArea #formArea .formBox .btnAuto button:hover {
        text-decoration: none;
        opacity: 0.7;
    }
}

#step1 .catalogOuter01 .inner02.desc {
    margin: 0 auto;
}