@charset "UTF-8";

/*--------------------------------------------------------------
  home top
---------------------------------------------------------------*/
#home_top {
  position: absolute;
  top: 104px;
  left: 0;
  width: 100%;
  height: 710px;
  /*
  background-image: url(../images/hospital_top_header_img.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  */
}

/*--------------------------------------------------------------
  パーソナル情報エリア
---------------------------------------------------------------*/
#home_infoarea {
  height: 710px;
  color: #202020;
}
.home_catch {
  position: relative;
  top: 50px;
  left: 75px;
  font-size: 48px;
  line-height: 1.3;
}
#home_infoarea p {
  position: relative;
  top: 100px;
  left: 75px;
  font-size: 16px;
  line-height: 1.5;
  text-shadow: none;
  color: #202020;
}
/* パンくず - 201809 */
.breadcrumb-list {
  color: #000000;
  margin-top: 0;
  padding-top: 15px;
  /*
  text-shadow: 1px 1px 1px rgba(89,87,87,1);
  */
}
.breadcrumb-list a {
  color: #000000;
}

/*--------------------------------------------------------------
  メインエリア
---------------------------------------------------------------*/
/* Add 201809 */
#home_mainarea {
  top: 0;
  width: 100%;
}

/*-------------------------------------------------------------
  Introduction - 201810
-------------------------------------------------------------*/
#intro {
  width: 100%;
  padding: 110px 0 50px;
  background: rgb(245,251,255);
  background: -moz-linear-gradient(184deg, rgb(245,251,255) 0%, rgb(255,255,255) 5%, rgb(255,255,255) 87%, rgb(240,242,242) 100%);
  background: -webkit-linear-gradient(184deg, rgb(245,251,255) 0%,rgb(255,255,255) 5%,rgb(255,255,255) 87%,rgb(240,242,242) 100%);
  background: linear-gradient(184deg, rgb(245,251,255) 0%,rgb(255,255,255) 5%,rgb(255,255,255) 87%,rgb(240,242,242) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fbff', endColorstr='#f0f2f2',GradientType=0 );
}
.intro-heading h2 {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.intro-summary p {
  width: 49.1666666%;
  font-size: 16px;
  line-height: 1.8;
  float: left;
}
.intro-summary img {
  float: right;
}

/*-------------------------------------------------------------
  医療施設（医院・病院）建築・開業までのステップ - 201810
-------------------------------------------------------------*/
#step {
  background-color: #c0d7e2;
  padding: 50px 0 60px;
}
.step-bg {
  position: absolute;
}
.bg-l01 {
  left: -45px !important;
  margin-left: -45px !important;
}
.bg-l02 {
  left: 0;
  top: 1100px;
}
.bg-r01 {
  right: 0;
  top: 350px;
}
.bg-r02 {
  right: 0;
  top: 1325px;
}
.bg-r03 {
  right: 0;
  bottom: 0;
}
.step-unit {
  width: 830px;
  margin: 0 auto;
}
.step {
  display: table;
}
.step p, .step dl {
  display: table-cell;
  vertical-align: middle;
}
.step p {
  width: 140px;
}
.step dl {
  padding-left: 20px;
}
.step:nth-of-type(even) {
  margin-left: 80px;
}
.step:not(:last-of-type) {
  margin-bottom: 20px;
}
.step dl dt {
  font-size: 24px;
  margin-bottom: 0.75em;
}
.step dl dt span {
  font-size: 0.7em;
}
.step dl dd {
  font-size: 16px;
  line-height: 1.8;
}

/*-------------------------------------------------------------
  診療圏調査・事業収支シミュレーション・設計提案 - 201810
-------------------------------------------------------------*/
#iss {
  padding: 50px 0 60px;
}
.iss-unit {
  width: 940px;
  margin: 0 auto;
}
.iss-unit dl {
  display: table;
}
.iss-unit dl:not(:first-of-type) {
  margin-top: 60px;
}
.iss-unit dl dt, .iss-unit dl dd {
  display: table-cell;
  vertical-align: middle;
}
.iss-unit dl dt {
  width: 335px;
}
.iss-unit dl dd {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 20px;
}