@charset "UTF-8";

/*--------------------------------------------------------------
  サービス付き高齢者向け住宅 - 経営のセオリー - 201810
---------------------------------------------------------------*/
#skj-theory {
  padding: 7.5% 0;
}

/* 見出し */
.skj-header h2 {
  width: 100%;
  display: block;
}
.skj-header dl {
  width: 100%;
  display: block;
  padding: 0;
}

/* Theory01 */
.skj-theory01 {
  margin-top: 10%;
}
.skj-theory01 p {
  margin: 20px 0 35px;
}
.point-unit h4 {
  margin-bottom: 15px;
}
.point {
  width: 100%;
  float: none;
}
.point:not(:first-of-type) {
  margin-top: 10px;
}
.point:nth-of-type(odd) {
  margin-right: 0;
}
.point img {
  width: 78px !important;
}
.point dl {
  width: 85%;
  padding-left: 15px;
}
.point dl dt {
  font-size: 15px;
  margin-bottom: 5px;
}
.point dl dd {
  font-size: 13px;
  line-height: 1.6;
}

/* Theory02 */
.skj-theory02 {
  margin-top: 10%;
}
.skj-theory02 .skj-con_heading {
  margin-bottom: 20px;
}
/* 取り組み例（case-examples） */
.ce-unit:not(:first-of-type) {
  margin-top: 40px;
}
.ce {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:375px){
  .ce {
    width: 100%;
  }
  /* 1行2列 */
  .ce dd ul.row1-col2 {
    padding: 0 20px;
  }
  /* 1行3列 */
  .ce dd ul.row1-col3 {
    padding: 0 15px;
  }
  /* 2行2列 */
  .ce dd ul.row2-col2 {
    padding: 15px 20px;
  }
  .ce dd ul.row2-col2-2 {
    padding: 15px 10px;
  }
  /* 2行3列 */
  .ce dd ul.row2-col3 {
    padding: 15px;
  }
  /* 2列 */
  .ce-col2 {
    width: 143px;
    height: 30px;
  }
  .ce-col4 {
    width: 133px;
    height: 30px;
  }
  /* 3列 */
  .ce-col3 {
    width: 93px;
    height: 30px;
  }
}

.plus {
  float: none;
  width: 100%;
  text-align: center;
  display: block;
  margin: 15px 0;
}
.plus img {
  position: static;
}

/* 実例はこちら */
em.to-case {
  float: none;
  width: 100%;
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  font-weight: normal;
  text-align: center;
  display: block;
  background-color: #f6f6f6;
  border: solid 1px #d4d4d4;
  margin-top: 1em;
}
em.to-case a:before {
  color: #5ab0d6;
}
em.to-case a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

/*--------------------------------------------------------------
  カタログ請求・お問い合わせ
---------------------------------------------------------------*/
.cri-unit {
  background: rgba(232,252,255,0.8) /* #e8fcff */;
}
