body {
    padding-top: 100px;
}
.eng_header {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 9999; 
}
.eng_header:after {
    display: block;
    bottom: -10px;
    width: 100%;
    height: 10px;
    background: url(/nw/shared/img/bg_header.png) repeat-x;
    content: "";   
}
.eng_header .inner {
    display: flex;
    margin: 0 auto;
    padding: 2px 0 3px;
    max-width: 1132px;
    height: auto;
    align-items: center;
    justify-content: space-between;
}
.eng_header .jp-link:hover {
    text-decoration: underline;
}
.l-section h1, h2, h3, p, li, td {
  word-break: normal;
  overflow-wrap: break-word;
}
.eng_pagetop {
    margin: 0 auto;
    max-width: 1132px;
    text-align: right;
}
.eng_footer {
    position: relative;
    background-color: #FFFFFF;
    width: 100%;
    padding-bottom: 40px;
    z-index: 9999;
}
.eng_footer img {
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
  body {
      padding-top: 80px;
  }
  .eng_header .inner {
    max-width: 355px;
    margin: 0 auto;
    height: 80px;
  }
  .eng_header .inner a {
    font-size: 12px;
  }
  .eng_header .inner a img {
    width: 270px;
  }
  .l-section {
    text-align: left;
  }
  .eng_pagetop {
    max-width: 375px;
  }
  .eng_footer img {
    width: 320px;
  }
}