/*******************************
            Custom
*******************************/

  body {
    background-color: #FFFFFF;
    font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 13px;
  }
  
  p {
      line-height: 1.7em;
      font-size: 0.9em;
  }
  
  .ui.list {
  	font-size: 0.9em;
  }
  
  .ui.table {
  	font-size: 0.9em;
  }
  
  .ui.list li {
  	line-height: 1.5!important;
  }
  
  .ui.lmoniter.container {
      width: calc( 1000px  +  0.5rem ) !important;
      margin: 0;
    }
    
  .ui.menuinner.container {
      width: calc( 1000px  +  0.5rem ) !important;
    }
	
	
  
  @media only screen and (max-width: 700px) {
	  .ui.info.row {
	  	padding-right: 1rem;
	  }  
    }
    
/*ヘッダーイメージ*/

#header_h1 {
	width: 1000px;
	margin: 0 auto;
	padding: 3px 0;
	font-size: 11px;
	text-align: left;
	color: #666;
	font-weight: normal;
}

  .ui.masthead.segment {
    margin: 0;
  	padding: 0;
  	background: #F2F2F2;
  }
  
  .ui.mastheadimg {
  	padding: 0 0 5px;
  	background: -webkit-linear-gradient(90deg, #F7F7F7 0%, #0099FF 49.8%, #F7F7F7 100%);
  	background: -moz-linear-gradient(90deg, #F7F7F7 0%, #0099FF 49.8%, #F7F7F7 100%);
  	background: -ms-linear-gradient(90deg, #F7F7F7 0%, #0099FF 49.8%, #F7F7F7 100%);
  	background: linear-gradient(90deg, #F7F7F7 0%, #0099FF 49.8%, #F7F7F7 100%);
  }
  
.address_header {
	margin-left: 1em;
	color: #666;
}


/*TOPスライダー*/

#mainVisual {
	width: 1000px;
	height: 370px;
	margin-bottom: 25px;
	position: relative;
}

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

#mainVisual {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	position: relative;
}


}

  
/*メインメニュー*/
  .hidden.menu {
    display: none;
  }
  
  .main.menu {
    min-height: 3.85714em;
    margin-top: 0;
    margin-bottom: 3em;
    border-radius: 0;
    border: none;
    box-shadow: none;
    transition:
      box-shadow 0.5s ease,
      padding 0.5s ease
    ;
  	background-image: -webkit-linear-gradient(top, #F2F2F2 0%, #F2F2F2 93%, #CCCCCC 100%);
  	background-image: -moz-linear-gradient(top, #F2F2F2 0%, #F2F2F2 93%, #CCCCCC 100%);
  	background-image: -ms-linear-gradient(top, #F2F2F2 0%, #F2F2F2 93%, #CCCCCC 100%);
  	background-image: linear-gradient(to bottom, #F2F2F2 0%, #F2F2F2 93%, #CCCCCC 100%);
  }
  .main.menu .phone {
  	min-height: 3.85714em;
  	margin-left: 1.8em;
  }
  
  .main.menu .phone img {
  	padding-top: 0.75em;
  }

	.main.menu .banner_yoyakuSmall{
		padding-top: 5px;
		margin-left: 15px;
	}
  
  .main.menu .item {
  	min-height: 3.85714em;
  	padding-right: 2em;
  	padding-left: 2em;
  }
  
  .main.menu .item span:before {
  	content: "";
    height: 45%;
    position: absolute;
    right: -1px;
    top: 1em;
    width: 1px;
    background: #C5C5C5;
  }
  
  .main.menu a.item:hover,
  .main.menu a.item.active,
  .main.menu a.item.active:hover {
  	background-image: -webkit-linear-gradient(top, #0065D4 0%, #0099FF 93%, #0065D4 100%);
  	background-image: -moz-linear-gradient(top, #0065D4 0%, #0099FF 93%, #0065D4 100%);
  	background-image: -ms-linear-gradient(top, #0065D4 0%, #0099FF 93%, #0065D4 100%);
  	background-image: linear-gradient(to bottom, #0065D4 0%, #0099FF 93%, #0065D4 100%);
  	color: #FFF;
  }
  
  .main.menu .toc.item {
    display: none;
  }
  
  
  @media only screen and (max-width: 700px) {
    .ui.fixed.menu {
      display: none !important;
    }
    .main.menu {
      margin-bottom: 2em;
    }
    .main.menu .item {
      display: none !important;
    }
    .main.menu .toc.item {
      display: block !important;
    }
  }
  
/*診察時間*/
  .consultation {
  	border: 1px solid #0099FF;
  }
  
  .consultation th,
  .consultation td {
  	padding: 0.2em 0.7em;
  	margin: 0;
  }
  
  .consultation th {
  	border-left: 1px solid #FFF;
  }
  
  .consultation th:first-child {
  	border-left: none;
  }
  
  .consultation td {
  	border: 1px solid #0099FF;
		color: #333;
  } 
  
  .consultation th {
  	color: #FFF;
  	background: #0099FF;
  }
  
  .timsspace {
  	display: inline-block;
  	float: right;
  }
    
    
/*院長イメージ*/
  .inchoimg {
  	position: absolute;
  	left: 5px;
  	top: -125px;
	height: 250px;
  }
  
  body#page .inchoimg {
  	position: absolute;
  	left: 5px;
  	top: -38px;
	height: 160px;
  }
      
@media only screen and (max-width: 767px) {
  	/*.three.wide.column.incho {
  		display: none;
  	}*/
	  
  .inchoimg {
	position: absolute;
	right: 5px;
	bottom: -65px;
	left: auto;
	top: auto;
	height: 200px;
  }
  
  body#page .inchoimg {
  	position: absolute;
	right: 5px;
	bottom: -65px;
	left: auto;
	top: auto;
	height: 120px;
  }
	  
}

@media only screen and (max-width: 480px) {
  	
  .inchoimg {
	position: absolute;
	right: 5px;
	bottom: -65px;
	left: auto;
	top: auto;
	height: 120px;
  }
  
  body#page .inchoimg {
  	position: absolute;
	right: 5px;
	bottom: -65px;
	left: auto;
	top: auto;
	height: 80px;
  }

}

/*アクセス*/

.ui section.sec_access{
  max-width:644px;
  margin: 0 auto;
  display: flex;
}
.ui section a.btn_access01 {
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #228bc8;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 0 25px;
	margin: 10px;
  color: #228bc8;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
.ui section a.btn_access01:hover {
  background: #228bc8;
  border: 1px solid #05639a;
  color: #fff;
}
.ui section a.btn_access01:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 50px;
  border-color: transparent transparent #228bc8 transparent;
}
.ui section a.btn_access01 span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
}
.ui section a.btn_access01 span:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}
.ui section a.btn_access01 span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #228bc8;
    border-right: 2px solid #228bc8;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -3px;
}
.ui section a.btn_access02 {
  max-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 1px solid #F15F62;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 0 25px;
	margin: 10px;
  color: #F15F62;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  transition-duration: 0.2s;
}
.ui section a.btn_access02:hover {
  background: #F15F62;
  border: 1px solid #F15F62;
  color: #fff;
}
.ui section a.btn_access02:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 50px;
  border-color: transparent transparent #F15F62 transparent;
}
.ui section a.btn_access02 span {
    position: absolute;
    bottom: 12px;
    right: 20px;
    display: inline-block;
}
.ui section a.btn_access02 span:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}
.ui section a.btn_access02 span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 2px solid #F15F62;
    border-right: 2px solid #F15F62;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 4px;
    margin-top: -3px;
}



/*検査について*/

.pl1em {
	padding-left: 1em;
}

/*Home 画像ナビ*/

#homeNavi {
	margin-bottom: 2em;
}

#Phone h3 {
	/*font-size: 2em;*/
}

#Phone h4 {
	font-size: 2em;
	color: #0099FF;
}

/*Home 院内写真*/

#aboutImg {
	margin-bottom: 1em;
}

/*Home 対象疾患*/

.disorderBox {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;

	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
	-webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap:wrap;
}

.disorderBox dl {
	width: calc(100% / 3);
}
	.disorderBox dl dt {
		padding: 0;
		margin: 0;
		text-align: center;
		padding: 3px 1em;
		background: #0099FF;
		margin-right: 1em;
		color: #fff;
		font-weight: bold;
	}
	.disorderBox dl dd {
		padding: 0;
		margin: 0;
		margin: 0.3em 1em;
	}


/* ページスタイル */

.doctor.icon {
	color: #0099FF;
}

/*フッター  */
  .ui.footertop.segment {
  	height: 5px;
  	margin: 5em 0em 0em;
  	padding: 0;
  	background: -webkit-linear-gradient(90deg, #F7F7F7 0%, #0099FF 49.8%, #F7F7F7 100%);
  	background: -moz-linear-gradient(90deg, #F7F7F7 0%, #0099FF 49.8%, #F7F7F7 100%);
  	background: -ms-linear-gradient(90deg, #F7F7F7 0%, #0099FF 49.8%, #F7F7F7 100%);
  	background: linear-gradient(90deg, #F7F7F7 0%, #0099FF 49.8%, #F7F7F7 100%);
  }
  
  .ui.footer.segment {
    margin: 0;
  	padding: 1em 0em 0.6em;
  	background: #F2F2F2;
  }
  
  .footer h2 {
  	margin-bottom: 0;
  }
  
  .footer p {
  	color: #717071;
  }
	
.footerConsultationBox {
	padding: 0 0 1em 2em !important;
}

.footerNavi ul {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	list-style: none;
}
.footerNavi ul li {
	color: #333;
}



/* news 
--------------------------------------------------------*/
	
/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

#newsWrap {
	margin-bottom: 40px;
}

ul#newsList{
	margin:0 0 15px;
	padding:0;
	/*font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
ul#newsList li{
	/*color:#666;*/
	font-size:0.9em;
	margin:0 1rem;
	padding:5px 0;
	margin-bottom:3px;
	border-bottom:1px dotted #ccc;
	line-height:120%;
	list-style-type:none;
}
a{color:#36F;text-decoration:underline;}
a:hover{color:#039;text-decoration:none;}

.up_ymd{
	font-weight: bold;
}
.title{
	padding-left: 1em;
}

@media only screen and (max-width: 640px) {
	ul#newsList li{
		margin:0 0;
	}

	.title{
		display: block;
		padding-left: 0;
		padding-top: 10px;
	}

}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:10px 0 5px 7em;
	overflow:hidden;
}

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

	.comment{
		display:block;
		padding:10px 0 5px 0em;
		overflow:hidden;
	}

}

.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}
	
	
	
/*予約バナー
---------------------------------------*/	
	
.banner_yoyakuArea {
	width: 700px;
	margin: 0 auto 1em;
	padding: 15px 30px;
	border: 4px solid #0099FF;
	text-align: center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #ffffcc;
}
	.banner_yoyakuArea .txtCatch {
		font-size: 1.2em;
		font-weight: bold;
		color: #ff0000;
	}

.banner_webyoyaku {
	display: block;
	width: 700px;
	height: 80px;
	background: url(images/banner_yoyaku.png) no-repeat;
	background-size: 700px 80px;
	margin: 20px auto;
	text-indent: -9999px;
}
.banner_yoyaku {
	display: block;
	width: 700px;
	height: 80px;
	background: url(images/banner_yoyaku.png) no-repeat;
	/*background: url(images/pc_LINE.png) no-repeat;*/
	background-size: 700px 80px;
	margin: 20px auto;
	text-indent: -9999px;
}
.banner_monshin {
	display: block;
	width: 700px;
	height: 80px;
	background: url(images/banner_monshin.png) no-repeat;
	/*background: url(images/pc_Instagram.png) no-repeat;*/
	background-size: 700px 80px;
	margin: 20px auto;
	text-indent: -9999px;
	background-size: 100%;
}
.banner_henkou {
	display: block;
	width: 700px;
	height: 80px;
	background: url(images/banner_henkou_pc.png) no-repeat;
	background-size: 100%;
	margin: 20px auto;
	text-indent: -9999px;
}
.banner_kyujin {
	display: block;
	width: 700px;
	height: 80px;
	background: url(images/banner_kyujin_pc.png) no-repeat;
	background-size: 100%;
	margin: 20px auto;
	text-indent: -9999px;
}


	
@media only screen and (max-width: 780px) {
	
.banner_yoyakuArea {
	width: 98%;
	margin: 0 auto 1em;
	padding: 1em 1em;
}
	.banner_yoyakuArea img {
		width: 100%;
		max-width: 500px;
	}
	.banner_yoyakuArea .txtCatch {
		font-size: 1.1em;
		text-align: center;
		margin-top: 0.5em;
	}
	
	
.banner_yoyaku {
	display: block;
	width: 400px;
	height: 80px;
	background: url(images/banner_yoyakuSP.png) no-repeat;
	/*background: url(images/sp_LINE.png) no-repeat;*/
	background-size: 400px 80px;
	margin: 20px auto;
	text-indent: -9999px;
}
.banner_webyoyaku {
	display: block;
	width: 400px;
	height: 80px;
	background: url(images/banner_yoyakuSP.png) no-repeat;
	background-size: 400px 80px;
	margin: 20px auto;
	text-indent: -9999px;
}
.banner_monshin {
	display: block;
	width: 400px;
	height: 80px;
	background: url(images/banner_monshin_sp.png) no-repeat;
	/*background: url(images/sp_Instagram.png) no-repeat;*/
	background-size: 400px 80px;
	margin: 20px auto;
	text-indent: -9999px;
	background-size: 100%;
}
.banner_henkou {
	display: block;
	width: 400px;
	height: 80px;
	background: url(images/banner_henkou_s.png) no-repeat;
	background-size: 100%;
	margin: 20px auto;
	text-indent: -9999px;
}
.banner_kyujin {
	display: block;
	width: 400px;
	height: 80px;
	background: url(images/banner_kyujin_sp.png) no-repeat;
	background-size: 100%;
	margin: 20px auto;
	text-indent: -9999px;
}

	
	
}
	

/* 予約・お問い合わせ 
--------------------------------------------------------*/

@media only screen and (min-width: 641px) {

.shinryoTableBox {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;

	-webkit-box-pack:center;/*--- Androidブラウザ用 ---*/
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;/*--- safari（PC）用 ---*/
	justify-content:center;
}
	
.tbl_shinryo {
	margin: 0 0 50px;
}
.tbl_iryohi {
	margin: 0 0 10px;
}
	
}

@media only screen and (max-width: 640px) {
	
.tbl_shinryo {
	margin: 0 auto 2rem!important;
}
.tbl_iryohi {
	margin: 0 auto 2rem!important;
}
	
}

.tbl_shinryo th,
.tbl_shinryo td {
	padding: 3px 9px;
	border: 1px solid #aaa;
	text-align: center;
	line-height: 1.2;
	font-size: 0.9em;
}
.tbl_shinryo .td_01 {
	background-color: #DEEBF6;
}
.tbl_shinryo .td_02 {
	background-color: #E2EFD9;
}
.tbl_shinryo .td_03 {
	background-color: #FBE4D5;
}
.tbl_iryohi th,
.tbl_iryohi td {
	padding: 3px 10px;
	border: 1px solid #aaa;
	text-align: center;
	line-height: 1.2;
	font-size: 0.9em;
}
.tbl_iryohi .td_01 {
	background-color: #DEEBF6;
}
.tbl_iryohi .td_02 {
	background-color: #E2EFD9;
}
.tbl_iryohi .td_03 {
	background-color: #FBE4D5;
}

.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.mb40{
	margin-bottom:40px;
}
.ui.image.top_map,
.ui.image.map_koga{
	width:700px;
	margin:10px auto;
	display:flex;
}
.top_map img,
.map_koga img{
	width:700px;
}
.ui.image.map_munakata{
	width:660px;
	margin:10px auto;
	display:flex;
}
.map_munakata img{
	width:660px;
}


/*耳の病気ページ（中耳炎・副鼻腔炎）
---------------------------------------*/	

.imgLeft {
	float: left;
	margin-right: 1em;
}

.t1em {
	padding-top: 1em;
}

.ul_boder01 {
	border: 1px solid #ccc;
	padding: 1em;
	font-size: 0.9em;
}
.ul_boder01 li {
	margin-left: 1em;
}

.ul_pageNavi {
	width: 60%;
	margin: 1em auto 2em;
	list-style: none;
}
	.ul_pageNavi li {
		margin-bottom: .5em;
	}
	.ul_pageNavi li a {
		display: block;
		padding: 3px 1em;
		background: #0099FF;
		color: #fff;
		text-decoration: none;
	}

@media only screen and (max-width: 640px) {
	
.ul_pageNavi {
	width: 100%;
	padding: 0;
}
	
}


.tbl_syoujou {
	margin-bottom: 3em;
}
	.tbl_syoujou th,
	.tbl_syoujou td {
		padding: 5px 1em;
		border: 1px solid #aaa;
		text-align: center;
		line-height: 1.2;
		font-size: 0.9em;
	}
	.tbl_syoujou th {
		background-color: #DEEBF6;
	}
	.tbl_syoujou .td_01 {
		background-color: #DEEBF6;
	}



/*舌下免疫療法ページ
---------------------------------------*/	

.dl_01 {
	font-size: 0.9em;
}
	.dl_01 dt {
		font-weight: bold;
		margin-bottom: 5px;
	}
	.dl_01 dd {
		margin-bottom: 1em;
	}




/*common
-----------------------*/

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}

.center00 {margin-left: auto; margin-right: auto;}

.fleft {float:left;	}
.fright {float:right;}
.clear {clear:both;}
.clearLeft {clear:left;}
.clearRight {clear:right;}
.clearfix:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }

.t5 {padding-top:5px;}
.t10 {padding-top:10px;}
.t15 {padding-top:15px;}
.t20 {padding-top:20px;}
.b5 {padding-bottom:5px;}
.b10 {padding-bottom:10px;}
.b15 {padding-bottom:10px;}
.b20 {padding-bottom:20px;}
.r10 {padding-right:10px;}
.l10 {padding-left:10px;}

.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb35 {margin-bottom:35px;}
.mb40 {margin-bottom:40px;}
.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}

.ssText {font-size:0.8em;}
.sText {font-size:0.9em;}
.lText {font-size:1.1em;}
.llText {font-size:1.2em;}
.XlText {font-size:1.3em;}

.color_red {color:#e50012;}
.color_darkblue {color:#004286;}
.color_green {color:#94d303;}
.color_orange {color:#EC6C00;}
.color_gray {color:#666666;}
.caution {color:#c50018;}

.b {font-weight:bold;}
.underline {text-decoration:underline;}
.indent {text-indent: 1em;}
.correction {text-decoration: line-through;}



/*チェックマークのリスト*/

.ul_check {
  line-height: 1.5;
  list-style-type: none;
}
.ul_check li+li {
  margin-top: 10px;
}
.ul_check li {
  position: relative;
  padding-left: 25px;
}
.ul_check li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 9px;
  top: .35em;
  left: 6px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
}
.ul_check li:after {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  border-radius: 2px;
}

/*Q and A*/

.qaContainer dt {
padding: 10px 10px 10px 35px;
border-radius: 5px;
background: #cce6ff;
text-indent: -25px;
}
.qaContainer dt:before {
content: "Q.";
font-weight: bold;
margin-right: 7px;
}
.qaContainer dd {
margin: 20px 10px 40px 35px;
text-indent: -25px;
}
.qaContainer dd:before {
content: "A.";
color: #1771c6;
font-weight: bold;
margin-right: 7px;
}

/* 睡眠時無呼吸症候群 */
.sas_hidden{
	overflow: hidden;
}
.floatL{
	float: left;
}
.floatR{
	float: right;
}
.sas_bg_orange{
	display: grid;
	justify-content: center;
	background: #ef5a24;
	border-radius: 10px;
	padding: 10px;
}
.sas_bg_orange.text{
	color: #fff;
	font-size: 16px;
	padding: 20px;
}
.sas_bg_orange .ui.list{
	color: #fff;
	display: flex;
	font-size: 16px;
	margin: 0;
}
.sas_bg_orange .ui.list li:nth-of-type(1){
	width: 240px;
	padding-top: 5px;
}
.sas_bg_orange .ui.list li:nth-of-type(2){
}
.indent13,
.indent15{
	margin: 0 auto 20px;
}
.indent13 li{
	list-style: none;
	text-indent: -13px;
}
.indent15 li{
	list-style: none;
	text-indent: -15px;
}
.indent15.green,
.indent15.orange{
	font-size: 14.4px;
}
.chiryo_frex{
	display: flex;
}
.chiryo_frex img{
	max-width: 200px;
}
.chiryo_frex .text{
	padding-left: 30px;
}
.btn_res{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sas .color_green{
	color: #009045;
}
.sas .color_orange{
	color: #ef5a24;
}
.sas .color_blue{
	color: #3880cf;
}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}

@media only screen and (max-width: 640px) {
	.container.sas img{
		max-width: 380px;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.sas_hidden .floatL{
		float: none;
	}
	.sas_hidden img{
		display: block;
		margin: 10px auto;
	}
	img.shojo2,
	img.yobo{
		max-width: 350px!important;
	}
	.sas_bg_orange .ui.list{
		display: block;
	}
	.sas_bg_orange p{
		margin: 0;
	}
	.sas_hidden{
		margin-bottom: 20px;
	}
	.sp_mb0{
		margin: 0 0 0 0!important;
	}
	.sp_mb10{
		margin: 0 0 10px 0!important;
	}
	.chiryo_frex{
		display: block;
	}
	.chiryo_frex img{
		margin-bottom: 10px;
	}
}

/* 診療について */
.reference_wrapper {
	margin-bottom: 50px;
}
.reference_container {
	margin-bottom: 10px;
}
.reference_name {
	display: flex;
    justify-content: space-between;
    position: relative;
    padding: 10px;
	font-size: 0.9em;
    cursor: pointer;
	color: #fff;
    background-color: #1eaa39;
    font-weight: bold;
	border-radius: 3px;
    transition: background-color .1s;
	.icon {
        &::before {
            content: "";
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%) rotate(0deg);
            background-color: #fff;
            width: 16px;
            height: 2px;
            transform-origin: center center;
            transition: transform .3s;
        }
		&::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 16px;
            transform: translate(-50%, -50%) rotate(0deg);
            background-color: #fff;
            width: 2px;
            height: 16px;
            transform-origin: center center;
            transition: transform .3s;
        }
    }
	&:hover {
		background-color: #21b83f;
	}
}
.reference_name.clicked {
	.icon {
		&::before {
			/* transform: translateY(-50%); */
			transform: translateY(-50%) rotate(180deg);
		}
		&::after {
			transform: translate(-50%, -50%) rotate(180deg);
			background-color: transparent;
		}
	}
}
.reference_description {
	padding: 10px;
	/* background-color: #fafafa; */
	text-align: justify;
	/* font-size: 0.9em; */
	display: none;
}

.list-num-circle {
    counter-reset: my-counter;
    list-style: none;
}
.list-num-circle li {
    line-height: 1.8;
	font-size: 0.9em;
    position: relative;
    margin-bottom: .2em;
}
.list-num-circle li::before {
    content: counter(my-counter);
    counter-increment: my-counter;
    border: 1px solid #333;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 1.1em;
    width: 1.1em;
    font-size: 0.9em;
    line-height: 1.8;
    position: absolute;
	top: 0.45em;
    left: -1.4em;
}

.bg_01 {
	background-color:#ffffcc;
}

/* Web予約アイコン（追従） */
.slide_anime_nav {
  position: fixed;
  z-index: 1010;
  top: 85%;
  transform: rotate(0) translateY(-50%);
}
.slide_anime_nav img{
	height: 70px;
}
.slide_anime_nav > div {
  transition: transform 0.3s ease 0s;
  transform: translateX(0px);
	margin: 10px 0;
}
.slide_anime_nav > div:not(:last-of-type) {
  margin-bottom: 1px;
}
.slide_anime_nav a {
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: calc(45px - 283px);
  min-height: 65px;
  white-space: nowrap;
  text-decoration: none;
}
.slide_anime_nav a:hover {
  text-decoration: none;
}
.slide_anime_nav .fas {
  width: 67px;
  text-align: center;
}
.float_icon {
  left: calc(100% - 67px);
}
.float_icon > div:hover {
  transform: translateX(-283px);
}
.float_icon a::after {
  display: block;
  content: attr(data-text);
  padding-right: 1rem;
  margin-left: 0.25rem;
}

@media (max-width: 768px) {
	.slide_anime_nav {
		top: 78%;
	}
	.slide_anime_nav > div {
		transition: transform 2s ease 2s;
		margin: 5px 0;
	}
}

