@charset "UTF-8";
p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0;
}

h1 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 43.2px;
  letter-spacing: 0.02em;
}

h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.footer-wrap {
  background-image: url("https://endo-kenchiku.co.jp/system_panel/uploads/images/20210829190153433042.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.footer-wrap::before {
  content: "";
  position: absolute;
  background: rgba(17, 17, 17, 0.75);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer-wrap .footer-inner {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 15px 85px;
}
@media (max-width: 768px) {
  .footer-wrap .footer-inner {
    margin: 0 auto;
    padding: 0 15px 65px;
  }
}
.footer-wrap .footer-inner .h2-box {
  width: 100%;
  margin: auto;
  padding: 50px 0 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .footer-wrap .footer-inner .h2-box {
    padding: 40px 0 60px;
    text-align: center;
  }
}
@media (max-width: 414px) {
  .footer-wrap .footer-inner .h2-box {
    padding: 40px 0 40px;
  }
}
.footer-wrap .footer-inner .h2-box .sub-h2 {
  font-size: 84px;
  line-height: 101.72px;
  color: #fff;
}
@media (max-width: 1000px) {
  .footer-wrap .footer-inner .h2-box .sub-h2 {
    font-size: 74px;
  }
}
@media (max-width: 768px) {
  .footer-wrap .footer-inner .h2-box .sub-h2 {
    font-size: 64px;
    line-height: 81.72px;
  }
}
@media (max-width: 414px) {
  .footer-wrap .footer-inner .h2-box .sub-h2 {
    font-size: 44px;
    line-height: 71.72px;
  }
}
.footer-wrap .footer-inner .h2-box .sub-h2-text {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  line-height: 24px;
  color: #868686;
}
@media (max-width: 414px) {
  .footer-wrap .footer-inner .h2-box .sub-h2-text {
    font-size: 14px;
  }
}
.footer-wrap .footer-inner .footer-text-content {
  margin: 0 auto 52px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-wrap .footer-inner .footer-text-content {
    margin: 0 auto 42px;
  }
}
@media (max-width: 414px) {
  .footer-wrap .footer-inner .footer-text-content {
    margin: 0 auto 32px;
  }
}
.footer-wrap .footer-inner .footer-text-content .text {
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 32px;
  letter-spacing: 0.1em;
  margin: auto;
}
@media (max-width: 600px) {
  .footer-wrap .footer-inner .footer-text-content .text {
    width: 55%;
  }
}
@media (max-width: 500px) {
  .footer-wrap .footer-inner .footer-text-content .text {
    width: 68%;
  }
}
@media (max-width: 414px) {
  .footer-wrap .footer-inner .footer-text-content .text {
    width: 68%;
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .footer-wrap .footer-inner .footer-text-content .text {
    width: 76%;
  }
}
@media (max-width: 320px) {
  .footer-wrap .footer-inner .footer-text-content .text {
    width: 87%;
  }
}
.footer-wrap .footer-inner .footer-form-content {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .footer-wrap .footer-inner .footer-form-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer-wrap .footer-inner .footer-form-content .left-box {
  margin-right: 90px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-wrap .footer-inner .footer-form-content .left-box {
    margin: auto;
    border-right: none;
  }
}
.footer-wrap .footer-inner .footer-form-content .left-box .left-text {
  font-size: 15px;
  color: #fff;
  line-height: 28.8px;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
}
.footer-wrap .footer-inner .footer-form-content .left-box .contact-form {
  width: 300px;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-wrap .footer-inner .footer-form-content .left-box .contact-form:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(240, 240, 240, 0.7);
}
.footer-wrap .footer-inner .footer-form-content .left-box .contact-form:hover .contact {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #111;
}
@media (max-width: 1000px) {
  .footer-wrap .footer-inner .footer-form-content .left-box .contact-form {
    width: 253px;
  }
}
@media (max-width: 320px) {
  .footer-wrap .footer-inner .footer-form-content .left-box .contact-form {
    width: 233px;
  }
}
.footer-wrap .footer-inner .footer-form-content .left-box .contact-form::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 250px;
  background: #868686;
  position: absolute;
  top: -75px;
  right: -90px;
}
@media (max-width: 768px) {
  .footer-wrap .footer-inner .footer-form-content .left-box .contact-form::after {
    width: 350px;
    height: 1px;
    top: 142px;
    right: -46px;
  }
}
@media (max-width: 414px) {
  .footer-wrap .footer-inner .footer-form-content .left-box .contact-form::after {
    width: 250px;
    height: 1px;
    top: 130px;
    right: 0px;
  }
}
.footer-wrap .footer-inner .footer-form-content .left-box .contact-form .contact {
  font-weight: 500;
  font-size: 24px;
  line-height: 28.8px;
}
@media (max-width: 768px) {
  .footer-wrap .footer-inner .footer-form-content .left-box .contact-form .contact {
    font-size: 22px;
  }
}
@media (max-width: 414px) {
  .footer-wrap .footer-inner .footer-form-content .left-box .contact-form .contact {
    font-size: 20px;
  }
}
.footer-wrap .footer-inner .footer-form-content .left-box .text-time {
  font-size: 15px;
  color: #fff;
  line-height: 28.8px;
  letter-spacing: 0.1em;
  padding-top: 25px;
}
@media (max-width: 768px) {
  .footer-wrap .footer-inner .footer-form-content .left-box .text-time {
    padding: 10px 0 34px;
  }
}
@media (max-width: 414px) {
  .footer-wrap .footer-inner .footer-form-content .left-box .text-time {
    padding: 10px 0 24px;
  }
}
.footer-wrap .footer-inner .footer-form-content .right-box {
  margin-left: 90px;
  text-align: center;
}
@media (max-width: 768px) {
  .footer-wrap .footer-inner .footer-form-content .right-box {
    margin: 0 auto;
    padding-left: 0;
  }
}
.footer-wrap .footer-inner .footer-form-content .right-box .right-text {
  font-size: 15px;
  color: #fff;
  line-height: 28.8px;
  letter-spacing: 0.1em;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .footer-wrap .footer-inner .footer-form-content .right-box .right-text {
    padding: 34px 0 37px;
  }
}
@media (max-width: 414px) {
  .footer-wrap .footer-inner .footer-form-content .right-box .right-text {
    padding: 24px 0 37px;
  }
}
.footer-wrap .footer-inner .footer-form-content .right-box .tel-form {
  text-decoration: none;
  width: 300px;
  height: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1000px) {
  .footer-wrap .footer-inner .footer-form-content .right-box .tel-form {
    width: 253px;
  }
}
@media (max-width: 320px) {
  .footer-wrap .footer-inner .footer-form-content .right-box .tel-form {
    width: 233px;
  }
}
.footer-wrap .footer-inner .footer-form-content .right-box .tel-form:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(240, 240, 240, 0.7);
}
.footer-wrap .footer-inner .footer-form-content .right-box .tel-form:hover .tel {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #111;
}
.footer-wrap .footer-inner .footer-form-content .right-box .tel-form .tel {
  font-weight: 500;
  font-size: 20px;
  line-height: 28.8px;
  letter-spacing: 0.02em;
}
.footer-wrap .footer-inner .footer-form-content .right-box .time-text {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.02em;
  padding-top: 25px;
}

/*-----------------*/
/*footer下層部  上*/
/*-----------------*/
.cases-wrap {
  width: 100%;
  margin: auto;
  padding: 80px 0 155px;
  background: #111;
}
@media (max-width: 768px) {
  .cases-wrap {
    padding: 60px 0;
  }
}
@media (max-width: 414px) {
  .cases-wrap {
    padding: 40px 0;
  }
}
.cases-wrap .cases-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 0 3%;
}
.cases-wrap .cases-inner .cases-img-box {
  max-width: 800px;
  width: 100%;
  margin: auto;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  overflow: hidden;
}
.cases-wrap .cases-inner .cases-img-box:hover .cases-img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-decoration: none;
  display: block;
  overflow: hidden;
  opacity: 0.7;
}
.cases-wrap .cases-inner .cases-img-box::before {
  content: "";
  position: absolute;
  top: 148px;
  right: 76px;
  width: 1px;
  height: 40px;
  background: #fff;
  -webkit-transform: rotateX(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
@media (max-width: 768px) {
  .cases-wrap .cases-inner .cases-img-box::before {
    top: 154px;
    right: 76px;
  }
}
@media (max-width: 414px) {
  .cases-wrap .cases-inner .cases-img-box::before {
    top: 149px;
    right: 82px;
  }
}
.cases-wrap .cases-inner .cases-img-box::after {
  content: "";
  position: absolute;
  top: 105px;
  right: 140px;
  width: 1px;
  height: 155px;
  background: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
@media (max-width: 768px) {
  .cases-wrap .cases-inner .cases-img-box::after {
    top: 116px;
    right: 135px;
    height: 145px;
  }
}
@media (max-width: 414px) {
  .cases-wrap .cases-inner .cases-img-box::after {
    height: 135px;
  }
}
.cases-wrap .cases-inner .cases-img-box:hover::before {
  right: 66px;
}
@media (max-width: 414px) {
  .cases-wrap .cases-inner .cases-img-box:hover::before {
    right: 70px;
  }
}
.cases-wrap .cases-inner .cases-img-box:hover::after {
  right: 130px;
}
@media (max-width: 768px) {
  .cases-wrap .cases-inner .cases-img-box:hover::after {
    right: 124px;
  }
}
.cases-wrap .cases-inner .cases-img-box .cases-img {
  max-width: 800px;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  display: block;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.cases-wrap .cases-inner .cases-img-box .cases-text-content {
  background: rgba(17, 17, 17, 0.75);
  position: absolute;
  width: 98.5%;
  height: 95.3%;
  top: 2.5%;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 414px) {
  .cases-wrap .cases-inner .cases-img-box .cases-text-content {
    width: 97%;
    height: 96%;
    top: 2.4%;
  }
}
@media (max-width: 320px) {
  .cases-wrap .cases-inner .cases-img-box .cases-text-content {
    width: 96%;
  }
}
.cases-wrap .cases-inner .cases-img-box .cases-text-content .footer-bottom-text {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 38px;
  letter-spacing: 0.18em;
  text-align: center;
  padding-top: 35px;
}
@media (max-width: 768px) {
  .cases-wrap .cases-inner .cases-img-box .cases-text-content .footer-bottom-text {
    font-size: 18px;
    line-height: 33px;
    padding-top: 50px;
  }
}
@media (max-width: 414px) {
  .cases-wrap .cases-inner .cases-img-box .cases-text-content .footer-bottom-text {
    font-size: 14px;
    line-height: 28px;
  }
}
.cases-wrap .cases-inner .cases-img-box .cases-text-content .view-detail-box {
  text-decoration: none;
  margin: 8px 115px 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .cases-wrap .cases-inner .cases-img-box .cases-text-content .view-detail-box {
    margin: 20px 115px 0 auto;
  }
}
.cases-wrap .cases-inner .cases-img-box .cases-text-content .view-detail-box .btn-text {
  padding-left: 10px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
}
@media (max-width: 768px) {
  .cases-wrap .cases-inner .cases-img-box .cases-text-content .view-detail-box .btn-text {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .cases-wrap .cases-inner .cases-img-box .cases-text-content .view-detail-box .btn-text {
    font-size: 12px;
  }
}

/*-----------------*/
/*footer下層部  下*/
/*-----------------*/
.footer-bottom-wrap {
  width: 100%;
  margin: 0 auto;
  background: #111;
}
.footer-bottom-wrap .footer-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1000px) {
  .footer-bottom-wrap .footer-inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 700px) {
  .footer-bottom-wrap .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-bottom-wrap .footer-inner .footer-left {
  margin-left: 28px;
}
@media (max-width: 1200px) {
  .footer-bottom-wrap .footer-inner .footer-left {
    margin-left: 0;
  }
}
.footer-bottom-wrap .footer-inner .footer-left .l-logo.footer {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .footer-bottom-wrap .footer-inner .footer-left .l-logo.footer {
    margin-bottom: 20px;
  }
}
@media (max-width: 414px) {
  .footer-bottom-wrap .footer-inner .footer-left .l-logo.footer {
    margin-bottom: 15px;
  }
}
.footer-bottom-wrap .footer-inner .footer-left .l-logo.footer .name.footer {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 43.2px;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .footer-bottom-wrap .footer-inner .footer-left .l-logo.footer .name.footer {
    font-size: 24px;
  }
}
@media (max-width: 414px) {
  .footer-bottom-wrap .footer-inner .footer-left .l-logo.footer .name.footer {
    font-size: 20px;
  }
}
.footer-bottom-wrap .address-box .address-text {
  font-size: 15px;
  line-height: 22.5px;
}
@media (max-width: 768px) {
  .footer-bottom-wrap .address-box .address-text {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .footer-bottom-wrap .address-box .address-text {
    font-size: 12px;
  }
}
.footer-bottom-wrap .address-box .address-text .tel-num {
  font-size: 15px;
  line-height: 22.5px;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 414px) {
  .footer-bottom-wrap .address-box .address-text .tel-num {
    font-size: 12px;
  }
}
.footer-bottom-wrap .address-box .address-text.center {
  font-size: 15px;
  line-height: 22.5px;
  margin: 30px 0 10px;
}
@media (max-width: 768px) {
  .footer-bottom-wrap .address-box .address-text.center {
    font-size: 14px;
    margin: 20px 0 10px;
  }
}
@media (max-width: 414px) {
  .footer-bottom-wrap .address-box .address-text.center {
    font-size: 12px;
    margin: 15px 0 10px;
  }
}
.footer-bottom-wrap .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1000px) {
  .footer-bottom-wrap .footer-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 700px) {
  .footer-bottom-wrap .footer-right {
    margin: 20px 0 0 15px;
  }
}
.footer-bottom-wrap .footer-right .footer-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
@media (max-width: 1000px) {
  .footer-bottom-wrap .footer-right .footer-list-box {
    display: block;
    margin-right: 30px;
  }
}
.footer-bottom-wrap .footer-right .footer-list-box.bottom {
  margin-left: auto;
  margin-right: 0;
}
.footer-bottom-wrap .footer-right .footer-list-box .nav-contents {
  padding: 6px 0;
}
@media (max-width: 414px) {
  .footer-bottom-wrap .footer-right .footer-list-box .nav-contents {
    padding: 3px 0;
  }
}
.footer-bottom-wrap .footer-right .footer-list-box .nav-contents .list-icon {
  text-decoration: none;
}
.footer-bottom-wrap .footer-nav-text {
  font-size: 15px;
  line-height: 22.5px;
  display: inline-block;
  padding: 6px 0;
  margin: 0 35px 0 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-bottom-wrap .footer-nav-text:hover {
  color: #8a8a8a;
}
.footer-bottom-wrap .footer-nav-text.first {
  margin: 0 35px 0 0;
}
@media (max-width: 414px) {
  .footer-bottom-wrap .footer-nav-text.first {
    margin: 0 15px 0 0;
  }
}
.footer-bottom-wrap .footer-nav-text.last {
  margin: 0;
}
@media (max-width: 768px) {
  .footer-bottom-wrap .footer-nav-text {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .footer-bottom-wrap .footer-nav-text {
    margin: 0 15px 0 0;
    padding: 3px 0;
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .footer-bottom-wrap .footer-nav-text {
    font-size: 11px;
  }
}
.footer-bottom-wrap .footer-nav-text::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.9em;
  left: -0.8em;
  width: 0.3em;
  height: 0.3em;
  border-bottom: 1px solid #868686;
}
@media (max-width: 414px) {
  .footer-bottom-wrap .footer-nav-text::before {
    top: 1em;
  }
}

.footer-copy {
  text-align: center;
  padding: 5px 0;
  background: #555;
  color: #fff;
  font-size: 10px;
}

.footer-btn {
  display: block;
  width: 100%;
  position: relative;
}
.footer-btn .top-btn-return {
  text-align: center;
  width: 100%;
  background: #505050;
  border-radius: 4px;
  width: 40px;
  height: 43.5px;
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  right: 8em;
  bottom: 1em;
}
@media (max-width: 700px) {
  .footer-btn .top-btn-return {
    right: 3em;
  }
}
@media (max-width: 414px) {
  .footer-btn .top-btn-return {
    right: 2em;
  }
}
.footer-btn .top-btn-return:hover {
  background: #b8b8b8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-btn .top-btn-return .top-return-text {
  font-weight: 900;
  color: #fff;
}
.footer-btn .top-btn-return .footer-icon {
  position: absolute;
  left: 30%;
  top: 11px;
  width: 16px;
  -webkit-transform: translate(0, 10%);
          transform: translate(0, 10%);
}

.footer-copy {
  border-top: 1px solid #868686;
  text-align: center;
  background: #111;
  color: #fff;
  line-height: 18px;
  font-size: 12px;
  padding: 6px 0;
}
/*# sourceMappingURL=footer.css.map */