@charset "UTF-8";

#header {
  padding: 0;
  width: 100%;
  background: #fff;
  height: 100px;
}
#header .header-wide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100px;
}
#header .header-logo {
  width: 376px;
}
#header .header-logo img {
  display: block;
  width: 100%;
}


#footer {
  background: #00519c;
  padding: 36px 0;
  color: #fff;
}

#footer .txt-copyright {
  font-size: 12px;
  text-align: center;
  margin-top: 35px;
}

@media (max-width: 767px) {
  #header {
    height: 71px;
  }
  #header .header-inner {
    padding: 0 20px;
  }
  #header .header-wide {
    height: 71px;
    padding: 15px 0;
  }
  #header .header-logo {
    width: 114px;
    padding: 0;
  }

  #footer {
    padding: 33px 20px;
  }

  #footer .txt-copyright {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  #header .header-inner {
    max-width: 1600px;
    min-width: 1280px;
    padding: 0 90px;
    width: 100%;
    margin: auto;
  }
}

#footer ul {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 768px) {
#footer .f-bottom-nav ul {
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
}

@media screen and (max-width: 767px) {
#footer .f-bottom-nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
}

#footer li {
  list-style: none;
}

@media screen and (min-width: 768px) {
#footer .f-bottom-nav ul li {
    margin-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #fff;
    font-size: 14px;
    line-height: 1;
}
}
@media screen and (max-width: 767px) {
#footer .f-bottom-nav ul li {
    margin-top: 15px;
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid #a0a0a0;
    font-size: 12px;
    line-height: 1;
}
}
@media screen and (min-width: 768px) {
#footer .f-bottom-nav ul li:first-child {
    margin-left: 0;
    padding-left: 20px;
    border-left: 1px solid #fff;
}
}
@media screen and (max-width: 767px) {
#footer .f-bottom-nav ul li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}
}
#footer .f-bottom-nav ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
#footer .f-bottom-nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 767px) {
#footer .f-bottom-nav ul li.is-nobrd-sp {
    border-left: none;
}
}
#footer a {
  text-decoration: none;
}

#footer .f-bottom-nav a {
  color: #fff;
}
@media screen and (min-width: 768px) {
#footer .f-bottom-nav ul li a {
    position: relative;
}
}
@media screen and (min-width: 768px) {
#footer .f-bottom-nav ul li a::before {
    transition: width 0.2s ease-out;
}
}
@media screen and (min-width: 768px) {
#footer .f-bottom-nav ul li a::before {
    content: "";
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    display: inline-block;
    width: 0;
    height: 1px;
    background: #fff;
}
}