
    .page {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
     
    .contact-traffic-wrapper {
            color: #333;
            font-size: 16px;
            line-height: 25px;
    }

    .contact-traffic-map hr {
            margin-top: 20px;
            margin-bottom: 24px;
            border-top: 1px solid #eee;
            opacity: 100;
    }

    .contact-traffic-content {
            display: flex;
    }

    .contact-traffic-title {
            font-size: 30px;
            margin: 10px 0;
            position: center;
    }

    .contact-traffic-shihno {
            width: 280px;
            margin: 80px 50px;
            border: 0;
    }

   .contact-traffic-shihno>img {
             border: 0;
    }

    .contact-traffic-panasonic {
            width: 180px;
            margin: 0 auto;
    }

    .contact-traffic-text {
            padding: 30px 0 0 30px;
    }

    .contact-traffic-text b {
            font-size: 20px;
    }

    .contact-sales-table {
            text-align: center;
            font-size: 14px;
            position: center;
    }

    .contact-sales-table table {
            width: 100%;
    }

    .contact-sales-table thead tr {
            background-color: #EBEBEB;
            border-bottom-width: 2px;
            border-bottom-color: #ddd;
    }

    .contact-sales-table th,
    .contact-sales-table td {
            border: 1px solid #ddd;
            line-height: 2.4;
    }

    @media screen and (max-width: 500px) {
            .contact-traffic-content {
                    display: block;
            }

            .contact-traffic-text {
                    padding-top: 50px;
            }
            
            .contact-sales-table {
                    overflow-x: auto;
            }

            .contact-sales-table table {
                    width: 600px;
            }
    }
