@charset "UTF-8";


.footer__contents-termsLink {
  padding: 2vw 0 1vw;
  background: #eef0f6;
  @media screen and (max-width: 750px) {
      padding: 6vw 0 3vw;
  }
}
.footer__contents-termsLink ul {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: .83333vw;
  @media screen and (max-width: 750px) {
    font-size: 2.66667vw;
  }
}
.footer__contents-termsLink ul li {
  margin: 0 1em;
}
.footer__contents-termsLink ul li a,
.footer__contents-termsLink ul li a:active {
  color: #0b2280;
}
.footer__contents-termsLink ul li a:hover { 
  color: #5ba4d7;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}