@charset "utf-8";
/* column css */

.bg_imgbox {
background: url("../img/column/title_bg.jpg");
background-size: cover;
}

@media all and (max-width : 767px ){
.bg_imgbox {
background: url("../img/column/title_bg_sp.jpg");
background-size: cover;
}
}

.g_navi .gnavi03 a::before {
opacity: 1;
top: -18px;
}

