@charset "utf-8";
/* =======================================================================
	Style
======================================================================= */
/* Font
-------------------------------*/
html {
  font-size: 62.5%; /* ベースを10pxに */
  width: 100%;
}
body {
  font-family: YakuHanRPs, "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555;
  font-size: 1.6rem; /*16px*/
  background-color: #fff;
  letter-spacing: 0.05em;
  border-top: #00469B 0.7rem solid;
}
main {
  font-size: 100%;
}
img {
  max-width: 100%;
  width: auto;
}
/* ==== link ==== */
a {
  text-decoration: none !important;
}
a:link {
  color: #FF9C00;
}
a:visited {
  color: #FF9C00;
}
a:hover {
  opacity: 0.7;
}
a i {
  width: 1.3em !important;
}
/*#lower main a, #news a {
  color: #FF9C00 ;
} */
/* モジュール */
.flex_LRTB, .flex_RLTB {
  flex-direction: column;
  -webkit-flex-direction: column;
}
/* 画像のフロート SP時は解除 */
figure.fl_l, figure.fl_r {
  float: none;
  margin: auto;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.sp_none, .sp_none_in {
  display: none;
}
.txt_c {
  text-align: center !important;
}
.txt_l {
  text-align: left !important;
}
.txt_r {
  text-align: right !important;
}
.clear {
  clear: both;
  display: block;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.fc_rd {
  color: #E60012;
}
.fc_gr {
  color: #42BBC4;
}
.fc_or {
  color: #FF9C00;
}
.fc_bl {
  color: #00469B;
}
.font_s {
  font-size: smaller;
}
.font_l {
  font-size: larger;
}
.indent {
	padding-left:1em;
	text-indent:-1.5em;
}
.indent li:nth-child(2n){
	margin-top: 2rem;
}
.padding-l25{
  padding-left: 2.5rem;
}

/* ボタン */
.btn_s {
  padding: 3px 10px;
  text-align: center;
  display: inline-block;
}
.btn {
  padding: 5px 20px;
  text-align: center;
  display: inline-block;
}
a.btn_def, a.btn_sim {
  background: #4174B5;
  border-radius: 5px;
  color: #fff !important;
}
a.btn_def::before {
  font-family: "Font Awesome 5 Free";
  content: "\f144";
  padding-right: 4px;
  color: #fff; /*アイコンの色*/
  font-weight: bold;
}
a.btn i {
  width: 1em !important;
  color: #fff;
}
/* リストマーク */
ul {
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
ol {
  margin: 0 0 10px 25px;
  padding: 0;
}
ol li {
  margin: 0 0 10px;
}
ul.list_sim li {
  position: relative;
  margin-left: 0.7em;
}
ul.list_sim li::before {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -0.7em;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 100%;
}
ul.list_kome li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
ul.list_kome li:before {
  content: '※';
  left: -1.5em;
  width: 1em;
  margin-top: -.8em;
}
ul.list_def > li {
  padding-left: 1.3em;
  margin-bottom: 5px;
}
ul.list_def > li::before {
  display: inline-block;
  content: '●';
  margin-left: -1.3em;
  margin-right: 0.3em;
  color: #81C9EE;
}
li ul {
  margin-left: 15px;
}
ul.list_in li {
  display: inline-block;
  margin-right: 20px !important;
}


ul.list_dot li {
  border-bottom: 1px dotted #BFE2E8;
  padding: 2px 0;
}
ul.list_lb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.list_lb li {
  width: 49%;
  text-align: center;
  margin-bottom: 1.5rem;
}
ol.list_flow {
  list-style: none;
  padding: 0;
  margin: 0;
}
ol.list_flow > li {
  border: 0.5rem solid #F4BE4B;
  border-radius: 10px;
  margin: 0 0 35px;
  padding: 15px;
  position: relative;
}
ol.list_flow > li::after {
  bottom: -32px;
  color: #F4BE4B;
  content: "▼";
  font-size: 24px !important;
  left: 48%;
  position: absolute;
}
ol.list_flow > li:last-child {
  margin-bottom: 10px;
}
ol.list_flow >  li:last-child::after {
  display: none;
}
ol.list_flow li dt {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 35px;
}
ol.list_flow li dt::first-letter {
  color: #F4BE4B;
}

ol.list_flow li ul {
    margin: 5px 0  ;
}

ul.list_pl {
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
ul.list_pl li {
  width: 80%;
  max-width: 15em;
}
ul.list_pl a {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
ul.list_pl a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f063";
  font-style: normal;
  font-weight: bold;
  right: 20px;
}

/* aside index 外部リンク*/
ul.outlink li {
    margin-bottom:10px;
  }
    
/* 定義リスト */
dl.dl_def {
  margin: 20px auto;
}
dl.dl_def dt {
  font-weight: bold;
  border-bottom: dashed 3px #BFE2E8;
  margin-bottom: 7px;
}
dl.dl_def i {
  color: #BFE2E8;
  padding: 0 5px;
}
dl.dl_def dd {
  margin-bottom: 15px;
}
dl.dl_tbl {
  border: #84C5E3 solid 1px;
}
dl.dl_tbl dt {
  font-weight: bold;
  background: #81C9EF;
  padding: 3px 15px ;
}
dl.dl_tbl dd {
  padding: 10px;
  margin: 0;
}
dl.dl_tbl dd *:last-child {
  margin-bottom: 0!important;
}
dl.dl_career dt { /* 経歴 */
  width: 7em;
  float: left;
  font-weight: normal;
}
dl.dl_career dd {
  margin-left: 8em;
}
/* テキストの装飾 */
.underline {
  background: linear-gradient(transparent 70%, yellow 70%);
}
.bold {
  font-weight: bold;
}
/* 囲み枠 */
.box_bl {
  padding: 15px !important;
  margin-bottom: 20px;
  border: #81C9EE solid 2px;
  border-radius: 5px;
}
.box_bl *:last-child {
  margin-bottom: 0 !important;
}
.box dt {
  color: #004EA2;
  margin-bottom: 10px;
  font-weight: bold;
}
/* マージン */
.mb_05 {
  margin-bottom: 5px!important;
}
.mb_10 {
  margin-bottom: 10px!important;
}
.mb_15 {
  margin-bottom: 15px!important;
}
.mb_20 {
  margin-bottom: 20px!important;
}
.mb_25 {
  margin-bottom: 25px!important;
}
.mb_30 {
  margin-bottom: 30px!important;
}
/* ==== 全体の横幅設定 ==== */
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.inner {
  padding: 0 2%;
}
h2 + .inner {
  margin: 0 0 30px;
  width: 100%;
}
section {
  margin-bottom: 30px;
}
main > section {
  margin: 0 auto 40px;
  padding: 0 15px;
}
section > section {
  margin-top: 30px !important;
}
/* ==== header情報部全体 ==== */
header {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 25px 0 25px;
}
header .wrapper {
  margin: 0 auto;
  padding: 0 15px;
}
header figure:first-child img {
  width: 98%;
  max-width: 425px;
}
header .wrapper .telno {
  margin: 10px 0 0;
}
.reserve {
  bottom: 0;
  top: inherit;
  width: 100%;
  background: #fff;
  padding: 3px 10px;
  margin: 0;
  line-height: 1;
  position: fixed;
  right: 0;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 36px;
}
.reserve figure {
  width: auto !important;
  max-height: 280px;
  margin: 0 5px;
}
.reserve figure:first-child img {
  max-width: 240px;
}
.reserve figure:last-child img {
  max-width: 100px;
}
/* ==== グローバルナビ全体設定 ==== */
nav {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #2866a4;
}
nav > ul {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
nav > ul > li {
  width: 50%;
  text-align: center;
  border-top: 2px solid #3d74af;
}
nav > ul > li:nth-child(even) {
  border-right: 2px solid #3d74af;
}
nav > ul > li a {
  display: block;
  width: 100%;
  padding: 7px 0;
  color: #fff !important;
}
/* ==== メインエリア ====*/
#lower main p {
  margin-bottom: 10px;
  text-align: justify;
}
/* ==== サイドナビ ====  */
aside {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
}
aside dt {
  background: #6a95bf;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
aside .cooperation dt {
  background: #7BB6E9;
}
aside dt::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-style: normal;
  font-weight: bold;
  right: 20px;
}
aside dt.bg02::after {
  content: "\f057";
}
aside dd {
  display: none;
  padding: 0;
  margin: 0;
  background: #FAFAFA;
}
aside ul {
  margin: 0
}
aside dd li {
  padding: 5px 10px;
  border-bottom: 1px dotted #ccc;
}
aside dd a {
  color: #413D3C !important;
  display: block;
}
aside dd a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-style: normal;
  font-weight: bold;
  padding-right: 10px;
  color: #00469B;
  display: inline-block;
}
/* ==== フッター ==== */
footer {
  background: #0545A7;
  margin: 0;
  text-align: center;
  color: #fff;
}
footer a {
  color: #fff !important;
}
/* ==== 著作権表記エリア ==== */
address {
  text-align: center;
  font-size: 15px;
  padding: 7px;
  font-style: normal;
  margin: 0 0 40px;
  background: #0545a7;
}
/* ==== ページトップ ==== */
#pageTop {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -100px;
  right: 10px;
  transition: .5s;
  opacity: 0.7;
}
#pageTop a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #42bbc4;
  border-radius: 80px;
  font-size: 0.8em;
  line-height: 1.1em;
  padding: 5px 10px;
}
/* Google Map */
.gmap iframe {
  width: 100%;
  height: 400px;
}
.gmap {
  height: 400px;
}
/* 診療時間表 */
.timetable {
  width: 100%;
  max-width: 320px;
  text-align: center;
  font-size: 13.5px;
  margin: 20px auto 30px;
}
/* 診療時間表 */
main .timetable {
  width: calc(100% - 30px);
  margin: 40px auto;
  line-height: 1;
  max-width: 400px;
}
#lower main .timetable {
  width: 100%;
}
header .timetable {
  margin: 10px auto 0;
}
header .timetable thead {
  background: #0191DA;
  color: #fff;
  vertical-align: middle;
}
main .timetable thead {
  background: #81c9ef;
  color: #3E3A39;
}
main .timetable tbody th {
  background: #DFF1FB;
}
.timetable td, .timetable th {
  border: 1px solid #0191DA;
  font-weight: normal;
}
.header .timetable tbody th {
  text-align: right;
  padding: 4px 7px 4px 0;
  width: 120px;
}
main .timetable tbody th {
  min-width: 130px;
  width: 40%;
  font-size: 15px;
  text-align: center;
  padding: 4px;
}
main #charge .timetable tbody th {
  /*width: 32%;*/
  width: 15%;
  min-width: inherit;
  font-size: 1.25rem;
  padding: 7px 2px;
}



main #charge .timetable tbody td {
  font-size: 1.25rem;
  height: 6.6em !important;
}

main #charge .timetable tbody td.w10{
	    width: 8%;
}

main #charge .timetable tbody td.vertical2{
	    display: none;
}

main #charge .timetable tbody td.vertical span{
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}


.timetable th, .timetable td {
  padding: 4px;
  vertical-align: middle;
}
.timetable caption {
  caption-side: bottom;
  padding: 0;
  font-size: 1.25rem;
}
main .timetable caption p {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.4;
  display: inline-block;
  margin: 5px auto 10px;
}
main .timetable td a {
  color: #7A9ECB !important
}
h1 {
  display: none;
}
#lower h2 {
  background: url("../images/common/aside_ttl.png") no-repeat right bottom #42bbc4;
  /*  background: url("../images/common/h2.png") no-repeat 40% bottom;*/
  width: 100%;
  max-width: 600px;
  height: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 0 auto 20px;
  font-size: 160%;
}
#lower h3 {
  padding: 5px 0 5px 40px;
  font-size: 18px;
  margin-bottom: 15px;
  background: url("../images/common/h3.png") no-repeat left 5px center;
  background-size: 25px auto;
  border-bottom: 3px #0091DA solid;
}
#lower h4 {
  border-bottom: 2px solid #818181;
  padding: 5px 0 5px 35px;
  margin-bottom: 15px;
  color: #595757;
  font-size: 1.7rem;
  background: url("../images/common/h4.png") no-repeat left 5px center;
}
#lower h5 {
  border-left: 8px double #0091DA;
    background:#F6F6F6;
  font-size: 1.7rem;
  color: #666;
  padding: 4px 4px 4px 10px;
  margin-bottom: 15px;
}

#lower h6 {
  border-bottom: 5px double #7BB6E9;
  font-size: 1.7rem;
  color: #666;
  padding: 0 0 0 5px;
  margin-bottom: 15px;
}

/* 医院概要 index access */
#overview dl {
  width: 100%;
  margin: 10px 0;
  display: flex;
  flex-wrap: wrap;
}
#overview dt {
  width: 100%;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
#overview dt p {
  background: #00469B;
  color: #fff;
  padding: 4px;
  border-radius: 5px;
  text-align: center !important;
  margin: 0 !important;
}
#overview dd {
  margin: 0 0 15px;
  padding: 2px 0 0 10px;
  width: 100%;
}
#overview ul.list_in li {
  margin-right: 2px !important;
}
#overview .btn_sim {
  background: #00469B;
  border-radius: 30px;
  padding: 5px 30px;
  margin-top: 10px;
}
.dl_pl div {
  background: #D7F0FB;
  margin-bottom: 10px;
    padding:0 ;
}
.dl_pl dt {
  background:#4174B5;
    color:#fff;
    padding:5px 10px;
    font-weight:bold;
}
.dl_pl dd {
  padding: 15px 10px;
}
.dl_pl dd p:last-child {
    margin: 5px 0 0!important;
}
.tbl_def {
  width: 100%;
  font-size: 12px;
  margin: 20px auto 30px;
  line-height: 1;
}
.tbl_def .text-nowrap {
  white-space: nowrap;
}
.tbl_def caption {
    caption-side: bottom;
    padding-top:5px;
}
.tbl_def thead {

  background: #81c9ef;
  color: #3E3A39;
  vertical-align: middle;
  text-align: center;
}
.tbl_def tbody th {
  background: #DFF1FB;
  text-align: center;
}

.tbl_def td, .tbl_def th {
  border: 1px solid #0191DA;
  font-weight: normal;
    padding:5px;
    vertical-align: middle;
}

.list_cs,.list_vs {
      counter-reset: item;
  list-style-type: none;
  padding-left: 0;
    margin:0 0 10px 0;
}
.list_cs  li,.list_vs li{
    margin-bottom:15px;
    position: relative;
}
.list_cs li:before {
  counter-increment: item;
  content: counter(item);
  font-weight: bold;
    font-size:18px;
  color: #Fff;
    position: absolute;
    text-shadow: 
    #F4BE4B 2px 0px 0px, #F4BE4B -2px 0px 0px,
    #F4BE4B 0px -2px 0px, #F4BE4B 0px 2px 0px,
    #F4BE4B 2px 2px 0px, #F4BE4B -2px 2px 0px,
    #F4BE4B 2px -2px 0px, #F4BE4B -2px -2px 0px,
    #F4BE4B 1px 2px 0px, #F4BE4B -1px 2px 0px,
    #F4BE4B 1px -2px 0px, #F4BE4B -1px -2px 0px,
    #F4BE4B 2px 1px 0px, #F4BE4B -2px 1px 0px,
    #F4BE4B 2px -1px 0px, #F4BE4B -2px -1px 0px,
    #F4BE4B 1px 1px 0px, #F4BE4B -1px 1px 0px,
    #F4BE4B 1px -1px 0px, #F4BE4B -1px -1px 0px;
}
.list_cs img {
    display: block;
    margin: 0 auto;
}

/* -----------------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 46.875em) {
  html {}
  body {
    min-width: 1170px;
    background-image: url("../images/common/bg_r.png"), url("../images/common/bg_l.png");
    background-repeat:
      no-repeat;
    background-position: center top 270px, center bottom 160px;
  }
  /* ==== モジュールあれこれ ====*/
  /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
  .half {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .half > * {
    width: 48%;
    margin-bottom: 15px;
  }
  .half .dl_def {
    margin: 0 auto 0 0 !important;
  }
  .flex_LRTB > figure.w30 {
    width: 30% !important;
    margin-right: 2%;
  }
  .flex_LRTB > figure + ul {
    width: 68% !important
  }
  /* 画像のフロート SP時は解除 */
  figure.fl_r {
    float: right;
    width: auto;
    margin-left: 20px;
    margin-bottom: 15px;
  }
  figure.fl_l {
    float: left;
    width: auto;
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .sp_none_in {
    display: inline;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .split_wrap {
    display: flex;
    justify-content: space-between; /*	position: relative; */
  }
  a[href^="tel:"] {
    pointer-events: none !important;
    color: #595757 !important;
  }
  /* ==== メインエリア ====*/
  main {
    margin: 0 0 30px 0;
    padding: 0 0 10px;
    width: 810px;
  }
  /* ==== 全体の横幅設定 ==== */
  .inner {
    margin: 0;
    padding: 0 10px; /*	max-width: 1170px; */
    width: 100%;
  }
  .wrapper {
    width: 1170px;
    margin: 0 auto;
  }
  section {
    margin-bottom: 50px;
  }
  section section {
    margin: 30px 0;
  }
  main > section {
    padding: 0;
  }
  /* ==== ヘッダー ==== */
  header {
    padding: 35px 0 30px;
  }
  header .flex_LRTB {
    align-items: center;
    margin-bottom: 15px;
  }
  header .timetable {
    width: 260px;
    line-height: 1;
    margin: 0 25px 0 100px;
  }
  header .wrapper {
    justify-content: space-between;
    align-items: baseline;
    padding: 0;
    max-width: 1170px;
  }
  header figure:first-child img {
    width: 425px;
  }
  header figure.sp_none {
    margin: 0;
  }
  header figure.sp_none figcaption {
    width: 100%;
    background: #0191DA;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  header figure {
    margin-bottom: 0;
  }
  header p {
    font-size: 23px;
    letter-spacing: 3px;
  }
  .reserve {
    top: 100px;
    right: 0;
    width: 53px;
    height: 156px;
    padding: 0;
  }
  /* ==== グローバルナビ全体設定 ==== */
  nav {
    padding: 10px 0;
    margin-bottom: 50px;
    background: #00469B;
    border: none;
  }
  nav > ul {
    width: 1170px;
    margin: 0 auto;
    text-align: center;
  }
  nav > ul > li {
    width: 20%;
    padding: 0;
    border: none !important;
  }
  nav > ul > li a {
    padding: 10px 0;
    border-right: 1px solid #DAEED3;
    background: transparent;
    font-size: 2rem;
  }
  nav > ul > li:first-child a {
    border-left: 1px solid #DAEED3;
  }
  nav figure {
    display: block;
  }
  nav > ul li a figcaption {
    width: auto !important;
    max-width: inherit;
  }
  nav ul li a img {
    width: auto;
    display: block;
    margin: 0 auto 10px;
  }
  /* ==== サイドナビ ==== */
  aside {
    width: 300px;
    margin: 0 60px 60px 0;
    padding: 0;
  }
  aside dt {
    background: url("../images/common/aside_ttl.png") no-repeat right 10px bottom 5px #0091DA;
    height: 110px;
    display: flex;
    align-items: center;
    font-size: 25px;
    padding-left: 25px;
    pointer-events: none !important;
  }
  aside dt::after {
    display: none;
  }
  aside dd {
    display: block;
    font-size: 21px;
    padding: 0 10px;
    margin-bottom: 40px;
    background: rgba(250, 250, 250, 0.7);
  }
  aside dd a {
    height: 90px;
    display: flex;
    align-items: center;
    padding-left: 10px;
  }
  aside dd li {
    padding: 0 10px;
  }
  aside dd li:last-child {
    border-bottom: none;
  }
  aside .cooperation dt {
    padding: 10px 10px 10px 25px;
    display: block;
    height: auto;
    text-align: left;
  }
  aside .cooperation dd a {
    height: auto;
    font-size: 18px;
    padding: 10px 0;
  }
    
  /* ==== フッター ==== */
  /* ==== フッターナビ ==== */
  footer .wrapper {
    padding: 40px 0 25px;
    align-items: center;
    border-bottom: #80a3cd 2px solid;
  }
  footer figure {
    width: 390px;
    text-align: center;
  }
  address {
    margin-bottom: 0;
    padding: 15px;
  }
  #fnavi {
    padding: 0 10px;
    margin: 0 10px;
    width: 760px;
  }
  #fnavi ul {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: space-between;
    padding: 0 20px;
  }
  #fnavi a:link, #fnavi a:visited {
    color: #fff;
  }
  #fnavi ul.gl {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.7rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #fnavi ul li a::before, #fnavi p a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f144";
    color: #fff;
    padding-right: 3px;
  }
  #fnavi ul.gl li a::before {
    font-weight: bold;
    padding-right: 5px;
  }
  #fnavi ul.as {
    width: 627px;
  }
  #fnavi ul.as li {
    font-size: 16px;
    width: 33%;
    margin-bottom: 10px;
  }
  /* 診療時間表 */
  .timetable {
    max-width: 400px;
    font-size: 16px;
    margin: 20px auto 30px;
  }
  .timetable th, .timetable td {
    padding: 10px 8px;
  }
  header .timetable tbody td {
    font-size: 12px;
    padding: 7px 0;
  }
  header .timetable tbody th {
    font-size: 12px;
    padding: 7px 2px;
    width: 100px;
  }
  header .timetable thead th, header .timetable thead td {
    padding: 6px 0;
    font-size: 11px;
  }
  header .timetable caption {
    font-size: 11px;
    padding-top: 5px;
		line-height: 1.4;
  }
  main .timetable {
    max-width: 100%;
    margin: 0 0 50px;
  }
  main .timetable thead tr > * {
    font-size: 19px;
    font-weight: bold;
    padding: 20px 0;
  }
  main .timetable tbody th {
    font-size: 21px !important;
    font-weight: bold;
    padding: 20px !important;
    width: 250px;
  }

main #charge .timetable tbody th {
  width: 32%;
	/*width: 28%;*/
}

main #charge .timetable tbody td{
	height: 0 !important;
}

main #charge .timetable tbody td.vertical2{
	    display: revert;
}
	
main #charge .timetable tbody td.vertical span{
	writing-mode: horizontal-tb !important;
}
	
  #lower main .timetable tbody td {
    font-size: 21px;
  }
  main .timetable caption p {
    margin: 0;
  }
  main .timetable caption * {
    font-size: 19px !important;
    margin: 1rem 0 0!important;
  }
  #lower main .timetable caption * {
    font-size: 16px !important;
    line-height: 1.4;
  }
  main .timetable caption div {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0;
  }
  main .timetable caption .btn {
    display: block;
    align-items: center;
    margin-top: 1rem;
    width: 45%;
  }
  #lower h2 {
    background: url("../images/common/h2.png") no-repeat center center;
    width: 810px;
    max-width: inherit;
    height: 170px;
    margin: 0 auto 50px;
    font-size: 3.2rem;
    text-shadow: none;
    padding: 0 0 30px 20px;
    align-items: flex-end;
    justify-content: flex-start;
  }
  #lower h3 {
    font-size: 23px;
    background-size: 32px auto;
    margin-bottom: 20px;
    padding: 10px 5px 10px 45px;
    display: flex;
    align-items: center;
    border-bottom-width: 4px;
  }
  #lower h4 {
    padding: 10px 0 10px 40px;
    margin-bottom: 15px;
    font-size: 2.1rem;
    background-size: 32px auto;
    background: url("../images/common/h4.png") no-repeat left 10px center;
  }
  /*ul.list_lb li {
    width: 30%;
}*/
  /* 医院概要 index access */
  #overview dl {
    padding: 0;
    width: 98%;
    margin: 0 auto;
  }
  #overview dt {
    width: 9rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
  #overview dd {
    width: calc(100% - 9rem);
    padding-left: 1rem;
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }
    
    .tbl_def  {
        font-size:16px;
    }
    .tbl_def td ,  .tbl_def th {
        padding:10px;
    }
    #cs07 .tbl_def {
        width:auto;
    }
    #cs07 .tbl_def td ,  .tbl_def th {
        padding:10px 30px;
    }
    .list_cs ,.list_vs{
        
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    }
    
.list_cs li,.list_vs li {
    max-width:280px;
    margin-bottom:15px;
}
    .list_cs li:before {
    left:50%;
    font-size:18px;
    
}
    
    .list_cs li:last-child {
        max-width: none;
    }
    dl.dl_pl  {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    dl.dl_pl div {
        width:48%;
        position: relative;
        padding-bottom:40px;
    }
    dl.dl_pl a {
        position: absolute;
        bottom:10px;
        right:10px;
    }
}
@media screen\0 { /* IEハック */
}
/* -----------------------------------------------------------------------------------------------------------------------------------
	Tablet 73.063=1169px  60em=960px
----------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 46.875em) and (max-width: 73.063em) {}