.page_ineer {
  width: 65%;
  margin: 0 auto;
}

h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
  background-color: #fff;
}

.tb01 th,
.tb01 td {
  padding: 10px;
  border: solid 1px #ccc;
  text-align: center;
  box-sizing: border-box;
}

.tb01 th {
  background: #f55916;
  color: #fff;
  text-align: left;
}

.page_ineer a {
  color: #f55916;
}

.page_ineer .tb01 a {
  color: #fff;
  border-bottom: solid 1px #fff;
}

.page_ineer p {
  padding: 10px 0 20px;
}

.txet-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}

.txet-item h4 {
  text-align: center;
  font-weight: 700;
  padding-bottom: 5px;
}

.text {
  width: 100%;
  overflow: hidden;
}

.text .img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 640px) {
  .page_ineer {
    width: 100%;
    margin: 0 auto;
  }

  .tb01 {
    width: 100%;
  }

  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: center;
  }

  .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}