@media screen and (max-width: 1200px) {
  footer {
    padding-bottom: 60px;
  }
}
@media print {
  footer {
    position: relative;
  }
}
footer #footContact {
  padding-bottom: 120px;
}
@media screen and (max-width: 820px) {
  footer #footContact {
    padding-bottom: 60px;
  }
}
footer #footContact .contactTitle {
  font-size: 40px;
  color: #0f2f4a;
  margin-bottom: 25px;
}
@media screen and (max-width: 820px) {
  footer #footContact .contactTitle {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  footer #footContact .contactTitle {
    font-size: 32px;
  }
}
footer #footContact .contactSubTitle {
  font-size: 24px;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  footer #footContact .contactSubTitle {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 520px) {
  footer #footContact .contactSubTitle {
    font-size: 20px;
  }
}
footer #footContact .telArea {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #0f2f4a;
  font-size: 24px;
  line-height: 1;
  padding: 30px 0;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  footer #footContact .telArea {
    font-size: 22px;
    padding: 15px;
  }
}
@media screen and (max-width: 520px) {
  footer #footContact .telArea {
    font-size: 20px;
  }
}
footer #footContact .telArea span {
  font-size: 50px;
}
@media screen and (max-width: 820px) {
  footer #footContact .telArea span {
    font-size: 45px;
  }
}
@media screen and (max-width: 520px) {
  footer #footContact .telArea span {
    font-size: 38px;
  }
}
footer #footContact .telArea span a {
  color: #0f2f4a;
}
footer #footContact .openTime {
  margin-top: 10px;
}
@media screen and (max-width: 820px) {
  footer #footContact .openTime {
    margin-top: 5px;
  }
}
footer .copyright {
  background-color: #0f2f4a;
  color: #fff;
  font-size: 10px;
  padding: 7px 0;
}
footer .widgetArea {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 996;
}
@media print {
  footer .widgetArea {
    position: absolute;
  }
}
footer .widgetArea .widgetItem {
  width: 50%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-top: 1px solid #fff;
}
footer .widgetArea .widgetItem.yellow {
  background-color: #c8a24a;
}
footer .widgetArea .widgetItem.yellow span {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 820px) {
  footer .widgetArea .widgetItem.yellow span {
    padding-left: 30px;
  }
}
footer .widgetArea .widgetItem.yellow span::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/request@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 30px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 820px) {
  footer .widgetArea .widgetItem.yellow span::before {
    width: 16px;
    height: 24px;
  }
}
footer .widgetArea .widgetItem.red {
  background-color: #8b2e2e;
  border-left: 1px solid #fff;
}
footer .widgetArea .widgetItem.red span {
  position: relative;
  padding-left: 40px;
}
@media screen and (max-width: 820px) {
  footer .widgetArea .widgetItem.red span {
    padding-left: 30px;
  }
}
footer .widgetArea .widgetItem.red span::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/calendar@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 29px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 820px) {
  footer .widgetArea .widgetItem.red span::before {
    width: 21px;
    height: 21px;
  }
}