.bcs_header {
  padding: 12px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  background: #fff;
  z-index: 9;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  border-top: 5px solid #e60012;
}
@media screen and (max-width: 768px) {
  .bcs_header {
    padding-top: 8px;
    padding-bottom: 0;
    position: fixed;
  }
}
.bcs_header .bcs_inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .bcs_header .bcs_inner {
    width: 100%;
    gap: 0;
  }
}
.bcs_header .bcs_header-logo {
  max-width: 220px;
}
.bcs_header .bcs_header-logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .bcs_header .bcs_header-logo {
    max-width: 123px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 370px) {
  .bcs_header .bcs_header-logo {
    max-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .bcs_header .bcs_nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-top: 1px solid #E5E5E5;
    width: 100%;
    padding: 15px 0;
    margin-top: 8px;
  }
}
.bcs_header .bcs_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .bcs_header .bcs_navi {
    gap: 20px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .bcs_header .bcs_navi {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .bcs_header .bcs_navi li {
    width: auto !important;
  }
}
.bcs_header .bcs_navi li a {
  font-size: 14px;
  color: #000000;
  height: auto !important;
  padding: 0;
  text-decoration: none;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .bcs_header .bcs_navi li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 370px) {
  .bcs_header .bcs_navi li a {
    font-size: 3vw;
  }
}
.bcs_header .bcs_navi li a:hover {
  text-decoration: none;
  border-bottom: 4px solid #eeeeee;
}
@media screen and (max-width: 768px) {
  .bcs_header .bcs_navi li a:hover {
    border-bottom: 0;
  }
}
.bcs_header .bcs_navUser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .bcs_header .bcs_navUser {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    gap: 12px;
    width: calc(100% - 148px);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-right: 10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            /*align-items: flex-end;*/
  }
}
@media screen and (max-width: 500px) {
  .bcs_header .bcs_navUser li {
    width: 19%;
  }
}
@media screen and (max-width: 360px) {
  .bcs_header .bcs_navUser li {
    width: 21%;
  }
}
.bcs_header .bcs_navUser li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 12px;
  color: #000000;
  white-space: nowrap;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .bcs_header .bcs_navUser li a {
    font-size: 10px;
    gap: 4px;
  }
  .bcs_header .bcs_navUser li a img {
    width: 25px;
  }
}
@media screen and (max-width: 500px) {
  .bcs_header .bcs_navUser li a {
    font-size: 9px;
    gap: 4px;
  }
  .bcs_header .bcs_navUser li a img {
    width: 25px;
  }
}
@media screen and (max-width: 370px) {
  .bcs_header .bcs_navUser li a img {
    width: 20px;
  }
}
.bcs_header .bcs_navUser li a:hover {
  text-decoration: none;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  body {
    min-width: unset;
  }
}