.propertyImg {
  width: 100%;
  text-align: center;
}

.propertyImg__01 {
  margin-top: 32px;
  width: 100%;
  max-width: 700px;
  height: auto;
}

.propertyImg__02 {
  margin-top: 16px;
  width: 100%;
  max-width: 640px;
  height: auto;
}

.propertyTable {
  width: 100%;
  padding: 8px 16px;
}

.propertyTable td {
  border-bottom: 1px dotted #cccccc;
  padding: 16px 0;
}

.propertyTable th {
  white-space: nowrap;
  padding-right: 16px;
}

.propertyTable__title {
  background-color: #ff9800;
  border-radius: 4px;
  padding: 8px 4px;
}

.propertyTable__head {
  font-size: 1.2rem;
  font-weight: bold;
}
