.clear {
  clear: both;
}

.footer {
  background-color: #000;
}

.footer_area,
.footer_base {
  width: 1400px;
  margin: 0 auto;
}

.footer_area {
  padding: 80px 100px;
  padding-bottom: 0;
}

.footer_area .logo {
  width: 350px;
  height: 200px;
  background: url(../img/logo.png) no-repeat;
  float: left;
}

.footer_area .ewm {
  width: 400px;
  height: 200px;
  background: url(../img/ewm.png) no-repeat 50% 0%;
  float: left;
}

.footer_area ul {
  float: left;
  width: 664px;
  list-style: none;
}

.footer_area ul li {
  width: 25%;
  float: left;
}

.footer_area ul li:first-child {
  width: 30%;
}

.footer_area ul li:nth-child(2) {
  width: 20%;
}

.footer_area ul p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
  /* font-family: 'Bahnschrift'; */
}

.footer_area ul dd {
  display: block;
  outline: none;
}

.footer_area ul a {
  width: 100%;
  margin: 6px 0;
  white-space: nowrap;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 15px;
}

.footer_area ul a:hover {
  color: #fff;
}

.footer_based {
  background-color: #252525;
}

.footer_base {
  padding: 30px 100px;
  color: #fff;
  text-align: center;
}

.footer_area .ul_phone {
  display: none;
}



.accordion-group {
    padding: 0px 10px;
    /* border-top: 1px solid #ffffff33; */
  }
  
  .accordion-group:last-child {
    border-bottom: .01rem solid #ffffff33;
  }
  
  .accordion-group img {
    width: 25px;
    height: 25px;
    display: block;
    float: right;
  }
  
  .accordion-heading {
    padding: 20px 0;
  }
  
  .accordion-heading span {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    font-family: 'companyFont2';
  }
  
  .accordion-body {
    /* margin-top: -20px; */
  }
  
  .accordion-inner dl {
    /* margin-top: 1rem; */
    margin-bottom: 0;
  }
  
  .accordion-inner dd {
    padding: 10px 0;
    border-top: .01rem solid #ffffff33;
  }
  
  .accordion-inner dd span {
    color: #ddd;
    font-size: 16px;
    display: inline-block;
    width: 100%;
    font-family: 'Bahnschrift';
  }