/*************************************
footer
**************************************/
footer a,
footer a:link {
  color: #000;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
.footer-upper {
  background: #f1ede3;
  font-size: 12px;
}
.footer-upper .inner {
  padding: 40px 0;
}
.footer-upper .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.footer-upper .upper .lead {
  font-size: 18px;
  font-weight: bold;
}
.footer-upper .upper .text {
  font-weight: bold;
}
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-menu .menu-col:nth-child(1) {
  width: 60%;
  padding-right: 30px;
}
.footer-menu .menu-col:nth-child(2) {
  width: 20%;
  background: url("/common_new/images/deco_dotted_brown.png") left top repeat-y;
  padding: 0 30px;
}
.footer-menu .menu-col:nth-child(3) {
  width: 20%;
  background: url("/common_new/images/deco_dotted_brown.png") left top repeat-y;
  padding-left: 30px;
}
.footer-menu .menu-head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.footer-menu .menu-text {
  font-size: 13px;
  margin-bottom: 30px;
}
.list-menu + .list-menu {
  margin-top: 15px;
}
.list-menu li + li {
  margin-top: 8px;
}
.list-menu-sub {
  padding: 0 14px;
}
.list-menu .lead {
  font-size: 14px;
  font-weight: bold;
}
.list-menu-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-menu-grid .list-menu {
  width: 32%;
}
.list-menu-grid .list-menu + .list-menu {
  margin-top: 0;
}
.list-menu a {
  display: inline-block;
}

.list-triangle > li {
  position: relative;
  padding-left: 14px;
}
.list-triangle > li:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fdae2f;
  border-right: solid 2px #fdae2f;
  position: absolute;
  top: 7px;
  left: -1px;
  transform: rotate(45deg);
}

.icon-arrow01 {
  display: inline-block;
  background: url("/common_new/images/arrow_blue_right.png") left center no-repeat;
  padding-left: 14px;
}
.icon-arrow02 {
  display: inline-block;
  background: url("/common_new/images/arrow_orange_right.png") left center no-repeat;
  padding-left: 14px;
}
.icon-sub {
  display: inline-block;
  background: url("/common_new/images/icon_childemenu.png") left center no-repeat;
  padding-left: 14px;
}
.footer-lower {
  background: #f1ede3;
}

.footer-lower-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.footer-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-btn li + li {
    margin-left: 10px;
}
.footer-service-inner{
  background: #F1EDE3;
}
.footer-service {
    max-width: 980px;
    margin: auto;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
      justify-content: space-around;
}
.footer-service li {
    font-size: 12px;
}
.footer-service li + li {
  margin-left: 10px;
  margin-top: 0;
}

.footer-company-inner {
  background: #333333;
}
.footer-company-grid {
    max-width: 980px;
    margin: auto;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;

    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.copyright {
    font-size: 12px;
    text-align: right;
    color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-lower {
    background: #F1EDE3;
  }
  .footer-service {
    display: block;
    padding: 15px 12px;
  }
  .footer-service li {
    padding: 0 8px;
    margin-top: 6px;
    line-height: 1.1;
  }
  .footer-service li + li {
    margin-left:0;
    margin-top: 8px;
  }
  .list-triangle > li:before{
    top: 3px;
  }
  .footer-company-grid{
    display: block;
  }
  .copyright {
    text-align: center;
  }
}