@charset "utf-8";

/* =========================================================================================
LAYOUT
=========================================================================================*/
/*common*/
.entry-content section:nth-of-type(1) /*ページの一番最初のsection*/ {
    padding-top: 0 !important;
}
section .inner {
    padding-block: 50px;
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 468px) {
}
