@charset "utf-8";
/* CSS Document */

#ml2025 .logo {
  margin: 0 auto;
  width: 100%;
  background: #fff;
  z-index: 999;
  top: 0;
  position: fixed;
  line-height: 1.4;
}
#ml2025 .logo ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 96px;
    margin: 0 auto;
  justify-content: space-between;
}
#ml2025 .logo ul li {
    width: auto;
}

#ml2025 .logo ul li:nth-of-type(1)  a{
  margin-left: 20px;
}
#ml2025 .logo ul li.ml_btn a {
  background: #00B7B3;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 2px;
  text-align: center;
  height: 100%;
  position: relative;
  text-decoration: none;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}
#ml2025 .logo ul li.ml_btn a img {
  height: 22px;
  position: absolute;
  right: 10px;
  top: 40px;
  width: auto;
}
#ml2025 .logo ul li:nth-of-type(2){
  position: relative;
}

#ml2025 .logo ul li:nth-of-type(1) img {
    max-height: 45px;
    margin: 20px 20px 20px 0;
    height: 100%;
  width: auto;
}


@media screen and (max-width: 768px) {
#ml2025 .logo {
  height: 65px;
}
#ml2025 .logo ul {
  height: 100%;
}
#ml2025 .logo ul li,
#ml2025 .logo ul li:nth-of-type(2) {
  width: 50%;
}
#ml2025 .logo ul li:nth-of-type(1) img  {
  max-height: 33px;
  margin: 15px 0;
  height: 100%;
}
#ml2025 .logo ul li.ml_btn a{
    font-size: 1.4rem;
  padding:0 10px;
  }
 #ml2025 .logo ul li.ml_btn a img {
  height: 15px;
  right: 2%;
  top: 35%;
}
}
