div.content-item {
  display: none;
}
div.content-item.active {
  display: flex;
}

.domestic-wrap .table-wrap {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .domestic-wrap .table-wrap {
    margin-bottom: 0;
    overflow-x: auto;
  }
  .domestic-wrap .table-wrap img {
    width: 100%;
    height: auto;
  }
}
.domestic-wrap .table-wrap table {
  width: 100%;
}
.domestic-wrap .table-wrap table tr:nth-child(even) td {
  background: #f4f5fa;
}
.domestic-wrap .table-wrap table tr:nth-child(odd) td {
  background: #fff;
}
.domestic-wrap .table-wrap table tr th,
.domestic-wrap .table-wrap table tr td {
  padding: 1.3541vw 0;
  padding-right: 1.5625vw;
  word-break: break-word;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .domestic-wrap .table-wrap table tr th,
  .domestic-wrap .table-wrap table tr td {
    padding: 2.6666vw;
  }
}
.domestic-wrap .table-wrap table tr th {
  font-size: 0.9375vw;
  line-height: 1.5;
  color: #fff;
  background: #0069c0;
}
@media screen and (max-width: 750px) {
  .domestic-wrap .table-wrap table tr th {
    font-size: 3.2vw;
  }
}
.domestic-wrap .table-wrap table tr th:first-child {
  border-top-left-radius: 0.4166vw;
  border-bottom-left-radius: 0.4166vw;
  padding-left: 2.6041vw;
}
@media screen and (max-width: 750px) {
  .domestic-wrap .table-wrap table tr th:first-child {
    padding-left: 4vw;
    border-top-left-radius: 1.0666vw;
    border-bottom-left-radius: 1.0666vw;
  }
}
.domestic-wrap .table-wrap table tr th:last-child {
  border-top-right-radius: 0.4166vw;
  border-bottom-right-radius: 0.4166vw;
}
@media screen and (max-width: 750px) {
  .domestic-wrap .table-wrap table tr th:last-child {
    border-top-right-radius: 1.0666vw;
    border-bottom-right-radius: 1.0666vw;
  }
}
.domestic-wrap .table-wrap table tr td {
  width: 0;
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #262728;
  margin-bottom: 0;
  font-weight: normal;
  flex: 1;
}
@media screen and (max-width: 750px) {
  .domestic-wrap .table-wrap table tr td {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.domestic-wrap .table-wrap table tr td:first-child {
  border-top-left-radius: 0.4166vw;
  border-bottom-left-radius: 0.4166vw;
  padding-left: 2.6041vw;
}
@media screen and (max-width: 750px) {
  .domestic-wrap .table-wrap table tr td:first-child {
    padding-left: 4vw;
  }
}
.domestic-wrap .table-wrap table tr td:last-child {
  border-top-right-radius: 0.4166vw;
  border-bottom-right-radius: 0.4166vw;
}

.foreign-wrap {
  flex-direction: column;
}
.foreign-wrap .name {
  font-size: 1.0416vw;
  line-height: 1.5;
  color: #262728;
  margin-bottom: 1.0416vw;
  font-weight: bold;
  position: relative;
  padding-left: 1.0416vw;
}
@media screen and (max-width: 750px) {
  .foreign-wrap .name {
    font-size: 3.7333vw;
    margin-bottom: 2.6666vw;
  }
}
.foreign-wrap .name::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0.4166vw;
  height: 0.4166vw;
  background: #323232;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
@media screen and (max-width: 750px) {
  .foreign-wrap .name {
    padding-left: 4.4vw;
  }
  .foreign-wrap .name::before {
    width: 2.1333vw;
    height: 2.1333vw;
  }
}
.foreign-wrap .address {
  padding-left: 1.0416vw;
  margin-bottom: 1.5625vw;
}
@media screen and (max-width: 750px) {
  .foreign-wrap .address {
    padding-left: 4.4vw;
    margin-bottom: 4vw;
  }
}
.foreign-wrap .address p {
  font-size: 1.0416vw;
  line-height: 1.5;
  color: #323232;
  margin-bottom: 0;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .foreign-wrap .address p {
    font-size: 3.7333vw;
    margin-bottom: 0;
  }
}
.foreign-wrap .table-wrap {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .foreign-wrap .table-wrap {
    margin-bottom: 0;
    overflow-x: auto;
  }
}
.foreign-wrap .table-wrap table {
  width: 100%;
}
.foreign-wrap .table-wrap table tr:nth-child(odd) td {
  background: #f4f5fa;
}
.foreign-wrap .table-wrap table tr:nth-child(even) td {
  background: #fff;
}
.foreign-wrap .table-wrap table tr th,
.foreign-wrap .table-wrap table tr td {
  padding: 1.3541vw 0;
  padding-right: 1.5625vw;
  word-break: break-word;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .foreign-wrap .table-wrap table tr th,
  .foreign-wrap .table-wrap table tr td {
    padding: 2.6666vw;
  }
}
.foreign-wrap .table-wrap table tr th {
  font-size: 0.9375vw;
  line-height: 1.5;
  color: #fff;
  background: #0069c0;
}
@media screen and (max-width: 750px) {
  .foreign-wrap .table-wrap table tr th {
    font-size: 3.2vw;
  }
}
.foreign-wrap .table-wrap table tr th:first-child {
  border-top-left-radius: 0.4166vw;
  border-bottom-left-radius: 0.4166vw;
  padding-left: 2.6041vw;
}
@media screen and (max-width: 750px) {
  .foreign-wrap .table-wrap table tr th:first-child {
    padding-left: 4vw;
    border-top-left-radius: 1.0666vw;
    border-bottom-left-radius: 1.0666vw;
  }
}
.foreign-wrap .table-wrap table tr th:last-child {
  border-top-right-radius: 0.4166vw;
  border-bottom-right-radius: 0.4166vw;
}
@media screen and (max-width: 750px) {
  .foreign-wrap .table-wrap table tr th:last-child {
    border-top-right-radius: 1.0666vw;
    border-bottom-right-radius: 1.0666vw;
  }
}
.foreign-wrap .table-wrap table tr td {
  width: 0;
  font-size: 0.8333vw;
  line-height: 1.5;
  color: #262728;
  margin-bottom: 0;
  font-weight: normal;
  flex: 1;
}
@media screen and (max-width: 750px) {
  .foreign-wrap .table-wrap table tr td {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
.foreign-wrap .table-wrap table tr td:first-child {
  border-top-left-radius: 0.4166vw;
  border-bottom-left-radius: 0.4166vw;
  padding-left: 2.6041vw;
}
@media screen and (max-width: 750px) {
  .foreign-wrap .table-wrap table tr td:first-child {
    padding-left: 4vw;
  }
}
.foreign-wrap .table-wrap table tr td:last-child {
  border-top-right-radius: 0.4166vw;
  border-bottom-right-radius: 0.4166vw;
}