@media (min-width: 1440px) {
  #header {
      padding-left: 15%;
      padding-right: 12%;
  }
}
#header {
  position: relative;
  z-index: 30;
  border-bottom: 2px solid #e91627;
  height: 92px;
}
#header {
  padding-left: 5%;
  padding-right: 5%;
  margin-right: 61px;
}
#header .section01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .section01 {
  width: 100%;
  min-height: 90px;
  margin: 0 auto;
  font-size: 0;
}
@media (min-width: 1440px) {
}
#header .section01 .logo {
  top: 20px;
  left: 0;
}
a:link {
  color: #666;
  text-decoration: none;
}
#header .section01 .logo a img {
  border: none;
}
#header .right {
  top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
}
#header .right .btn-type1 {
  padding: 0 15px;
  height: 28px;
  line-height: 26px;
  border-radius: 5px;
  border: 1px solid #e60012;
  font-size: 14px;
  width: auto;
}
#header .right a {
  display: block;
  width: 30px;
  height: 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#header .right .btn-type2 {
  height: 90px;
  background: #e60012;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
}
#header .right .btn-type2 p {
  margin-top: 7px;
}
/* ===== ▼append style ===== */

#header {
  background: #fff; /*new*/
  padding-right: 0; /*override*/
  margin-right: 0; /*override*/
}
#header .logo {
  width: 30%; /*new*/
  max-width: 311px; /*new*/
}
#header .right img {
  display: inline; /*new*/
  width: auto; /*new*/
}
