@charset "utf-8";
/* CSS Document */

.footer {
  width: 100%;
  margin: 0 auto !important;
  padding: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background-color: #444;
}

@media (max-width:767px) {
  .footer {
    display: none;
  }
}

.footer__n2-contents {
  background: #00aded;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  position: relative;
}

.footer__n2-contents p {
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
  color: white;
  line-height: 1.5;
}

.footer__n2-footer {
  display: flex;
/*  flex-wrap: wrap;*/
  justify-content: space-between;
  max-width: 1000px;
  align-items: flex-end;
  margin: 0 auto !important;
  padding: 14px 0 12px;
}

.footer__n2-footer li {
  color: #FFF;
  height: auto;
  align-self: flex-end;
}

.footer__n2-footer li:first-child {
  max-width: 260px;
}

.footer__n2-footer li:nth-child(2) {
  padding-left: 10px;
}
.footer__n2-footer li:nth-child(3) {
  padding-left: 10px;
}
.footer__n2-footer li:nth-child(4) {
  max-width: 300px;
  margin: 0 0 0 10px;
  padding: 0 0 0 20px;
  border-left: 1px solid #FFF;
}
.footer__n2-footer li:nth-child(2) img,.footer__n2-footer li:nth-child(3) img{
width: 180px;
    margin: 0 24px 0 6px;
}
.footer__n2-contents .btn_text p {
    position: absolute;
    left: 290px;
    right: 310px;
    top: 20px;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.05em;
}