/* Header */
header {
  /*
    position: sticky;
    z-index: 999;
    top: 0;
    left: 0;
  */
  width: 100%;
  margin: 0 auto;
  padding: 15px 0 0;
  /*box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0.6);*/
  background: #202E53; }
  @media screen and (max-width: 768px) {
    header {
      margin: 0 auto;
      padding: 10px 0 10px;
      border-top: 5px solid #202E53; } }
  header #head-area {
    width: 95%;
    margin: 0 auto; }
    header #head-area .head-logo {
      margin-bottom: 10px;
      font-weight: 700;
      font-size: 1.8em;
      line-height: 1.4em; }
      @media screen and (max-width: 768px) {
        header #head-area .head-logo {
          margin-bottom: 0;
          font-size: 1.3em;
          line-height: 1.2em; } }
      @media screen and (max-width: 480px) {
        header #head-area .head-logo {
          font-size: 1.2em;
          line-height: 1.2em; } }
      header #head-area .head-logo img {
        width: 70px;
        margin-right: 10px; }
        @media screen and (max-width: 768px) {
          header #head-area .head-logo img {
            width: 60px; } }
        @media screen and (max-width: 480px) {
          header #head-area .head-logo img {
            width: 50px; } }
      header #head-area .head-logo a {
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 768px) {
          header #head-area .head-logo a {
            justify-content: flex-start; } }
  header #h-box {
    background: #202E53;
    /*width: 1100px;*/
    margin: 5px auto 0;
    padding: 18px 0 17px;
    position: relative;
    box-shadow: inset 0px 10px 7px -10px rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 768px) {
      header #h-box {
        padding: 0;
        margin-top: 0; } }
    header #h-box a {
      color: #FFF; }
      header #h-box a:hover {
        color: #F6EC1F; }
    header #h-box .ap-btn {
      text-align: center;
      margin-top: 2em; }
      header #h-box .ap-btn a {
        display: inline-block;
        width: 90%;
        margin: 0 auto;
        box-sizing: border-box;
        font-size: 1.2em;
        padding: 6px 2em 7px 2em;
        background-color: #E73817;
        border-radius: 4px;
        color: #FFF; }

.header {
  background-color: #FFF;
  /*background-color: transparent;*/ }
  .header.invert {
    position: fixed;
    background-color: #fff;
    box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0.3); }

#fixed-header {
  position: fixed;
  top: -50px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  transition: .5s;
  padding-top: 10px;
  box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 1100px) {
    #fixed-header {
      display: none; } }

#fixed-header.is-show {
  top: 0; }

#fixed-header-index {
  position: fixed;
  top: -50px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
  transition: .5s;
  padding-top: 10px;
  box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 1100px) {
    #fixed-header-index {
      display: none; } }

#fixed-header-index.is-show {
  top: 0; }
