@charset "UTF-8";

/*--------------------------------------------------------------
  home top
---------------------------------------------------------------*/
#home_top div.bg {
  position: absolute;
  top: 81px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 710px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
#home_top div.in_box {
  position: relative;
  width: 1200px;
  margin: auto;
}
#home_top div.in_box p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 710px;
  background-image: url(../images/001_m01.jpg);
}

/*--------------------------------------------------------------
  パーソナル情報エリア
---------------------------------------------------------------*/
#home_infoarea {
  width: 1200px;
  height: 710px;
}

/* パンくず - 201809 */
.breadcrumb-list {
  margin-top: 0;
  padding: 15px 0 0 30px;
}

/*--------------------------------------------------------------
  メインエリア
---------------------------------------------------------------*/
/* Add 201809 */
#home_mainarea {
  position: relative;
  top: 0;
  width: 100%;
  margin-top: 0 !important;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
  介護施設・高齢者住宅実例 概要 - 201809
---------------------------------------------------------------*/
.summary-header h2 {
  background-color: #cc4984;
}

/*-------------------------------------------------------------
  施設建築 検索結果･最新実例 - 201809
-------------------------------------------------------------*/
#results, #example {
  border-bottom: solid 1px #e9ebeb;
