@charset "UTF-8";

/*--------------------------------------------------------------
  home top
---------------------------------------------------------------*/
#home_top {
  position: absolute;
  top: 104px;
  left: 0;
  width: 100%;
  min-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;
  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: 48px;
  line-height: 1.3;
  margin-bottom: 30px;
}
.intro-summary p {
  width: 49.333333%;
  font-size: 16px;
  line-height: 1.8;
  float: left;
}
.intro-summary img {
  width: 44%;
  float: right;
}

/*-------------------------------------------------------------
  介護施設･高齢者住宅 建築・開業までのステップ - 201810
-------------------------------------------------------------*/
#step {
  background-color: #c0d7e2;
  padding: 75px 0 50px;
}
.step-unit {
  width: 100%;
}
.step-unit thead th {
  text-align: center;
  padding-bottom: 4%;
}
.step-unit tbody tr td.item-pc{
  padding: 2% 0;
}
.step-unit tbody tr td.column-1 {
  padding: 2% 0;
}
.step-unit tbody tr td.column-2 {
  position: relative;
  border-top: solid 2px #1c3b6a;
  border-bottom: solid 2px #1c3b6a;
  padding: 4% 0;
}
.step-num {
  display: none;
}
.brd-r {
  border-right: solid 2px #1c3b6a;
}
.spacer {
  padding: 1.5% 0 !important;
}
.step {
  width: 85%;
  margin: 0 auto;
}
.step h4 {
  font-size: 24px;
  line-height: 1.3;
}
.step h4 span {
  margin-left: -0.5em;
}
.step ul {
  margin-top: 15px;
}
.step ul li {
  font-size: 15px;
  line-height: 1.6;
}
.step ul li:not(:first-of-type) {
  margin-top: 10px;
}
.column-2 .step {
  width: 60%;
  margin: 0 auto;
}

/*-------------------------------------------------------------
  介護施設･高齢者住宅トータルバックアップ概要 - 201810
-------------------------------------------------------------*/
#tbu-summary {
  padding: 60px 0 80px;
  border-bottom: solid 1px #f7f7f7;
}
.tbu-sum-unit {
  width: 950px;
  margin: 0 auto;
}
.tbu-sum h3 {
  font-size: 24px;
  margin-bottom: 0.75em;
}
.tbu-sum dl {
  display: table;
}
.tbu-sum:not(:first-of-type) {
  margin-top: 60px;
}
.tbu-sum dl dt, .tbu-sum dl dd {
  display: table-cell;
  vertical-align: middle;
}
.tbu-sum dl dt {
  width: 340px;
}
.tbu-sum dl dd {
  font-size: 16px;
  line-height: 1.8;
  padding-left: 30px;
}
/*--------------------------------------------------------------
  開業用地・移転用地探し - 201810
---------------------------------------------------------------*/
#site-search {
  padding: 70px 0 60px;
  background-color: #f4f9ff;
}
.ss-items {
  width: 965px;
  margin: 20px auto 0;
}
.ss-items p {
  text-align: center;
  margin-bottom: 20px;
}
.ss-items ul li:first-of-type {
  font-size: 20px;
}
.ss-items ul li:last-of-type {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 10px;
}

/*--------------------------------------------------------------
  開業用地・移転用地探し - MISAWA MRD - 201810
---------------------------------------------------------------*/
#mmrd {
  padding: 70px 0;
  background-color: #f4f9ff;
}
.mmrd-items {
  width: 100%;
  background-color: #ffffff;
  margin-top: 30px;
  padding: 30px;
  box-sizing: border-box;
}
.mmrd-items-inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.mmrd-items-inner > div {
  padding: 1em 0 0 50px;
}
.mmrd-items dl {
  margin-bottom: 50px;
}
.mmrd-items dl dt {
  font-size: 20px;
  color: #006dbb;
  margin-bottom: 20px;
}
.mmrd-items dl dd {
  font-size: 14px;
  line-height: 1.7;
}
.mmrd-items span em {
  font-size: 14px;
  padding-right: 1em;
}
.mmrd-items span {
  font-size: 12px;
  line-height: 1.7;
  margin-left:35px;
}
.mmrd-items ul{
	padding:0;
	margin:0;
	}

.mmrd-items li{
	padding:0 3%;
	margin:0;
	float:left;
	width:50%;
	}
	
.mmrd-items h3{
	font-size: 25px;
	color: #006dbb;
	margin: 20px 0;
	text-align:center;
	display:block;
	}
.mmrd-items p{
	font-size: 14px;
    line-height: 1.7;
	}
.mmrd-items p img{ padding-bottom:15px;}

/*--------------------------------------------------------------
  Page Common
---------------------------------------------------------------*/
.hc_heading .con-heading {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
.hc_heading p {
  width: 59%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.7;
}
.three-items, .four-items  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.three-items dl dt {
  font-size: 23px;
  text-align: center;
  margin-bottom: 0.5em;
}
.four-items dl dt {
  font-size: 17px;
  text-align: center;
  margin-bottom: 0.5em;
}
.what-mrd {
  color: #006dbb;
}