body.en.home .main-contents ._main {
  width: 100%;
}
body.en.home .top-menu-lists {
  display: flex;
  column-gap: 15px;
}
body.en.home .top-menu-lists li {
  flex: 1;
}
body.en.home .top-menu-lists li .title {
  margin-bottom: 10px;
}
body.en.home .top-menu-lists li .img {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  body.en.home .top-menu-lists .txt {
    min-height: 3em;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 768px) {
  body.en.home .top-menu-lists {
    flex-direction: column;
    row-gap: 40px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  body.en.home .top-menu-lists li {
    text-align: center;
  }
  body.en.home .top-menu-lists li .txt {
    margin-bottom: 10px;
  }
}
body.en.home #footer {
  margin-top: 235px;
}
/*# sourceMappingURL=style.css.map */