#application {
.scroll-box-en table {
    min-width: 600px;
}
table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
th, td {
    padding: 10px 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3em;
}
th {
    background: #004ea2;
    color: #fff;
}
*, ::before, ::after {
    background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
    box-sizing: inherit;
}
* {
    padding: 0; /* Reset `padding` and `margin` of all elements */
    margin: 0;
}
table tr:nth-child(odd) td {
    border: 1px solid #ccc;
    background: #eee;
}
th, td {
    padding: 10px 10px;
    border: 1px solid #ccc;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3em;
}
.scroll-box-en {
    padding-bottom: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.scroll-box-en::-webkit-scrollbar {
height: 10px;
}
.scroll-box-en::-webkit-scrollbar-track {
background: #eee;
}
.scroll-box-en::-webkit-scrollbar-thumb {
border: none;
background: #aaa;
}
.scroll-box-en::-webkit-scrollbar-thumb:hover {
background: #999;
}
.inner {
    max-width: none;
    margin: 0 0 0 auto;
}
.page-ttl {
    padding: 0px;
    background: #001A4A;
    color: #fff;
}
.page-ttl span {
    padding: 20px;
    display: block;
    font-size: 1.5em;
    font-weight: 500;
}
.page-ttl span.line {
    line-height: 1.5;
}
.application_txtbox {
    margin: 10px 0 20px;
	padding: 0 5%;
}
.application_txtbox p {
    line-height: 2;
}
}

@media screen and (max-width: 700px) {
  #application {
   .page-ttl {
      padding: 0px;
      background: #001A4A;
      color: #fff;
		  margin-bottom: 10px;
    }
    .application_txtbox .list_box {
      flex-direction: column;
    }
    .application_txtbox .list_box h4 {
      margin-bottom: 10px;
    }
    .application .list_box .list {
      margin-left: 0;
      text-align: left;
      width: 90%;
      padding: 0 5%;
    }
    .body {
      padding: 0 !important;
    }
  }
}
