/* Footer
----------------------------------------------- */
.site-footer {
  background-color: #3c7cb0;
  color: #fff;
  padding-top: 40px;
}

@media (max-width: 767px) {
  .site-footer {
    padding-top: 30px;
  }
}

.site-footer a {
  color: #fff;
}

.site-footer .row {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .site-footer .row {
    display: block;
  }
}

.site-footer .site-footer__logo {
  float: left;
  padding-top: 7px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .site-footer .site-footer__logo {
    float: none;
    text-align: center;
    padding-top: 0;
    margin-right: 0;
    margin-bottom:0;
  }
}

@media (max-width: 767px) {
  .site-footer .site-footer__logo img {
    width: 80px;
  }
}

.site-footer .site-footer__info {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .site-footer .site-footer__info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
  }
}

.site-footer .site-footer__info img {
  display: block;
  line-height: 1;
  float: left;
  margin-right:10px;
}


@media (max-width: 767px) {
.site-footer .site-footer__info img {
  display: block;
  line-height: 1;
  max-width: 100%;
  width: 100%;
  text-align: center;
  float: none;
  margin-right:0;
}
}

.site-footer .site-footer__info .tel {
  margin-right: 15px;
  padding-bottom: 3px;
}

@media (max-width: 767px) {
.site-footer .site-footer__info .tel {
    margin-right: 0;
    width: 100%;
    text-align: center;
    display: block;
    padding-bottom: 20px;
  }
}

.site-footer .site-footer__info .time {
  margin-right: 20px;
  padding-bottom: 3px;
}

@media (max-width: 767px) {
  .site-footer .site-footer__info .time {
    margin-right: 0;
    padding-left:0;
    width: 100%;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .site-footer .site-footer__info .mail {
    margin-top: 10px;
    width: 100%;
  }
}

.site-footer .site-footer__info .mail .btn {
  background: #fff;
  color: #3c7cb0;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  width: 230px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .site-footer .site-footer__info .mail .btn {
    width: 100%;
  }
}

.site-footer .site-footer__info .mail .btn span {
  background: url("../images/icons/icon_mail_01.svg") no-repeat 0 50%/18px 13px;
  padding-left: 23px;
}

.site-footer .site-footer__nav {
  clear: both;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .site-footer .site-footer__nav {
    margin-bottom: 20px;
  }
}

.site-footer .site-footer__nav ul {
  font-size: 0;
  letter-spacing: 0;
}

.site-footer .site-footer__nav ul li {
  border-right: 1px solid #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .site-footer .site-footer__nav ul li {
    margin-bottom: 10px;
  }
}

.site-footer .site-footer__nav ul li:last-child {
  border-right: none;
}

.site-footer .site-footer__nav ul li a {
  display: inline-block;
  margin: 0 12px;
}

.site-footer .site-footer__nav ul li a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .site-footer .site-footer__nav ul li a:hover {
    text-decoration: none;
  }
}

.site-footer .copyright {
  background-color: #2c6b9f;
  font-size: 11px;
  padding: 10px;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .site-footer .copyright {
    font-size: 10px;
  }
}

/*svgでしたが一旦htmlにて書き換えてます*/
.tel p:first-child {
    font-size: 13px;
    font-weight: 700;
}
.tel-link {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1.5px;
    display: inline-block;
    width: 100%;
    line-height: 100%;
}
.tel-link:before {
    content: "";
    display: inline-block;
    background-image: url(/renew/images/common/geo-telimg.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 22px;
}

@media (max-width: 767px) {
.tel p:first-child {
    font-size: 20px;
}
.tel-link {
    font-size: 45px;
}
.tel-link:before {
    height: 30px;
    width: 30px;
}
}

