@charset "UTF-8";
.house__item:first-of-type {
  padding-top:0;
}
.house__item {
  padding-top: 2.3333em;
  margin-bottom: 10.3333em;}
.house__ttl-img {
  width: 31.14%;
  height: auto;
  margin: 0 auto 1.6em;
}
.house__img { width: 48.717948717948715%;}
.house__img img {width: 89.04%;}
.house__img h2 { display: contents;}
.house__body {
  width: 48.72%;
  margin: 0 auto;
}
.house__item ol {
  width: 100%;
  max-width: 220px;
  margin: 1.618em auto 2.6em; }
.house__item li {
  font-size: 1.2em /*18px*/;
  color: #ED8598;
  border: solid 1px;
  padding: 0;
  margin: 0 auto .5em;
}
.house__item li:last-of-type{
  font-size: 1em;
  line-height: 1.5;
  padding: 8px 0;
  margin-bottom: 1.5em;
}
.house__item ol + p {
  max-width: 296px;
  text-align: left;
  margin:0 auto 2.6em;
}
.house__body-sp{ display: contents;}
@media screen and (max-width:600px) {
  .house__body-sp { display: block; order: 3}
  .house__wrap { flex-direction: column;}
  .house__ttl-img { /*display: none;*/ order: 1; width: 128px; margin-bottom: 45px;}
  .house__img { width: 100%;order: 2;}
  .house__img h2 { display: block;}
  .house__body { display: contents;}
  .house__item ol + p { width:100%; max-width:100%;}
  .house__item li:first-of-type{ font-size: 1.3846em;}
}