﻿@media screen and (max-width: 767px) {
            .webp .l-fv__inner {
                padding-bottom: 20px
            }

            .l-fv__inner img {
                width: 100% !important
            }

            .btn_line {
                font-size: 16px !important;
                padding: 10px 40px !important;
            }

            .bt_h1 {
                font-size: 18px !important;
            }

            .bt_wh1 {
                font-size: 24px !important;
            }

            .bt_wp {
                font-size: 14px !important;
                line-height: 24px !important;
            }
        }
.n_num {
            width: 33%;
            float: left
        }

        .n_num h1 {
            font-size: 60px;
            color: #ff0000;
            margin-bottom: 0;
            display: block;
            line-height: 40px
        }

        .n_num p {
            font-size: 30px;
            color: #fff;
            font-weight: bold;
            display: block
        }

        @media screen and (max-width: 767px) {
            .n_num h1 {
                font-size: 2.6em !important;
                color: #ff0000;
                margin-bottom: 0;
                display: block;
                line-height: 30px
            }

            .n_num p {
                font-size: 1.6em;
                color: #fff;
                font-weight: bold;
                display: block
            }
            @media screen and (max-width: 400px) {
                .n_num h1{
                    font-size: 1.8em !important;

                }
                .n_num p{
                    font-size: 1.1em !important;
                }
            }
        }
@keyframes switch {
            0% {
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }

            50% {
                -webkit-transform: scale3d(0.9, 0.9, 0.9);
                transform: scale3d(0.9, 0.9, 0.9);
            }

            100% {
                -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
            }
        }