   /* foot change */
        .m-ftt {
            font-size: 1.375rem;
        }

        .g-ft {
            font-size: 1rem;
        }

        .m-ftfix2 {
            font-size: 1rem;
        }

        .m-ftform .form-text {
            font-size: 0.85rem;
        }

        .m-ftform .form-btn {
            font-size: 1.25rem;
        }

        .contact-phone {
            z-index: 2;
        }

        .m-ftinfo p {
            margin-bottom: 0;
        }

        .m-ftb3 .m-ftt {
            margin-bottom: 8.5px;
        }

        .m-ftform .form-bd {
            margin-bottom: -12px;
        }

        .m-ftform .form-item {
            padding-right: 0.1rem;
            margin-bottom: 16px;
        }

        /* form change */
        .alert-container {
            width: 50rem;
            height: 28rem;
        }

        .alert-container .alert-bg {
            width: 27.7rem;
            height: 28.1rem;
        }

        .aside-c-close {
            right: .75rem;
            top: .75rem;
            padding: .2875rem;
            position: absolute;
            cursor: pointer;
        }

        .aside-c-close img {
            width: .569375rem;
            height: .569375rem;
        }

        .aside-form {
            width: 19.1rem;
            margin: 1.6125rem auto 0;
        }

        .aside-form__title {
            font-size: 0.93rem;
            line-height: 2.4rem;
            margin-bottom: .4125rem;
        }

        .aside-form__item {
            height: 2.61rem;
            margin-top: 0.9rem;
        }

        .aside-form__item input {
            height: 2rem;
            font-size: .55rem;
        }

        .aside-form__btn {
            height: 1.8rem;
            margin-top: 1.5rem;
            border-radius: 2px;
            font-size: 0.675rem;
        }

        @media screen and (max-width: 800px) {
            .alert-container {
                width: 84vw;
                height: auto;
                padding-bottom: 5vw;
            }

            .aside-form {
                width: 68vw;
                margin: 8vw auto 0;
                height: auto;
            }

            .aside-form__item input {
                height: 2.0625rem;
                font-weight: 300;
                font-size: 3.267vw;
                letter-spacing: 0;
                width: 100%;
                border-bottom: .5px solid #e0e0e0;
            }

            .aside-c-close {
                right: .6375rem;
                top: .6375rem;
                padding: .3rem;
                position: absolute;
                cursor: pointer;
            }

            .aside-c-close img {
                width: .6375rem;
                height: .6375rem;
            }

            .aside-form__title {
                font-size: 4.3333vw;
                margin-bottom: 0;
            }

            .aside-form__item {
                height: 3.2rem;
                margin-top: 0.65rem;
                position: relative;
            }
        }

