@charset "UTF-8";

@media screen and (max-width:450px){
    /* coded for 370px */

.header-title{
    position: relative;
}

.header-title a{
    margin-left: 50px;
    margin-top: 50px;
    font-size: 15px;
}

.header-menu{
    display: none;
}

.top-img{
    margin-top: 30px;
}

.open{
    display: flex;
    position: absolute;
    top: 50px;
    justify-content: flex-end;
    margin-right: 50px;
    cursor: pointer;
}

.open img{
    width:5%;
}

.menu-bar{
    z-index: 10;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0,0.7);
}

.menu-bar img{
    width: 4%;
    position: absolute;
    top: 47px;
    right: 50px;
    cursor: pointer;
}

.menu-open{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100px;
    right: 50px;
}

.menu-open a{
    color: white;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 30px;
}

#service{
    margin-top: 30px;
}

.service-container{
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-block{
    width: 100%;
    margin-bottom: 50px;
}

.service-header{
    font-size: 12px;
}

.service-img{
    margin-top: 20px;
}

.pc{
    width: 50%;
}

.pen{
    width: 36%;
}

.file{
    width: 30%;
}

.service-text{
    font-size: 10px;
    margin-top: 15px;
}

#web{
    margin-top: 50px;
}

.web-container{
    margin: 50px 50px 0 50px;
}

.web-container img{
    width: 70px;
}

.blank{
    width: 70px;
    height: 70px;
}

.design-container{
    margin: 50px 50px 0 50px;
}

.design-container img{
    width: 70px;
}

.btn a{
    font-size: 10px;
}

footer{
    margin-top: 50px;
}

.top-btn img{
    width: 10%;
    cursor: pointer;
}

.footer-menu{
    margin: 50px 50px 0 50px;
    justify-content: space-between;
}

.footer-menu a{
    margin-right: 0;
    font-size: 12px;
}

.copyright{
    justify-content: center;
    font-size: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
}

}
