@charset "utf-8";
/* =======================================================================
	Style
======================================================================= */
/* Font
-------------------------------*/
html {
  font-size: 62.5%; /* ベースを10pxに */
  width: 100%;
}
body {
  font-family: YakuHanJPs, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  font-size: 1.6rem; /*16px*/
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  letter-spacing: 0.05em;
}
main {
  font-size: 100%;
}
img {
  max-width: 100%;
  width: auto;
}
main p {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
}
main > * {
  font-size: 1.6rem;
}
#lower main p {
  text-align: justify;
}

#lower main#english p {
	text-align:inherit;
}
/* ==== link ==== */
a {
  text-decoration: none !important;
}
a:link, a:visited {
  color: #fff;
}
main a:link {
  color: #395996;
}
main a:visited {
  color: #395996;
}
a:hover {
  opacity: 0.7;
}
figure {
  line-height: 1;
}
figcaption {
	padding:5px 0;
}
/* モジュール */
.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: 1rem;
}
.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;
}

.txt_marker{
	font-weight: bold;
	background: linear-gradient(transparent 0%, #f6ff5f 0%);
}

.clear {
  clear: both;
  display: block;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.fc_rd {
  color: #B50005;
}
.fc_gr {
  color: #029FA6;
}
.fc_or {
  color: #be9c5a;
}
.fc_bl {
  color: #00689D;
}
.font_s {
  font-size: smaller;
}
.font_l {
  font-size: larger;
}
/* ボタン */
.btn_s {
  padding: 0.3rem 1rem;
  text-align: center;
  display: inline-block;
}
.btn {
  padding: 0.8rem 2rem;
  text-align: center;
  display: inline-block;
}
a.btn_def, a.btn_sim {
  background: #5492CF;
  color: #fff !important;
  border-radius: 0.5rem;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
a.btn_def::before {
  font-family: "Font Awesome 5 Free";
  content: "\f144";
  padding-right: 4px;
  color: #fff; /*アイコンの色*/
}
a.btn i {
  width: 1em !important;
}
/* リストマーク */
ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}
ol {
  margin: 0 0 1rem;
  padding-inline-start: 2.2rem;
}
ol li {
  margin: 0 0 1rem;
}
@media print, screen and (min-width: 46.875em) {
	ol li {
  margin: 0 0 1rem;
}
}
@supports (-ms-ime-align:auto) {
 ol li {
	 margin-left:3rem;
} 
}
_:-ms-lang(x)::-ms-backdrop, ol li {
	 margin-left:3rem;
}
ul.list_kome li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5rem;
}
ul.list_kome li:before {
  content: '※';
  left: -1.5em;
  width: 1em;
  margin-top: -.8em;
  color: #7095DB;
}
ul.list_def > li {
  padding-left: 1.3em;
  margin-bottom: 0.5rem;
}
ul.list_def > li::before {
  display: inline-block;
  content: '●';
  margin-left: -1.3em;
  margin-right: 0.3em;
  color: #00689D;
}
ul.list_sim > li {
  list-style: disc !important;
  margin-left: 2rem;
}
li ul {
  margin-left: 1.5rem;
}
ul.list_in li {
  display: inline-block;
  margin-right: 2rem !important;
}
ul.list_dot li {
  border-bottom: 1px dotted #00689D;
  padding: 0.2rem 0;
}
ol.list_flow {
	list-style: none;
	padding: 0;
    margin: 0;
}
ol.list_flow.w6em {
	width:6em;
}
ol.list_flow li {
  /*  border: 5px solid #AFCCE5;
    border-radius: 10px;*/
  /*   padding: 4px 10px;*/
    position: relative;
	padding:0;
	margin: 0 0 25px;
	text-align: center;
}
ol.list_flow li::after {
    bottom: -25px;
    color: #00689D;
    content: "▼";
    font-size: 16px !important;
    left:2.5em;
    position: absolute;
}
ol.list_flow li:last-child::after {
	display: none;
}
/* 定義リスト */
dl.dl_def {
  margin: 2rem auto;
}
dl.dl_def dt {
  font-weight: bold;
  border-bottom: double 3px #00689D;
  margin-bottom: 0.7rem;
}
dl.dl_def dd {
  margin-bottom: 1.5rem;
}
dl.dl_tbl {
  border: #AFCCE5 solid 1px;
}
dl.dl_tbl dt {
  font-weight: bold;
  background: #afcce5;
  padding: 0.3rem;
  text-align: center;
}
dl.dl_tbl dd {
  padding: 1rem;
  margin: 0;
	background:rgba(255, 255, 255, 0.4)
}
dl.dl_tbl dd.pb {
		background:rgba(175, 204, 229, 0.4)
}
dl.dl_tbl dd *:last-child {
  margin-bottom: 0;
}
dl.dl_career dt { /* 経歴 */
}
dl.dl_career dd {
  margin-bottom: 1rem;
}
dl.dl_01 { /* 求人票 */
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #9D9B9C;
  dt, dd {
    padding: 1rem;
    margin: 0;
  }
  dt {
    width: 30%;
    color: #fff;
    background: #5492CF;
    text-align: center;
    border-bottom: 1px solid #fff;
    &:last-of-type {
      border-bottom: none;
    }
  }
  dd {
    width: calc(100% - 30%);
    border-bottom: 1px solid #9D9B9C;
    &:last-of-type {
      border-bottom: none;
    }
  }
}

.list_lb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_lb li {
  width: 49%;
  text-align: center;
  margin-bottom: 1.5rem;
  color: #004EA2;
}

.tbl_def {
	margin:2rem auto;
	width:100%;
}
.tbl_def caption {
	color:#00689D;
	font-weight: bold;
}
.tbl_def th ,.tbl_def td {
	border:#AFCCE5 1px solid ;
	padding:0.5rem 1rem;
}
.tbl_def thead {
	background:#AFCCE5;
}

#obesity .tbl_def caption {
	background:#AFCCE5;
	color:#000;
	padding:0.5rem 1rem;
}
#obesity  .tbl_def thead {	
	background:rgba(175, 204, 229, 0.3)
}
/* テキストの装飾 */
.underline {
  background: linear-gradient(transparent 70%, yellow 70%);
}
.bold {
  font-weight: bold;
}
/* 囲み枠 */
.box_r ,.box_g {
  padding: 2rem !important;
  margin-bottom: 2rem;
  border: #E0C2CF solid 0.2rem;
  border-radius: 0.5rem;
	background:rgba(255, 255, 255, 0.3)
}
.box_g {
  border: #daede1 solid 0.2rem;
}
.box_r *:last-child,.box_g *:last-child {
  margin-bottom: 0 !important;
}

.box_r .list_def li::before {
	color:#E0C2CF
}
.box dt {
  border-bottom: #4B7DBE 0.2rem dashed;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.8rem;
}
.box dt i {
  color: #4B7DBE;
  font-size: 2.5rem;
  padding: 0 0.5rem;
}
.box dd {
  font-size: 1.6rem;
}
.box dd li {
  font-size: 1.6rem;
}
.box ul.list_def > li::before {
  color: #4B7DBE
}
/* マージン */
.mb_05 {
  margin-bottom: 0.5rem !important
}
.mb_10 {
  margin-bottom: 1rem !important
}
.mb_15 {
  margin-bottom: 1.5rem !important
}
.mb_20 {
  margin-bottom: 2rem !important
}
.mb_25 {
  margin-bottom: 2.5rem !important
}
.mb_30 {
  margin-bottom: 3rem !important
}
/* ==== 全体の横幅設定 ==== */
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.inner {
  padding: 0 1%;
}
/* ==== メインエリア ====*/
main {
  margin: 6.5rem 0 0
}
#lower h2 + .inner {
  margin: -2rem 1.5rem 3rem;
}
section {
  margin-bottom: 3rem;
}
main > section {
  margin: 0 auto 4rem;
  padding: 0 1.5rem;
}
main section section {
  margin-top: 3rem !important;
}
/* ==== header情報部全体 ==== */
header .pc_none {
  width: 100%;
  margin: 0 auto 1rem;
  padding: 0;
  background: #00689D;
}
header .pc_none .wrapper {
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  z-index: 1001;
  background: #00689D;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
}
header .pc_none figure {
  margin-bottom: 0 !important;
  line-height: 0;
}
header .pc_none figure img {
  max-height: 4rem;
}
header .pc_none .h_logo {
  margin: 0 auto 1rem 0;
  width: calc(100% - 50px);
}
header #navToggle div {
  height: 4rem !important;
}
header .pc_none nav {
  position: absolute;
  top: -650px;
  left: 0;
  background: rgba(255, 255, 255, .9);
  -webkit-transition: .5s ease-in-out; /*transitionで動きを*/
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  z-index: 1000;
  width: 100%;
}
header.openNav nav {
  top: 5.6rem;
}
.pc_none nav {
  padding: 0;
  font-weight: bold;
}
.pc_none nav ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.pc_none nav .gn {
  border-top: 2px solid #fff;
}
.pc_none nav .gn li {
  width: 50%;
  text-align: center;
  background: #5391CE;
}
.pc_none nav .gn li:nth-child(even) {
  border-right: 2px solid #fff;
}
.pc_none nav .gn li:nth-child(4), nav .gn li:nth-child(5) {
  border-top: 2px solid #fff;
}
.pc_none nav .gn li a {
  display: flex;
  line-height: 1;
  padding: 1rem 0;
  justify-content: center;
  align-items: flex-end;
}
.pc_none nav .sn {
  justify-content: space-around;
  margin: 1rem auto;
  align-items: flex-start;
}
.pc_none nav .sn li {
  width: 30%;
  text-align: center;
  margin-bottom: 1rem;
  max-width: 16rem;
}
nav .sn li:last-child, nav .sn li:nth-child(7) {
  width: 45%;
}
nav .sn li img {
  width: 5.8rem;
  display: block;
  margin: 1rem auto;
}
nav .sn li a {
  color: #00689D !important;
  font-size: 1.4rem;
}
.reserve {
  bottom: 0;
  top: inherit;
  width: 100%;
  background: #fff;
  padding: 0.5rem;
  margin: 0;
  line-height: 1;
  position: fixed;
  right: 0;
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reserve a {
  display: block;
  text-align: center;
}
.reserve a img {
  width: 95%;
}
/* ==== サイドナビ ====  */
aside {
  width: 100%;
  margin: 0 0 2rem;
}
aside dl {
  border-top: 0.2rem solid #fff;
}
aside dt {
  text-align: center;
  padding: 0.4rem 0;
  background: #0F3C93;
  color: #fff;
}
aside dt p {
  cursor: pointer;
  margin: 0;
  display: inline-block;
  font-weight: bold;
}
aside dt p::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  padding: 0 0.3em 0 0;
  color: #BECFED;
  font-weight: bold;
}
aside dt p::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-style: normal;
  padding: 0 0 0 0.3em;
  color: #BECFED;
  font-weight: bold;
  line-height: 1em;
  margin-top: -0.3rem;
}
aside dd {
  display: none;
  padding: 0 1rem;
  margin: 0;
  background: #E6EDF7;
}
aside ul {
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0 0.5rem;
  margin: 0 auto;
}
aside ul li {
  width: 50%;
  padding: 1rem 0.5rem;
}
aside ul li a {
  display: block;
  width: 100%;
  color: #231815 !important;
  border-bottom: 0.1rem solid #7296DC;
  padding: 0 1rem 1.5rem 2.2rem;
  font-size: 1.4rem;
  background: url("../images/common/snav_icn.png") no-repeat left 0.7rem top 0.6rem;
  background-size: 1rem 1rem;
}
/*=== フッター ==== */
footer {}
footer ul {
  display: none;
}
#lower footer .gmap {
	display: none;
}
/* ==== 著作権表記エリア ==== */
address {
  text-align: center;
  font-size: 1.5rem;
  padding: 0.7rem 0.7rem;
  font-style: normal;
  margin: 0 0 4.9rem;
  background: #00689D;
}
address a {
  color: #fff !important;
}
/* ==== ページトップ ==== */
#pageTop {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -100px;
  right: 10px;
  transition: .5s;
  opacity: 0.8;
}
#pageTop a {
  display: block;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  background-color: #5391CE;
  border: #EBF4EF;
  border-radius: 80px;
  font-size: 0.8em;
  line-height: 1.1em;
  padding: 0.5rem 1rem;
}
/* Google Map */
.gmap {
  width: 100%;
  padding: 0;
  line-height: 0;
}
.gmap iframe {
  width: 100%;
  height: 30rem;
  margin: 0
}
figure.map figcaption {
	margin:1rem;
}
/* 診療時間 */
.timetable {
  max-width: 52rem;
  font-size: 1.8rem;
  margin: 1rem auto 0;
}
.timetable thead {
  background: #00689D;
  color: #fff;
}
.timetable thead td {
  padding: 0.5rem;
  text-align: center;
  font-weight: normal;
}
.timetable tbody tr {
  border-bottom: 0.2rem solid #00689D;
}
.timetable tbody th, .timetable tbody td {
  padding: 0.8rem 0.5rem;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
}
.timetable th {
  font-size: 1.6rem;
  line-height: 1.2;
}
.timetable tbody td {
  color: #5492CF;
}
.timetable tfoot td {
  font-size: 1.6rem;
  padding: 1rem 1rem 0;
}
.timetable tfoot td {
    font-size: 1.4rem; 
    padding-bottom: 3rem; 
}
h1 {
  display: none;
}
#lower h2 {
  background: url("../images/common/h2.png") no-repeat bottom right #EBEEF5;
  background-size: auto 100%;
  color: #585657;
  display: flex;
  align-items: center;
  margin: 0 auto 4rem;
  font-size: 2rem;
  padding: 0 2rem;
  height: 7rem;
  line-height: 1;
}
#lower h3 {
  position: relative;
  padding: 0.5rem 0 0.7rem 4.3rem;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  color: #fff;
  border-radius: 0.5rem;
  min-height: 3rem;
  line-height: 1.5;
  background: #00689D;
}
#lower h3::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  width: 3.2rem;
  height: 100%;
  background: url('../images/common/h3.png') no-repeat right center;
  background-size: 2.5rem auto;
}
#lower h4 {
  border-bottom: 0.2rem solid #9D9B9C;
  padding: 0.5rem 0 0.7rem 3.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  min-height: 3.3rem;
  background: url(../images/common/h4.png) no-repeat left 0.5rem center;
}
#lower h5 {
  font-size: 1.65rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #999;
}
#lower h5::before {
  content: '◆';
  padding: 0 4px;
  color: #4B7DBE; /*アイコンの色*/
}
#lower h6 {
  position: relative;
  border-bottom: 2px solid #999;
  font-size: 1.65rem;
  color: #231815;
  padding: 0 0 0.2rem 0.5rem;
  margin-bottom: 1rem;
}
#lower h6::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 2px;
  background-color: #0F30B3;
}
/* access */
#lower .overview dl {
  width: 100%;
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
}
#lower .overview dt {
  width: 100%;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
#lower .overview dt p {
  background: #00689D;
  color: #fff;
  padding: 0.4rem;
  border-radius: 5px;
  text-align: center;
	margin-bottom:0;
}
#lower .overview dd {
  margin: 0 0 1.5rem;
  padding: 0.2rem 0 0 1rem;
  width: 100%;
}
/* clinic */
.slider-pro p.sp-layer {
	font-size:1.6rem!important;
}

/* -----------------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 46.875em) {
  body {
    min-width: 117rem;
  }
  body#lower {
    background: url("../images/common/bg_r.png") no-repeat top center;
  }
  /* ==== モジュールあれこれ ====*/
  /* 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% !important;
    margin-bottom: 1.5rem;
  }
  .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: 2rem;
    margin-bottom: 1.5rem;
  }
  figure.fl_l {
    float: left;
    width: auto;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
  }
  .sp_none_in {
    display: inline!important;
  }
  .pc_none {
    display: none!important;
  }
  .sp_none {
    display: block!important;
  }
  .split_wrap {
    display: flex;
    justify-content: space-between; /*	position: relative; */
  }
  a[href^="tel:"] {
    pointer-events: none !important;
    color: #595757 !important;
  }
  #lower a[href^="tel:"] {
    color: #000 !important;
  }
	
  /* ==== メインエリア ====*/
  #lower main {
    margin: 0 0 3rem 3rem;
    width: 81rem;
  }
  /* ==== 全体の横幅設定 ==== */
  .inner {
    margin: 0 auto;
    padding: 0 0.5rem;
    /*	width: 81rem; */
  }
  .wrapper {
    width: 117rem;
    margin: 0 auto;
  }
  section {
    margin-bottom: 5rem;
  }
  section section {
    margin: 3rem 0;
  }
  main > section {
    padding: 0;
  }
  /* ==== ヘッダー ==== */
  header {
    padding: 0;
    min-width: 117rem;
    width: 100%;
    margin: 0;
    background: #fff;
    /*	position: fixed;
	  z-index:1000;*/
  }
  header .wrapper {
    padding: 1rem 0;
  }

.pc-nav.fixed{
	position: fixed;
	top: 0;
	width:100%;
	min-width:117rem;
	z-index:10000;
}
  /* ==== グローバルナビ全体設定 ==== */
  nav {
    padding: 0;
    min-width: 1170px;
    margin-bottom: 0;
    background: #00689D;
  }
  nav .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
  }
  nav ul {
    margin: 0;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: flex-start;
  }
  nav li {
    padding: 0.5rem 0;
    border: none !important;
    background-color: transparent;
    width: 14rem;
  }
  nav li:first-child {
    width: 5rem;
  }
  nav li a {
    padding: 1rem 0;
    width: 100%;
    display: block;
    border-right: 1px solid #c2d3ef;
    font-size: 2rem;
    line-height: 1;
  }
  nav li:first-child a {
    border-left: 1px solid #c2d3ef;
  }
  nav p {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 0.5rem;
  }
  header + .wrapper {
    padding-top: 5rem;
  }
  .reserve a:first-child {
    display: none !important
  }
  .reserve {
    width: 4rem;
    height: 13rem;
    position: fixed;
    top: 17rem;
    right: 0;
    padding: 0;
    background-color: transparent;
  }
  .reserve img {}
  /* ==== サイドナビ ==== */
  aside {
    width: 31rem;
    margin: 0 auto 6rem 0;
    padding: 0 0.4rem 0 0;
  }
  aside dt {
    padding: 0;
    line-height: 1;
    background-color: transparent;
    margin-bottom: 2.5rem;
  }
  aside dd {
    display: block;
    padding: 0 1rem;
    background-color: transparent;
    border-bottom: solid 1rem #EBEEF5;
  }
  aside li img {
    width: 5.5rem;
    display: inline-block;
    margin: 0 1.5rem 0 0.5rem;
  }
  aside ul {
    display: block;
    margin: 0 0 2.5rem;
    padding: 0;
    border-top: dashed .2rem #EBEEF5;
  }
  aside ul li {
    width: 100%;
    border-bottom: dashed .2rem #EBEEF5;
    padding: 0;
  }
  aside ul li a {
    font-size: 1.9rem;
    background: url(../images/common/snav_bg.png) no-repeat right 1rem bottom 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1.5rem 0;
    border: none;
  }
  /* ==== フッター ==== */
  #lower footer {
    margin: 0;
    text-align: center;
    padding: 0;
    min-width: 117rem;
  }
  footer ul a {
    color: #000 !important;
  }
  /* ==== フッターナビ ==== */
  footer > div.wrapper {
    padding: 4rem 0 0;
    text-align: center;
    margin: 0 auto;
  }
  footer figure {
    margin-bottom: 5rem;
  }
  footer .gl {
    font-size: 1.9rem;
    margin-bottom: 3rem;
  }
  footer li {
    display: inline-block;
    margin-right: 3rem
  }
  footer .gl li {
    margin-right: 8rem
  }
  footer ul li:last-child {
    margin-right: 0;
  }
  footer ul a::before {
    font-family: "Font Awesome 5 Free";
    padding-right: 0.5rem;
    color: #00689D;
    font-weight: bold;
    content: "\f152";
  }
  footer .gl a::before {
    content: "\f138";
  }
  footer ul {
    display: block;
    margin: 0.8rem auto 0;
  }
  address {
    padding: 1rem;
    margin: 3.5rem auto 0;
	  font-size:1.7rem;
  }
  .gmap iframe {
    height: 57rem;
  }
	
	/* リスト関係 */
	dl.dl_career dt { /* 経歴 */
  width: 5em;
  float: left;
  font-weight: normal;
}
dl.dl_career dd {
  margin-left: 6em;
}
	
  /* clinic */
  .dl_lb div {
    width: 32%;
  }
  /* access
  #lower .overview dl {
    width: calc(100% - 40rem)
  } */
  #lower .overview dt {
    width: 11rem;
    margin-bottom:1.5rem;
    font-size: 1.5rem;
  }
  #lower .overview dd {
    width: calc(100% - 11rem);
    padding-left: 2rem;
    font-size: 1.9rem;
    margin-bottom: 1rem;
  }
	
  #lower h2 {
    height: 19.5rem;
    font-size: 2.8rem;
    margin-bottom: 6rem;
    padding: 0 0 0 4.5rem;
    background-size: auto;
    background: url("../images/common/h2.png") no-repeat bottom right #EBEEF5;
  }
  #lower h3{
    padding: 0.6rem 0 0.6rem 4.5rem;
    font-size: 2rem
  }
  #lower h4 {
    font-size: 2rem;
  }
/* 診療時間 */
.timetable {
 width: 52rem;
}
	
	.timetable thead td,.timetable tbody th, .timetable tbody td,.timetable tfoot td  {
		padding:1rem;
  font-size: 2rem;
		text-align: center;
	}
	#obesity .tbl_def,#obesity .dl_tbl {
		max-width:50rem;
		margin: 2rem auto;
	} 
}
@media screen\0 { /* IEハック */
}
/* -----------------------------------------------------------------------------------------------------------------------------------
	Tablet 73.063=1169px  60em=960px
----------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 46.875em) and (max-width: 73.063em) {}