.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  z-index: 9999;
}

.header_wrap ul {
  width: 100%;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 29px 0;
}

.header_wrap ul li a {
  font-size: 16px;
}

.header_wrap ul li a:hover {
  color: #F47321;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_wrap ul li a.active {
  color: #F47321;
}

.footer_wrap {
  background-color: #384D5A;
  width: 100%;
  padding: 60px 0;
}

.footer_wrap .center_wrap .f_logo_wrap {
  max-width: 280px;
  margin: 0 auto;
}

.footer_wrap .center_wrap .f_logo_wrap .pc_f_logo {
  display: none;
}

@media all and (min-width: 768px) {
  .header_wrap ul {
    max-width: 400px;
  }
  .footer_wrap {
    padding: 60px 0;
  }
  .footer_wrap .center_wrap .f_logo_wrap {
    max-width: 760px;
    margin: 0 auto;
  }
  .footer_wrap .center_wrap .f_logo_wrap .m_f_logo {
    display: none;
  }
  .footer_wrap .center_wrap .f_logo_wrap .pc_f_logo {
    max-width: 100%;
    display: block;
  }
}

@media all and (min-width: 1024px) {
  .header_wrap {
    height: 100px;
  }
  .header_wrap ul {
    max-width: 712px;
    padding: 34px 0;
  }
  .header_wrap ul li a {
    font-size: 24px;
  }
}
