@charset "UTF-8";
/* Scss Document */
.read {
  margin: 1em 0 0;
  padding: 0 1em;
  line-height: 1.6;
}

.inner_box {
  margin-top: 2.5em;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 1.5em;
}
@media screen and (max-width: 414px) {
  .inner_box {
    padding: 1em;
  }
}
.inner_box .property_profile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 414px) {
  .inner_box .property_profile {
    display: block;
  }
}
.inner_box .property_profile > li {
  width: calc(50% - 1em);
  /*間取り図４列*/
  /*間取り図３列*/
  /*間取り図２列*/
}
@media screen and (max-width: 414px) {
  .inner_box .property_profile > li {
    width: 100%;
  }
}
.inner_box .property_profile > li .graph {
  width: 100%;
  margin-top: 0.5em;
}
.inner_box .property_profile > li .graph table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #aaa;
}
.inner_box .property_profile > li .graph table th, .inner_box .property_profile > li .graph table td {
  border: 1px solid #aaa;
  font-size: 0.875em;
  line-height: 1.5;
  text-align: left;
  box-sizing: border-box;
  padding: 0.5em 1em;
  vertical-align: middle;
}
.inner_box .property_profile > li .graph table th {
  white-space: nowrap;
  background: #ddd;
}
.inner_box .property_profile > li .column4,
.inner_box .property_profile > li .column3,
.inner_box .property_profile > li .column2 {
  width: 100%;
  margin: 1em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner_box .property_profile > li .column4 li {
  box-sizing: border-box;
  width: 25%;
  padding: 0 2px;
}
.inner_box .property_profile > li .column4 li:nth-child(n + 5) {
  margin-top: 0.5em;
}
.inner_box .property_profile > li .column3 li {
  box-sizing: border-box;
  width: 33.33333333%;
  padding: 0 2px;
}
.inner_box .property_profile > li .column3 li:nth-child(n + 4) {
  margin-top: 0.5em;
}
.inner_box .property_profile > li .column2 li {
  box-sizing: border-box;
  width: 50%;
  padding: 0 2px;
}
.inner_box .property_profile > li .column2 li:nth-child(n + 3) {
  margin-top: 0.5em;
}
.inner_box .property_profile > li .column1_side {
  width: 60%;
  margin: auto;
}
.inner_box .property_profile > li .column1_vertical {
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 414px) {
  .inner_box .property_profile > li:last-child {
    margin-top: 1em;
  }
}
.inner_box .property_profile > li:last-child h2 {
  font-size: 1.25em;
  line-height: 1.3;
  border-bottom: 2px #3cf solid;
  color: #333;
  padding-bottom: 8px;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.inner_box .property_profile > li:last-child h2 span {
  margin-left: 20px;
  font-size: 80%;
  color: #999;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 414px) {
  .inner_box .property_profile > li:last-child h2 {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 320px) {
  .inner_box .property_profile > li:last-child h2 {
    font-size: 1em;
  }
}
.inner_box .property_profile > li:last-child .spec {
  width: 100%;
  margin-top: 1em;
}
.inner_box .property_profile > li:last-child .spec table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #aaa;
}
.inner_box .property_profile > li:last-child .spec table th, .inner_box .property_profile > li:last-child .spec table td {
  border: 1px solid #aaa;
  font-size: 0.875em;
  line-height: 1.5;
  text-align: left;
  box-sizing: border-box;
  padding: 0.5em 1em;
  vertical-align: middle;
}
.inner_box .property_profile > li:last-child .spec table th {
  white-space: nowrap;
  background: #ddd;
}
.inner_box .property_profile > li:last-child .floor_info {
  margin-top: 1em;
  line-height: 1.5;
}
@media screen and (max-width: 414px) {
  .inner_box .property_profile > li:last-child .floor_info {
    font-size: 0.875em;
  }
}
.inner_box .property_profile > li:last-child .floor_info li {
  line-height: 1.75;
  position: relative;
  padding-left: 1.25em;
}
.inner_box .property_profile > li:last-child .floor_info li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  content: "\25A0";
  color: #6cf;
}
.inner_box .property_profile > li:last-child .floor_info2 {
  margin-top: 1em;
}
.inner_box .property_profile > li:last-child .floor_info2 dl {
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inner_box .property_profile > li:last-child .floor_info2 dl:nth-child(n + 2) {
  margin-top: 0.5em;
}
@media screen and (max-width: 414px) {
  .inner_box .property_profile > li:last-child .floor_info2 dl {
    font-size: 0.875em;
  }
}
.inner_box .property_profile > li:last-child .floor_info2 dl dt {
  box-sizing: border-box;
  width: 5em;
  padding-left: 1.125em;
  position: relative;
}
.inner_box .property_profile > li:last-child .floor_info2 dl dt::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  content: "\25A0";
  color: #6cf;
}
.inner_box .property_profile > li:last-child .floor_info2 dl dd div {
  line-height: 1.5;
}
.inner_box h3 {
  background: url("../img/common/line.gif") repeat-x bottom left;
  padding-bottom: 12px;
  color: #231815;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.inner_box h5 {
  font-weight: 700;
}
.inner_box h5:first-letter {
  color: #6cf;
}
.inner_box .sub_photo {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inner_box .sub_photo li {
  width: 49%;
}
