@charset "UTF-8";
/*
Template:nishiki
Theme Name:jikeikai
Theme URI: 
Author: nsl
Author URI: https://jikei-kidney-regeneration.com/
*/
@import url("style-others.css");
@import url("style-form.css");
@import url("style-archives.css");
@import url("style-lab.css");
@import url("style-top.css");
@import url("style-mentoring.css");

/*!--------------
親テーマの調整***/
/*!-------------------- 
調整,親テーマの上書き
--------------------*/
/*SP*/
html {
  font-size: 14px !important;
}

@media only screen and (min-width: 769px) {
  html {
    font-size: 16px !important;
  }
}

.jikei .entry-content {
  line-height: 1.8 !important;
  font-size: 1rem !important;
}

.jikeiBody {
  background: #fefefe;
}

/*ヘッダ*/
.jikeiBody #masthead {
  background: #fefefe;
  border-bottom: 10px solid #0067E6;
}

.jikeiBody #masthead.fixed {
  background: #fefefe;
}

.jikeiContainer {
  padding: 0 10px;
}

.jikeiBody #masthead #menu-collapse ul {
  font-size: 1rem;
}

.jikeiBody #masthead #menu-collapse ul a {
  color: #0067E6 !important;
}

/*検索ボタン*/
.headerSearchWrap {
  display: block;
}


@media only screen and (min-width: 769px) {
  .headerSearchWrap {
    display: none;
  }
}

/*フッター*/
.jikeiBody #footer {
  background: #0067E6;
  color: #fefefe;
}

#footer .wrap .footer-content .footer-inner {
  padding: 0;
}

/*-----コピーライト-----*/
.jikeiBody #footer　.copyright {
  font-size: 0.7rem;
}

/*-----共通-----*/
.spbr{
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .spbr{
    display: none;
  }
}

.single #main > header.jikeiHeader,
.page #main > header.jikeiHeader,
.archive .site-main > header.jikeiHeader, 
.search .site-main > header.jikeiHeader {
  position: relative;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translatez(0);
  -webkit-transform: translate3d(0, 0, 0);
  animation: fadeIn 200ms linear 0s alternate;
  background: url("images/jikeikai_cmn_header_img.jpg");
}

/*見出し1(page-header)*/
.single #main > header .page-header.jikeiPageHeader,
#main > header .page-header.jikeiPageHeader,
.page #main > header .page-header.jikeiPageHeader {
  padding: calc(3rem + 56px) 0 3rem;
  line-height: 1.4;
}

@media only screen and (min-width: 769px) {
  .single #main > header .page-header.jikeiPageHeader,
  #main > header .page-header.jikeiPageHeader,
  .page #main > header .page-header.jikeiPageHeader {
    padding: calc(5rem + 105px) 0 5rem;
  }
}

.single #main > header .page-header.jikeiPageHeader .jikeiHeading1,
#main > header .page-header.jikeiPageHeader .jikeiHeading1,
.page #main > header .page-header.jikeiPageHeader .jikeiHeading1 {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
}

.single #main > header .page-header .jikeiHeading1,
.page #main > header .page-header .jikeiHeading1,
.archive #main > header .page-header .jikeiHeading1{
  color: #0067E6;
  margin-bottom: 0;
}


.jikeiBody .entry-content .jikeiHeading2 {
  border: none;
  margin: 1.5rem 0;
  color: #00A395;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

@media only screen and (min-width: 769px) {
  .jikeiBody .entry-content .jikeiHeading2 {
    font-size: 2.4rem;
  }
}

/*!--------------
共通パーツ***/
/*!-------------------- 
modules
--------------------*/
/*!共通パーツ*/
/*共通テーブル*/
.page .entry-content .cmnTbl {
  display: table;
  /*width: 100%;*/
  white-space: normal;
  border-bottom: 1px solid #aaa;
}

@media only screen and (min-width: 769px) {
  .page .entry-content .cmnTbl {
    width: 100%;
    margin: 0 auto;
  }
}

.page .entry-content .cmnTbl th {
  display: block;
  background: #e1e1e1;
  padding: 1rem;
  font-size: 1rem;
  border-bottom: none;
}

@media only screen and (min-width: 769px) {
  .page .entry-content .cmnTbl th {
    display: table-cell;
    width: 30%;
    padding: 1rem 2rem;
  }
}

.page .entry-content .cmnTbl td {
  display: block;
  padding: 1rem;
  font-size: 1rem;
  border-bottom: none;
}

@media only screen and (min-width: 769px) {
  .page .entry-content .cmnTbl td {
    display: table-cell;
    padding: 1rem 2rem;
  }
}

/**ボタン**/
.jikeiBtn {
  position: relative;
  display: inline-block;
  max-width: 100%;
  border-radius: 50px;
  padding: 10px 20px 10px calc(20px + 18px);
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #0067E6;
  color: #fff !important;
  border: 1px solid transparent;
}

@media only screen and (min-width: 769px) {
  .jikeiBtn {
    padding: 10px 40px 10px calc(40px + 18px);
  }
}

.jikeiBtn:hover,
.jikeiBtn:focus {
  background: #fff;
  color: #0067E6 !important;
  border-color: currentColor;
}

.jikeiBtn::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  position: absolute;
  left: 36px;
  top: calc(50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/**ページ内リンク**/
.jikeiAnchorLink {
  position: relative;
  display: inline-block;
  max-width: 100%;
  border-radius: 8px;
  padding: 28px 20px 20px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #0067E6;
  color: #fff !important;
  border: 1px solid transparent;
}

@media only screen and (min-width: 769px) {
  .jikeiAnchorLink {
    padding: 28px 20px 20px;
  }
}

.jikeiAnchorLink:hover,
.jikeiAnchorLink:focus {
  background: #fff;
  color: #0067E6 !important;
  border-color: currentColor;
}

.jikeiAnchorLink::before {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 0;
  left: calc(50%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*!-----ヘッダ-----*/
/*検索と言語スイッチャー*/
.headerSubItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/*検索部分*/
.search-box_pc {
  display: none;
}

@media only screen and (min-width: 769px) {
  .search-box_pc {
    display: block;
  }
}

.search-box.search-box_pc .search-inner div.input input {
  height: 3rem;
}

.search-box.search-box_pc .search-inner div.submit button {
  height: 3rem;
}

/*言語スイッチャー*/
.headerSubItems .bogo-language-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headerSubItems .bogo-language-switcher div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.5rem;
}

.headerSubItems .bogo-language-switcher div > a {
  display: inline-block;
  padding: 0.5rem;
  border: 1px solid #fefefe;
  color: #fefefe;
}

/*!-----フッター-----*/
.footerInfo {
  color: #fefefe;
}

.footerInfo p {
  margin: 0;
}

.footerInfoHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footerInfoHeader_logo {
  /*border: 1px solid #fff;*/
}

.footerInfoHeader_title {
  padding-left: 10px;
  font-size: 1.2rem;
  line-height: 1.4;
}

.footerInfoHeader_title > .mainTitle {
  font-size: 1.5rem;
}

.footerInfoHeader_title > .enTitle {
  display: block;
  font-size: 0.8rem;
}

.footerInfoBody {
  margin-top: 1rem;
  line-height: 1.4;
}

.widget.widget_nav_menu ul li {
  border: none;
  display: inline-block;
  width: 24%;
}

.widget.widget_nav_menu ul li a {
  color: #fefefe;
  position: relative;
}

.widget.widget_nav_menu ul li a::before {
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  left: -10px;
  top: calc(50%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.test {
  color: lawngreen;
}

/*検索ボタン（キーワード入力済判断）*/
/*
.search-inner > .submit > button.submit_noSearch:hover[type="submit"] {
    background: #ffffff;
    color: #0067E6;
    border-color: #0067E6;
}
.search-inner > .submit > button.submit_search:hover[type="submit"] {
    background: #0067E6;
    color: #ffffff;
    border-color: #0067E6;
}
*/
#search-overlay .search-inner > .submit > button.submit_noSearch:hover[type="submit"] {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
#search-overlay.search-inner > .submit > button.submit_search:hover[type="submit"] {
  color: #222;
  background: #fff;
}
@media only screen and (min-width: 769px) {
  .search-inner > .submit > button.submit_noSearch:hover[type="submit"] {
      background: #ffffff;
      color: #0067E6;
      border-color: #0067E6;
  }
  .search-inner > .submit > button.submit_search:hover[type="submit"] {
      background: #0067E6;
      color: #ffffff;
      border-color: #0067E6;
  }
}
/*検索ページャー*/
/*
.pagination.blNewsListPagenation{
    display: block;
}
.archives .pagination.blNewsListPagenation .page-numbers{
      background: #ffffff;
      color: #0067E6;
      border: solid 1px #0067E6;
      font-size:18px;
      font-weight:normal;
      padding:8px 15px;
      margin:0 0.2rem;
}
.archives .pagination.blNewsListPagenation .page-numbers.current{
      background: #0067E6;
      color: #ffffff;
      border: solid 1px #0067E6;
}
*/
/*# sourceMappingURL=style.css.map */

/*ハンバーガーメニュー内トグルボタン*/
@media only screen and (max-width: 768px) {
  #masthead .global-nav #menu-collapse.panel ul li a span i.icomoon {
    color: #0067E6;
  }
  #masthead .global-nav #menu-collapse.panel ul li a span {
    border: 1px solid #0067E6;
    color: #0067E6;

  }
}