@charset "UTF-8";
#land {
  padding-bottom: 133px;
}
#land article {
  padding-top: clamp(55px, 11.46vw, 180px);
}

.detail__head {
  margin-bottom: min(7.2vw, 54px);
}
.detail__head-ttl {
  font-size: clamp(20px, 3.2vw, 24px);
}

/* ======================
land-list
========================= */
.land__item-scl {
  overflow-x: auto;
  padding-bottom: 20px;
}
.land__item-list {
  font-size: 18px;
  width: 100%;
  max-width: 1244px;
  margin: 0 auto;
}
.land__item-list thead th {
  text-align: left;
  padding: 20px 0;
}
thead th.land__item-num {
  width: 10.3%;
}
thead th.land__item-add {
}
thead th.land__item-area {
}
thead th.land__item-use {
}
thead th.land__item-mail {
  width: 46px;
}
.land__item-list thead tr,
.land__item-list tbody tr {
  border-bottom: 1px solid #f2f2f2;
}
.land__item-list tbody td {
  text-align: left;
  padding: 20px 0.5em 20px 0;
}

@media screen and (max-width: 1200px) {
  .land__item-list {
    font-size: clamp(14px, 1.5vw, 18px);
    /* width: calc(100% - 40px); */
    min-width: 690px;
    margin: 0;
  }
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 880px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 500px) {
}
