@charset "utf-8";

/*
 * ヘッダー
 * --------------------------------------------------
 */

.SI-header_logo {
    position: absolute;
    left: 30px;
    top: 30px;
}

.SI-header_logo img {
    width: auto;
    height: 20px;
}

@media(max-width: 767px) {
    .SI-header_logo {
        left: 15px;
        top: 15px;
    }

    .SI-header_logo img {
        width: auto;
        height: 15px;
    }
}