@charset "utf-8";
/*ヘッダー*/

@media only screen and (max-width: 767px) {
    .g-c0jpd_header_sp {
        background: #fff;
        border-bottom: 1px solid #ddd;
        width: 100%;
        height: 30px;
        margin: 0;
        padding: 5px;
        box-sizing: border-box;
        z-index: 123456;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .g-c0jpd_header_sp img {
        width: auto;
        height: 15px;
        margin: auto 10px;
    }
    .g-c0jpd_header_pc {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .g-c0jpd_header_pc {
        background: #fff;
        border-bottom: 1px solid #ddd;
        width: 100%;
        height: 50px;
        margin: 0;
        padding: 5px;
        box-sizing: border-box;
        z-index: 123456;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .g-c0jpd_header_pc img {
        width: auto;
        height: 20px;
        margin: auto 10px;
    }
    .g-c0jpd_header_sp {
        display: none;
    }
}