@charset "UTF-8";

/*--------------------------------------------------------------
  詳細はこちら - 201810
---------------------------------------------------------------*/
em.to-details {
  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-details:before {
  color: #5ab0d6;
}
em.to-details a {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
  サービス付き高齢者向け住宅 - 国交省に採択されたモデル事業 - 201810
---------------------------------------------------------------*/
#skj-model {
  padding: 10% 0;
}

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

/* Model01 */
.skj-model01 {
  margin-top: 10%;
}
.skj-model01 h4, .skj-model01 ul {
  display: block;
}
.skj-model01 h4 {
  width: 100%;
  padding-right: 0;
  margin-bottom: 0.5em;
}
.skj-model01 ul {
  width: 100%;
}
.skj-model01 ul li span:first-of-type {
  width: 25%;
}

/* Model02 */
.skj-model02 {
  margin-top: 10%;
}
.skj-model02 p, .comp-unit {
  display: block;
}
.skj-model02 p {
  width: 100%;
  text-align: center;
}
.skj-model02 p img {
  width: initial !important;
}
.comp-unit {
  width: 100%;
  margin-top: 15px;
}
.comp {
  padding: 15px;
}
.comp-heading {
  margin-bottom: 10px;
}
.comp-heading h4 {
  font-size: 22px;
}
.comp-heading h5 {
  font-size: 17px;
  margin-top: 0;
}
.comp-heading h6 {
  font-size: 15px;
  margin-top: 0;
}
#ind {
  margin-bottom: 15px;
}
.comp ul li:not(:last-of-type) {
  margin-bottom: 2.5px;
}

/* Model03 */
.skj-model03 {
  margin-top: 10%;
}
.skj-model03 span {
  margin: 15px 0 0 0;
}
.skj-model03 p {
  position: relative;
}
.mag-glass {
  position: absolute;
  width: 44px !important;
  height: 44px !important;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.skj-model03 em.to-details {
  font-size: 15px;
}
.const-biz {
  margin-top: 10%;
  padding: 15px;
}
.const-biz dl dt {
  text-align: left;
}
.const-biz dl dd {
  line-height: 1.8;
}

/*--------------------------------------------------------------
  カタログ請求・お問い合わせ
---------------------------------------------------------------*/
.cri-unit {
  background: rgba(232,252,255,0.8) /* #e8fcff */;
}

/*--------------------------------------------------------------
  jQuery.fancybox Overwrite
---------------------------------------------------------------*/
.fancybox-bg {
  background: #ffffff;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
}
.fancybox-image,
.fancybox-spaceball {
  height: 96%;
  width: 96%;
  top: 2%;
  left: 2%;

}
.fancybox-button {
  background-color: #912870;
  height: 44px;
  padding: 0;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ffffff; }

.fancybox-button--zoom {
  display: none !important;
}