.table-box {
  width: 100%;
  background-color: #f1f1f1;
}

table {
  width: 90%;
  margin: 0 auto;
  font-size: max(1.1vw, 10px);
  margin-top: 5%;
  padding-top: 5%;
  padding-bottom: 3%;
}
table th {
  font-weight: 400;
  width: 15%;
  text-align: left;
  padding-bottom: 3%;
}
table td {
  padding-bottom: 3%;
}

.open-img {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  background-color: white;
  box-shadow: 1em 2em 3em rgba(0, 0, 0, 0.532);
}

.open-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3%;
}
.open-flex .flex1 {
  font-size: max(1.2vw, 10px);
  margin-left: 5%;
}

.back {
  width: 23%;
  font-size: max(1.1vw, 10px);
  display: flex;
  margin-right: 5%;
  margin-left: auto;
  margin-top: 3%;
  margin-bottom: 5%;
  border: 1px solid black;
  align-items: center;
  justify-content: center;
}
.back span {
  padding: 2%;
  margin: 5% 5% 5% 2%;
}
.back img {
  width: 20%;
  height: 20%;
}

.open-flex2 {
  margin-top: 2%;
}

.close {
  display: none;
}

table button {
  color: blue;
  text-decoration: underline;
}

.japan-box {
  width: 80%;
  margin: 10% auto;
  position: relative;
}
.japan-box .japan {
  width: 70%;
  margin: 20% auto;
}
.japan-box .absolute-img {
  position: absolute;
  width: 30%;
}
.japan-box .img1 {
  top: -20%;
  left: 27%;
}
.japan-box .img2 {
  top: 25%;
  left: 0%;
}
.japan-box .img3 {
  top: 45%;
  right: 5%;
}
.japan-box .img4 {
  bottom: -32%;
  left: 5%;
}
.japan-box .img5 {
  bottom: -25%;
  right: 18%;
}

.results-box {
  display: flex;
  font-size: max(1.1vw, 10px);
  width: 82%;
  margin: 25% 0 30% 10%;
}
.results-box .result01 {
  flex: 50%;
  width: 50%;
}
.results-box .result02 {
  flex: 50%;
  width: 50%;
}
.results-box li {
  list-style: none;
  padding: 3% 0;
}

@media (max-width: 700px) {
  table {
    margin-top: 7%;
    padding-top: 10%;
    padding-bottom: 3%;
  }
  table th {
    width: 40%;
    font-size: 13px;
  }
  table td:not(:first-of-type) {
    display: none;
  }
  table td {
    font-size: 13px;
  }
  table th,
  table td {
    padding-bottom: 7%;
  }
  .open-img {
    width: 90%;
    z-index: 5;
  }
  .open-flex .flex1 {
    font-size: 13px;
  }
  .open-flex .back {
    font-size: 12px;
  }
  .japan-box .japan {
    width: 100%;
  }
  .results-box {
    display: block;
    width: 90%;
  }
  .results-box .result01 {
    width: 100%;
  }
  .results-box .result02 {
    width: 100%;
  }
  .japan-box .absolute-img {
    position: absolute;
    width: 35%;
  }
  .japan-box .img1 {
    top: -14%;
    left: 27%;
  }
  .japan-box .img2 {
    top: 25%;
    left: 0%;
  }
  .japan-box .img3 {
    top: 40%;
    right: -5%;
  }
  .japan-box .img4 {
    bottom: -25%;
    left: 0%;
  }
  .japan-box .img5 {
    bottom: -10%;
    right: 12%;
  }
  .results-box {
    font-size: 12px;
    margin-top: 30%;
  }
  .results-box li {
    width: 95%;
  }
}/*# sourceMappingURL=achievement.css.map */