@charset "UTF-8";

/*--------------------------------------------------------------
  home top
---------------------------------------------------------------*/
#home_top {
  top: 0;
  height: 0;
  max-height: initial;
  padding-bottom: 168.4% /* 888/750 */;
  background: url(../images/hospital_con_i_header_img_sp.jpg) no-repeat center bottom;
  background-size: cover;
}

/* Slider */
.bx-wrapper .bx-controls {
  width: 100% !important;
  margin-bottom: 10%;
}
.bx-wrapper .bx-pager {
  padding-top: 10px;
}
ul.header-slider {
  position: relative;
  left: 0;
  overflow: hidden;
}
ul.header-slider li {
  width: 100%;
  height: auto;
}
ul.header-slider li a {
  width: 100%;
  height: 100%;
  display: block;
}

/*--------------------------------------------------------------
  パーソナル情報エリア
---------------------------------------------------------------*/
#home_infoarea {
  position: relative;
  top: -47px;
  left: 0;
  width: 100%;
  height: 0;
  padding-bottom: 168.4% /* 888/750 */;
  max-height: initial;
  margin-bottom: -47px;
  /*
  margin-bottom: -47px;
  background-image: none;
  background: rgb(222,238,248);
  background: -moz-linear-gradient(top, rgba(222,238,248,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 61%, rgba(236,238,239,1) 79%);
  background: -webkit-linear-gradient(top, rgba(222,238,248,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 61%,rgba(236,238,239,1) 79%);
  background: linear-gradient(to bottom, rgba(222,238,248,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 61%,rgba(236,238,239,1) 79%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeef8', endColorstr='#eceeef',GradientType=0 );
  */
}
.home_catch {
  width: 92.1875%;
  margin-left: auto;
  margin-right: auto;
}
.home_catch h2 {
  position: relative;
  top: 70px;
  font-size: 30px;
  width: 100%;
}
.home_catch p {
  position: relative;
  top: 90px;
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  margin-bottom:150px;
}

/*--------------------------------------------------------------
  メインエリア
---------------------------------------------------------------*/

/*--------------------------------------------------------------
  Page Common
---------------------------------------------------------------*/
.hc_heading .con-heading {
  width: 100%;
  display: block;
}
.hc_heading p {
  width: 100%;
  display: block;
  margin-top: 1.5em;
}
.three-items, .four-items  {
  display: block;
  margin-top: 30px;
}
.three-items dl:not(:first-of-type),
.four-items dl:not(:first-of-type) {
  margin-top: 25px;
}
.three-items dl dt {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0.25em;
}
.four-items dl dt {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0.25em;
}
.three-items dl dd,
.four-items dl dd {
  width: 90% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/*--------------------------------------------------------------
  新規医院開業サポート - 201810
---------------------------------------------------------------*/
#support {
  padding: 10% 0;
}

/*--------------------------------------------------------------
  開業用地・移転用地探し - MISAWA MRD - 201810
---------------------------------------------------------------*/
#mmrd {
  padding: 10% 0;
}
.mmrd-items {
  padding: 20px;
}
.mmrd-items-inner {
  display: block;
}
.mmrd-items-inner > div {
  padding: 0;
}
.mmrd-items p {
  margin-bottom: 0px;
}
.mmrd-items dl {
  margin-bottom: 30px;
}
.mmrd-items dl dt {
  margin-bottom: 2.5px;
}
.mmrd-items span{ margin:auto;}
.mmrd-items span em {
  display: block;
  padding-right: 0;
}

.mmrd-items ul{
	padding:0;
	margin:0;
	}

.mmrd-items li{
	padding:0 2%;
	margin:0;
	float:none;
	width:100%;
	}
	
.mmrd-items h3{
	}
.mmrd-items p{
	}


/*-------------------------------------------------------------
  開業用地・移転用地探し - 201810
-------------------------------------------------------------*/
#site-search {
  padding: 10% 0;
}
.procedure h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
}
.procedure h3 span {
  font-size: 14px;
  padding-left: 0;
  display: block;
}
.procedure p {
	margin-bottom: 25px;
    height: auto;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  
}
.procedure p img {
    width: auto !important;
    height: 162px !important;
    padding: 0px;
    border: none;
}

/*-------------------------------------------------------------
  選ばれる医院づくり - 201810
-------------------------------------------------------------*/
#creating {
  padding: 10% 0;
}
.creating-point {
  display: none;
}
.creating-point-sp {
  display: inherit;
  margin-top: 30px;
}
.point-item {
  display: block;
}
.point-item dl {
  width: 94%;
  margin: 0 auto;
}
.point-item dl dt {
  font-size: 16px;
  margin-bottom: 2.5px;
}

/*--------------------------------------------------------------
  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: #3392b7;
  height: 44px;
  padding: 0;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ffffff; }

.fancybox-button--zoom {
  display: none !important;
}

/*--------------------------------------------------------------
  介護施設・高齢者住宅 実例検索 - 201809
---------------------------------------------------------------*/
.scb-inner em.item-sp {
  background-color: #fdbfdb;
}

/*-------------------------------------------------------------
  施設建築 検索結果･最新実例 - 201809
-------------------------------------------------------------*/
#results, #example {
  border-bottom: solid 1px #e9ebeb;
}

/*--------------------------------------------------------------
  カタログ請求・お問い合わせ
---------------------------------------------------------------*/
.cri-unit {
  background: rgba(232,252,255,0.8) /* #e8fcff */;
}