@charset "UTF-8";
/********** フッター上インフォメーション **********/
.footer__address p a i {
  font-size: 1.4rem;
  margin-right: 10px; }

/********** フッターSNS **********/
.footer_sns {
  padding: 40px 0; }

.footer_sns h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1; }

.footer_sns ul {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; }

.footer_sns ul li {
  list-style: none;
  margin: 0 10px; }

.footer_sns ul li a {
  color: #333; }

.footer_sns ul li a:hover {
  color: #0A58CA; }

.footer_sns ul li a i {
  font-size: 1.8rem; }
