@charset "UTF-8";

/*--------------------------------------------------------------
  サービス付き高齢者向け住宅 - ミサワホームの特長 - 201810
---------------------------------------------------------------*/
#skj-features {
  padding: 80px 0;
  border-bottom: solid 1px #e9ebeb;
}

/* 見出し */
.skj-header h2 {
  width: 40%;
}
.skj-header dl {
  width: 56%;
  padding: 0 0 0 3%;
}

/* “One Stop Service”メニュー */
.skj-oss {
  position: relative;
  margin: 70px 0;
}
.skj-con_heading {
  margin-bottom: 30px;
}
.skj-con_heading span {
  letter-spacing: 0.0625em;
}
.oss-menu-unit {
  width: 100%;
}
.oss-menu {
  width: 365px;
  float: left;
  display: table;
  margin-top: 20px;
}
.oss-menu:nth-of-type(odd) {
  margin-right: 70px;
}
.oss-menu:first-of-type, .oss-menu:nth-of-type(2) {
  margin-top: 0;
}
.oss-menu img, .oss-menu dl {
  display: table-cell;
  vertical-align: middle;
}
.oss-menu img {
  width: 92px;
}
.oss-menu dl {
  width: 253px;
  padding-left: 20px;
}
.oss-menu dl dt {
  font-size: 16px;
  margin-bottom: 10px;
}
.oss-menu dl dd {
  font-size: 14px;
  line-height: 1.7;
}
.asterisk {
  font-size: 12px;
  margin-top: 50px;
}
.asterisk li:not(:first-of-type) {
  margin-top: 0.5em;
}
.illust {
  position: absolute;
  right: 0;
  top: 75%;
  width: calc((800px / 2) - 16px);
  display: table;
}
.illust > div {
  display: table-cell;
  vertical-align: bottom;
}
.illust .round {
  width: 220px;
  height: 220px;
  border-radius: 110px;
  background-color: #fff1fa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.illust .round span {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  display: block;
  color: #912870;
}
.illust img {
  width: 149px !important;
}