@charset "UTF-8";

/*--------------------------------------------------------------
  home top
---------------------------------------------------------------*/
#home_top {
	top: 0;
	height: 0;
	max-height: initial;
	padding-bottom: 168.4% /* 888/750 */;
	background: url(../../care/common_skj/images/kaigo_skj_header_img_sp.jpg) no-repeat center bottom;
	background-size: cover;
}

/* Slider */
.bx-wrapper .bx-controls {
  width: 100% !important;
}
.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;
}
.home_catch {
  top: 65px;
  left: 4.666666%;
}
.home_catch h2 {
  position: relative;
  top: 0;
  font-size: 32px;
  width: 100%;
  float: none;
}
.home_catch p {
  width: 90%;
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.5;
}

/*--------------------------------------------------------------
  Page Navi - 201810
---------------------------------------------------------------*/
#page-nav_unit {
  border-bottom: solid 1px #7c7c7c;
}
#page-nav_unit .inner {
  padding: 2.5% 0 5%;
  border-bottom: none;
}
.page-nav {
  width: 23.5%;
}
.page-nav:not(:last-of-type) {
  margin-right: 1%;
}
.page-nav img {
  transform: scale(0.8);
  transform-origin: 50% 50%;
}
.page-nav span {
  font-size: 13px;
  margin-top: -0.25em;
}
/* 見出し */
.skj-header h2 {
  display: block;
  text-align: center;
  margin-bottom: 5%;
}
.skj-header h2 img {
  width: 135px !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.skj-header h2 span {
  font-size: 20px;
  padding-left: 0;
  display: block;
  margin-top: 0.25em;
}
.skj-header dl {
  display: block;
}
.skj-header dl dt {
  font-size: 20px;
  margin-bottom: 0.25em;
}
/* コンテンツ全体 */
.skj-content {
  width: 100%;
}
/* 各コンテンツ見出し */
.skj-con_heading {
  font-size: 20px;
  padding-bottom: 0.25em;
}
.skj-con_heading small {
  padding-left: 0;
  display: block;
}