#section01 {
  padding: 80px 0;
}
@media screen and (min-width: 1024px) {
  #section01 {
    padding: 150px 0;
  }
}
#section01 .img-wrap img {
  width: 100%;
}
#section01 .table-wrap {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1024px) {
  #section01 .table-wrap {
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1240px;
  }
}
#section01 .table-wrap table {
  table-layout: fixed;
  width: 100%;
  color: #161e2f;
  text-align: center;
  border-top: 1px solid #a0a0a0;
}
#section01 .table-wrap table thead {
  font-weight: 500;
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  #section01 .table-wrap table thead {
    font-size: 24px;
  }
}
#section01 .table-wrap table thead td {
  padding: 10px 4px;
}
@media screen and (min-width: 1024px) {
  #section01 .table-wrap table thead td {
    padding: 20px 5px;
  }
}
#section01 .table-wrap table tbody {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  #section01 .table-wrap table tbody {
    font-size: 22px;
  }
}
#section01 .table-wrap table tbody td {
  padding: 8px 2px;
}
@media screen and (min-width: 768px) {
  #section01 .table-wrap table tbody td {
    padding: 15px 10px;
  }
}
@media screen and (min-width: 1024px) {
  #section01 .table-wrap table tbody td {
    padding: 28px 5px;
  }
}
#section01 .table-wrap table tbody td:nth-child(2) {
  padding: 8px 5px 8px 8px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #section01 .table-wrap table tbody td:nth-child(2) {
    padding: 15px 10px;
  }
}
@media screen and (min-width: 1024px) {
  #section01 .table-wrap table tbody td:nth-child(2) {
    padding: 28px 3.6831132731vw;
  }
}
@media screen and (min-width: 1440px) {
  #section01 .table-wrap table tbody td:nth-child(2) {
    padding-left: 53px;
  }
}
@media screen and (max-width: 543.98px) {
  #section01 .table-wrap table tbody td:nth-child(3) {
    font-size: 14px;
  }
}
#section01 .table-wrap table tr {
  border-bottom: 1px solid #a0a0a0;
}
#section01 .table-wrap table td:not(:last-child) {
  border-right: 1px solid #a0a0a0;
}
#section01 .table-wrap table td:nth-child(1) {
  width: 12%;
}
@media screen and (min-width: 544px) {
  #section01 .table-wrap table td:nth-child(1) {
    width: 10%;
  }
}
#section01 .table-wrap table td:nth-child(2) {
  width: 70%;
}
#section01 .table-wrap table td:nth-child(3) {
  width: 18%;
}
@media screen and (min-width: 544px) {
  #section01 .table-wrap table td:nth-child(3) {
    width: 20%;
  }
}