@charset "UTF-8";
body{
  font-family: sans-serif;
}
/*----------------------------------------------*//* header */
.header {
    background-color: #fff;
}
.header-content {
    position: relative;
    padding: 0 13px 13px 13px;
}
.header-logo {
    display: inline-block;
    margin-top: 10px;
}
.header-content .header-logo{
  width: 118px;
  height: 22px;
}
/*----------------------------------------------*//* footer */
.footer {
  padding-top: 4px;
  padding-bottom: 24px;
}
.footer-content {
  margin: 0 auto;
  padding-top: 25px;
  padding-right: 18px;
  padding-left: 18px;
}
.footer .footer-content .footer-logo{
  width: 100%;
  height: auto;
  margin: 0 auto;
  float: none;
}
.footer .footer-content .footer-logo a {
  width: 100%;
  height: 100%;
  margin-left: 5px;
  display: block;
}
.footer .footer-content .footer-logo span{
  width: 100px;
  height: 24px;
  display: block;
  margin: 0 auto;
}
.footer .footer-content .footer-menu{
  text-align: center;
  margin-bottom: 0;
  position: static;
  margin: 10px 0 15px;
  line-height: 1.25;
}
.footer .footer-content .footer-menu ul{
  display: flex;
  flex-direction: column-reverse;
}
.footer .footer-content .footer-menu li {
  float: none;
  text-align: center;
}
.footer .footer-content .footer-menu li a {
  font-size: 11px;
  display: inline-block;
  height: 100%;
  color: #808080;
  font-size: 11px;
  padding: 0px 15px;
  border-left: 1px solid #a2a2a2;
  border-right: 1px solid #a2a2a2;
}
.footer .footer-content .footer-menu li:first-child {
    margin-top: 10px;
}
.footer .footer-content .footer-menu li:not(:first-child):before{
  display: none;
}
.footer .footer-copyright{
    position: static;
}
.footer .footer-copyright img{
    line-height: 10px;
    margin-top: 12px;
    width: 242px;
    height: 10px;
    display: block;
    margin: 0 auto;
}
