@charset "UTF-8";
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 65%;
  margin: 0 auto 40px;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
}
.footer__nav li {
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    width: 80%;
    font-size: 1.1rem;
  }
  .footer__nav li {
    margin: 0 0 10px;
  }
}
.footer__nav li:nth-child(1),
.footer__nav li:nth-child(7) {
  margin-right: 30px;
}
.footer__nav li:nth-child(4) {
  width: 100%;
  text-align: center;
}
.footer__nav a {
  color: #444;
  text-decoration: none;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer__nav a:hover {
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
}

.footer__sns img {
  width: 43px !important;
  height: 43px !important;
}

.footer__body ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
}

.footer__body ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50%;
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.footer__body ul li:nth-of-type(odd) {
  border-right: 1px solid #ccc;
}

.footer__body ul li img {
  max-height: 44px;
}

.footer__body ul li a {
  display: block;
  width: 100%;
}

.footer__body .footer__link {
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.footer__body .footer__link .link-text {
  display: block;
  padding: 11px 0;
  font-size: 1.3rem;
  color: #444;
  text-decoration: none;
}

.footer__body .footer__link .link-text span {
  position: relative;
  padding-right: 10px;
}

.footer__body .footer__link .link-text span:after {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  content: "";
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer__foot .links {
  padding: 0 25px 0px;
}

.footer__foot .links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
  overflow: hidden;
}

.footer__foot .links li:first-child {
  width: 100%;
  text-align: center;
}
.footer__foot .links li {
  float: left;
  padding-bottom: 10px;
  font-size: 1.1rem;
}

.footer__foot .links li a {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  color: #343434;
  text-decoration: none;
}

.footer__foot .links li a:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 8px;
  margin-top: -4px;
  content: "";
  background: #c1c1c1;
}

.footer__foot .links li:first-of-type {
  padding: 0 5px 11px 0;
  font-size: 1rem;
  color: #878787;
}

.footer__foot .links li:first-of-type a:after {
  display: none;
}

.footer__foot .links li:nth-of-type(2) a:after {
  display: none;
}

.footer__foot .copyright {
  display: block;
  padding: 0px 0 25px;
  font-size: 1rem;
  line-height: 1.5;
  color: #999;
  text-align: center;
}

.footer__logo {
  width: 45%;
  margin: 0 auto 20px;
}
