@charset "utf-8";
/* CSS Document */
/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */
h1 {
  font-size: 12px;
  font-weight: normal;
  margin-top: 0px;
  letter-spacing: 0.1em;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  height: 30px;
  color: #FFFFFF;
  margin-bottom: 5px;
}
h2 {}
h3 {
  background-image: url("../images/h3.png");
  border-bottom: 2px solid #126234;
  color: #126234;
  font-size: 22px;
  padding: 2px 0px 2px 45px;
  background-repeat: no-repeat;
  margin: 0 0 15px 0;
}
h4 {
  text-decoration: none;
  padding: 5px 5px 3px 5px;
  font-size: 16px;
  color: #FFFFFF;
  background: #126234;
  display: block;
  border-radius: 6px;
  vertical-align: central;
  margin: 0 0 10px;
}
h5 {
  font-size: 16px;
  line-height: 30px;
  color: #126234;
  font-weight: bold;
  margin: 0px;
}
h6 {
  border-bottom: 1px dashed #126234;
  font-size: 16px;
  line-height: 30px;
  color: #126234;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 5px 5px 0 5px;
}
h7 {
  font-size: 16px;
  line-height: 30px;
  color: #126234;
  font-weight: bold;
}
.mini {
  font-size: 12px;
  line-height: 20px;
}
@media screen and (min-width : 768px) {
  h3 {
    background-image: url("../images/h3.png");
    border-bottom: 2px solid #126234;
    color: #126234;
    font-size: 22px;
    padding: 2px 0px 0px 45px;
    background-repeat: no-repeat;
    margin: 0 0 15px 0;
  }
  h4 {
    text-decoration: none;
    padding: 5px 10px 3px 10px;
    font-size: 16px;
    color: #FFFFFF;
    background: #126234;
    display: block;
    border-radius: 6px;
    vertical-align: central;
    margin: 0 0 10px;
  }
  h5 {
    font-size: 16px;
    line-height: 30px;
    color: #126234;
    font-weight: bold;
    margin: 0px;
  }
  h6 {
    border-bottom: 1px dashed #126234;
    font-size: 16px;
    line-height: 30px;
    color: #126234;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0 5px 0 5px;
  }
  .mini {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (min-width : 1024px) {
  h3 {
    background-image: url("../images/h3.png");
    border-bottom: 2px solid #126234;
    color: #126234;
    font-size: 28px;
    padding: 2px 0px 0px 45px;
    background-repeat: no-repeat;
    margin: 0 0 15px 0;
  }
  h4 {
    text-decoration: none;
    padding: 5px 10px 3px 10px;
    font-size: 18px;
    color: #FFFFFF;
    background: #126234;
    display: block;
    border-radius: 6px;
    vertical-align: central;
    margin: 0 0 10px;
  }
  h5 {
    font-size: 18px;
    line-height: 30px;
    color: #126234;
    font-weight: bold;
    margin: 0px;
  }
  h6 {
    border-bottom: 1px dashed #126234;
    font-size: 18px;
    line-height: 30px;
    color: #126234;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0 5px 0 5px;
  }
  .mini {
    font-size: 14px;
    line-height: 24px;
  }
}
.hako {
  text-indent: -1em;
  margin-left: 1em;
}
.hako:before {
  content: "■";
}
.kome {
  text-indent: -1em;
  margin-left: 1em;
}
.kome:before {
  content: "※";
}
.haku {
  text-indent: 2em;
}
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
ol {}
ol li {}
ul {}
ul li {}
dl {}
dl dt {}
dl dd {}
/* :::::::::: テーブル :::::::::: */
table {}
table tr th, table tr td {}
table tr th {}
table tr td {}
/* =======================================================================

   全体
   
======================================================================= */
body {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 'Century Gothic', sans-serif;
  font-size: 14px;
  line-height: 28px;
  background-color: #FFFFFF;
  /* [disabled]background-image: url(../images/background.jpg); */
  background-position: top;
}
}
@media screen and (min-width : 768px) {
  body {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 'Century Gothic', sans-serif;
    font-size: 14px;
    line-height: 25px;
    background-color: #FFFFFF;
    /* [disabled]background-image: url(../images/background.jpg); */
    background-position: top;
  }
}
@media screen and (min-width : 1024px) {
  body {
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", 'Century Gothic', sans-serif;
    font-size: 16px;
    line-height: 28px;
    background-color: #FFFFFF;
    /* [disabled]background-image: url(../images/background.jpg); */
    background-position: top;
  }
}
p {
  margin: 0 0 1.5em;
}
/* =======================================================================

   各種設定
   
======================================================================= */
.imgbtm {
  margin-bottom: 10px;
}
.imgbtm20 {
  margin-bottom: 20px;
}
.marginR10 {
  margin-right: 10px;
}
.marginR20 {
  margin-right: 20px;
}
.marginR30 {
  margin-right: 30px;
}
.marginR40 {
  margin-right: 40px;
}
.marginR50 {
  margin-right: 50px;
}
.marginL10 {
  margin-left: 10px;
}
.marginL20 {
  margin-left: 20px;
}
.marginL30 {
  margin-left: 30px;
}
.marginL40 {
  margin-left: 40px;
}
.marginL50 {
  margin-left: 50px;
}
.marginL80 {
  margin-left: 80px;
}
.imgbtm {
  margin-bottom: 10px;
}
.marginB5 {
  margin-bottom: 5px;
}
.marginB10 {
  margin-bottom: 10px;
}
.marginB20 {
  margin-bottom: 20px;
}
.marginB30 {
  margin-bottom: 30px;
}
.marginB40 {
  margin-bottom: 40px;
}
.marginB50 {
  margin-bottom: 50px;
}
.marginB100 {
  margin-bottom: 100px;
}
.marginT5 {
  margin-top: 5px;
}
.marginT10 {
  margin-top: 10px;
}
.marginT20 {
  margin-top: 20px;
}
.marginT30 {
  margin-top: 30px;
}
.marginT40 {
  margin-top: 40px;
}
.marginT50 {
  margin-top: 50px;
}
.marginT100 {
  margin-top: 100px;
}
.marginLB {
  margin-left: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.marginRB {
  margin-right: 20px;
  margin-bottom: 20px;
}
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.clmL {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.clmR {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.cboth {
  clear: both;
  visibility: hidden;
  height: 0px;
  margin: 0px;
}
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.ft8 {
  font-size: 8px;
}
.ft10 {
  font-size: 10px;
}
.ft12 {
  font-size: 12px;
}
.ft14 {
  font-size: 14px;
}
.ft16 {
  font-size: 16px;
}
.ft18 {
  font-size: 18px;
}
.ft20 {
  font-size: 20px;
}
.ft22 {
  font-size: 22px;
}
.ft24 {
  font-size: 24px;
}
.ft26 {
  font-size: 26px;
}
.ft28 {
  font-size: 28px;
}
.ft30 {
  font-size: 30px;
}
.ft32 {
  font-size: 32px;
}
.ft34 {
  font-size: 34px;
}
.ft36 {
  font-size: 36px;
}
.ft40 {
  font-size: 40px;
}
.ft50 {
  font-size: 50px;
}
.w100 {
  width: 100px;
}
.w150 {
  width: 150px;
}
.w200 {
  width: 200px;
}
.w250 {
  width: 250px;
}
.w300 {
  width: 300px;
}
.w350 {
  width: 350px;
}
.w400 {
  width: 400px;
}
.w450 {
  width: 450px;
}
.w500 {
  width: 500px;
}
.w550 {
  width: 550px;
}
.w600 {
  width: 600px;
}
.w650 {
  width: 650px;
}
.w700 {
  width: 700px;
}
.w750 {
  width: 750px;
}
.w800 {
  width: 800px;
}
.w850 {
  width: 850px;
}
.w900 {
  width: 900px;
}
/*171124 診療受付時間の追加*/
table.table.table-bordered.timetable .success small {
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 0.01em;
  margin-top: 10px;
  display: block;
}
table.table.table-bordered.timetable .text-success {
  vertical-align: middle;
}
@media(max-width:320px) {
  table.table.table-bordered.timetable .text-success {
    width: 12px;
    padding: 0;
  }
  table.table.table-bordered.timetable .sppl5 {
    padding-left: 5px;
  }
  table.table.table-bordered.timetable .sppr5 {
    padding-right: 5px;
  }
  table.table.table-bordered.timetable {
    font-size: 12px;
  }
}


.sp_footer{
	display: flex;
	align-items: center;
	background: #dff0d8;
	padding: .5rem;
	position: sticky;
	bottom: 0;
	
	justify-content: center;
}
.sp_footer li:first-child{
	width:80%;
	font-size: 1.8rem;
	text-align: center;
}
.sp_footer li:first-child a{
	color:#3c763d;
	text-decoration: none;
}

.sp_footer li:last-child{
	width:20%;
}
@media screen and (min-width : 768px) {
	.sp_footer{
		display: none;
	}
}
#info #infobox section::before {
	content: " ";
	margin-top: -80px;
	height: 80px;
	display: block;
	visibility: hidden;

}
