.site-width {width:1080px;margin-left:auto;margin-right:auto;}

header {display:flex;height:150px;align-items:center;justify-content:space-between;padding:0 1rem;}
header ul {display:flex;list-style:none;}
header ul   li  {margin-left:3.25rem;}
header ul   li:first-child {margin-left:0;}
header ul   a   {padding:.25rem 0;font-size:1.15rem;text-decoration:none;color:#000;}
header ul   a:hover {color:#9f8053;text-decoration:underline;}

.layout-body {min-height:800px;}

footer  {
    display:flex;flex-direction:column;
    align-items:center;justify-content:center;
    height:650px;color:#c4c4c4;
    background-repeat:no-repeat;
    background-position:center;
    background-image:url('/images/footer/footer-bg.jpg');
    background-size:cover;
}
footer  .info   {margin-top:3.5rem;display:flex;}
footer  .info   span {padding:0 2rem;position:relative;}
footer  .info   span::after {display:block;content:'';width:1px;border-left:1px solid rgba(0,0,0,.5);border-right:1px solid rgba(0,0,0,.5);height:.85rem;background-color:#c4c4c4;position:absolute;right:-1px;top:.3rem;;}
footer  .info   span:last-child::after {content:none;}
footer  .info   a   {text-decoration:none;color:#c4c4c4;}
footer  .info   a:hover {text-decoration:underline;}
footer  .copyright  {margin-top:1rem;}
footer  .filing  {margin-top:1rem;}
footer  .filing a {color:#c4c4c4;}
footer  .filing span {margin:0 .5rem;}