@charset "UTF-8";

/*--------------------------------------------------------------
  home top
---------------------------------------------------------------*/
#home_top {
  position: absolute;
  top: 104px;
  left: 0;
  width: 100%;
  height: 710px;
}

/* BxSlider - overwrite */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fdbfdb;
}

/*--------------------------------------------------------------
  パーソナル情報エリア
---------------------------------------------------------------*/
#home_infoarea {
  height: 710px;
  color: #202020;
}
#home_infoarea p {
  text-shadow: none;
}

/* パンくず - 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;
}

.home_catch {
  position: relative;
  top: 50px;
  left: 75px;
}
.home_catch h2 {
  font-size: 48px;
  line-height: 1.3;
}
.home_catch p {
  width: 40%;
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.5;
}

/*--------------------------------------------------------------
  メインエリア
---------------------------------------------------------------*/
/* Add 201809 */
#home_mainarea {
  position: relative;
  top: 0;
  width: 100%;
  margin: 0;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
  Commons - 201810
---------------------------------------------------------------*/
sup {
  position: relative;
  top: -0.125em;
  font-size: 0.6em;
}

/*--------------------------------------------------------------
  Page Navi - 201810
---------------------------------------------------------------*/
#page-nav_unit {
  width: 100%;
}
#page-nav_unit .inner {
  padding: 0 0 25px;
  border-bottom: solid 1px #7c7c7c;
}
.page-nav {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.page-nav:not(:last-of-type) {
  margin-right: 1%;
}
.page-nav img {
  transform: scale(0.6);
  transform-origin: 50% 40%;
}
.page-nav a {
  color: #1c3b6a;
  display: block;
}
.page-nav a:hover {
  text-decoration: none !important;
}
.page-nav span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #1c3b6a;
  display: block;
  margin-top: -2em;
}
/* 見出し */
.skj-header h2 img {
  width: 180px;
}
.skj-header h2 span {
  font-size: 30px;
  line-height: 1.3;
  color: #1c3b6a;
  padding-left: 0.5em;
}
.skj-header h2 img, .skj-header h2 span {
  display: inline-block;
  vertical-align: middle;
}
.skj-header dl {
  color: #242424;
}
.skj-header dl dt {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
.skj-header dl dd {
  font-size: 14px;
  line-height: 1.7;
}
.skj-header dl dd small {
  font-size: 12px;
  display: block;
  margin-top: 1em;
}
/* 幅の調整は各ページで */
.skj-header h2, .skj-header dl {
  display: inline-block;
  vertical-align: middle;
}

/* コンテンツ全体 */
.skj-content {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
/* 各コンテンツ見出し */
.skj-con_heading {
  font-size: 24px;
  padding-bottom: 0.75em;
  border-bottom: solid 1px #000000;
}
.skj-con_heading small {
  font-size: 12px;
  padding-left: 1em;
}