footer {
  background-color: #333;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
  /*formSyA*/
}
footer .leftBox {
  float: left;
  width: 300px;
  padding: 5em 3%;
}
footer .fotMenu {
  width: calc(100% - 300px);
  padding: 5em 3%;
  float: left;
  display: flex;
  justify-content: space-around;
}
footer .fotMenu ul, footer .fotMenu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .fotMenu > ul {
  display: inline-block;
  width: 400px;
}
footer .fotMenu > ul:last-of-type {
  width: 250px;
}
footer .fotMenu li {
  color: #929292;
  min-width: 100%;
  float: none;
  display: inline-block;
  position: relative;
}
footer .fotMenu li a {
  color: #929292;
  font-size: 14px;
  line-height: 24px;
  padding: 0.2em 0;
  display: block;
}
footer .fotMenu li a:hover {
  color: #007bff;
}
footer .fotMenu li a.title {
  width: 100%;
  color: #bfbfbf;
  font-weight: 700;
  font-size: 18px;
}
footer .fotMenu li a.title:hover {
  color: #fff;
}
footer .fotMenu li .fotNavMore {
  display: none;
  width: 40px;
  height: 50px;
  background: url(../png/iarrow03r_w.png) center center no-repeat;
  right: 0;
  top: -5px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  transform: rotate(0);
}
footer .fotMenu li .fotNavMore.btnOpen {
  transform: rotate(90deg);
}
footer .fotMenu li.rowSty01 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 300px;
  float: left;
}
footer .fotMenu li.rowSty01 ul.submenu {
  width: 50%;
}
footer .fotMenu li.rowSty02 {
  float: left;
  display: inline-block;
}
footer .fotMenu li.rowSty02 li {
  display: block;
  float: none;
}
footer .fotMenu ul.submenu {
  padding-right: 1em;
}
@media screen and (max-width: 1110px) {
  footer .fotMenu li {
    display: block;
  }
  footer .fotMenu li.rowSty01 {
    width: 320px;
  }
}
@media screen and (max-width: 960px) {
  footer .fotMenu {
    width: 100%;
    padding: 1em 0;
    border-left: 0;
    border-top: 1px solid #d4d4d4;
  }
}
@media screen and (max-width: 660px) {
  footer .fotMenu {
    padding: 0;
    flex-direction: column;
    margin-bottom: 2em;
  }
  footer .fotMenu > ul {
    width: 100%;
  }
  footer .fotMenu > ul:last-of-type {
    width: 100%;
  }
  footer .fotMenu li, footer .fotMenu li.rowSty01, footer .fotMenu li.rowSty02 {
    border-bottom: 1px solid #626262;
    display: block;
    width: 100%;
    float: none;
  }
  footer .fotMenu li ul.submenu, footer .fotMenu li.rowSty01 ul.submenu, footer .fotMenu li.rowSty02 ul.submenu {
    width: 100%;
    display: none;
    padding: 0 0 0em 0.5em;
  }
  footer .fotMenu li ul.submenu li, footer .fotMenu li.rowSty01 ul.submenu li, footer .fotMenu li.rowSty02 ul.submenu li {
    border: none;
  }
  footer .fotMenu li a.title, footer .fotMenu li.rowSty01 a.title, footer .fotMenu li.rowSty02 a.title {
    font-size: 18px;
    padding: 0.5em 0;
  }
  footer .fotMenu li .fotNavMore, footer .fotMenu li.rowSty01 .fotNavMore, footer .fotMenu li.rowSty02 .fotNavMore {
    display: block;
  }
  footer .fotMenu li.open ul.submenu {
    display: block;
  }
}
footer .logoFot {
  margin-bottom: 1em;
}
footer .logoFot img {
  width: 164px;
  height: 32px;
  margin: 0;
}
footer .fotInfo {
  width: 100%;
  margin-bottom: 2em;
}
footer .fotInfo p, footer .fotInfo a, footer .fotInfo b {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
footer .fotInfo a:hover {
  color: #007bff;
}
footer .fotInfo i {
  width: 14px;
  height: 14px;
  display: inline-block;
  transform: translateY(2px);
  background-position: center;
  background-repeat: no-repeat;
}
footer .fotInfo i.phone {
  background-image: url(../png/iphone.png);
}
footer .fotInfo i.fax {
  background-image: url(../png/ifax.png);
}
footer .fotInfo i.map {
  background-image: url(../png/imap.png);
}
footer .fotInfo i.mail {
  background-image: url(../png/iemail.png);
}
footer .fotInfo p {
  margin-bottom: 1em;
  display: block;
}
footer .fotInfo b {
  width: 80px;
  height: 30px;
  float: left;
  display: inline-block;
}
footer .fotInfo .tel {
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  footer .fotInfo {
    width: auto;
  }
  footer .fotInfo .tel {
    pointer-events: initial;
  }
}
footer .bottomBox {
  background-color: #000;
  display: block;
  clear: both;
  padding: 1em;
}
footer .cop {
  font-size: 14px;
  color: #969696;
  text-align: center;
}
@media screen and (max-width: 960px) {
  footer .leftBox {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    float: none;
    padding: 2em 3% 1em 3%;
  }
}
@media screen and (max-width: 660px) {
  footer .leftBox {
    flex-direction: column;
  }
}

#btnTop {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  z-index: 5;
  bottom: 20px;
  right: 1em;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
#btnTop:hover {
  bottom: 40px;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 900px) {
  #btnTop {
    width: 42px;
    height: 42px;
    right: 0.5em;
  }
}