@charset "utf-8";
.inner {width: calc(100% - 100px); margin-inline: auto;}
.lb-hd {padding-block: 10px; background-color: #fff;}
.lb-hd .inner {display: flex; align-items: center; justify-content: space-between;}

@media screen and (max-width: 480px) {
.inner {width: calc(100% - 40px);}
}