@charset "UTF-8";

/*--------------------------------------------------------------
  サービス付き高齢者向け住宅 - 経営のセオリー - 201810
---------------------------------------------------------------*/
#skj-theory {
  padding: 80px 0;
  border-bottom: solid 1px #e9ebeb;
}

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

/* Theory01 */
.skj-theory01 {
  margin-top: 45px;
}
.skj-theory01 p {
  font-size: 14px;
  line-height: 1.7;
  margin: 30px 0 45px;
}
.point-unit {
  width: 100%;
}
.point-unit h4 {
  font-size: 18px;
  margin-bottom: 25px;
}
.point {
  width: 365px;
  float: left;
  display: table;
  margin-top: 20px;
}
.point:nth-of-type(odd) {
  margin-right: 70px;
}
.point:first-of-type, .point:nth-of-type(2) {
  margin-top: 0;
}
.point img, .point dl {
  display: table-cell;
  vertical-align: middle;
}
.point img {
  width: 92px;
}
.point dl {
  width: auto;
  padding-left: 20px;
}
.point dl dt {
  font-size: 16px;
  margin-bottom: 10px;
}
.point dl dd {
  font-size: 14px;
  line-height: 1.7;
}

/* Theory02 */
.skj-theory02 {
  margin-top: 75px;
}
.skj-theory02 .skj-con_heading {
  margin-bottom: 30px;
}
/* 取り組み例（case-examples） */
.ce-unit:not(:first-of-type) {
  margin-top: 50px;
}
.ce-lead {
  font-size: 14px;
  line-height: 1.7;
  margin: 15px 0;
}
.ce-heading {
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 4px;
}
.ce-heading em {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  color: #ffffff;
}
.ce-wrap {
  width: 100%;
}
.ce {
  width: 360px;
  height: 140px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  float: left;
}
.ce dt {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ce dd {
  height: 100px;
  box-sizing: border-box;
}
.ce dd ul {
  box-sizing: border-box;
}
/* 1行2列 */
.ce dd ul.row1-col2 {
  height: 100%;
  padding: 0 25px;
  display: flex;
  align-items: center;
}
/* 1行3列 */
.ce dd ul.row1-col3 {
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.ce dd ul.row1-col2 li:not(:first-of-type),
.ce dd ul.row1-col3 li:not(:first-of-type) {
  margin-left: 10px;
}
/* 2行2列 */
.ce dd ul.row2-col2 {
  height: 100%;
  padding: 15px 25px;
}
.ce dd ul.row2-col2 li {
  float: left;
}
.ce dd ul.row2-col2 li:not(:nth-of-type(even)) {
  margin-right: 10px;
}
.ce dd ul.row2-col2 li:first-of-type,
.ce dd ul.row2-col2 li:nth-of-type(2) {
  margin-bottom: 10px;
}
.ce dd ul.row2-col2-2 {
  height: 100%;
  padding: 15px;
}
.ce dd ul.row2-col2-2 li:last-of-type {
  margin-top: 10px;
}
.ce dd ul.row2-col2-2 li:last-of-type span:nth-of-type(2) {
  width: 52px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
}
/* 2行3列 */
.ce dd ul.row2-col3 {
  height: 100%;
  padding: 15px 20px;
}
.ce dd ul.row2-col3 li {
  float: left;
}
.ce dd ul.row2-col3 li:not(:nth-of-type(3n)) {
  margin-right: 10px;
}
.ce dd ul.row2-col3 li:first-of-type,
.ce dd ul.row2-col3 li:nth-of-type(2),
.ce dd ul.row2-col3 li:nth-of-type(3) {
  margin-bottom: 10px;
}
/* 2列 */
.ce-col2 {
  font-size: 14px;
  line-height: 30px;
  width: 148px;
  height: 30px;
  text-align: center;
  box-sizing: border-box;
}
.ce-col4 {
  font-size: 14px;
  line-height: 30px;
  width: 138px;
  height: 30px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
}
/* 3列 */
.ce-col3 {
  font-size: 14px;
  line-height: 30px;
  width: 98px;
  height: 30px;
  text-align: center;
  box-sizing: border-box;
}
/* 背景色 */
.ce-db {
  background-color: #8299ce;
}
.ce-lb {
  background-color: #f1f5ff;
}
.ce-dy {
  background-color: #d0c669;
}
.ce-ly {
  background-color: #fffdea;  
}
.ce-pp {
  background-color: #912870;
}
/* 罫線色 */
.bd-db {
  border: solid 1px #8299ce;
}
.bd-dy {
  border: solid 1px #d0c669;
}
.bd-pp {
  border: solid 1px #912870;
}
.plus {
  width: 80px;
  float: left;
}
.plus img {
  position: relative;
  left: 20px;
  top: 69.5px;
  width: 40px !important;
  height: 40px !important;
}

/* 実例はこちら */
em.to-case a:before {
  content: "＞";
  padding-right: 0.5em;
}
em.to-case {
  font-size: 12px;
  font-weight: bold;
  color: #1c3b6a;
  float: right;
  margin-top: 20px;
}
em.to-case a {
  color: #1c3b6a;
}