@charset "UTF-8";
/* ~~ フッター ~~ */
footer {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0;
  background-color: rgba(29, 32, 135, 1.00);
  color: #ffffff;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  font-style: normal;
  clear: both;
}
.footerbox {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 0 auto;
  padding: 30px 0 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  & a {
    color: #ffffff;
    text-decoration: none;
    &:hover {
      text-decoration: underline;
      text-underline-offset: 0.25em;
    }
  }
}
.foot_menu {
  width: 45%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  & h5 {
    font-size: 1rem;
    margin: 15px 0 5px 0;
    font-weight: 400;
  }
  & ul {
    width: 100%;
    font-size: 0.9rem;
    margin: 0 0 25px 0;
    padding: 0 0 0 1em;
    list-style: none;
    & li {
      font-size: 0.9rem;
      margin: 2px 0;
      padding: 3px 0;
      list-style: none;
      display: block;
    }
  }
}
.foot_news_waku {
  width: 45%;
  max-width: 450px;
  margin: 0;
  & h5 {
    font-size: 1rem;
    margin: 15px 0 10px 0;
    font-weight: 400;
  }
  & div {
    height: 400px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 2px 2px 6px 2px rgba(15, 20, 110, 0.6) inset;
  }
  & small {
    margin-top: 10px;
    display: block;
  }
}

.foot_news {
  margin: 3%;
  padding: 0;
  list-style: none;
  color: #ffffff;
  & a {
    color: #ffffff;
    text-decoration: none;
    &:hover {
      text-decoration: underline;
      text-underline-offset: 0.25em;
    }
  }
}

.foot_news li.news {
  padding: 0 0 10px 0;
  margin: 10px 0 5px 0;
  font-size: 0.9rem;
  display: block;
  border-bottom: 1px dotted #CCCCCC;
}
.foot_news li {
  font-size: 0.9rem;
  margin: 0 0 0 10px;
  padding: 0;
  font-weight: normal;
  line-height: 150%;
  list-style: none;
}
.foot_sign {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  & a {
    color: #ffffff;
    text-decoration: none;
  }
  & h5 {
    font-size: 0.9rem;
    margin: 0;
    padding: 80px 0 0 0;
    font-weight: normal;
    line-height: 140%;
    clear: both;
  }
}
.foot_sign address {
  font-size: 0.8rem;
  font-style: normal;
}
.foot_sign span {
  margin-right: 10px;
}
.foot_sign p small {
  display: block;
  font: 1rem;
  margin: 30px 0 10px 0;
  padding: 0;
}
.footer_lockicon {
  max-width: 16px;
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(189deg) brightness(102%) contrast(103%);
}
.footer_lockicon:hover {
  border-bottom: 1px solid white;
}
@media screen and (max-width: 768px) {
  .foot_sign span {
    margin-right: 0;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .footerbox {
    width: 85%;
  }
  .foot_menu {
    width: 100%;
    margin-bottom: 35px;
    & ul {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  .foot_news_waku {
    width: 99.8%;
  }
  .foot_news_waku div {
    height: 300px;
  }
  .foot_news_waku iframe {}
  .foot_sign {
    width: 85%;
    text-align: center;
  }
  .foot_sign h5 {
    font-size: 0.95rem;
  }
  .foot_sign address {
    font-size: 0.69rem;
    line-height: 180%;
    margin: 10px 0;
  }
}