/* CSS Document */
/*---------------------------------
  メインビジュアル
---------------------------------*/
#k-mainvisualwrap01 {
 width: 100%;
        background: url("../images/subpagetitlebg1.jpg");
        background-size: cover;
        padding: 10rem 0;
}
#k-mainvisualwrap02 {
  text-align: center;
        margin: 0 auto;
        width: 100%;
}
#k-mainvisualwrap02 h2 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        max-width: calc(100% - 4rem);
        font-size: 3.6rem;
        font-weight: 600;
        letter-spacing: .1em;
        font-family: "Noto Serif JP", serif;
        color: #2f5588;
        line-height: 1.4;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    }
#k-mainvisualwrap02 h2::before,
#k-mainvisualwrap02 h2::after {
        content: "";
        display: none;
        width: 7rem;
        height: 1px;
        flex: 0 0 7rem;
        background: #87a9c5;
    }
#k-mainvisualwrap02 h2::before {
        margin: 0 2rem 0 0;
    }
#k-mainvisualwrap02 h2::after {
        margin: 0 0 0 2rem;
    }
#k-mainvisualtitlewrap01 {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  text-align: left;
  top: 50%;
  left: 50%;
}
#k-mainvisualtitlewrap01 {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: .8rem;
  position: relative;
  text-align: center;
  color: #21b8ce;
}
#k-mainvisualtitlewrap01 span {
  padding: 0;
  display: block;
}

.blacktitle01 {
  color: #222;
  filter: drop-shadow(1px 1px 1px #fff);
}
.whitetitle01 {
  color: #fff;
  filter: drop-shadow(0 0 3px #21b8ce) drop-shadow(0 0 10px #21b8ce);
}
@media screen and (max-width:750px) {
  #k-mainvisualwrap01 {
   width: 100%;
        background: url(../images/subpagetitlebg1.jpg) right top;
        background-size: cover;
        padding: 4rem 0;
  }
  #k-mainvisualwrap02 {
           text-align: center;
        margin: 0 auto;
        width: 100%;
  }
   #k-mainvisualwrap02 h2 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        max-width: calc(100% - 3rem);
        font-size: 2.5rem;
        font-weight: 600;
        letter-spacing: .1em;
        font-family: "Noto Serif JP", serif;
        color: #2f5588;
        line-height: 1.4;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    }    
  #k-mainvisualwrap02 h2::before,
  #k-mainvisualwrap02 h2::after {
        width: 3rem;
        flex-basis: 3rem;
        background: #87a9c5;
  }
  #k-mainvisualwrap02 h2::before {
        margin: 0 1rem 0 0;
  }
  #k-mainvisualwrap02 h2::after {
        margin: 0 0 0 1rem;
  }
    
  #k-mainvisualtitlewrap01 {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    top: 50%;
    left: 50%;
  }
  #k-mainvisualtitlewrap01 {
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: .3rem;
    position: relative;
    text-align: center;
    color: #21b8ce;
  }
  #k-mainvisualtitlewrap01::before {
    background: url(../images/subpage_acc.svg);
    background-size: cover;
    width: 200px;
    height: 200px;
    left: 50%;
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .blacktitle01 {
    color: #222;
    filter: drop-shadow(1px 1px 1px #fff);
  }
  .whitetitle01 {
    color: #fff;
    filter: drop-shadow(0 0 3px #21b8ce) drop-shadow(0 0 10px #21b8ce);
  }
}
/*---------------------------------
  メインコンテンツ
---------------------------------*/
#k-maincontentswrap01 {
  width: 100%;
}
#k-maincontentswrap01 a {}
#k-maincontentswrap01 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:750px) {
  #k-maincontentswrap01 {
    width: 100%;
    padding: 3rem 0 3rem;
  }
  #k-maincontentswrap01 a {}
  #k-maincontentswrap01 img {
    width: 100%;
    height: auto;
  }
}
/*---------------------------------
  コンテンツ
---------------------------------*/
.contntswrap01 {
  width: 100%;
  padding: 0 0 70px;
}
.contntswrap01:last-child {
  padding: 0;
}
.contntsyellowwrap01 {
  width: 100%;
  background: #f9f8f7;
  /*padding: 70px 0;*/
}
.contntsinner01 {
  width: 1000px;
  margin: 0 auto;
  padding: 8rem 0 0;
}
.contntsinner01:last-child {
  width: 1000px;
  margin: 0 auto;
  padding: 8rem 0 0;
}
.contntsinner02 {
  width: 1200px;
  margin: 0 auto 50px;
  padding: 0 0 50px;
  border-bottom: 1px solid #5d481d;
}
.contntsinner02:last-child {
  margin: 0 auto;
  padding: 0;
  border-bottom: none;
}
@media screen and (max-width:750px) {
  .contntswrap01 {
    width: 100%;
    padding: 0 0 30px;
  }
  .contntswrap01:last-child {
    padding: 0;
  }
  .contntsyellowwrap01 {
    width: 100%;
    background: #f9f8f7;
    padding: 30px 0;
  }
  .contntsinner01 {
    width: 100%;
    margin: 0 auto;
    padding: 4rem 0 0;
  }
  .contntsinner01:last-child {
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0 0;
  }
  .contntsinner02 {
    width: 100%;
    margin: 0 auto 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid #5d481d;
  }
  .contntsinner02:last-child {
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
  }
}
/*---------------------------------
  タイトル
---------------------------------*/
.titlewrap01 {
  width: 100%;
  text-align: left;
  padding: 0 0 50px;
}
/*
.titlewrap01 p {
  display: block;
}
.titlewrap01 p:nth-child(1) {
  font-size: 3rem;
  letter-spacing: .3rem;
}
.titlewrap01 p:nth-child(2) {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .2rem;
  line-height: 1;
}*/
.titlewrap01 h3 {
position: relative;
  /*display: inline-block;*/
  font-size: 3rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: .3rem;
    line-height: 1.4;
    padding-bottom: 20px;
    text-align: left;
}
.titlewrap01 h3::before {
  content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 1px;
    border-bottom: 3px solid #efefef;
}
.titlewrap01 h3::after {
  content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 200px;
    height: 1px;
    border-bottom: 3px solid #0b5eae;
}
@media screen and (max-width:750px) {
  .titlewrap01 {
    width: 100%;
    text-align: left;
    padding: 0 0 2rem;
  }
	/*
  .titlewrap01 p {
    display: block;
    color: #393e46;
    font-size: 1.4rem;
    padding: 0 1rem;
  }
  .titlewrap01 p:nth-child(1) {
      font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: .2rem;
        width: 90%;
        margin: 0 auto 0;
        padding: 0;
  }
  .titlewrap01 p:nth-child(2) {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .2rem;
    margin-bottom: .5rem
  }*/
.titlewrap01 h3 {
position: relative;
  /*display: inline-block;*/
  font-size: 2rem;
  letter-spacing: .2rem;
  line-height: 1.4;
  padding-bottom: 1.5rem;
text-align: left;
}
.titlewrap01 h3::before {
  content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 1px;
    border-bottom: 3px solid #efefef;
}
.titlewrap01 h3::after {
  content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100px;
    height: 1px;
    border-bottom: 3px solid #0b5eae;
}	
}
/*---------------------------------
  コンテンツリスト（共通）
---------------------------------*/
.contntslistwrap01 {
  width: 100%;
  padding: 0 0 50px;
}
table.tablelist01 {
  width: 100%;
}
table.tablelist01 td {
  width: 25%;
}
table.tablelist02 {
  width: 100%;
}
table.tablelist02 td {
  width: 20%;
}
table.tablelist03 {
  width: 100%;
}
table.tablelist03 td {
  width: calc(100% / 3);
}
table.tablelist04 {
  width: 100%;
}
table.tablelist04 td {
  width: auto;
  line-height: 1.6;
}
table.tablelist04 td:nth-child(1) {
  width: 6em;
}
table.tablelist04 td:nth-child(2) {
  margin-bottom: 5px;
  display: inline-block;
}

	/* アクセスページ */
table.tablelist05 {
    width: 100%;
    margin: 0 auto 0;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #dfdfdf;
}
table.tablelist05 tr {
    border: none;
}
table.tablelist05 td {
    width: auto;
    padding: 25px 20px;
    border-bottom: 1px solid #dfdfdf;
    color: #1f2937;
    font-size: 17px;
    vertical-align: middle;
}

table.tablelist05 tr:last-child td {
    border-bottom: none;
}

table.tablelist05 td:nth-child(1) {
    width: 20%;
    min-width: 100px;
    white-space: nowrap;
    background: #f9f9f9;
    color: #1f2937;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

table.tablelist05 .list_type2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

table.tablelist05 .list_type2 li {
    display: flex;
    align-items: flex-start;
    gap: 0.3em;
    width: 100%;
    line-height: 1.6;
}

table.tablelist05 .list_type2 li::before {
    content: "・";
    flex-shrink: 0;
}
/* アクセスページ */

.access_medi_list li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.access_medi_list:first-child ul {
  margin: 0 0 10px;
}
ul.listdetailwrap01 {
  display: block;
  padding: 0 0 30px;
}
ul.listdetailwrap01:last-child {
  padding: 0;
}
ul.listdetailwrap01 li {
  display: block;
}
ul.listdetailwrap01 li:nth-child(1) {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
}
.pagesubnav {
  margin: 0 0 100px;
}
.pagesubnav_list_medical, .pagesubnav_list_check {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  margin: 0 0 5rem;
  justify-content: flex-start;
}
.pagesubnav_item {
  width: calc((100% - 60px) / 4);
}
.pagesubnav_item a {
  display: block;
  position: relative;
  padding: 12px 0 12px;
  padding-right: 40px;
  border-bottom: solid 1px #cfcfcf;
  font-size: 1.8rem;
}
.pagesubnav_list_medical .pagesubnav_arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #37bfd3;
}
.pagesubnav_list_check .pagesubnav_arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ccc;
}
.pagesubnav_arrow::after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 10px;
  height: 10px;
  transform: translate(50%, -50%) rotate(90deg);
  border-radius: 50%;
  background-image: url(../images/ic_arrow5.svg);
  background-size: cover;
  content: '';
}
@media screen and (max-width:750px) {
  .contntslistwrap01 {
    width: 100%;
    padding: 0 0 30px;
  }
  table.tablelist01 {
    width: 100%;
  }
  table.tablelist01 td {
    width: 100%;
    display: block;
  }
  table.tablelist02 {
    width: 100%;
  }
  table.tablelist02 td {
    width: 100%;
    display: block;
  }
  table.tablelist03 {
    width: 100%;
  }
  table.tablelist03 td {
    width: 100%;
    display: block;
  }
  table.tablelist04 {
    width: 100%;
  }
  table.tablelist04 td {
    width: auto;
  }
  table.tablelist04 td:nth-child(1) {
    width: 6em;
    vertical-align: top;
  }
	/*
  table.tablelist05 {
    width: 100%;
  }
  table.tablelist05 tr {
    border-bottom: 1px solid #dad9d8;
      display: flex;
    flex-direction: column;
  }
  table.tablelist05 tr:nth-child(1) td {
    padding: 0 0 1rem;
  }
  table.tablelist05 td {
    width: auto;
    padding: 0 0 1rem 0;
  }
  table.tablelist05 td:nth-child(1) {
    width: 100%;
   padding: 1rem 0 .5rem;
              margin: 0 1rem;
  }
   table.tablelist05 td:nth-child(2) {
    width: 100%;
    margin: 0 1rem;
  }
	*/
	
	/* アクセスページ */
	table.tablelist05 {
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #dfdfdf;
}

table.tablelist05 tr {
    display: flex;
    flex-direction: column;
    border: none;
}

table.tablelist05 td {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    border-bottom: none;
    color: #1f2937;
    font-size: 16px;
    vertical-align: middle;
}

table.tablelist05 td:nth-child(1) {
    width: 100%;
    min-width: 0;
    padding: 8px 15px;
    background: #f9f9f9;
    border-bottom: 1px solid #dfdfdf;
    white-space: nowrap;
    color: #1f2937;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

table.tablelist05 td:nth-child(2) {
    width: 100%;
    margin: 0;
    padding: 12px 15px 18px;
}

table.tablelist05 tr:not(:last-child) td:nth-child(2) {
    border-bottom: 1px solid #dfdfdf;
}

table.tablelist05 .list_type2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

table.tablelist05 .list_type2 li {
    display: flex;
    align-items: flex-start;
    gap: 0.3em;
    width: 100%;
    line-height: 1.6;
}

table.tablelist05 .list_type2 li::before {
    content: "・";
    flex-shrink: 0;
}
	
	/* アクセスページ */
	
  ul.listdetailwrap01 {
    display: block;
    padding: 0 0 30px;
  }
  ul.listdetailwrap01:last-child {
    padding: 0;
  }
  ul.listdetailwrap01 li {
    display: block;
  }
  ul.listdetailwrap01 li:nth-child(1) {
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .pagesubnav {
    margin: 0 0 100px;
  }
  .pagesubnav_list_medical, .pagesubnav_list_check {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    margin: 0 auto 5rem;
    width: 95%;
  }
  .pagesubnav_item {
    width: calc((100% - 10px) / 2);
  }
  .pagesubnav_item a {
    display: block;
    position: relative;
    padding: 12px 0 12px;
    padding-right: 30px;
    border-bottom: solid 1px #cfcfcf;
    font-size: 1.4rem;
  }
  .pagesubnav_list_medical .pagesubnav_arrow {
    position: absolute;
    top: 50%;
    right: 2px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #37bfd3;
  }
  .pagesubnav_list_check .pagesubnav_arrow {
    position: absolute;
    top: 50%;
    right: 2px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #ccc;
  }
  .pagesubnav_arrow::after {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 10px;
    height: 10px;
    transform: translate(50%, -50%) rotate(90deg);
    border-radius: 50%;
    background-image: url(../images/ic_arrow5.svg);
    background-size: cover;
    content: '';
  }
}
/*---------------------------------
  コンテンツ詳細（共通）
---------------------------------*/
.contentsdetailwrap01 {
  /*display: table;
  width: 100%;
  padding: 0 0 100px;*/
    
width: 100%;
    padding: 60px 60px;
    background: #fff;
    border-radius: 10px;    
    margin: 0 0 80px 0;
    position: relative;
    z-index: 2;
}
.contentsdetailwrap01:last-child {
  margin: 0;
}
.contentsdetailwrap02 {  
width: 100%;
    padding: 60px 60px;
    background: #fff;
    border-radius: 10px;    
    margin: 0 0 80px 0;
    position: relative;
    z-index: 2;
    border: 8px solid #cedadf;
}
.contentsdetailwrap02:last-child {
  margin: 0;
}
.contentsdetailinner01 {
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: 400;
  padding: 0 0.5%;
  margin: 0 0 3rem;
}
.contentsdetailinner01:last-child {
  margin: 0;
}
.contentsdetailinner02 {}
.contentsdetailinner02 .txt {
  flex: 1;
}
.contentsdetailinner02 .figure {
  width: 380px;
}
.contentsdetailinner02 .figure img {
  width: 100%;
}
.contentsdetailinner03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contentsdetailinner03 .txt {
  flex: 1;
  margin: 0 30px 0 0;
}
/*縦画像*/
.contentsdetailinner03 .length img {
  width: 60% !important;
  display: inline-block;
  vertical-align: middle;
}
.contentsdetailinner03 .figure {
  width: 350px;
  text-align: right;
}
/*/縦画像*/
.contentsdetailinner03 .figure img {
  width: 100%;
}
.figure0_img {
  display: block;
  margin: 2rem auto 0;
  width: 80%;
}
.figure0_img img {
  width: 100%;
}
.figure_img {
  display: block;
  float: right;
  margin: 0 0 30px 30px;
  width: 40%;
}
.figure_img img {
  width: 100%;
}
.figure2_img {
  display: block;
  float: right;
  margin: 0 0 30px 30px;
  width: 20%;
}
.figure2_img img {
  width: 100%;
}
.figure3_img {
  display: block;
  float: right;
  margin: 0 0 30px 30px;
  width: 20%;
}
.figure3_img img {
  width: 100%;
}
.contentsdetailinner04 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.contentsdetailinner04 div {
  width: 350px;
}
.contentsdetailinner04 div img {
  width: 100%;
}
.contentsdetailtitle01 {
    position: relative;
    display: inline-block;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 500;
    padding: 8px 20px 8px 25px;
    margin: 0 0 3rem;
    background: #f8f8f8;
    /* border-bottom: 1px solid #d2d2d2; */
}
.contentsdetailtitle01::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    background: #7fb7d8;
}
.contentsdetailtitle01 a {
  color: #5d481d;
}
.contentsdetailtitle01 a span::after {
  content: "▲";
  display: inline-block;
  transform: rotate(90deg);
  font-size: 1.2rem;
  margin-left: .7rem;
  vertical-align: middle;
  color: #d87d97;
}
.contentsdetailtitle02 {
  font-size: 2rem;
  padding: 0 0.5% 1.3rem;
  color: #5d481d;
  font-family: 'Playfair Display', serif;
}
.contentsdetailtitle03 {
  margin-bottom: 1.3rem;
  padding: 0 0.5% 1.3rem;
  border-bottom: 1px solid #5d481d;
}
.contents2columnswrap01 {
  display: table-cell;
  vertical-align: middle;
}
.contents2columnswrap01:nth-child(1) {
  width: 700px;
}
.contents2columnswrap01:nth-child(2) {
  width: calc(100% - 700px - 50px);
  padding: 0 0 0 50px;
  font-size: 1.7rem;
  line-height: 2.2;
}
.contents2columnswrap02 {
    display: flex;
    gap: 50px;
    padding: 0;
    flex-direction: column;
}
.doctor-page .contents2columnswrap02 .contentsdetailinner01 {
  background: #f9f9f9;
  padding: 3rem;
}
.contents2columnswrap02inner01 {
  width: 100%;
}
.contents2columnswrap03 {
  width: 100%;
  display: table;
  padding: 0 0.5% 50px;
}
.contents2columnswrap03:last-child {
  padding: 0 0.5%;
}
.contents2columnswrap03inner01 {
  display: table-cell;
  vertical-align: top;
}
.contents2columnswrap03inner01:nth-child(1) {
  width: calc(100% - 490px - 50px);
}
.contents2columnswrap03inner01:nth-child(2) {
  width: 490px;
  padding: 0 0 0 50px;
}
.contents2columnswrap04 {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    margin: 0 0 5rem;
    align-items: flex-start;
}
.contents2columnswrap04inner01:nth-child(1) {
  width: 260px;
}
.contents2columnswrap04inner01:nth-child(2) {
    width: 400px;
    padding: 0 80px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    margin: 130px 0 0;
	 
}

/*
.contents2columnswrap04inner02:nth-child(1) {
  width: 700px;
  order: 2;
}
.contents2columnswrap04inner02:nth-child(2) {
  width: calc(100% - 700px - 50px);
  padding: 0 50px 0 0;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.7rem;
  line-height: 2.2;
  order: 1;
}*/
.contents3columnswrap01 {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 65px;
}
.contents3columnswrap01inner01 {
  width: 29.72%;
  ;
}
.contents3columnswrap01inner01 img {
  padding: 0 0 10px;
}
.contents4columnswrap01 {
  display: flex;
  flex-wrap: wrap;
  gap: 55px 25px;
}
.contents4columnswrap01inner01 {
  width: calc((100% - 50px) / 2);
}
.contents4columnswrap01inner01 img {
  padding: 0 0 10px;
}
.contentsimg {
  width: 45%;
  margin: 2rem auto 0;
}
.contentsimg img {
  width: 100%;
}
.sub_txt {
  width: 100%;
  margin: 0 0 2.5rem 0;
}
.sub_txt span {
  font-size: 2.3rem;
  letter-spacing: .1rem;
  line-height: 1;
  position: relative;
  padding: 5px 20px 6px 20px;
  font-family: "Hiragino Mincho ProN", serif;
  background: #21b8ce;
  color: #fff;
}
.sub_txt span::before {
  border-left: 4px solid #7fd3df;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.quality li {
  width: 100%;
  position: relative;
  padding: 0 0 0 1.5em;
  line-height: 1.4;
  margin: 0 0 2rem;
}
.quality li::before {
  display: block;
  position: absolute;
  top: .7rem;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #3c8d99;
  content: '';
  border-radius: 50%;
}
.detail {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.detail li {
  margin: 0 20px 0 0;
}
.detail li span {
  line-height: 1.6;
  display: flex;
  align-items: center;
}
.detail li span::before {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 5px;
  background-color: #3c8d99;
  border-radius: 50%;
}
.detail2 {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  width: 100%;
}
.detail2 li {
  width: calc(100% / 2);
  line-height: 1.6;
  margin: 0 0 1rem;
}
.detail2 li span::before {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #d5c4b7;
  border-radius: 50%;
  margin: 0 5px 0 0;
}
.btn_detail {
  text-align: center;
}
.btn_detail a {
  width: 300px;
  display: inline-block;
  text-align: center;
  padding: 1.3rem 0;
  background: #fff;
  font-size: 2rem;
  border-radius: 4px;
  position: relative;
  border: 1px solid #21b8ce;
  color: #21b8ce;
}
.btn_detail a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  background: url("../images/ic_arrow_detail.svg");
  background-size: cover;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
  vertical-align: baseline;
  transition: all .3s;
}
.btn_detail a:hover {
  color: #fff;
  background: #21b8ce;
}
.btn_detail a:hover::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  background: url("../images/ic_arrow1.svg");
  background-size: cover;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
  vertical-align: baseline;
  transition: all .3s;
}
.greeting {
  width: 100%;
  padding: 0 50px;
  margin: 0 0 80px;
  line-height: 2;
  text-align: justify;
}
.greetingt_ttl {
  width: 100%;
  font-size: 2.7rem;
  text-align: center;
  margin: 0 0 40px 0;
  font-weight: 500;
}
    .greeting_hd {
 width: auto;
    font-size: 2rem;
    letter-spacing: .5rem;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    margin: 80px 0 0;
    z-index: 1;
    bottom: 0;
    left: 50px;
    position: absolute;
    }
  .greeting_hd span::before {
        content: "DOCTOR";
        color: #0b5eae;
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: .2rem;
        display: block;
        line-height: 1;
        margin-bottom: .7rem;
    }
  .greeting_hd span::after {
        content: "";
        display: block;
        width: 9.5rem;
        border-bottom: 1px dashed #3e1f03;
        margin-top: .7rem;
    }
@media screen and (max-width:750px) {
  .contentsdetailwrap01 {
    display: block;
    width: 90%;
    margin: 0 auto 4rem;
    padding: 2rem;
  }
  .contentsdetailwrap01:last-child {
      display: block;
        width: 90%;
        margin: 0 auto 0;
        padding: 3rem 2rem;
  }
  .contentsdetailwrap02 {
    display: table;
    width: 90%;
    margin: 0 auto 4rem;
    padding: 2rem;
    border: 3px solid #cedadf;
  }
  .contentsdetailwrap02:last-child {
      display: table;
        width: 90%;
        margin: 0 auto 0;
        padding: 3rem 2rem;
  }    
  .contentsdetailinner01 {
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 400;
    padding: 0 0.5%;
    margin: 0 0 2.5rem;
  }
  .contentsdetailinner02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contentsdetailinner02 .txt {
    flex: 1;
  }
  .contentsdetailinner02 .figure {
    width: 380px;
  }
  .contentsdetailinner02 .figure img {
    width: 100%;
  }
  .contentsdetailinner03 {
    display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column-reverse;
  }
  .contentsdetailinner03 .txt {
    flex: 1;
      margin: 0;
  }
  .contentsdetailinner03 .figure {
    width: 80%;
    margin: 0 auto 2rem;
  }
  .contentsdetailinner03 .figure img {
    width: 100%;
  }
  .figure_img {
    width: 60%;
    margin: 2rem auto 0;
    order: 2;
  }
  .figure_img img {
    width: 100%;
  }
  .figure2_img {
    width: 40%;
    margin: 2rem auto 0;
    order: 2;
  }
  .figure2_img img {
    width: 100%;
  }
  .figure3_img {
    display: block;
    float: right;
    margin: 0 0 30px 30px;
    width: 30%;
  }
  .figure3_img img {
    width: 100%;
  }
  .contentsdetailinner04 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
  }
  .contentsdetailinner04 div {
    width: 48%;
  }
  .contentsdetailinner04 div img {
    width: 100%;
  }
.contentsdetailtitle01 {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    padding: .5rem .5rem .5rem 1.5rem;
    margin: 0 0 2rem;
    background: #f8f8f8;
    /* border-bottom: 1px solid #d2d2d2; */
}

.contentsdetailtitle01::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: #7fb7d8;
}
  .contentsdetailtitle01 a {
    color: #5d481d;
  }
  .contentsdetailtitle01 a span::after {
    content: "▲";
    display: inline-block;
    transform: rotate(90deg);
    font-size: 1.2rem;
    margin-left: .7rem;
    vertical-align: middle;
    color: #d87d97;
  }
  .contentsdetailtitle02 {
    font-size: 2rem;
    padding: 0 0.5% 1.3rem;
    color: #5d481d;
    font-family: 'Playfair Display', serif;
  }
  .contentsdetailtitle03 {
    padding: 0 0.5% 1.3rem;
    border-bottom: 1px solid #5d481d;
    margin-bottom: 1.3rem;
  }
  .contents2columnswrap01 {
    display: block;
    vertical-align: middle;
  }
  .contents2columnswrap01:nth-child(1) {
    width: 100%;
  }
  .contents2columnswrap01:nth-child(2) {
    width: calc(100%);
    padding: 30px 0 0;
    font-size: 1.5rem;
    line-height: 2.2;
  }
  .contents2columnswrap02 {
    display: block;
    gap: 0 20px;
            padding: 0;
  }
  .doctor-page .contents2columnswrap02 .contentsdetailinner01 {
    padding: 2rem;
  }
  .contents2columnswrap02inner01 {
    width: 100%;
    padding: 0 0 30px;
  }
  .contents2columnswrap02inner01:last-child {
    padding: 0;
  }
  .contents2columnswrap03 {
    width: 100%;
    display: block;
    padding: 0 0.5% 30px;
  }
  .contents2columnswrap03:last-child {
    padding: 0 0.5%;
  }
  .contents2columnswrap03inner01 {
    display: block;
    vertical-align: top;
  }
  .contents2columnswrap03inner01:nth-child(1) {
    width: 100%;
  }
  .contents2columnswrap03inner01:nth-child(2) {
    width: 100%;
    padding: 20px 0 0;
  }
  .contents2columnswrap04 {
    display: block;
    align-items: center;
	  margin: 0 0 3rem;
  }
  .contents2columnswrap04inner01:nth-child(1) {
    width: 70%;
    margin: 0 auto;
  }
  .contents2columnswrap04inner01:nth-child(1) img{
    width: 100%;
  }	
  .contents2columnswrap04inner01:nth-child(2) {
    width: calc(100%);
    padding: 30px 0 0;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.4rem;
    line-height: 2.2;
	margin: 0;
  }
  .contents2columnswrap04inner02:nth-child(1) {
    width: 100%;
    order: 1;
  }
  .contents2columnswrap04inner02:nth-child(2) {
    width: calc(100%);
    padding: 30px 0 0;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.7rem;
    line-height: 2.2;
    order: 2;
  }
  .contents3columnswrap01 {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    gap: 0;
  }
  .contents3columnswrap01inner01 {
    width: 100%;
    padding: 0 0 15px;
  }
  .contents3columnswrap01inner01:last-child {
    padding: 0;
  }
  .contents3columnswrap01inner01 img {
    padding: 0 0 10px;
  }
  .contents4columnswrap01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
  }
  .contents4columnswrap01inner01 {
    width: 49%;
    padding: 0 0 15px;
    text-align: center;
  }
  .contents4columnswrap01inner01 img {
    padding: 0 0 10px;
  }
  .contentsimg {
    width: 100%;
    margin: 2rem auto 0;
  }
  .contentsimg img {
    width: 100%;
  }
  .sub_txt {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .sub_txt span {
    font-size: 2rem;
    letter-spacing: .1rem;
    line-height: 1;
    position: relative;
    padding: .5rem 1rem .5rem 1rem;
    font-family: "Hiragino Mincho ProN", serif;
    background: #21b8ce;
    color: #fff;
  }
  .sub_txt span::before {
    border-left: 4px solid #7fd3df;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
  .quality li {
    width: 100%;
    position: relative;
    padding: 0 0 0 1.2em;
    line-height: 1.4;
    margin: 0 0 2rem;
  }
  .quality li::before {
    display: block;
    position: absolute;
    top: .5rem;
    left: 0;
    width: 1.3rem;
    height: 1.3rem;
    background-color: #3c8d99;
    content: '';
    border-radius: 50%;
  }
  .detail {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .detail li {
    margin: 0 0 1rem 0;
  }
  .detail li span {
    line-height: 1.6;
    display: flex;
    align-items: center;
  }
  .detail li span::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    background-color: #3c8d99;
  }
  .detail2 {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
  }
  .detail2 li {
     width: 100%;
  line-height: 1.6;
  margin: 0 0 1rem;
  }
  .detail2 li span {
            width: 100%;
        position: relative;
        padding-left: 1em;
        text-indent: -1em;
        line-height: 1.4;
        margin: 0 0 .5rem;
        display: inline-block;
  }
  .detail2 li span::before {
    content: "";
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    background-color: #d5c4b7;
    border-radius: 50%;
    margin: 0 5px 0 0;
  }
  .btn_detail {
    text-align: center;
  }
  .btn_detail a {
    width: 60%;
    display: inline-block;
    text-align: center;
    padding: 1.3rem 0;
    background: #fff;
    font-size: 1.8rem;
    border-radius: 4px;
    position: relative;
    border: 1px solid #21b8ce;
    color: #21b8ce;
  }
  .btn_detail a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    background: url("../images/ic_arrow_detail.svg");
    background-size: cover;
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin: auto;
    vertical-align: baseline;
    transition: all .3s;
  }
  .btn_detail a:hover {
    color: #fff;
    background: #21b8ce;
  }
  .btn_detail a:hover::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    background: url("../images/ic_arrow1.svg");
    background-size: cover;
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin: auto;
    vertical-align: baseline;
    transition: all .3s;
  }
  .greeting {
    width: 100%;
    padding: 0;
    margin: 0 0 3rem;
    line-height: 2;
    text-align: justify;
  }    
  .greetingt_ttl {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin: 0 0 2.5rem 0;
    line-height: 1.8;
  }
    .greeting_hd {
width: 100%;
        font-size: 2rem;
        letter-spacing: .5rem;
        text-align: center;
        font-family: 'Playfair Display', serif;
        font-weight: 500;
        margin: 2rem 0 0;
        position: static;
    }	
	    .greeting_hd span::before {
        content: "DOCTOR";
        color: #0b5eae;
        font-size: 1.4rem;
        font-weight: 500;
        letter-spacing: .3rem;
        display: block;
        line-height: 1;
        margin-bottom: .7rem;
    }
	    .greeting_hd span::after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 9.8rem;
        border-bottom: 1px dashed #3e1f03;
        margin-top: .7rem;
    }
}
/*---------------------------------
  表示・非表示（PC / TB / SP）
---------------------------------*/
.pconly {
  display: block;
}
.tbonly {
  display: block;
}
.sponly {
  display: none !important;
}
.pcnone {
  display: none;
}
@media screen and (max-width:750px) {
  .pconly {
    display: none !important;
  }
  .tbonly {
    display: none !important;
  }
  .sponly {
    display: block;
  }
  .pcnone {
    display: inline-block;
  }
  .spnone {
    display: none !important;
  }
}
/*---------------------------------
  テキスト位置
---------------------------------*/
.textleft {
  text-align: left;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
/*---------------------------------
  テキスト頭揃え
---------------------------------*/
.indent01-01 {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
@media screen and (max-width:750px) {}
/*---------------------------------
  改行設定
---------------------------------*/
.break:before {
  content: "\A";
  white-space: pre;
}
.pcno-break:before {
  content: "";
  white-space: pre;
}
.spno-break:before {
  content: "\A";
  white-space: pre;
}
@media screen and (max-width:750px) {
  .break:before {
    content: "\A";
    white-space: pre;
  }
  .pcno-break:before {
    content: "\A";
    white-space: pre;
  }
  .spno-break:before {
    content: "";
    white-space: pre;
  }
}
/*---------------------------------
  医師紹介
---------------------------------*/
ul.doctorname01 {
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  color: #393e46;
  line-height: 1.2;
}
ul.doctorname01 li {
  display: block;
}
ul.doctorname01 li:nth-child(1) {
font-size: 2.3rem;
    margin: 0 0 2rem;
    letter-spacing: .4rem;
}
ul.doctorname01 li:nth-child(2) {
  font-size: 3.6rem;
  margin: 0 0 2rem;
  font-weight: 500;
  letter-spacing: .5rem;
}
ul.doctorname01 li:nth-child(3) span {
  display: inline-block;
  text-align: center;
  background: #ecf4f8;
  padding: .5rem 2rem;
  margin: .5rem;
  border-radius: 50px;
}
.doctorbtnwrap01 {
  width: 260px;
  padding: 30px 0 0;
}
.doctortitle01 {
  font-size: 2rem;
  padding: 0 0.5% 1.3rem;
  border-bottom: 1px solid #3489c9;
  margin-bottom: 2rem;
}
 .doctor-profile__section-content {
        border-radius: 10px;
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        line-height: 1.6;
        font-size: 1.6rem;
    }
        .doctor-profile__list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
        .doctor-profile__list-item {
        width: 100%;
        margin-bottom: 1rem;
    }
        .doctor-profile__bullet-item {
    width: 100%;
    margin: 0 auto 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.6;
    font-size: 1.6rem;
    position: relative;
    padding-left: 1.8rem;
    }
        .doctor-profile__bullet-item::before {
    display: block;
    position: absolute;
    top: .9rem;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    background-color: rgba(106, 97, 89, 0.2);
    content: '';
    }
        .doctor-profile__bullet-item:last-child {
        margin: 0 auto 0;
    }
    .doctor-profile__note{
        width: 100%;
        font-size: 2rem;
        letter-spacing: .3rem;
        font-weight: 500;
        font-family: 'Playfair Display', serif;
    }
.doctor-profile__career-item {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.doctor-profile__career-year {
    width: 14rem;
    position: relative;
    margin-bottom: .8rem;
}

.doctor-profile__career-text {
    width: calc(100% - 15rem);
    margin-bottom: 1rem;
}

.doctor-page .contents2columnswrap02 .contentsdetailinner01.doctor-books-inner {
  background: transparent;
  padding: 0;
}

.doctor-books-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}

.doctor-book-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1rem;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(13, 24, 52, .12);
  transition: transform .25s ease, box-shadow .25s ease;
}

.doctor-book-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(13, 24, 52, .18);
}

.doctor-book-card img {
  display: block;
  width: 100%;
  height: auto;
}

.doctor-book-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.4rem;
}

.doctor-book-card__body p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
}

.doctor-book-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  margin-top: auto;
  padding: .8rem 1.6rem;
  border-radius: 999px;
  background: #0b5eae;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(11, 94, 174, .18);
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.doctor-book-button:hover {
  background: #2f5588;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(47, 85, 136, .24);
}

    .media__w {
    width: 100%;
    margin: 0 auto;
    border: 1px #ccc solid;
    padding: 30px 30px;
    border-radius: 7px;
    background: #fbfbfb;
    }
    .media_w {
        width: 100%;
    display: flex;
    flex-direction: column;
    }
.media_in  {
    padding: 0 1%;
}

    .media1 {
       font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 20px;
    }
    .media_tag {
        display: inline-block;
        background: #2344b7;
        padding: .5rem 2rem;
        color: #ffffff;
        border-radius: 3px;
    }
/* 出版 */
.tag_a {
        background: #2344b7;
    }
/* YouTube */
    .tag_c {
        background: #ab3838;
    }

/* 新聞*/
    .tag_d {
        background: #ab8738;
    }
/* Webサイト*/
    .tag_e {
        background: #6cd078;
    }
/* ニュースサイト*/
    .tag_f {
        background: #c07636;
    }
    .media-p {
    margin: 0 0 20px;
    }
    .media2 {
           display: flex;
    gap: 30px;
		text-align: justify;
    }
    .media2-1 {
   flex: 1;
    }
    .media2-2 {
        width: 200px;
    }
    .media2-2 img {
        width: 100%;
    }
    .media5 {
           width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    }
    .media5-1 {
        width: 50%;
        text-align: center;
    }
    .media5-1 iframe {
      width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    }
    .media5-1 video {
      width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    }
    .doctortitle02 div{
font-size: 2.8rem;
    text-align: center;
    letter-spacing: .5rem;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    }
    .doctortitle02 div::after {
        content: "";
        display: block;
        width: 5rem;
        height: .1rem;
        background: #390b0b;
        margin: 1.2rem auto 0;
    }
@media screen and (max-width:750px) {
  ul.doctorname01 {
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    color: #393e46;
    line-height: 1.2;
    text-align: center;
  }
  ul.doctorname01 li {
    display: block;
  }
  ul.doctorname01 li:nth-child(1) {
    font-size: 1.8rem;
    margin: 0 0 .8rem;
	letter-spacing: .3rem;
  }
  ul.doctorname01 li:nth-child(2) {
font-size: 2.6rem;
        font-weight: 500;
        letter-spacing: .5rem;
  }
  ul.doctorname01 li:nth-child(3) {}
  ul.doctorname01 li:nth-child(3) span {
    display: inline-block;
    text-align: center;
    background: #ecf4f8;
    padding: .5rem 2rem;
    margin: .5rem .2rem;
    border-radius: 50px;
  }
  .doctorbtnwrap01 {
    width: 60%;
    margin: 0 auto;
    padding: 10px 0 0;
  }
  .doctortitle01 {
    font-size: 2rem;
    padding: 0 0.5% 1.3rem;
    border-bottom: 1px solid #3489c9;
    margin-bottom: 2rem;
  }
	 .doctor-profile__section-content {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
.doctor-profile__list:last-child{
    margin-bottom: 0;
}
     .doctor-profile__list-item {
        width: 100%;
    }
        .doctor-profile__bullet-item {
        width: 100%;
        margin: 0 auto 1rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        line-height: 1.5;
        position: relative;
        padding-left: 1.6rem;
    }
    .doctor-profile__bullet-item::before {
        display: block;
        position: absolute;
        top: 1rem;
        left: 0;
        width: 0.8rem;
        height: 0.8rem;
        background-color: rgba(106, 97, 89, 0.2);
        content: '';
    }
        .doctor-profile__note {
        width: 100%;
            text-align: center;
        font-size: 1.8rem;
        letter-spacing: .3rem;
        font-weight: 500;
        font-family: 'Playfair Display', serif;
    }
	.doctor-profile__career-item {
    width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.doctor-profile__career-year {
    width: 100%;
    position: relative;
}

.doctor-profile__career-text {
    width: 100%;
}

  .doctor-books-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .doctor-book-card {
    flex-direction: row;
    align-items: flex-start;
    border-radius: 8px;
  }

  .doctor-book-card img {
    width: 9rem;
    flex: 0 0 9rem;
    height: auto;
  }

  .doctor-book-card__body {
    padding: 1.2rem;
  }

  .doctor-book-card__body p {
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .doctor-book-button {
    align-self: flex-start;
    padding: .7rem 1.3rem;
    font-size: 1.2rem;
  }
.media__w {
    width: 100%;
    margin: 0 auto;
    border: 1px #ccc solid;
    padding: 2rem 1.5rem;
    border-radius: 7px;
    background: #fbfbfb;
}	
.media1 {
font-size: 1.6rem;
        font-weight: 500;
        display: flex;
        align-items: flex-start;
        gap: 15px;
        margin: 0 0 20px;
        flex-direction: column;
}
.media2 {
    display: flex;
    gap: 30px;
    text-align: justify;
    flex-direction: column;
}	
    .media2-2 {
        width: 60%;
        margin: 0 auto;
        text-align: center;
    }	
.media5 {
        width: 100%;
        display: flex;
        gap: 20px;
        justify-content: space-between;
        flex-direction: column;
	}
.media5-1 {
    width: 100%;
    text-align: center;
}
	    .doctortitle02 div{
font-size: 2rem;
    text-align: center;
    letter-spacing: .5rem;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    line-height: 2;
    }
    .doctortitle02 div::after {
        content: "";
        display: block;
        width: 5rem;
        height: .1rem;
        background: #390b0b;
        margin: 1.2rem auto 0;
    }
}
/*---------------------------------
  診療案内
---------------------------------*/
.medicalimg_w {
  width: 40%;
  margin: 0 auto 80px;
}
.medicalimg_w img {
  width: 100%;
}
.medical_list li {
  width: 100%;
  font-size: 1.6rem;
  position: relative;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 1.5rem 0;
}
.medical_list li::before {
  content: "";
  display: inline-block;
  background: url(../images/ic_check1.svg);
  width: 2rem;
  height: 2rem;
  margin: 0 10px 0 0;
  vertical-align: sub;
  background-size: cover;
}
.ost_w {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px 0;
  width: 100%;
}
.ost {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.ost_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ratio {}
.impact {
  margin-top: 10px;
  font-size: 1.2rem;
}
.underline {
  text-decoration: underline;
}
.indent_number {
  margin-bottom: .5rem;
  line-height: 1.5;
  display: flex;
  display: -webkit-box;
}
.indent_number span.number {
  display: block;
  padding-right: 1em;
}
.faq dl {
  margin-bottom: 20px;
}
.faq dl dt {
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 0 5px 0 2em;
}
.faq dl dt:before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 7px;
  content: "Q.";
}
.faq dl dd {
  position: relative;
  line-height: 1.6;
  background: #f2f2f2;
  padding: 20px;
  border-radius: 4px;
}
.ra_list_w {}
.ra_list {
  display: flex;
  align-items: flex-start;
}
.ra_ttl {
  width: 130px;
}
.ra_txt {
  flex: 1;
}
@media screen and (max-width:750px) {
  .medicalimg_w {
    width: 80%;
    margin: 0 auto 10vw;
  }
  .medicalimg_w img {
    width: 100%;
  }
  .medical_list li {
          width: 100%;
        font-size: 1.5rem;
        position: relative;
        font-weight: 500;
        margin: 0 0 2rem 0;
        padding-left: 3rem;
        text-indent: -2.5rem;
  }
  .medical_list li::before {
    content: "";
    display: inline-block;
    background: url(../images/ic_check1.svg);
    width: 1.6rem;
    height: 1.6rem;
    vertical-align: sub;
    background-size: cover;
    position: relative;
    top: 0;
  }
  .ost_w {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 1rem 0;
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: .01rem;
  }
  .ost {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: .5rem;
  }
  .ost_item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ratio {}
  .impact {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .underline {
    text-decoration: underline;
  }
  .indent_number {
    margin-bottom: .5rem;
    line-height: 1.5;
    display: flex;
  }
  .indent_number span.number {
    display: block;
    padding-right: 1em;
  }
  .faq dl {
    margin-bottom: 20px;
  }
  .faq dl dt {
    position: relative;
    font-weight: 500;
    font-size: 1.6rem;
    padding: 0 5px 0 2em;
    line-height: 1.6;
    margin: 0 0 1rem 0;
  }
  .faq dl dt:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 7px;
    content: "Q.";
  }
  .faq dl dd {
    position: relative;
    line-height: 1.6;
    background: #f2f2f2;
    padding: 20px;
    border-radius: 4px;
  }
  .ra_list_w {}
  .ra_list {
    display: flex;
    align-items: flex-start;
  }
  .ra_ttl {
    margin-right: 0.5em;
    width: 8em;
  }
  .ra_txt {
    flex: 1;
  }
}
/*---------------------------------
  予防接種スケジュール表
---------------------------------*/
.vaccine_price_w {
  width: 100%;
  padding: 0 15px;
  line-height: 1.8;
}
.vaccine_price_w table {
  width: 100%;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  line-height: 1.6;
}
.vaccine_price_w table td, .vaccine_price_w table th {
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}
.vaccine_price_w table td {
  width: 25%;
  padding-right: 2rem;
  vertical-align: middle;
  text-align: justify;
}
.vaccine_price_w table td.name {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.vaccine_price_w table td.count {
  text-align: center;
  vertical-align: middle;
  width: 15%;
}
.vaccine_price_w table th {
  background-color: #dff9fd;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (max-width:750px) {
  .vaccine_price_w {
    max-width: 100%;
    line-height: 1.8;
    overflow: auto;
    font-size: 1.4rem;
    overflow-x: scroll;
    padding: 0 20px;
  }
  .vaccine_price_w table {
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    line-height: 1.6;
    table-layout: fixed;
  }
  .vaccine_price_w table td, .vaccine_price_w table th {
    padding: .5rem 1rem .5rem 1rem;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
  }
  .vaccine_price_w table th:first-child {
    width: 250px;
  }
  .vaccine_price_w table th:nth-child(2) {
    width: 250px;
  }
  .vaccine_price_w table th:nth-child(3) {
    width: 250px;
  }
  .vaccine_price_w table td {
    vertical-align: middle;
    text-align: justify;
  }
  .vaccine_price_w table td.name {
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem;
    width: 200px;
  }
  .vaccine_price_w table td.count {
    text-align: center;
    vertical-align: middle;
    width: 50px;
  }
  .vaccine_price_w table th {
    background-color: #dff9fd;
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
    white-space: nowrap;
  }
  .scroll-hint-icon {
    position: absolute;
    top: calc(10% - 25px) !important; /* ヒントを上に調整 */
    left: calc(50% - 60px);
    box-sizing: border-box;
    width: 120px;
    height: 80px;
    border-radius: 5px;
    transition: opacity .3s;
    opacity: 0; /* 初期は透明 */
    background: rgba(0, 0, 0, .7);
    text-align: center;
    padding: 20px 10px 10px 10px;
  }
}
/*---------------------------------
  当院について
---------------------------------*/
.aboutcatch01 {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0 30px;
}
.aboutcatch02 {
  display: table;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0.5em;
  margin: 0 auto 30px;
  color: #fff;
  background: #44403b;
}
.aboutcatch03 {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 7.0rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0 30px;
  color: #44403b;
  text-align: center;
}
.aboutdetailwrap01 {
  display: table;
  width: 64%;
  margin: 0 auto 50px;
}
.aboutdetailwrap01:last-child {
  margin: 0 auto;
}
.aboutlogowrap01 {
  width: 237px;
  margin: 0 auto 30px;
}
@media screen and (max-width:750px) {
  .aboutcatch01 {
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 30px;
  }
  .aboutcatch02 {
    display: table;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0.5em;
    margin: 0 auto 30px;
    color: #fff;
    background: #44403b;
  }
  .aboutcatch03 {
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 4.0rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 30px;
    color: #44403b;
    text-align: center;
  }
  .aboutdetailwrap01 {
    display: table;
    width: 94%;
    margin: 0 auto 30px;
  }
  .aboutdetailwrap01:last-child {
    margin: 0 auto;
  }
  .aboutlogowrap01 {
    width: 15rem;
    margin: 0 auto 3rem;
  }
}


/*---------------------------------
  初診の方へ
---------------------------------*/
.first_list_ttl{
        font-size: 2rem;
        letter-spacing: .02rem;
        line-height: 1.8;
        padding: 0 0 0 20px;
        position: relative;
        font-weight: 600;
    margin: 0 0 20px;
}
.first_list_ttl::before {
        border-left: 5px solid #433a28;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
    }
.first_list {
  background: #fff9f2;
    padding: 20px;
    
}
.first_list li {
  width: 100%;
  font-size: 1.6rem;
  position: relative;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 1.5rem 0;
}
.first_list li::before {
  content: "";
  display: inline-block;
  background: url(../images/ic_check1.svg);
  width: 2rem;
  height: 2rem;
  margin: 0 10px 0 0;
  vertical-align: sub;
  background-size: cover;
}
.first_list li:last-child {
  margin: 0;
}
.payment-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  justify-content: flex-start;
}

.payment-logos img {
  height: 60px;
  width: auto;
  display: block;
}
@media screen and (max-width:750px) {
.first_list_ttl{
        font-size: 2rem;
        letter-spacing: .02rem;
        line-height: 1.8;
        padding: 0 0 0 20px;
        position: relative;
        font-weight: 600;
    margin: 0 0 20px;
}
.first_list_ttl::before {
        border-left: 5px solid #433a28;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
    }
.first_list {
  background: #fff9f2;
    padding: 20px;
    
}
.first_list li {
  width: 100%;
        font-size: 1.5rem;
        position: relative;
        font-weight: 500;
        margin: 0 0 2rem 0;
        padding-left: 3rem;
        text-indent: -2.5rem;
}
.first_list li::before {
  content: "";
        display: inline-block;
        background: url(../images/ic_check1.svg);
        width: 1.6rem;
        height: 1.6rem;
        vertical-align: sub;
        background-size: cover;
        position: relative;
        top: 0;
}
.first_list li:last-child {
  margin: 0;
}
.payment-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  justify-content: flex-start;
}

.payment-logos img {
  height: 40px;
  width: auto;
  display: block;
}
}


/*---------------------------------
  診療案内
---------------------------------*/

.referral_list_ttl{
        font-size: 2rem;
        letter-spacing: .02rem;
        line-height: 1.8;
        padding: 0 0 0 20px;
        position: relative;
        font-weight: 600;
    margin: 0 0 20px;
}
.referral_list_ttl::before {
        border-left: 5px solid #433a28;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
    }
@media screen and (max-width:750px) {

}

/*---------------------------------
  ピンクボタン
---------------------------------*/
.pinkbtn01 {
  width: 100%;
}
.pinkbtn01 a {
  width: 100%;
  display: block;
  text-align: center;
  background: #d87d97;
  padding: 1.8rem;
  color: #fff !important;
  position: relative;
  border-radius: 4px;
}
.pinkbtn01 a:visited {
  color: #fff !important;
}
.pinkbtn01 a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  background: url(../images/ic_arrow1.svg);
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
  vertical-align: baseline;
  transition: all .3s;
}
.pinkbtn01 a:hover {
  opacity: 1;
  background: #bf5f7a;
  border-radius: 4px;
}
.pinkbtn01 a:hover::after {
  right: 1.6rem;
}
@media screen and (max-width:750px) {
  .pinkbtn01 {
    width: 100%;
    text-align: center;
  }
  .pinkbtn01 a {
    display: inline-block;
    text-align: center;
    background: #d87d97;
    padding: 1rem 5rem;
    color: #fff !important;
    position: relative;
    border-radius: 4px;
  }
  .pinkbtn01 a:visited {
    color: #fff !important;
  }
  .pinkbtn01 a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    background: url(../images/ic_arrow1.svg);
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin: auto;
    vertical-align: baseline;
    transition: all .3s;
  }
  .pinkbtn01 a:hover {
    opacity: 1;
    background: #bf5f7a;
    border-radius: 4px;
  }
  .pinkbtn01 a:hover::after {
    right: 1.6rem;
  }
}
/*---------------------------------
  モーダルカスタマイズ
---------------------------------*/
#cboxTitle {
  width: 100%;
  position: absolute;
  top: auto !important;
  left: 50% !important;
  bottom: 0px !important;
  color: #000 !important;
  background: #fff;
  padding: 10px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  text-align: center;
}












/*---------------------------------
  医療機関の皆さまへ
---------------------------------*/
@media screen and (min-width:751px) {
.list_type1 {   
width: 100%;
}
.list_type1 li {
    width: 100%;
    line-height: 1.6;
    margin: 0 0 1rem;
}
.list_type1 li span::before {
        content: "・";
        display: inline-block;
        width: 1em;
        height: 1em;
        line-height: 1;
}    
.subttl {
width: 100%;
        font-size: 2rem;
        font-weight: 500;
        line-height: 1.6;
    color: #1c64b0;
	margin: 0 0 10px 0;
}   

.clinic-flow {
counter-reset: step;
max-width: 860px;
margin: 0 auto;
}

.clinic-step {
display: flex;
position: relative;
margin-bottom: 40px;
gap: 20px;
}
.clinic-step:last-child{
margin-bottom: 0;
}
/* 左側：番号＋縦線 */
.clinic-step-left {
width: 50px;
display: flex;
flex-direction: column;
align-items: center;
position: relative;
 
}

/* 番号バッジ */
.clinic-step-num::before {
        counter-increment: step;
        content: counter(step, decimal-leading-zero);
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background-color: #223278;
        color: #fff;
        font-weight: 600;
        font-size: 1.7rem;
        margin-bottom: 8px;
}

/* 縦線 */
.clinic-step-line {
flex-grow: 1;
width: 1px;
background-color: #433a28;
}

/* メイン部分（写真＋タイトル＋テキスト） */
.clinic-step-main {
display: flex;
flex-direction: row;
gap: 60px;
flex: 1;     
}

/* タイトル＋写真の横並び */
.clinic-step-main h4 {
display: flex;
align-items: center;
gap: 12px;
font-size: 2rem;
margin-bottom: 10px;
height: 40px;    
font-weight: 500; 
color: #223278;    
}
    
/* テキスト */
.clinic-step-text div {
line-height: 1.6;
}
    
/* 電話番号 */
.yoyaku_tel {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
}

.schedule_w p {
  display: flex;
  gap: 1em;
  margin: 0 0 5px;
}
.schedule_w p:last-child {
  margin: 0;
}

.schedule-day {
  width: 4em;
  display: inline-block;
}

.schedule-time {
  flex: 1;
}    
.check_list{
  /*margin: 0 0 2rem 0;*/
}  
.check_list li {
  width: 100%;
  font-size: 1.6rem;
  position: relative;
  line-height: 1.4;
  margin: 0 0 1rem 0;
}
.check_list li:last-child {
  margin: 0;
}    
.check_list li::before {
  content: "";
  display: inline-block;
  background: url(../images/ic_check1.svg);
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 10px 0 0;
  vertical-align: middle;
  background-size: cover;
} 
.txt_indent li{
text-indent: -1em;
padding-left: 1em;
margin: 0 0 1rem; 
line-height: 1.6;    
}
.txt_indent li:last-child{
margin: 0;
}    
.download_btn a {
background: #f3854f;
  display: block;
  padding: 20px;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  width: 60%;
  max-width: 500px;
  border-radius: 5px;
    }
.link_text {
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
}
.btn_arrow {
width: 0.6em;
height: 0.6em;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
transform: rotate(-45deg);
}
}
/*PC*/
@media screen and (max-width:750px) {
.list_type1 {   
width: 100%;
}
.list_type1 li {
width: 100%;
line-height: 1.6;
margin: 0 0 1rem;
}
.list_type1 li span::before {
        content: "・";
        display: inline-block;
        width: 1em;
        height: 1em;
        line-height: 1;
} 
.subttl {
width: 100%;
font-size: 1.6rem;
font-weight: 500;
line-height: 1.6;
color: #1c64b0;    
margin: 0 0 1rem 0;	
}     
.clinic-flow {
counter-reset: step;
max-width: 860px;
margin: 0 auto;
}
.clinic-step {
margin-bottom: 3rem;
}
.clinic-step-num {
display: none; /* 元の番号消す */
}
/* 左カラムを普通の要素に戻す */
.clinic-step-left {
width: auto;
flex-direction: row;
justify-content: flex-start;
}

/* 縦線消す */
.clinic-step-line {
display: none;
}

/* タイトルを番号と横並び */
.clinic-step-main h4 {
display: flex;
align-items: flex-start;
gap: 8px;
font-size: 1.6rem;
margin-bottom: 2rem;
font-weight: 500;
color: #223278;
line-height: 1.6; 
}
.clinic-step-main h4::before {
counter-increment: step;
content: counter(step, decimal-leading-zero);
background: #223278;
color: #fff;
width: 35px;
height: 35px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.4rem;
flex-shrink: 0;
transform: translateY(-4px);
}
.clinic-step-main {
margin-left: 0;
}

.clinic-step-text div {
margin-left: 0;
}
.clinic-step-desc {
line-height: 1.8;
}    

/* 最後のステップは縦線を消す */
.clinic-step:last-child .clinic-step-line {
display: none;
}   

/* 電話番号 */
.yoyaku_tel {
font-size: 1.7rem;
font-weight: 500;
margin-bottom: 1.5rem;
}

.schedule_w p {
display: flex;
gap: 1em;
margin: 0 0 5px;
line-height: 1.6;
}
.schedule_w p:last-child {
margin: 0;
}
.schedule-day {
width: 4em;
display: inline-block;
}

.schedule-time {
flex: 1;
}  
.check_list {
margin: 0 0 2rem 0;
}
.check_list li {
width: 100%;
font-size: 1.5rem;
position: relative;
margin: 0 0 .5rem 0;
padding-left: 2.5rem;
text-indent: -2rem;
line-height: 1.8;
}
.check_list li::before {
content: "";
display: inline-block;
background: url(../images/ic_check1.svg);
width: 1em;
height: 1em;
margin: 0 .5rem 0 0;
vertical-align: middle;
background-size: cover;
transform: translateY(-2px);
}
.txt_indent li{
text-indent: -1em;
padding-left: 1em;
margin: 0 0 1rem; 
line-height: 1.6;    
}
.txt_indent li:last-child{
margin: 0;
}    
.download_btn a {
background: #f3854f;
display: block;
padding: 1rem;
text-align: center;
font-size: 1.5rem;
color: #fff;
width: 100%;
border-radius: 5px;
}
.link_text {
display: inline-flex;
align-items: center;
gap: 0.6em;
}
.btn_arrow {
width: 0.6em;
height: 0.6em;
border-right: 2px solid #fff;
border-bottom: 2px solid #fff;
transform: rotate(-45deg);
}    
    
}
/*スマホ*/ 




/*---------------------------------
  施設案内・アクセス
---------------------------------*/
.accesswrap01 {
  display: block;
  padding: 0 0 50px;
}
.accesswrap01:last-child {
  padding: 0;
}
.accesswrap01 iframe {
  width: 100%;
  height: 500px;
}
.illustmap_w {
    width: 80%;
    margin: 0 auto 4rem;
}
.illustmap_w img{
    /*width: 100%;
    height: 600px;
    border: solid 1px #ccc;*/
}
.access_info ul {
  margin: 0 0 20px;
}
.access_info:last-child ul {
  margin: 0;
}
/*
.access_info li {
  width: 100%;
  padding-left: 2rem;
  margin: 0 0 5px;
    position: relative;
}
.access_info li::before {
  content: "";
        display: block;
        width: 10px;
        height: 10px;
    border-radius: 50%;
        position: absolute;
        left: .5rem;
        top: 50%;
        transform: translateY(-50%);
    background: #ccc;
}*/
    .detail_ttl {
        width: 100%;
        position: relative;
        overflow-wrap: break-word;
        padding: 0 0 0 30px;
        margin: 0 0 10px;
        font-size: 1.7rem;
        font-weight: 500;
    }
        .bus::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/ic_bus.svg);
    }
    .car::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/ic_car.svg);
    }
    .train::before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/ic_train.svg);
    }

.fontbold {
  font-weight: 600;
}
.tel01 {
  font-size: 2.6rem;
  line-height: 1;
}
.accesstitlewrap01 {
  font-size: 2.0rem;
  font-weight: 600;
  padding: 0 0.5em 15px;
}
.accesstitlewrap02 {
  font-size: 2.0rem;
  font-weight: 600;
  padding: 0 0.5em 15px;
  margin: 0 0 30px;
  border-bottom: 1px solid #dad9d8;
}
.icon01 {
  width: 30px !important;
  padding: 0 0 0 10px;
}
.icon02 {
  width: 40px !important;
  padding: 0 0 0 10px;
}
.accessmapwrap01 {
  display: flex;
  gap: 0 24px;
}
.accessmapinner01 {
  width: 615px;
}
.accessmapinner01:nth-child(2) {
  width: calc(100% - 615px - 24px);
}
.accessmapinner01 img {
  border: 1px solid #c5c5c5;
}
.accessdetailwrap01 {
  padding: 0 0 50px;
}
.accessdetailwrap01:last-child {
  padding: 0;
}
.accessdetailwrap01 table {
  width: 100%;
  text-align: center;
}
.accessdetailwrap01 table td {
  width: calc(100% / 4);
  padding: 3rem .5rem;
  border-right: 1px solid #dad9d8;
}
.accessdetailwrap01 table td:last-child {
  border-right: 0 solid #dad9d8;
}
p.accessattention01 {
  width: 92%;
  margin: 0 auto;
}
.accessdetailfontlarge01 {
  font-size: 2.0rem;
  font-weight: 600;
}
.accesswrap01-list {
  padding: 0 20px;
}
.accesswrap01-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: .5rem;
}
.accesswrap01-list li:before {
  position: absolute;
  content: '○';
  font-size: 12px;
  line-height: 1;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #948b73;
}
.accesswrap02 {
  width: 70%;
  margin: 0 auto;
}
.accesswrap01-btn {
  display: flex;
  justify-content: center;
}
.accesswrap01-btn a {
  display: inline-block;
  padding: 0.8rem 3.6rem;
  margin-bottom: 6rem;
  text-align: center;
  color: #fff !important;
  background: #877d63;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: .2rem;
  border-radius: 3px;
  position: relative;
}
.accesswrap01-btn a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2rem;
  background: url(../images/ic_arrow1.svg);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: auto;
  vertical-align: baseline;
  transition: all .3s;
}
.list_type2 li {
  display: flex;
  align-items: flex-start;
  gap: 0.3em;
  width: 100%;
  line-height: 1.6;
}

.list_type2 li::before {
  content: "・";
  flex-shrink: 0;
}



.facility-gallery{
width: 95%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
gap: 30px;	
}

.facility-gallery__item{
    width: calc((100% - 30px) / 2);
    background: #F7F7F7;
}


.facility-gallery__image{
width: 100%;
}

.facility-gallery__image img{
  width: 100%;
}

.facility-gallery__title{
width: 100%;
font-size: 2.2rem;
text-align: center;
padding: 1.5rem 0;
line-height: 1.4;
letter-spacing: .3rem;
}

.facility-gallery__description{
width: 100%;
padding: 0 20px;
margin: 0 0 20px 0;
font-size: 1.6rem;
line-height: 1.6;
}
/*PC*/
@media screen and (max-width:750px) {
  .accesswrap01 {
    display: block;
    padding: 0 0 30px;
  }
  .accesswrap01:last-child {
    padding: 0;
  }
  .accesswrap01 iframe {
    width: 100%;
    height: 300px;
  }
.illustmap_w {
    width: 100%;
    margin: 0 auto 3rem;
}
.illustmap_w img{
    /*width: 100%;
    height: 600px;
    border: solid 1px #ccc;*/
}    
  .fontbold {
    font-weight: 600;
  }
  .tel01 {
    font-size: 2.0rem;
    line-height: 1;
  }
  .accesstitlewrap01 {
    font-size: 2.0rem;
    font-weight: 600;
    padding: 0 0.5em 15px;
  }
  .accesstitlewrap02 {
    font-size: 2.0rem;
    font-weight: 600;
    padding: 0 0.5em 15px;
    margin: 0 0 30px;
    border-bottom: 1px solid #dad9d8;
  }
  .icon01 {
    width: 30px !important;
    padding: 0 0 0 10px;
  }
  .icon02 {
    width: 40px !important;
    padding: 0 0 0 10px;
  }
  .accessmapwrap01 {
    display: block;
    gap: 0;
  }
  .accessmapinner01 {
    width: 100%;
  }
  .accessmapinner01:nth-child(2) {
    width: 100%;
    padding: 20px 0 0;
  }
  .accessmapinner01 img {
    border: 1px solid #c5c5c5;
  }
  .accessdetailwrap01 {
    padding: 0;
  }
  .accessdetailwrap01:last-child {
    padding: 0;
  }
  .accessdetailwrap01 table {
    width: 100%;
    text-align: center;
  }
  .accessdetailwrap01 table td {
    display: block;
    width: 100%;
    padding: 0 1em 1em 1em;
    margin: 0 0 1em;
    border-right: 0 solid #dad9d8;
    border-bottom: 1px solid #dad9d8;
  }
  .accessdetailwrap01 table td:last-child {
    padding: 0 1em 1em 1em;
    margin: 0;
    border-right: 0 solid #dad9d8;
    border-bottom: 1px solid #dad9d8;
  }
  p.accessattention01 {
    width: 100%;
    margin: 0 auto;
  }
  .accessdetailfontlarge01 {
    font-size: 2.0rem;
    font-weight: 600;
  }
    

.access_info ul {
  margin: 0 0 20px;
}
.access_info:last-child ul {
  margin: 0;
}
    /*
.access_info li {
  width: 100%;
  padding-left: 2rem;
  margin: 0 0 5px;
    position: relative;
}
.access_info li::before {
  content: "";
        display: block;
        width: 10px;
        height: 10px;
    border-radius: 50%;
        position: absolute;
        left: .5rem;
        top: 13px;
        transform: translateY(-50%);
    background: #ccc;
}   */
.detail_ttl {
        width: 100%;
        position: relative;
        overflow-wrap: break-word;
        padding: 0 0 0 30px;
        margin: 0 0 10px;
        font-size: 2rem;
    }
        .bus::before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/ic_bus.svg);
    }
    .car::before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/ic_car.svg);
    }
    .train::before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/ic_train.svg);
    }  
.list_type2 li {
  display: flex;
  align-items: flex-start;
  gap: 0.3em;
  width: 100%;
  line-height: 1.6;
}

.list_type2 li::before {
  content: "・";
  flex-shrink: 0;
}    
	

.facility-gallery{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 10px;	
}

.facility-gallery__item{
width: calc((100% - 10px) / 2);
background: #F7F7F7;
}

.facility-gallery__item:nth-child(2n){
margin: 0 0% 0 0;
}

.facility-gallery__image{
width: 100%;
}

.facility-gallery__image img{
width: 100%;
}

.facility-gallery__title{
        width: 100%;
        font-size: 1.4rem;
        padding: 1rem 0;
        line-height: 1.4;
        text-align: center;
        letter-spacing: .1rem;
}

.facility-gallery__description{
width: 100%;
padding: 0 1rem 1rem;
letter-spacing: 0;
line-height: 1.7;
font-size: 1.4rem;
}
	
}
/*スマホ*/


/*---------------------------------
  初診の方へ
---------------------------------*/
.web_ht_btn a {
        background: #1c2c71;
        display: block;
        padding: 20px;
        text-align: center;
        font-size: 2rem;
        color: #fff;
        width: 40%;
        max-width: 400px;
        border-radius: 5px;
    }
.online-hours__row {
    display: grid;
    grid-template-columns: 6em 8em auto;
    column-gap: 1em;
    align-items: baseline;
}
.online-info {
}
.online-info__block {
  margin-bottom: 1rem;
}
.online-info__title {
  font-size: 1.7rem;
  font-weight: 600;
  color: #1c64b0;
  position: relative;
  padding-left: 1.2em;
}

.online-info__title::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  color: #1c64b0;
}
.online-info__text {
  font-size: 1.4rem;
  line-height: 1.7;
}
.online_btn a {
    background: #1c64b0;
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    width: 60%;
    max-width: 400px;
    border-radius: 5px;
}
/*PC*/
@media screen and (max-width:750px) {
.web_ht_btn a {
        background: #1c2c71;
        display: block;
        padding: 1rem;
        text-align: center;
        font-size: 1.5rem;
        color: #fff;
        width: 100%;
        border-radius: 5px;
    }
.online_btn a {
        background: #1c64b0;
        display: block;
        padding: 1rem;
        text-align: center;
        font-size: 1.5rem;
        color: #fff;
        width: 100%;
        border-radius: 5px;
    }
	.tel-link {
  color: #1c64b0;
  text-decoration: underline;
  transition: opacity .3s ease;
}

.tel-link:hover {
  opacity: 0.7;
}
}
/*スマホ*/


/*---------------------------------
  当院について
---------------------------------*/
.list_type3 {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: num;
}

.list_type3 li {
  counter-increment: num;
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.8;
}

/* 番号 */
.list_type3 li::before {
  content: "❶";
  position: absolute;
  left: 0;
  color: #223278;
}

.list_type3 li:nth-child(2)::before {
  content: "❷";
}

.list_type3 li:nth-child(3)::before {
  content: "❸";
}

.medical-record-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: num;
}

.medical-record-list li {
  counter-increment: num;
  display: flex;
  gap: 0.5em;
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
}

.medical-record-list li::before {
  content: counter(num) "、";
  flex: 0 0 2em;
}
.medical-record-list li:last-child {
  margin: 0;
}
.medical-record-list a {
  white-space: nowrap;
}
.tbl_price{
border: 1px solid #ccc;
border-collapse: collapse;
width: 100%;
font-size: 1.5rem;
}

.tbl_price td{
border: 1px solid #ccc;
padding: 12px 20px;
}

.tdbc1{
    background: #edf4ff;
}
.tdbc2{
    background: #fafafa;
}
.tdbc3{
    background: #edf4ff;
}
.tdbc4{
}

.tdw1{
width: 70%;
vertical-align: middle;
}

.tdw2{
width: 30%;
text-align: center;
vertical-align: middle;
}
.txt_right{
    text-align: right;
}
/*PC*/
@media screen and (max-width:750px) {
.tbl_price_w {
        overflow: auto;
        white-space: nowrap;
    }
.tbl_price{
border: 1px solid #ccc;
border-collapse: collapse;
/*min-width: 700px;*/
width: 100%;
font-size: 1.3rem;
 white-space: normal;    
}

.tbl_price td{
border: 1px solid #ccc;
padding: 10px 10px;
}

.tdbc1{
    background: #edf4ff;
}
.tdbc2{
    background: #fafafa;
}
.tdbc3{
    background: #edf4ff;
}
.tdbc4{
}

.tdw1{
width: 80%;
vertical-align: middle;
}

.tdw2{
min-width: 100px;
text-align: center;
vertical-align: middle;
}  
.medical-record-list li {
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 0.6rem;
  font-size: 1.6rem;
  line-height: 1.8;
display: block;
}

.medical-record-list li::before {
  content: counter(num) "、";
  position: absolute;
  left: 0;
  top: 0;
}
.medical-record-list a {
  margin: 0 0.3em;
}
}
/*スマホ*/


/*---------------------------------
  脳神経外科
---------------------------------*/
    .i_float_r {
/*float: right;
    margin-left: 50px;
    width: 350px;
    height: auto;
        */
        display: block;
        float: right;
        margin: 0 0 30px 50px;
        width: 35%;
    }
    .i_float_r img {
    max-width: 100%;
}
.cf::after {
    content: "";
    display: table;
    clear: both;
}
.img-center-50 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.img-center-80 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.img-center-100 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.tbl_alz{
border: 1px solid #ccc;
border-collapse: collapse;
width: 100%;
font-size: 1.4rem;
}

.tbl_alz td{
border: 1px solid #ccc;
padding: 10px 10px;
}

.alz1{
width: 13%;
text-align: center;
}

.alza{
background: #002060;
text-align: center;
color: #fff;
}

.alzb{
background: #0070c0;
text-align: center;
color: #fff;
vertical-align: middle;
}

.alzc{

}

.alzd{
background: #eef5fb;
}

/*詳しくはこちらボタン*/

.link-detail-outline .btn_arrow {
  width: 0.6em;
  height: 0.6em;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;

  transform: rotate(-45deg);
  transition: transform 0.3s;
}

.link-detail-outline {
display: inline-flex;
    align-items: center;
    gap: 0.6em;
    padding: 0.6em 2.5em;
    font-size: 1.6rem;
    color: #1c64b0;
    border: 1px solid #1c64b0;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
}

.link-detail-outline:hover {
    background: #1c64b0;
  color: #fff;

  box-shadow: 0 6px 12px rgba(28, 100, 176, 0.2);
}

.link-detail-outline:hover .btn_arrow {
  transform: translateX(4px) rotate(-45deg);
}
    .rh_memo {
        border: 8px solid #f1f1f1;
        padding: 30px 20px;
    }


/*てんかんPDFバナー*/
.link-pdf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;

  padding: 0.8em 2em;
  font-size: 1.5rem;
  color: #ea7d47;

  border: 1px solid #ea7d47;
  border-radius: 6px;

  background: rgba(234, 125, 71, 0.08);
  text-decoration: none;

  transition: 
    background 0.3s,
    color 0.3s,
    box-shadow 0.3s,
    transform 0.3s;
}

.link-pdf:hover {
  background: #ea7d47;
  color: #fff;

  box-shadow: 0 6px 12px rgba(234, 125, 71, 0.25);
  transform: translateY(-1px);
}

.link-pdf .btn_arrow {
  width: 0.6em;
  height: 0.6em;

  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;

  transform: rotate(-45deg);
  transition: transform 0.3s;
}

.link-pdf:hover .btn_arrow {
  transform: translateX(4px) rotate(-45deg);
}
/*PC*/
@media screen and (max-width:750px) {
  .i_float_r {
    float: none;
    width: 100%;
    margin: 0 0 1.5rem;
  }
    .i_float_13_r img {
    max-width: 100%;
}
    .cf::after {
    content: "";
    display: table;
    clear: both;
}
    
.img-center-50 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.img-center-80 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}    
   .img-center-100 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
} 
    

.table_bp__w {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tbl_alz {
  min-width: 600px;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
  font-size: 1.2rem;
}
.tbl_alz td{
border: 1px solid #ccc;
padding: 10px 10px;
}

.alz1{
width: 13%;
text-align: center;
}
.alza{
background: #002060;
color: #fff;
}

.alzb{
background: #0070c0;
color: #fff;
vertical-align: middle;
}

.alzc{
}

.alzd{
background: #eef5fb;
white-space: normal;
}


  .link-detail-outline {
        width: 100%;
        display: inline-flex;
        align-items: center;
        gap: 0.6em;
        padding: 1em;
        font-size: 1.4rem;
        color: #1c64b0;
        border: 1px solid #1c64b0;
        border-radius: 6px;
        text-decoration: none;
        transition: 0.3s;
        justify-content: center;
  }
    /*てんかんPDFバナー*/
  .link-pdf {
    width: 100%;
    padding: 1em;
  }
}
/*スマホ*/



/*---------------------------------
  頭痛外来
---------------------------------*/
.bg_yellow {
background: linear-gradient(transparent 70%, #fff854 70%);
border-bottom: 0.5px #ccc solid;
}
.font_size_l {
font-size: 2.2rem;
letter-spacing: 2.5px;
font-weight: bold;
color: #333;
}
/*PC*/
@media screen and (max-width:750px) {
.font_size_l {
font-size: 1.5rem;
letter-spacing: 2.5px;
font-weight: bold;
color: #333;
}    
}



/*---------------------------------
  内科・生活習慣病
---------------------------------*/

.table_bp__w{
}

.table_bp{
border: 1px solid #ccc;
border-collapse: collapse;
width: 100%;
}

.table_bp td{
border: 1px solid #ccc;
padding: 20px 20px;
}

.table_bp td.tbp1{
width: 50%;

}

.table_bp td.tbp2{
width: 25%;
text-align: center;
vertical-align: middle;
}

.table_bp td.tbp3{
width: 25%;
text-align: center;
vertical-align: middle;
}



.table_ch__w{
}

.table_ch{
border: 1px solid #ccc;
border-collapse: collapse;
width: 100%;
font-size: 1.4rem;
}

.table_ch td{
border: 1px solid #ccc;
padding: 20px 20px;
text-align: center;
vertical-align: middle;
}

.table_ch td.tch1{
width: 19%;

}

.table_ch td.tch2{
width: 18%;
text-align: center;
vertical-align: middle;
}

.table_ch td.tch3{
width: 18%;
text-align: center;
vertical-align: middle;
}

.table_ch td.tch4{
width: 40%;
background: #e2efd9;
}

.table_ch td.tch5,
.table_ch td.tch6,
.table_ch td.tch7,
.table_ch td.tch8{
background: #e2efd9;
}
.table_ch td.tch9,
.table_ch td.tch11,
.table_ch td.tch12{
background: #deeaf6;
}

.table_ch td.tch10,
.table_ch td.tch14,
.table_ch td.tch16,
.table_ch td.tch20{
background: #f2f2f2;
}

.table_ch td.tch15,
.table_ch td.tch17,
.table_ch td.tch18{
background: #fff2cc;
}

.table_ch td.tch19,
.table_ch td.tch21,
.table_ch td.tch22{
background: #fbe4d5;
}

.table_ch td.tch24,
.table_ch td.tch25,
.table_ch td.tch26{
background: #ffccff;
}
/*PC*/
@media screen and (max-width:750px) {

.table_bp__w{
  overflow: auto;
  white-space: nowrap;
}

.table_bp{
border: 1px solid #ccc;
border-collapse: collapse;
width: 100%;
font-size: 1.4rem;

}

.table_bp td{
border: 1px solid #ccc;
padding: 10px 10px;
}

.table_bp td.tbp1{
width: 50%;

}

.table_bp td.tbp2{
width: 25%;
text-align: center;
vertical-align: middle;
}

.table_bp td.tbp3{
width: 25%;
text-align: center;
vertical-align: middle;
}



.table_ch__w{
  overflow: auto;
  white-space: nowrap;
}

.table_ch{
border: 1px solid #ccc;
border-collapse: collapse;
width: 100%;
font-size: 1.4rem;
}

.table_ch td{
border: 1px solid #ccc;
padding: 10px 10px;
text-align: center;
vertical-align: middle;
}
.table_ch td.tch{
white-space: normal;

}
.table_ch td.tch1{
width: 19%;

}

.table_ch td.tch2{
width: 18%;
text-align: center;
vertical-align: middle;
}

.table_ch td.tch3{
width: 18%;
text-align: center;
vertical-align: middle;
}

.table_ch td.tch4{
width: 40%;
background: #e2efd9;
}

.table_ch td.tch5,
.table_ch td.tch6,
.table_ch td.tch7,
.table_ch td.tch8{
background: #e2efd9;
}
.table_ch td.tch9,
.table_ch td.tch11,
.table_ch td.tch12{
background: #deeaf6;
}

.table_ch td.tch10,
.table_ch td.tch14,
.table_ch td.tch16,
.table_ch td.tch20{
background: #f2f2f2;
}

.table_ch td.tch15,
.table_ch td.tch17,
.table_ch td.tch18{
background: #fff2cc;
}

.table_ch td.tch19,
.table_ch td.tch21,
.table_ch td.tch22{
background: #fbe4d5;
}

.table_ch td.tch24,
.table_ch td.tch25,
.table_ch td.tch26{
background: #ffccff;
}

}
/*スマホ*/


/*---------------------------------
  脳ドック
---------------------------------*/
.intro_h {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 2rem;
        color: #112e81;
        text-align: center;
        padding: 0.25em;
        background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
        background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, # 7px);
        letter-spacing: 0.3rem;
    }
/*PC*/
@media screen and (max-width:750px) {
        .intro_h {
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 2rem;
        color: #112e81;
        text-align: center;
        padding: 10px 0;
        background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px, #e9f4ff 3px, #e9f4ff 7px);
        letter-spacing: 0.1rem;
    }
}
/*スマホ*/



/*---------------------------------
  画像検査・診断
---------------------------------*/
.imaging__wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
}

.imaging__item{
    position: relative;
}

/* 真ん中の縦線 */
.imaging__item:first-child::after{
    content: "";
    position: absolute;
    top: 0;
    right: -3rem;
    width: 1px;
    height: 100%;
    background: #d8dce5;
}

.imaging__image{
    overflow: hidden;
    border-radius: 10px;
    margin: 0 0 30px;
}

.imaging__image img{
    width: 100%;
    display: block;
}

.imaging__title{
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    color: #112e81;
    letter-spacing: .08em;
    margin:  0 0 20px;
}

.imaging__text{
    line-height: 2;
}

.imaging__link li{
}

.imaging__link a{
    display: inline-block;
}

.im_sup{
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    font-size: 65%;
    top: -0.4rem;
}



.imaging__feature-title{
    margin-bottom: .5rem;
    letter-spacing: .08em;
    line-height: 1.6;
    font-size: 1.6rem;
    font-weight: 500;
}

.imaging__feature-list{
margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.imaging__feature-list li{
    position: relative;
    padding-left: 1em;
    line-height: 2;
}

.imaging__feature-list li::before{
    content: "・";
    position: absolute;
    left: 0;
}
.imaging__link{

    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.imaging__link li{
    list-style: none;
}
.imaging__link a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8em;
    padding: 0.9em 1.5em;
    line-height: 1.4;
    color: #1c64b0;
    border: 1px solid #c7d7f4;
    border-radius: 999px;
    text-decoration: none;
    transition: .3s;
}

.imaging__link a:hover{
    background: #f5f9ff;
}

.imaging__link .btn_arrow{
    width: 0.55em;
    height: 0.55em;

    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;

    transform: rotate(45deg);

    flex-shrink: 0;
}
    .t_eng {
        display: block;
        font-size: 1.3rem;
        color: #6ba6d0;
        margin-left: calc(1.5rem + 10px);
        margin-top: .5rem;
    }
    .image_side_box {
        display: flex;
        justify-content: space-around;
    }
    .image_side {
    }
    .image_side p {
        display: block;
        margin-top: 10px;
        text-align: center;
    }
.notes_y {
        background: #fff18a;
        border-radius: 3px;
        text-align: center;
        display: inline-block !important;
        font-size: 1.2rem;
        line-height: 1.4;
        padding: 0 3px;
        margin: 0 5px 0 0 !important;
    }

.imaging__link-center {
    display: flex;
    justify-content: center;
}

.imaging__link-center .imaging__link {
    width: auto;
}

.imaging__link-center .imaging__link a {
    width: auto;
    min-width: 320px;
    padding: 0.9em 2.5em;
}

/*PC*/
@media screen and (max-width:750px) {
    .imaging__wrap{
    grid-template-columns: 1fr;
    gap: 4rem;
}

.imaging__item:first-child::after{
    display: none;
}

.imaging__title{
    font-size: 2.4rem;
}
}
/*スマホ*/


/*---------------------------------
  画像検査・診断
---------------------------------*/
.kenshin-box {
    margin: 0 0 5rem;
}

.kenshin-title {
    position: relative;
    margin: 0 0 4rem;
    padding: 0 0 1.2rem;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.4;
}

.kenshin-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;

    width: 2.5em;
    height: 2px;

    background: #1c64b0;
    border-radius: 999px;
}

.kenshin-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    font-size: 1.5rem;
}

.kenshin-table tr {
    border-bottom: 1px solid #ccc;
}

.kenshin-table th,
.kenshin-table td {
    padding: 1.6rem 2rem;
    font-size: 1.5rem;
    line-height: 1.9;
    vertical-align: top;
    border: 1px solid #ccc;
}

.kenshin-table th {
    width: 22%;
    min-width: 140px;
    font-weight: normal;
    background: #edf4ff;
    text-align: left;
}

.kenshin-table td {
    background: #fafafa;
}
.kenshin-detail {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.kenshin-detail__title {
    font-weight: 700;
    color: #1c64b0;
    line-height: 1.6;
}

.kenshin-detail__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.kenshin-detail__list > li {
    position: relative;
    padding-left: 1.2em;
    line-height: 1.9;
}

.kenshin-detail__list > li::before {
    content: "・";
    position: absolute;
    left: 0;
}

.kenshin-detail__list ul {
    margin-top: 0.6rem;
    padding-left: 1.2em;
}

.kenshin-detail__list ul li {
    line-height: 1.8;
}
.t_l {
    text-decoration: underline !important;
    color: #0f5af5 !important;
    word-break: break-all;
}
.vaccine-price-list {
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.vaccine-price-item {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;

    padding: 0.8rem 0;
    line-height: 1.6;
}

.vaccine-price-type {
    font-size: 1.4rem;
    color: #555;
}

.price-text {
    font-size: 1.7rem;
    font-weight: 700;
    color: #1c64b0;
    line-height: 1.5;
}
/*PC*/
@media screen and (max-width:750px) {

.kenshin-title {
    font-size: 2rem;
}
.kenshin-table {
    border: 1px solid #ccc;
}

.kenshin-table tr {
    display: block;
    border: none;
}

.kenshin-table th,
.kenshin-table td {
    display: block;
    width: 100%;
    border: none;
	padding: 10px 10px;
}

.kenshin-table th {
    border-bottom: 1px solid #cccccc;
}

.kenshin-table tr:not(:last-child) td {
    border-bottom: 1px solid #ccc;
}


}
/*スマホ*/
/*---------------------------------
  自費診療
---------------------------------*/
    .tdw3 {
        width: 50%;
        vertical-align: middle;
    }
    .tdw4 {
        width: 75%;
        vertical-align: middle;
    }

/*PC*/
@media screen and (max-width:750px) {
.tdw3 {
    width: 50%;
    vertical-align: middle;
    line-height: 1.6;
}
.tdw4 {
        width: 75%;
        vertical-align: middle;
	 line-height: 1.6;
    }	
}
/*スマホ*/

/*---------------------------------
  泌尿器科
---------------------------------*/
.urology-feature-title {
  scroll-margin-top: 15rem;
  margin: 0 0 4rem;
  text-align: center;
}

.urology-feature-title h3 {
  color: #2f5588;
  font-size: 3.2rem;
  line-height: 1.55;
  font-weight: 600;
  letter-spacing: .1em;
  font-family: "Noto Serif JP", serif;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .65);
}

.contents-subtitle-blue01 {
  scroll-margin-top: 15rem;
  margin: 5rem 0 2rem;
  color: #2f5588;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: .05em;
  font-family: "Noto Serif JP", serif;
}

.urology-lead {
  display: flow-root;
}

.urology-copy p + p {
  margin-top: 1.2rem;
}

.urology-lead .contentsdetailinner01 {
  margin-bottom: 0;
  padding: 0;
}

.urology-lead__image {
  float: right;
  width: 35%;
  margin: 0 0 3rem 5rem;
}

.urology-lead__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 16px rgba(36, 125, 164, .12);
}

.urology-symptom-box {
  padding: 3rem;
  border-radius: 10px;
  background: #f4fbfc;
}

.urology-symptom-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.urology-symptom-list li {
  position: relative;
  padding: 1.4rem 1.6rem 1.4rem 4rem;
  border: 1px solid #e0eff1;
  border-radius: 6px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}

.urology-symptom-list li::before {
  content: "";
  position: absolute;
  top: 2.7rem;
  left: 1.5rem;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../images/ic_check.svg") no-repeat center / contain;
  transform: translateY(-50%);
}

.urologic-cancer-checklist {
  margin-top: 2.5rem;
}

.urologic-cancer-after-list {
  margin-top: 2.5rem;
}

.healthy-aging-checklist {
  margin-top: 2.5rem;
}

.healthy-aging-note {
  margin-top: 1.5rem;
  line-height: 1.8;
}

.contents-subcopy01 {
  display: table;
  margin: -2.5rem 0 3rem;
  padding: .2em 1.2em;
  border-radius: 10px;
  background: #f4fbfc;
  color: #0b5eae;
  font-size: 2.1rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: .08em;
  font-family: "Noto Serif JP", serif;
  text-align: left;
}

.healthy-aging-flow {
  max-width: 900px;
}

.healthy-aging-flow .clinic-step {
  gap: 2rem;
  margin-bottom: 0;
  padding: 2.2rem 0;
}

.healthy-aging-flow .clinic-step::before {
  content: "";
  position: absolute;
  top: calc(2.2rem + 6rem);
  bottom: -2.2rem;
  left: calc(4rem - 2px);
  width: 4px;
  background-image: radial-gradient(circle, #a9c5ea 2px, transparent 2px);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 4px 10px;
  z-index: 0;
}

.healthy-aging-flow .clinic-step:nth-child(even) {
  background: transparent;
}

.healthy-aging-flow .clinic-step:last-child::before {
  display: none;
}

.healthy-aging-flow .clinic-step-left {
  width: 8rem;
  z-index: 1;
}

.healthy-aging-flow .clinic-step-num::before {
  width: 6rem;
  height: 6rem;
  margin-bottom: 0;
  border-radius: 50%;
  background: linear-gradient(145deg, #2f8fd4 0%, #0b5eae 58%, #073f7a 100%);
  font-size: 2rem;
  line-height: 1;
}

.healthy-aging-flow .clinic-step-line {
  display: none;
}

.healthy-aging-flow .clinic-step:last-child .clinic-step-line {
  display: none;
}

.healthy-aging-flow .clinic-step-main {
  align-items: flex-start;
  gap: 0;
  padding-top: 1.4rem;
  z-index: 1;
}

.healthy-aging-flow .clinic-step-main h4 {
  height: auto;
  margin: 0 0 1.5rem;
  color: #0b5eae;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 600;
}

.healthy-aging-flow .clinic-step-desc {
  line-height: 1.8;
}

.healthy-aging-price td:first-child {
  background: #edf4ff;
  font-weight: 500;
}

.healthy-aging-price td:nth-child(2) {
  background: #fff;
}

@media screen and (max-width:750px) {
  .urology-feature-title {
    scroll-margin-top: 9rem;
    margin-bottom: 3rem;
  }

  .urology-feature-title h3 {
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: .1em;
  }

  .contents-subtitle-blue01 {
    scroll-margin-top: 9rem;
    margin: 3rem 0 1.5rem;
    font-size: 1.8rem;
    line-height: 1.6;
  }

  .urology-lead {
    display: block;
  }

  .urology-lead__image {
    float: none;
    width: 100%;
    margin: 0 0 2rem;
  }

  .urology-symptom-box {
    padding: 1.5rem;
  }

  .urology-symptom-list {
    grid-template-columns: 1fr;
    gap: .8rem;
  }

  .urology-symptom-list li {
    padding: 1.2rem 1.2rem 1.2rem 3.6rem;
    font-size: 1.5rem;
  }

  .urology-symptom-list li::before {
    top: 2.4rem;
    left: 1.3rem;
  }

  .urologic-cancer-checklist,
  .urologic-cancer-after-list {
    margin-top: 2rem;
  }

  .healthy-aging-checklist {
    margin-top: 2rem;
  }

  .healthy-aging-note {
    margin-top: 1.2rem;
  }

  .contents-subcopy01 {
    margin: -1rem 0 2rem;
    padding: .25em 1em;
    font-size: 1.65rem;
    line-height: 1.6;
    letter-spacing: .05em;
  }

  .healthy-aging-flow .clinic-step {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 0;
    padding: 1.8rem 1.5rem;
  }

  .healthy-aging-flow .clinic-step::before {
    top: calc(1.8rem + 4.6rem);
    bottom: -1.8rem;
    left: calc(1.5rem + 2.4rem - 2px);
  }

  .healthy-aging-flow .clinic-step-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 4.8rem;
    width: 4.8rem;
  }

  .healthy-aging-flow .clinic-step-num {
    display: block;
  }

  .healthy-aging-flow .clinic-step-num::before {
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 50%;
    font-size: 1.5rem;
    transform: none;
  }

  .healthy-aging-flow .clinic-step-line {
    display: none;
  }

  .healthy-aging-flow .clinic-step:last-child .clinic-step-line {
    display: none;
  }

  .healthy-aging-flow .clinic-step-main h4 {
    display: block;
    margin: 0 0 1rem;
    font-size: 1.7rem;
    line-height: 1.5;
  }

  .healthy-aging-flow .clinic-step-main {
    align-items: flex-start;
    padding-top: 1rem;
  }

  .healthy-aging-flow .clinic-step-main h4::before {
    display: none;
  }

  .healthy-aging-flow .clinic-step-desc {
    font-size: 1.5rem;
  }

}
