@charset "UTF-8";
body.en-body  {
  font-family: Arial, Helvetica, "sans-serif"
}
.en-body input, .en-body button, .en-body textarea, .en-body select {
  font-family: Arial, Helvetica, "sans-serif"
}
.en-body .header-navi .navi-main {
  width: 100%;
  text-align: left;
}
.en-body .header-navi .navi-main.icon-arrow .link-text::before {
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  margin-right: 6px;
  font-size: 0.8em;
  color: #309D42;
}
/*
　PC以上
*/
@media screen and (min-width: 1200px) {
  .en-body .footer-menu {
    justify-content: center;
  }
}