@charset "utf-8";

.logo_wrapper {
    margin-bottom: 70px;
}

.logo_wrapper img {
    width: 730px;
}

/*スマホ用CSS*/
@media screen and (max-width:748px) {
 .logo_wrapper {
    margin-bottom: 0;
}

.logo_wrapper img {
    width: 100%;
}
}
