.col.col-4 {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .col.col-4 {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.col.col-4 > .col-item {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 576px) {
  .col.col-4 > .col-item {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 1220px) {
  .col.col-4.col-responsive-modify-1 > .col-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .col.col-4.col-responsive-modify-1 > .col-item {
    width: 100%;
  }
}

.col.col-4 > .col-item .box-type01 > .image > .eng {
  font-size: 2.4rem;
  left: 30px;
}


.col.col-7 {
  margin-left: -5px;
  margin-right: -5px;
}
.col.col-7 > .col-item {
  width: 14.28571429%;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 992px) {
  .col.col-7 > .col-item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 768px) {
  .col.col-7 > .col-item {
    width: 100%;
  }
}

.col.col-7 .h-type-bordered {
  font-size: 1.4rem;
}

.real-estate .section-outline01 .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}

.real-estate .section-outline01 .list .label {
  font-size: 1.2rem;
  text-align: center;
  background: rgba(0,0,0,0.8);
  color: #fff;
}

.real-estate .section-outline01 .list .item img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .real-estate .section-outline01 .list {
    grid-template-columns: 1fr 1fr;
  }
}

.table.table-type01 th.bg-blue {
  background-color: #004167;
  color: #fff;
}