@charset "utf-8";

/*-------------- 医院ごとのパーツ -----------------*/
/*フッターに「当院の取り組み」追加になったので、SNSバナーの下マージンを取る*/
#footer-info-inner > div.sns-banner {
  margin-bottom: 15px;
}

/*--- アクセスページの問い合わせセクション ---*/
.access-tel-contact {
  background-position-y: 10px;
  background-position-x: 23px;
  border: 1px solid #cde09f; /*医院ごとにカラーを変えてください*/
  border-radius: 42.5px;
  color: #9c786d; /*医院ごとにカラーを変えてください*/
  margin: 6px auto 5px auto;
  padding: 7px 0px 5px 26px;
  width: 198px;
}

.tell-number-C {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #9c786d; /*医院ごとにカラーを変えてください*/
  background-image: url(pattern/modern/img-parts/icon-tel-color01.png); /*医院ごとにファイル名を変えてください*/
  background-repeat: no-repeat;
  background-size: 17px;
}
/*--- // アクセスページの問い合わせセクション end ---*/

/*-- 診療内容から料金表へのリンク --*/

.link_arrow a{
  padding-bottom: 1px;
  line-height: 2em;
}

.link_arrow a img{
  width: 20px;
  vertical-align: -1px;
}

/* ※ロゴは以下メディアクエリで調整してください※ */
/*-------------------------------------------------------------------*/

/*-- 記事枠 --*/
.article-box {
  margin-left: 0.8em;
}

.reccom-mark {
  display: inline-block;
  border: 1px solid #a6e373;
  border-radius: 4px;
  padding: 4px 6px 2px 6px;
  color: #9c786d;
  font-size: 12px;
  font-weight: bold;
}

.reccom-mark2 {
  display: inline-block;
  border-radius: 4px;
  padding: 5px 6px 2px 6px;
  background-color: rgba(125,204,65,0.8);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.hl-typeD,
.hl-typeD-right {
  position: relative;
  padding-left: 0.6em;
  font-size: 16px;
}

.hl-typeD::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 100%;
  left: 0;
}

.hl-typeD-right::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 100%;
  left: 320px;
}

h4 {
  margin: 0;
  line-height: 1.4em;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 500;
}

.hl-typeD-n {
  font-size: 16px;
}

.hl-typeD2 {
  position: relative;
  padding-left: 0.6em;
  font-size: 16px;
}

.hl-typeD2:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 4px;
  top: 40%;
  left: 0;
}

.hl-typeD3 {
  position: relative;
  padding-left: 0.6em;
  font-size: 18px;
  margin-top: 40px;
}

.hl-typeD3::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 18px;
  left: 0;
  margin-top: 4px;
  border-radius: 30px;
  background: #4187ff;
}

.hl-typeD3-2 {
  position: relative;
  padding-left: 0.6em;
  font-size: 18px;
  margin-top: 25px;
}

.hl-typeD3-2::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 18px;
  left: 0;
  margin-top: 4px;
  border-radius: 30px;
}

.u_line {
  border-bottom: solid;
  border-width: 1px;
}

ul.bullets-list2 {
  padding: 0;
}

ul.bullets-list2 li {
  position: relative;
  list-style-type: none!important;
  vertical-align: top;
  line-height: 1.6em;
  padding-left: 1.0em;
  margin-bottom: 0.3em;
}

ul.bullets-list2 li:before {
  position: absolute;
  display:inline-block;
  vertical-align: middle;
  content:'';
  width: 8px;
  height: 2px;
  top: 0.6em;
  left: 0;
  border-radius: 2px;
}

.separation-typeA {
  height: 1px;
  width: 50%;
}

ul.bullets-list3 li {
  position: relative;
  list-style-type: none!important;
  vertical-align: top;
  line-height: 1.6em;
  padding-left: 25em;
  margin-bottom: 0.3em;
}

ul.bullets-list3 li:before {
  position: absolute;
  display:inline-block;
  vertical-align: middle;
  content:'';
  width: 8px;
  height: 2px;
  top: 0.6em;
  left: 336px;
  border-radius: 2px;
  background: #D4D2BF;
}

@media only screen and (max-width : 980px) {
  ul.bullets-list3 li {
    padding-left: 21em;
  }
  ul.bullets-list3 li:before {
    left: 282px;
  }

  @media only screen and (max-width : 476px) {
    ul.bullets-list3 li {
      padding-left: 1.0em;
    }
    ul.bullets-list3 li:before {
      left: 0;
    }
  }
}

.separation-typeA {
  height: 1px;
  width: 50%;
  background: #000;
  background: linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgba(153,153,154,1) 13%, rgba(153,153,154,1) 87%, rgba(255,255,255,0) 100%);
}

.block-center {
  margin: 0 auto;
}

.price-table-row {
  border-top: 1px dotted #c0c1c1;
}

.price-table-row:last-child {
  border-bottom: 1px dotted #c0c1c1;
}

.payment-table {
  border-bottom: 1px dotted #c0c1c1;
}

.payment-table tr {
  border-top: 1px dotted #c0c1c1;
  border-bottom: 1px dotted #c0c1c1;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.border_nt {
  border-top: none;
}

.pd-top-0px {
  padding: 0 15px 0 0;
}
/*-------------------------------------------------------------------*/
/*----------------------------------------
  スタッフ紹介ページ 経歴テーブル
----------------------------------------*/
table.career-table {
  border: 1px solid;
  border-collapse: separate;
  border-spacing: 0px;
  border-radius: 3px;
  border-color: #e5e5e5;
  width: 100%;
}
table.career-table > tbody > tr {
}
table.career-table > tbody > tr > th,
table.career-table > tbody > tr > td {
  vertical-align: top;
  line-height: 1.6em;
}
table.career-table > tbody > tr > th {
  width: 4em;
  text-align: left;
  padding: 10px 0 0 14px;
  font-weight: normal;
}
table.career-table > tbody > tr > td {
  text-align: left;
  padding: 10px 14px 0 0;
}
table.career-table > tbody > tr:last-of-type > th,
table.career-table > tbody > tr:last-of-type > td
{
  padding-bottom: 8px;
}
table.career-table-inner {
  border-collapse: separate;
  border-spacing: 0px;
}
table.career-table-inner > tbody > tr {
}
table.career-table-inner > tbody > tr > th,
table.career-table-inner > tbody > tr > td {
  vertical-align: top;
  line-height: 1.6em;
}
table.career-table-inner > tbody > tr > th {
  white-space: nowrap;
  padding-right: 1em;
  font-weight: normal;
}
table.career-table-inner > tbody > tr > td {

}
.staff_additional_info_typeA {
  display: inline-block;
  border-bottom: 1px solid #e5e5e5;
}
table.staff_additional_table {
  border-collapse: collapse;
}
table.staff_additional_table > tbody > tr {
  border-bottom: 1px solid #cfcfcf;
}
table.staff_additional_table > tbody > tr > th,
table.staff_additional_table > tbody > tr > td
{
  vertical-align: top;
}
table.staff_additional_table > tbody > tr > th {
  padding: 8px 10px 2px 0;
  font-weight: normal;
}
table.staff_additional_table > tbody > tr > td {
  padding: 8px 0 2px 0;
}
.left-marker-vBorder {
  position: relative;
  padding-left: 14px;
}
.left-marker-vBorder:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  border-radius: 2px;
  height: 1.2em;
  margin-right: 5px;
  left: 6px;
  top: 2px;
  background: #84d2ff;
}
dl.toc {
  width:100%;
}
@media only screen and ( max-width : 428px ) {
  dl.toc {
    width:95%;
  }
}

dl.toc div{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  padding: 5px 0;
}
dl.toc div::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: 2px dotted #a7a7a7;
}
dl.toc dt{
  position: relative;
  margin:0;
  padding: 0 5px 0 15px;
  background-color: #ffffff;
  z-index: 2;
  text-align: left;
}
dl.toc dt::before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  border-radius: 2px;
  height: 1em;
  margin-right: 5px;
  left: 7px;
  top: 0;
  bottom: 0;
  background: #84d2ff;
}
dl.toc dd{
  margin:0;
  padding: 0 0 0 5px;
  background-color: #ffffff;
  z-index: 2;
  text-align: right;
}
.arrow-right-typeA {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.arrow-right-typeA::before,
.arrow-right-typeA::after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.arrow-right-typeA::before{
  left: 2px;
  width: 15px;
  height: 3px;
  background: rgb(42, 116, 255);
}
.arrow-right-typeA::after{
  left: 11px;
  width: 6px;
  height: 6px;
  border-top: 3px solid  rgb(42, 116, 255);
  border-right: 3px solid  rgb(42, 116, 255);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.flex-box-left {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}
.flex-box-item-4col {
  width: calc(100% / 4 - 10px);
  padding-bottom: 20px;
  margin-right: 10px;
}
.mw980 {
  display: none;
}

.access-text dd {
  margin-left: 1em;
  margin-bottom: 1em;
  line-height: 1.6em;
}

.heading-p-A {
  padding: 14px 0;
}

.staff-position {
  position: relative;
  padding-left: 1.0em;
}

.staff-position2 {
  position: relative;
  padding-left: 1.0em;
  margin-bottom: 0;
}

.staff-position::before {
  content: "";
  position: absolute;
  display: block;
  float: left;
  width: 2px;
  border-radius: 2px;
  height: 1.1em;
  margin-right: 5px;
  left: 6px;
  top: 4px;
}

.staff-position2::before {
  content: "";
  display: block;
  float: left;
  width: 2px;
  border-radius: 2px;
  height: 1.1em;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: -8px;
}

@media only screen and ( max-width : 428px ) {
  .staff-position::before {
    left: 0;
}
}

.staff-position {
  position: relative;
  padding-left: 1.0em;
}
.staff-position2 {
  position: relative;
  padding-left: 1.0em;
  margin-bottom: 0;
}

@media only screen and ( max-width : 428px ) {
  .staff-position2::before {
    left: 0;
  }
}

.recep-time dt {
  display: block;
  float: left;
  clear: left;
  margin-right: 20px;
  width: 90px;
  font-family: 'Noto Sans JP',sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  border-radius: 4px;
  padding: 8px 0 8px 2px;
}

@media only screen and ( max-width : 428px ) {
  .recep-time dd {
    display: block;
    float: left;
    width: calc(100% - 120px);
    margin-bottom: 1.2em;
    padding: 8px 0 6px 0;
  }
  .flex-box-item-4col {
    width: calc(100% / 2);
    margin-right: 0;
  }
  .director-name {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
}
.price-desc h3 {
  display: inline-block;
  margin-right: 0.5em;
}

.price-desc h4 {
  display: inline-block;
  margin-right: 0.5em;
}

.products-comment-cb {
  display: none;
}

.products-comment {
   /* 閉じている状態 */
  line-height: 0;
  opacity: 0;
  visibility: hidden;
   /* 閉じるアニメーション */
  transition:
    line-height .3s ease-out,
    opacity     .1s linear,
    visibility  .1s linear;
}

.products-comment-toggle {
  display: inline-block;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.2em;
  border-radius: 4px;
  padding: 2px 15px 0px 6px;
  line-height: 1.2em;
  cursor: pointer;
  vertical-align: text-top;
}

.products-comment-toggle::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  top: 5px;
  right: 6px;
  transform: rotate(45deg);
}

.products-comment-cb:checked + .products-comment-toggle::after {
  transform: rotate(135deg);
  top: 4px;
}

.products-comment-cb:checked + .products-comment-toggle + .products-comment {
    /* 開いている状態 */
    line-height: 1.5;
    opacity: 1;
    visibility: visible;
    /* 開くアニメーション */
    transition:
      line-height .3s ease-out,
      opacity     .1s linear .1s,
      visibility  .1s linear .1s;
}

.price-desc {
  align-items: baseline;
}

.price-text {
  text-align: right;
}

.notes2 {
  font-size: 0.8em;
}

@media only screen and (max-width : 980px) {

  @media only screen and (max-width : 600px) {

    @media only screen and (max-width : 428px) {
      .price-desc h4 {
        margin-left: 13px;
      }

      .products-comment-cb:checked+.products-comment-toggle+.products-comment {
        margin-left: 13px;
      }

      .notes2 {
        margin-left: 13px;
      }
    }
  }
}

.heading-p-A {
    padding: 14px 0;
}

.price-desc-right {
  width: 240px;
}

@media only screen and ( max-width : 980px ){
  .price-desc-right {
    width: 100%;
  }
}
.u_line {
  border-bottom: solid;
  border-width: 1px;
  border-color: #84d2ff;
}
/* ※ロゴは以下メディアクエリで調整してください※ */
.header-logo {
  width: auto;
  margin-bottom: 4px;
}
.logo-footer {
  margin-bottom: 20px;
  width: 30%;
  margin-right: 15px;
}

/*---- スタッフページから採用情報ページへのリンク ----*/
.to_recruit_text {
  text-align: center;
  font-family: 'Noto Sans JP',sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.6em;
  color: #616a72;
  margin-bottom: 0.2em;
}

  .header-logo {
    margin-top: 10px;
  }

/*-- その他 画面幅 980px 未満 --*/
@media only screen and ( max-width : 980px ) {

  /*---ロゴ調整例---*/
  .header-logo {
    margin-bottom: 4px;
  }

  .logo-footer {
    margin-bottom: 20px;
    width: 250px;
  }


  /*-------------------------------------------------------------------*/
  .hl-typeD-right::before {
    left: 270px;
  }
  /*-------------------------------------------------------------------*/

  @media only screen and ( max-width : 428px ) {

    /*---ロゴ調整例---*/
    .header-logo {
      margin-bottom: 0;
      margin: 12px 0 4px 8px;
      width: 80%;
      height: auto;
    }

    .logo-footer {
      margin-bottom: 20px;
      width: 190px;
    }

    /*-------------------------------------------------------------------*/
    /*-- 記事枠 --*/

    .hl-typeD {
      font-size: 16px;
    }

    .hl-typeD-right::before {
      left: 0;
    }

    .hl-typeD2:before {
      top: 0.5em;
    }
    /*-------------------------------------------------------------------*/

    .text-deco-frame {
      display: inline-block;
      border: 1px solid #c3c3c3;
      border-radius: 30px;
      padding: 2px 10px 0px 10px;
      color: #333;
      margin-bottom: 5px;
      margin-right: 5px;
    }

    .director-img {
      width: 100vw;
      margin: 0 0 10px 0;
    }

    .recruit .director-img {
      width: 100vw;
      margin: 0 0 10px -16px;
    }

    @media only screen and ( max-width : 375px ) {

      /*---ロゴ調整例---*/
      .header-logo {
        margin-bottom: 0;
        margin: 12px 0 4px 8px;
        width: 90%;
        height: auto;
      }


      @media ( max-width : 320px ) {

        /*---ロゴ調整例---*/
        .header-logo {
          width: 100%;
          margin: 14px 0 4px 8px;
        }

        .lead-copy h1 {
          font-size: 17px;
          margin-bottom: 20px;
        }

        .price-lead {
          font-size: 15px;
          margin-bottom: 40px;
        }

      }
    }
  }
}

.hours_table_varchar{
  font-size: 12px!important;
}

_:lang(x)::-internal-media-controls-overlay-cast-button, img {
  image-rendering: -webkit-optimize-contrast;
}

.text-deco-frame {
  display: inline-block;
  border-radius: 30px;
  padding: 2px 10px 0px 10px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.text-deco-frame2 {
  display: inline-block;
  border-radius: 30px;
  padding: 2px 10px 0px 10px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.global-navi ul li:first-child {
  border-left: none;
}

.global-navi ul li:last-child {
  border-right: none;
}

/*----- TOPページ内診療内容のボタン位置調整 -----*/

.flex-box-item-3col {
  width: 280px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 15px;
}

@media only screen and ( max-width : 980px ) {

  .flex-box-item-3col {
    width: calc(100% / 3 - 10px);
    padding-bottom: 20px;
  }

  @media only screen and ( max-width : 428px ) {

    .flex-box-item-3col {
      width: 100%;
      padding-bottom: 20px;
    }
  }
}

.textblock-in-cell {
  margin-bottom: 24px;
}

.link-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*----- SNSリンクバナー　サイズ等調整 -----*/

.sns-banner {
  padding-top: 10px;
}

.ig-banner {
  width: 60px;
  margin-right: 5px;
}

.fb-banner {
  width: 60px;
  margin-left: 5px;
}