@charset "utf-8";

/* ==

　99. フッター

================================================================================================= */
.devSmp {
  display: none;
}
#subFooter {
  min-width: 1120px;
  padding: 32px 40px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  zoom: 1;
  clear: both;
}
@media (max-width: 1120px) {
  #subFooter {
    min-width: 100%;
    padding: 32px 20px;
  }
}
#subFooter .baseIn {
  width: 1120px;
  margin: 0 auto;
  clear: both;
}
@media (max-width: 1120px) {
  #subFooter .baseIn {
    width: 100%;
  }
}
#subFooter:after,
#subFooter .baseIn:after,
#subFooter dl:after {
  content: "";
  display: block;
  clear: both;
}

#subFooter dt {
  width: 160px;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  float: left;
}
@media (max-width: 768px) {
  width: 100%;
}
#subFooter dd {
  width: 927px;
  padding-left: 32px;
  border-left: 1px solid #e6e6e6;
  display: table-cell;
}
@media (max-width: 100px) {
  #subFooter dd {
    width: 100%;
  }
}
#subFooter dd li {
  margin: 8px 0;
  margin-right: 48px;
  float: left;
}
#subFooter dd li a {
  padding-right: 14px;
  background: url(../img/ico_arrow02.png) right center no-repeat;
  -webkit-background-size: 6px 12px;
  -moz-background-size: 6px 12px;
  background-size: 6px 12px;
  color: #333;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}
#subFooter dd li a:hover {
  color: #dbaa00;
}

#footerArea {
  min-width: 1120px;
  padding: 0 40px;
  border-top: 1px solid #e6e6e6;
  overflow: visible;
  position: relative;
}
@media (max-width: 1120px) {
  #footerArea {
    min-width: 100%;
  }
}
#footerArea:after {
  content: "";
  display: block;
  clear: both;
}

#ftBtn_toTop {
  width: 1120px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1120px) {
  #ftBtn_toTop {
    width: 100%;
  }
}
#ftBtn_toTop div {
  position: absolute;
  top: -64px;
  right: 0;
}
#ftBtn_toTop div a {
  background-color: #dbaa00;
  display: block;
}
#ftBtn_toTop div a:hover {
  background-color: #d6bb33;
}

#footerArea a {
  color: #4d4d4f;
  text-decoration: none;
}

#footerArea a:hover {
  text-decoration: underline;
}

#footerArea .areaInner {
  position: relative;
  width: 1112px;
  min-height: 100px;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  #footerArea .areaInner {
    width: 100%;
  }
}
#footerArea .areaInner .groupLogo {
  position: absolute;
  top: 14px;
  left: 0;
}

#footerArea .areaInner .column1 {
  float: left;
  width: 460px;
  padding: 24px 0 0 86px;
}
@media (max-width: 768px) {
  #footerArea .areaInner .column1 {
    width: 100%;
  }
}
#footerArea .areaInner .column1 ul {
  line-height: 1.3;
  margin-bottom: 12px;
  overflow: hidden;
}

#footerArea .areaInner .column1 li {
  display: inline;
  float: left;
  margin: 0 15px 0 -7px;
  padding-left: 8px;
  border-left: 1px solid #4d4d4f;
  font-size: 12px;
}

#footerArea .areaInner .column1 .navBtm li {
  font-size: 11px;
}

#footerArea .areaInner .column2 {
  float: right;
  width: 375px;
  line-height: 1;
  padding-top: 24px;
  text-align: right;
}
@media (max-width: 768px) {
  #footerArea .areaInner .column2 {
    width: 100%;
  }
}
#footerArea .areaInner .column2 p {
  line-height: 1.1;
  color: #4d4d4f;
  font-size: 11px;
  margin-bottom: 13px;
}
