@charset "utf-8";
.head_info h1 {
  position: relative;
}
.head_info h1::before {
  content: '物件概要｜｜川崎市宮前区の新築分譲マンション「パレステージ宮崎台Ⅲ」公式HP。東急田園都市線「宮崎台」駅徒歩6分。';
  display: inline-block;
  font-size: 12px;
  color: #fff;
}

h2 {
  padding: 0 0 20px;
  margin-top: 40px !important;
}
.hum_flex a.outline {
  border: solid 1px #212121;
  color: #fff;
  background: #212121;
}
.footer_sitemap ul li.outline a {
  background: #fff;
  color: #212121;
}

/* subhead  */
.sub_head {
  background: #4c444b;
}
.sub_head h2.sub_head_txt {
  margin-top: 0 !important;
}

/* outline */
table {
  width: 100%;
  border: 1px solid #fff;
  margin-bottom: 64px;
}

table:last-of-type {
  margin-bottom: 130px;
}

th {
  width: 30%;
  padding: 10px;
  background-color: #e1e1e1;
  border: 1px solid #fff;
}

table tr:nth-of-type(even) th {
  background-color: #eaeaea;
}

td {
  width: 70%;
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #fff;
}

.buken_list {
  margin-bottom: 0 !important;
}

.buken_comment {
  margin: 80px auto 40px !important;
}

@media screen and (max-width: 650px) {
  .buken_list {
    display: block;
  }

  tbody {
    width: 100%;
    display: block;
  }

  tr {
    width: 100%;
    display: block;
  }

  th,
  td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .buken_list {
    margin: 2px auto 10px !important;
  }
}

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