.foot_menu, .foot_menu a  {
  font-weight: normal;
}
@media screen and (max-width: 365px) {
  .foot_menu, .foot_menu a {
    line-height: 25px;
    color: #999;
    height: 100px;
    font-size: 12px;
  }
  .section_05 {
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .footer_content {
    color: #fff;
    width: 85%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (min-width: 365px) {
  .foot_menu, .foot_menu a  {
    line-height: 25px;
    color: #999;
    height: 100px;
    font-size: 12px;
  }
  .section_05 {
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .footer_content {
    color: #fff;
    width: 85%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
}
/* ipad */
@media screen and (min-width: 768px) {
  .section_05 {
    overflow: hidden;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .footer_content {
    color: #fff;
    width: 85%;
    margin: 50px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
  .foot_menu , .foot_menu a {
    line-height: 25px;
    color: #999;
    height: 70px;
    font-size: 12px;
  }
}

/* pc */
@media screen and (min-width: 1280px) {
  .section_05 {
    overflow: hidden;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .footer_content {
    color: #fff;
    width: 100%;
    margin: 50px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-end;
  }
  .foot_menu , .foot_menu a {
    line-height: 25px;
    color: #999;
    height: 70px;
    font-size: 12px;
  }
}
.foot_menu , .foot_menu a {
  letter-spacing: 0.5px;
}
.foot_end {
  width: 100px;
}
.foot_title {
  height: 26px;
  font-size: 16px;
  font-weight: bolder;
}

.foot_icp {
  text-align: center;
  color: #999;
  padding: 20px 0;
}
.foot_icp a {
  color: #999;
}
