@media (max-width : 320px) {
    .top {
        width: 100%;
    }
    .menu {
        width: 100%;
        height: 220px;
        a{
            display: block;
            margin: 20px 0;
        }
    }
    .box {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture03 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
    .bottom {
        flex-direction: column;
        height: auto;
        padding: 20px 0;
        #email, #tel {
            font-size: 16px;
            margin: 10px 0;
            padding: 8px 15px;
        }
    }
    .box_1 {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture_1 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content_1 {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
    .box_2 {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture_2 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content_2 {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
    .box_3 {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture_3 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content_3 {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
  }

@media (min-width : 320px) and (max-width : 480px) {
    .top {
        width: 100%;
    }
    .menu {
        width: 100%;
        height: 220px;
        a{
            display: block;
            margin: 20px 0;
        }
    }
    .box {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture03 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
    .bottom {
        flex-direction: column;
        height: auto;
        padding: 20px 0;
        #email, #tel {
            font-size: 16px;
            margin: 10px 0;
            padding: 8px 15px;
        }
    }
    .box_1 {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture_1 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content_1 {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
    .box_2 {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture_2 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content_2 {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
    .box_3 {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture_3 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content_3 {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
}

@media (min-width : 480px) and (max-width : 768px) {
    .top {
        width: 100%;
    }
    .menu {
        width: 100%;
        height: 220px;
        a{
            display: block;
            margin: 20px 0;
        }
    }
    .box {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture03 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
    .bottom {
        flex-direction: column;
        height: auto;
        padding: 20px 0;
        #email, #tel {
            font-size: 16px;
            margin: 10px 0;
            padding: 8px 15px;
        }
    }
    .box_1 {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture_1 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content_1 {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
    .box_2 {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture_2 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content_2 {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
    .box_3 {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture_3 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content_3 {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
}

@media (min-width : 768px) and (max-width : 1024px) {
    .top {
        width: 100%;
    }
    .menu {
        width: 100%;
        height: 220px;
        a{
            display: block;
            margin: 20px 0;
        }
    }
    .box {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture03 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
    .bottom {
        flex-direction: column;
        height: auto;
        padding: 20px 0;
        #email, #tel {
            font-size: 16px;
            margin: 10px 0;
            padding: 8px 15px;
        }
    }
    .box_1 {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture_1 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content_1 {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
    .box_2 {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture_2 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content_2 {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
    .box_3 {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture_3 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content_3 {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
}

@media (min-width : 1024px) and (max-width : 1280px) {
    .top {
        width: 100%;
    }
    .menu {
        width: 100%;
        height: 220px;
        a{
            display: block;
            margin: 20px 0;
        }
    }
    .box {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture03 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
    .bottom {
        flex-direction: column;
        height: auto;
        padding: 20px 0;
        #email, #tel {
            font-size: 16px;
            margin: 10px 0;
            padding: 8px 15px;
        }
    }
    .box_1 {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture_1 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content_1 {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
    .box_2 {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture_2 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content_2 {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
    .box_3 {
        flex-direction: column;
        width: auto;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
        #picture_3 {
            width: 80%;
            height: auto;
            margin: 0;
            img {
                width: 80%;
                height: auto;
            }
        }
        #content_3 {
            width: 90%;
            height: auto;
            p {
                font-size: 19px;
            }
        }
    }
}