@charset "utf-8";


/*====================================================================

　Commons

====================================================================*/

html,body {
	width: 100%;
}
body{
	color: #333;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 90%;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	html,body {
		height: auto;
	}
	
	img {
		max-width: 100%;
    height: auto;
	}
}

.clear {
	clear: both;
	font-size: 1%;
	line-height: 0;
	height: 0;
}

.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }
.middle { vertical-align: middle; }

.icon {
	padding: 0 3px 0 5px;
	vertical-align: middle;
}

/* clearfix */
.clearfix { width: 100%; }
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

input,
button,
select,
textarea {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/*
link
---------------------------------------------------------*/

a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:link {
	color: #0677ce;
	text-decoration: none;
}
a:visited {
	color: #6f5293;
	text-decoration: none;
}
a:hover {
	color: #01866b;
	text-decoration: underline;
}


/*
navskip
---------------------------------------------------------*/

.navskip { display: none; }


/*
fonts
---------------------------------------------------------*/

h1, h2, h3 {
	clear: both;
	font-size: 80%;
}

p {
	margin: 15px 0;
	font-size: 105%;
}

sup {
	font-size: 75%;
}

#contents .container .small {
	font-size: 90%;
}
#contents .container .large {
	font-size: 130%;
}

.indent-1 {
	text-indent: -1em;
	padding-left: 1em;
}

.txt_deco01 { color: #d14d3b; }
.txt_deco02 { color: #900b01; }
.txt_deco03 { color: #486eb9; }
.txt_deco04 { color: #297137; }

/*
icon
---------------------------------------------------------*/

/* pdf */
main #main a[href$=".pdf"]:not([class*="ico_none"])::after {
	font-family: FontAwesome;
	content: '\f1c1';
	display: inline-block;
	color: #d21a0c;
	margin: 0 0.25em;
}

/* word*/
main #main a[href$=".doc"]:not([class*="ico_none"])::after,
main #main a[href$=".docx"]:not([class*="ico_none"])::after {
	font-family: FontAwesome;
	content: '\f1c2';
	display: inline-block;
	margin: 0 0.25em;
	color: #1586b0;
}

/* excel */
main #main a[href$=".xls"]:not([class*="ico_none"])::after,
main #main a[href$=".xlsx"]:not([class*="ico_none"])::after,
main #main a[href$=".xlsm"]:not([class*="ico_none"])::after{
	font-family: FontAwesome;
	content: '\f1c3';
	display: inline-block;
	margin: 0 0.25em;
	color: #01866b;
}

/* link */
main #main a[href^="http://"]:not([class*="ico_none"]):not([href*="www.shonai-hos.jp"])::after,
main #main a[href^="https://"]:not([class*="ico_none"]):not([href*="www.shonai-hos.jp"])::after{
	font-family: FontAwesome;
	content: '\f045';
	display: inline-block;
	margin: 0 0.25em;
	color: #8B8B8B;
}

/* tel */
main #main a[href^="tel:"] {
  color: #333;
}
main #main a[href^="tel:"]:hover {
  text-decoration: none;
}

/*
container
---------------------------------------------------------*/

@media screen and (max-width: 991px) {
	html { -webkit-text-size-adjust: 100% } /* 文字サイズの自動調整をオフ */
}


/*====================================================================

　container

====================================================================*/

.container {
	margin: 0 auto;
	width: 1200px;
}
@media screen and (max-width: 1024px) {
  .container {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
	.container {
		padding-left: 20px !important;
		padding-right: 20px !important;
		width: 100% !important;
		box-sizing: border-box;
	}
}


/*====================================================================

　header

====================================================================*/

header a:link, 
header a:visited{
	text-decoration: none;
}

#head {
  background-color: #01866b;
}

@media screen and (max-width: 768px) {
	header {
		margin-bottom: 0;
	}
	header .container {
		padding-left: 10px !important;
	}
	#head {
		margin: 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100%;
		height: 35px;
    position: relative;
    z-index: 6000;
	}
}

/*
logo
---------------------------------------------------------*/

#logoArea {
	float: left;
}
#logoArea #logo {
  margin: 0;
}
	#logo img {
		display: block;
		margin-top: 25px;
	}
@media screen and (max-width: 768px) {
  #logoArea {
    float: none;
    width: 100%;
    height: 60px;
    position: relative;
    z-index: 100;
    background-color: #fff;
  }
	#logoArea #logo {
		width: 200px;
    padding-left: 15px;
	}
			#logo img {
        margin-top: 0;
        padding-top: 15px;
			}
}

/*
sub_head
---------------------------------------------------------*/

#sub_head_inner {
  float: right;
  margin-top: 25px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  #sub_head_inner {
    width: 100%;
  }
  #sub_head {
    background-color: #fff;
  }
  header #sub_head .container {
    padding: 0!important;
  }
  #sub_head_inner {
    float: none;
    text-align: center;
    background-color: #f4f4f4;
    margin-top: 0;
  }
}

/* tel_area */
#sub_head_inner #tel_area {
  float: right;
  margin-right: 15px;
}
#sub_head_inner #tel_area p {
  margin: 0;
  font-size: 85%;
}
#sub_head_inner #tel_area a {
  color: #d21a0c;
  font-weight: bold;
  font-size: 160%;
  line-height: 1.3;
}
#sub_head_inner #tel_area a::before {
  content: "\f095";
  font-family: FontAwesome;
}

@media screen and (max-width: 768px) {
  #sub_head_inner #tel_area {
    padding: 10px 20px;
  }
}

/* search */
#sub_head #search {
  float: right;
  width: 225px;
  margin-top: 17px;
}

@media screen and (max-width: 768px) {
  #sub_head_inner #tel_area {
    float: none;
  }
  /* search */
  #sub_head #search {
    float: none;
    width: 100%;
    margin-top: 5px;
  }
  .search_area {
    padding: 20px;
    background-color: #01866B;
  }
}

/*
Google カスタム検索
---------------------------------------------------------*/

#sub_head_inner #search form {
  width: 100%;
  position: relative;
}

#sub_head_inner #search input[type="text"] {
  border-radius: 5px;
  border: 1px solid #ccc !important;
  padding: 3px!important;
  width: 100%!important;
  font-size: 1em;
	height: auto!important;
}
#sub_head_inner #search input[type="submit"] {
  position: absolute;
  right: -2px;
  padding: 3px 11px;
  font-size: 1em;
  background-color: #01866b;
  color: #fff;
  border: 1px solid #01866b;
  border-radius: 0 5px 5px 0;
  transition: all .3s;
  top: 0;
}

@media screen and (max-width: 768px) {
  #sub_head_inner #search input[type="text"] {
    font-size: 16px;
    padding: 3px;
  }
  #sub_head_inner #search input[type="submit"] {
    -webkit-appearance: none;
    font-size: 16px;
    padding: 3px 10px;
    background-color: #f4f4f4;
    border: 1px solid #ccc!important;
    color: #01866b;
  }
}

/*
headerLink
---------------------------------------------------------*/
#headerLink {
	text-align: right;
}
@media screen and (max-width: 768px) {
	#headerLink {
		width: 100%;
    text-align: left;
	}
}

/* sitenav */
#sitenav {
	float: right;
	width: auto;
  padding-top: 10px;
}
	#sitenav li {
		float: left;
	}
		#sitenav li a {
			color: #fff;
			font-size: 90%;
			display: block;
			padding: 0 10px 10px;
			vertical-align: middle;
			text-align: center;
			line-height: 1;
			transition: all .3s;
		}
    #sitenav li a::before {
      content: "\f0a9";
      font-family: FontAwesome;
      margin: 0 0.25em;
    }
    header #sitenav li a:hover {
      opacity: 0.7;
      text-decoration: underline;
    }

@media screen and (max-width: 768px) {
  #sitenav {
    float: none;
    width: 100%;
    height: 35px;
    z-index: 102;
  }
    #sitenav li a {
      text-align: left;
      padding: 0 2em 0 0;
    }
  #sitenav .sp_none {
    display: none;
  }
}

/* change_area */
#change_area {
	float: right;
	width: auto;
}
	#change_area > li {
		float: left;
    margin-left: 10px;
	}
  #change_area > li > span {
    display: inline;
    float: left;
    font-size: 90%;
    color: #fff;
    padding: 5px 0;
  }
  #change_area > li > ul {
    float: right;
    display: table;
    margin-left: 10px;
  }
  #change_area > li > ul > li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
    #change_area > li > ul > li a {
			font-size: 90%;
			display: block;
			vertical-align: middle;
			text-align: center;
			line-height: 1;
			transition: all .3s;
      padding: 10px;
		}

    /* font-change */
    #change_area > li #font-change {
      margin-right: 10px;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
    }
    #change_area > li #font-change > li {
      border-right: 1px solid #ccc;
    }
    #change_area > li #font-change > li a {
      color: #01866b;
      background-color: #fff;
    }
      .font-s #change_area > li #font-change > #font-s a,
      .font-m #change_area > li #font-change > #font-m a,
      .font-l #change_area > li #font-change > #font-l a {
        background-color: #007148;
        color: #fff;
      }

    /* color-change */
    #change_area > li #color-change a {
      border-bottom: 1px solid #ccc;
    }
    #change_area > li #color-change a:hover {
      opacity: 0.7;
    }
    #change_area > li #color-change #color-01 a {
      background-color: #fff;
      color: #333;
    }
    #change_area > li #color-change #color-02 a {
      background-color: #070bd7;
      color: #fff;
    }
    #change_area > li #color-change #color-03 a {
      background-color: #e8e61b;
      color: #333;
    }
    #change_area > li #color-change #color-04 a {
      background-color: #212121;
      color: #fff;
    }

@media screen and (max-width: 768px) {
  #change_area {
    display: none;
  }
}
  
/*
gnav
---------------------------------------------------------*/

#gnav {
  margin-top: 25px;
}
#gnav .main-wrapper {
  width: 1200px;
  margin: 0 auto;
}
#gnav nav {
  position: relative;
  border-bottom: 5px solid #01866b;
}
	#gnav nav > ul {
		display: table;
		width: 100%;
		margin-top: 35px;
    text-align: center;
    table-layout: fixed;
    justify-content: space-between;
	}
	#gnav nav > ul > li {
		display: table-cell;
    text-align: center;
    transition: all .3s ease-in-out;
    height: 45px;
	}
  #gnav nav > ul > li:hover > a,
  #gnav nav > ul > li > .select {
    color: #01866b;
  }
		#gnav nav > ul > li > a {
			font-size: 110%;
			font-weight: bold;
			line-height: 1.4;
			letter-spacing: 0.1em;
			color: #333;
			padding: 3px 0;
      display: block;
      border-left: 1px dashed #01866b;
		}
    #gnav nav > ul > li:last-child > a {
      border-right: 1px dashed #01866b;
    }
    #gnav nav > ul > li > a::before {
      content: "\f0a9";
      font-family: FontAwesome;
      margin: 0 0.25em;
      color: #01866b;
    }

@media screen and (max-width: 1024px) {
  #gnav .main-wrapper {
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
	#gnav {
		display: inline;
		height: auto;
		margin-top: 0;
	}
  #gnav .main-wrapper {
    width: 100%;
  }
  #gnav .gnav {
    width: 100%;
  }
  #gnav nav {
    border-bottom: none;
    background-color: #01866b;
  }
	#gnav nav > ul {
		display: inline;
		width: 100%;
		text-align: left;
	}
		#gnav nav > ul > li {
			display: block;
			width: 100%;
			height: auto;
			padding: 0;
			background-image: none;
		}
      #gnav nav > ul > li > a {
        padding: 15px;
        color: #fff;
      }
    #gnav nav > ul > li:hover > a,
    #gnav nav > ul > li > .select {
      color: #fff;
    }
		#gnav nav li + li {
			border-top: 1px solid #019A7B;
		}
		#gnav nav .container {
			padding-right: 0 !important;
			padding-left: 0 !important;
		}
			#gnav nav li a {
				text-align: left;
				display: block;
				padding: 15px 20px;
				color: #fff;
			}
				#gnav nav li a:hover i {
					transform: none;
				}
  #gnav nav > ul > li > a::before {
    color: #fff;
    margin: 0 0.5em;
  }
}

/* megamenu */
#gnav .gnav > li:hover .megamenu {
  max-height: 9999px;
  opacity: 1;
}
#gnav .megamenu {
  max-height: 0;
  opacity: 0;
  width: 1200px;
  position: absolute;
  overflow: hidden; 
  left: 50%;
  margin-left: -600px;
  top: 45px;
  transition: all .2s ease-in;
}
#gnav .megamenu-inner {
  display: flex;
  flex-wrap: wrap;
  background-color: #01866b;
  padding: 50px;
}
#gnav .megamenu p {
  color: #fff;
  text-align: left;
  margin-top: 0;
}
#gnav .megamenu .mega_h1 {
  font-size: 120%;
  font-weight: bold;
}
#gnav .megamenu .mega_h2 {
  font-size: 110%;
  font-weight: bold;
  color: #fff;
}
#gnav .megamenu a {
  color: #fff;
}
    #gnav .megamenu .megamenu-inner > li {
      width: 23.5%;
      margin-right: 2%;
      float: left;
      text-align: left;
      border-top: 1px dashed #fff;
      border-bottom: 1px dashed #fff;
      margin-top: -1px;
    }
    #gnav .megamenu .megamenu-inner > li:nth-child(4n) {
      margin-right: 0;
    }
    #gnav .megamenu .megamenu-inner > li > a {
      display: block;
      padding: 10px 0;
      font-size: 105%;
    }
    #gnav .megamenu .megamenu-inner > li a:hover {
      opacity: 0.7;
    }
    #gnav .megamenu .megamenu-inner > li a::before {
      content: "\f0a9";
      font-family: FontAwesome;
      margin: 0 0.25em;
    }
    #gnav .megamenu .megamenu-inner-2 {
      margin-bottom: 10px;
    }
      #gnav .megamenu .megamenu-inner-2 > li {
        padding: 10px 0;
      }
      #gnav .megamenu .megamenu-inner-2 .mega_h2 {
        margin-top: 15px;
      }
      #gnav .megamenu .megamenu-inner > li > ul {
        padding-left: 1em;
        margin-top: 0.25em;
      }
      #gnav .megamenu .megamenu-inner > li > ul > li a {
        display: block;
        margin-bottom: 0.25em;
      }
      #gnav .megamenu .megamenu-inner > li > ul > li:last-child a {
        margin-bottom: 0;
      }
    #gnav .megamenu .mega_sec_1 {
      float: left;
      width: 75%;
    }
    #gnav .megamenu .mega_sec_2 {
      float: right;
      width: 23%;
    }
      #gnav .megamenu  .mega_sec_2 .megamenu-inner > li {
        margin-right: 0;
      }

@media screen and (max-width: 1024px) {
  #gnav .megamenu {
    width: 1000px;
    margin-left: -500px;
  }
}

@media screen and (max-width: 768px) {
  #gnav .megamenu {
    display: none!important;
    width: 100%;
    margin-left: 0;
  }
}

/* .drawer-menu */
.drawer-menu {
  z-index: 99999;
  position: relative;
}

/* drawer-nav */
.drawer-nav {
  position: static;
  overflow: inherit;
}
@media screen and (max-width: 768px) {
	.drawer-nav {
		position: fixed;
    overflow: hidden;
	}
}

/* drawer-toggle */
.drawer-toggle,
#menu-bt {
	display: none;
}
.toggle-menu {
  display: block;
  font-size: 90%;
  position: relative;
  top: 15px;
  color: #01866b;
  right: 0.05em;
}
@media screen and (max-width: 768px) {
  #drawer-search-menu {
    display: none;
  }
  #menu-bt {
    display: inline-block;
    height: 59px;
    top: 36px;
    width: 35px;
    right: 60px;
    position: absolute;
    z-index: 99999;
    cursor: pointer;
    text-align: center;
    margin-right: 0.25em;
  }
	.drawer-toggle {
		position: absolute;
		display: block;
    height: 59px;
    top: 36px;
    width: 30px;
    right: 0;
	}
	.drawer--top.drawer-open .drawer-nav {
    top: 95px;
    position: absolute;
	}
	.drawer-hamburger {
		padding-top: 0;
		padding-bottom: 0;
    padding-right: 1rem;
    z-index: 1000;
    background-color: #fff;
	}
  .drawer-hamburger:hover {
    background-color: #fff;
  }
	.drawer-hamburger-icon,
	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after {
		width: 100%;
		height: 2px;
		background-color: #01866b;
	}
	.drawer-hamburger-icon {
		margin-top: 0;
	}
  .drawer-search {
    color: #01866b;
    line-height: 1.5;
  }
  .drawer-search i {
    font-size: 150%;
    margin-top: 11px;
  }
  .drawer-search span {
    font-size: 80%;
    display: block;
    margin-top: 2px;
  }
}

.drawer-overlay {
  left: inherit;
}

.drawer-open .drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*====================================================================

　contents

====================================================================*/

/*
breadcrumb
---------------------------------------------------------*/

#breadcrumb {
	margin: 0;
	padding: 7px 0;
	font-size: 90%;
	width: 100%;
	background-color: #f2f2f2;
}
	#breadcrumb li {
		display: inline;
	}
	#breadcrumb li:not(:last-child):after {
		content: "\f105";
		font-family: FontAwesome;
		margin: 0 0.5em;
	}
		#breadcrumb li a {
			margin-right: 5px;
		}

/*
title
---------------------------------------------------------*/

/* h1 */
main .main_tit h1 {
  text-align: center;
  font-size: 250%;
  padding: 50px 20px;
  letter-spacing: 0.1em;
  font-weight: normal;
}
  #departments main .main_tit h1 { 
    background: url(../img/departments/bg_maintitle.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  #news .main_tit h1 { 
    background: url(../img/news/bg_maintitle.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  #regional .main_tit h1 { 
    background: url(../img/local/bg_maintitle.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  #guide .main_tit h1 { 
    background: url(../img/guide/bg_maintitle.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  #about .main_tit h1 { 
    background: url(../img/outline/bg_maintitle.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  #recruit .main_tit h1 { 
    background: url(../img/recruit/bg_maintitle.jpg) no-repeat 50% 0;
    background-size: cover;
  }
  #sitemap main .main_tit h1,
  #policy main .main_tit h1,
  #privacy main .main_tit h1,
  #link main .main_tit h1,
  #contact main .main_tit h1,
  #search_page main .main_tit h1,
  #error main .main_tit h1{ 
    background: url(../img/common/bg_maintitle.jpg) no-repeat 50% 0;
    background-size: cover;
  }

/* h2 */
#main h2 {
  position: relative;
  padding: 0 0 0.1em 0.5em;
  border-bottom: 2px solid #ccc;
  margin: 50px 0 30px;
  font-size: 200%;
  font-weight: normal;
}
#main h2::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 33%;
  height: 2px;
  background-color: #01866b;
}
#main h2.intro {
  margin-top: 0;
}

/* h3 */
#main h3 {
  position: relative;
  padding: 0 0 0.1em 0.5em;
  margin: 30px 0 25px;
  font-size: 155%;
  font-weight: normal;
}
#main h3 span {
  display: block;
  color: #01866b;
  font-size: 70%;
  line-height: 1;
}
#main h3::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 22%;
  height: 2px;
  background-color: #01866b;
}

/* h4 */
#main h4 {
  position: relative;
  padding: 0 0 0.1em 0.5em;
  margin: 30px 0 25px;
  font-size: 135%;
  font-weight: normal;
}
#main h4::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  content: '';
  width: 13%;
  height: 1px;
  background-color: #01866b;
}

/* h5 */
#main h5 {
  padding: 0 0 0.1em 0.5em;
  margin: 30px 0 15px;
  font-size: 125%;
  color: #01866b;
}

/*
table
---------------------------------------------------------*/

#main table {
  font-size: 105%;
  margin: 15px 0;
}

.tbl_scroll {
  margin: 30px 0;
}

#main .tbl_scroll table {
  margin: 0;
}

#main img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .tbl_scroll {
    overflow-x: auto;
    padding-bottom: 5px;
    white-space: nowrap;
    word-wrap: normal;
  }
  .tbl_scroll::-webkit-scrollbar {
    height: 10px;
  }
  .tbl_scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .tbl_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #9e9e9e;
  }
  .tbl_scroll table {
    width: 100%;
  }
}

/* ta_fixed */
.ta_fixed {
  width: 100%;
  table-layout: fixed;
}

@media screen and (max-width: 768px) {
  .tbl_scroll .ta_fixed {
    width: auto;
  }
}

/* ta_1 */
.ta_1 th,
.ta_1 td {
  text-align: left;
  border: 1px solid #ccc;
  padding: 5px 20px;
}
.ta_1 thead th {
  background-color: #01866b;
  color: #fff;
  text-align: center;
}
.ta_1 tbody tr:nth-child(2n) {
  background-color: #f4f7f6;
}
.ta_1 tbody tr th {
  vertical-align: middle;
  background-color: #dbe9e6;
}
.ta_1 tbody tr td {
  vertical-align: middle;
}

/* ta_2 */
.ta_2 th,
.ta_2 td {
  text-align: left;
  border: 1px solid #ccc;
  padding: 5px 20px;
}
.ta_2 thead th {
  background-color: #01866b;
  color: #fff;
  text-align: center;
}
.ta_2 tbody tr th {
  vertical-align: middle;
  background-color: #dbe9e6;
}
.ta_2 tbody tr td {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .ta_block {
    width: 100%;
  }
  .ta_block th,
  .ta_block td {
    display: block;
    margin-top: -1px;
  }
  .ta_block tbody tr:nth-child(2n) {
    background-color: #fff;
  }
}

/* ta_3 */
.ta_3 {
  width: 100%;
  table-layout: fixed;
}
.ta_3 th,
.ta_3 td {
  text-align: left;
  border: 1px solid #ccc;
  padding: 5px 20px;
}
.ta_3 thead th {
  background-color: #01866b;
  color: #fff;
  text-align: center;
}
.ta_3 tbody tr th {
  vertical-align: middle;
  background-color: #dbe9e6;
}
.ta_3 tbody tr td {
  vertical-align: middle;
}

/*
list
---------------------------------------------------------*/

/* ul */
main #main ul {
  list-style-type: disc;
  position: relative;
  margin: 15px 0;
  padding-left: 20px;
}
  main #main ul li {
    margin-bottom: 0.25em;
  }

/* ol */
main #main ol {
  list-style: decimal;
  position: relative;
  margin: 15px 0;
  padding-left: 20px;
}
  main #main ol li {
    margin-bottom: 0.25em;
  }

/*
image
---------------------------------------------------------*/

.img_right {
  float: right;
  width: 35.5%;
  margin: 0 0 1.5em 2em;
}
.img_right img {
  max-width: 100%;
}

.img_right_02 {
  float: right;
  width: 36%;
  text-align: center;
}
.img_right_02 img {
  max-width: 100%;
}

.img_left {
  float: left;
  width: 61.5%;
}

@media screen and (max-width: 768px) {
  .mt-image-right,
  .mt-right,
  .mt-image-left {
    float: none!important;
    display: block;
  }
  .img_right {
    width: 100%;
    margin: 0 0 1.5em 0;
  }
  .img_right_02 {
    margin-top: 15px;
  }
  .img_right_02,
  .img_left {
    float: none;
    width: 100%;
  }
}

/*
box
---------------------------------------------------------*/

.normal_box {
  background-color: #f1f1f1;
  padding: 20px 30px;
  border-radius: 8px;
  margin: 15px 0;
}

/*
simple_dl
---------------------------------------------------------*/

.simple_dl dt {
  float: left;
  clear: left;
  width: 8em;
  font-weight: bold;
  margin-top: 3px;
}
.simple_dl dd {
  padding: 5px 10px 5px 8em;
}

@media screen and (max-width: 768px) {
  .simple_dl dt {
    float: none;
    width: 100%;
  }
  .simple_dl dd {
    padding: 0;
    margin-bottom: 0.5em;
  }
}

/* tel_dl */

.tel_dl {
  font-size: 120%;
}

/*
tab
---------------------------------------------------------*/

.hide {
	display: none;
}

main #main .main_tab {
  padding-left: 0;
  margin: 0;
}
.main_tab {
  width: 100%;
  display: table;
  table-layout: fixed;
  cursor: pointer;
  border-bottom: 2px solid #01866b;
}
  main #main .main_tab li {
    margin-bottom: 0;
  }
  .main_tab li {
    display: table-cell;
    padding-right: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 105%;
    color: #706f6f;
  }
    .main_tab li:last-child {
      padding-right: 0;
    }
  .main_tab li span {
    padding: 10px 0;
    background-color: #f2f2f2;
    display: block;
    transition: all .3s;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    min-height: 50px;
  }
  .main_tab li span:hover {
    opacity: 0.7;
  }
  .main_tab li.select span{
    background-color: #01866b;
    color: #fff;
  }
    .main_tab li a {
      transition: .3s;
    }
    .main_tab li a:hover {
      text-decoration: none;
    }
    body#news .main_tab li a {
      color: #01866b;
    }
		body#news .main_tab li.all a { color: #01866b; }
    body#news .main_tab li.all.select span { 
      color: #fff;
      background-color: #01866b;
    }
    body#news .main_tab li.general a { color: #d04848; }
    body#news .main_tab li.general.select span { 
      color: #fff;
      background-color: #d04848;
    }
    body#news .main_tab li.medipersonnel a { color: #6d6d6d; }
    body#news .main_tab li.medipersonnel.select span { 
      color: #fff;
      background-color: #6d6d6d;
    }
    body#news .main_tab li.recruit a { color: #1267b5; }
    body#news .main_tab li.recruit.select span { 
      color: #fff;
      background-color: #1267b5;
    }

@media screen and (max-width: 768px) {
  .main_tab {
    width: 100%;
    position: static;
    display: block;
    overflow: hidden;
  }
  .main_tab li {
    width: 50%;
    float: left;
    padding: 0;
  }
  .main_tab li a {
    display: block;
    overflow: hidden;
  }
  .main_tab li span {
    border-radius: 0;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    overflow: hidden;
  }
}

/*
btn_area
---------------------------------------------------------*/

.btn_area {
  text-align: right;
  margin: 20px 0;
}
  .btn_area .container >  div {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 5px 5px;
    line-height: 1;
  }
  .btn_area .container > div.fb-share-button {
    margin-top: 3px;
  }
  .btn_area .container .print_btn {
    font-size: 90%;
    padding: 2px 10px;
    background-color: #f2f2f2;
    border-radius: 5px;
    line-height: 1.8;
    transition: all .3s;
    cursor: pointer;
  }
  .btn_area .print_btn:hover {
    opacity: 0.7;
    color: #01866b;
  }
.btn_area .print_btn::before {
  content: "\f02f";
  font-family: FontAwesome;
  margin: 0 0.25em;
  font-size: 110%;
}

/*
link_btn
---------------------------------------------------------*/

.link_btn a {
  width: 48%;
  float: left;
  display: block;
  padding: 5px 10px;
  border: 1px solid #01866b;
  border-radius: 25px;
  text-align: center;
  color: #01866b;
  font-size: 120%;
}
  .link_btn a + a {
    margin-left: 4%;
  }
  .link_btn a::before {
    content: "\f0a9";
    font-family: FontAwesome;
    margin: 0 0.25em;
  }
  .link_btn a:hover {
    background-color: #ebf1f0;
  }
.link_btn a.close {
  border: 1px solid #fdd251;
  background-color: #fdd251;
  color: #333;
}
  .link_btn a.close::before {
    content: "\f273";
    color: #cc3f35;
  } 
  .link_btn a.close:hover {
    opacity: 0.7;
  }

@media screen and (max-width: 768px) {
  .link_btn a {
    width: 100%;
    float: none;
  }
  .link_btn a + a {
    margin: 10px 0 0 0;
  }
}

/*
anchor_link
---------------------------------------------------------*/

main #main .anchor_link ul {
  list-style: none;
  margin: 0;
}
.anchor_link ul {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 10px 20px;
}
  .anchor_link ul li {
    display: inline-block;
  }
  .anchor_link ul li a {
    color: #333;
    display: block;
    padding: 0 30px 0 0;
  }
  .anchor_link ul li a:hover {
    color: #01866b;
  }
  .anchor_link ul li a::before {
    content: "\f0ab";
    font-family: FontAwesome;
    margin-right: 0.5em;
    color: #01866b;
  }

/* anchor_link_right */
main #main .anchor_link_right ul {
  list-style: none;
  margin: 0;
}
.anchor_link_right ul {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 10px 20px;
}
  .anchor_link_right ul li {
    display: inline-block;
  }
  .anchor_link_right ul li a {
    color: #333;
    display: block;
    padding: 0 30px 0 0;
  }
  .anchor_link_right ul li a:hover {
    color: #01866b;
  }
  .anchor_link_right ul li a::before {
    content: "\f0a9";
    font-family: FontAwesome;
    margin-right: 0.5em;
    color: #01866b;
  }

/*
main
---------------------------------------------------------*/

#main {
  float: right;
  width: 75%;
}

#search_page #main,
#error #main {
  float: none;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #main {
    float: none;
    width: 100%;
  }
}

/*
news
---------------------------------------------------------*/

/* news_page_list */
main #main .news_page_list {
  margin: 50px 0 0 0;
  list-style: none;
  padding-left: 0;
}
.news_page_list li {
  border-bottom: 1px dashed #ccc;
}
.news_page_list li a {
  display: block;
  padding: 17px 0;
}
.news_page_list li a:hover {
  text-decoration: none;
}
.news_page_list li a:hover p {
  text-decoration: underline;
}
  .news_page_list li time {
    display: inline-block;
    width: 9em;
    color: #333;
  }
  .news_page_list li .tag {
    display: inline-block;
    font-size: 90%;
    font-weight: bold;
    border-radius: 5px;
    width: 9.5em;
    text-align: center;
    margin-right: 1em;
  }
    .news_page_list li a .tag.gray { 
      border: 1px solid #6d6d6d;
      color: #6d6d6d;
    }
    .news_page_list li a .tag.blue { 
      border: 1px solid #1267b5;
      color: #1267b5;
    }
    .news_page_list li a .tag.pink { 
      border: 1px solid #d04848;
      color: #d04848;
    }
    .news_page_list li a .tag.gray::after {
      content: "\f0fa";
      font-family: FontAwesome;
      margin-left: 0.25em;
    }
    .news_page_list li a .tag.blue::after {
      content: "\f2b5";
      font-family: FontAwesome;
      margin-left: 0.25em;
    }
    .news_page_list li a .tag.pink::after {
      content: "\f007";
      font-family: FontAwesome;
      margin-left: 0.25em;
    }
  .news_page_list li p {
    display: inline;
  }
  .news_page_list li p .new {
    font-size: 70%;
    color: #fff;
    background-color: #d14e40;
    display: inline-block;
    padding: 0 5px;
    margin-left: 0.5em;
  }

@media screen and (max-width: 768px) {
  /* news_page_list */
  .news_page_list li p {
    display: block;
    margin: 5px;
  }
}

/* pager */
.pager {
	margin: 25px 0 0 0;
	text-align: center;
}
	main #main .pager ul {
		display: inline-block;
    list-style: none;
    margin: 0;
    padding-left: 0;
	}
		.pager ul li {
			margin: 5px 3px;
			float: left;
		}
			.pager ul li a {
				display: block;
				padding: 1px 10px;
				color: #01866b;
				text-decoration: none;
				border: 1px solid #01866b;
			}
      .pager ul li.select a { 
        color: #fff;
        background-color: #01866b;
      }
			.pager ul li a:hover {
				background-color: #01866b;
        color: #fff;
			}

/* news_tit */
.news_tit .tag span {
  display: inline-block;
  font-size: 90%;
  font-weight: bold;
  border-radius: 5px;
  width: 9em;
  text-align: center;
  margin-right: 1em;
}
  .news_tit .tag .pink { border: 1px solid #d04848; color: #d04848; }
  .news_tit .tag .gray { border: 1px solid #6d6d6d; color: #6d6d6d; }
  .news_tit .tag .blue { border: 1px solid #1267b5; color: #1267b5; }
  .news_tit .tag .pink::after { content: "\f007"; font-family: FontAwesome; margin-left: 0.5em; }
  .news_tit .tag .gray::after { content: "\f0fa"; font-family: FontAwesome; margin-left: 0.5em; }
  .news_tit .tag .blue::after { content: "\f2b5"; font-family: FontAwesome; margin-left: 0.5em; }
#main .news_tit h2 {
  margin-top: 10px;
}



/*
departments
---------------------------------------------------------*/

/* center_img */
.center_img {
  text-align: center;
  margin: 30px 0;
}
.center_img img {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .center_img img {
    width: 100%;
  }
}

/* img_list */
.img_list {
  text-align: center;
}
.img_list > div {
  display: inline-block;
  width: 31.5%;
  margin: 0 2% 2% 0;
  vertical-align: top;
}
.img_list > div:nth-child(3n) {
  margin: 0 0 2% 0;
}
  .img_list > div img {
    max-width: 100%;
  }
  .img_list > div p {
    margin: 5px 0 0;
  }

@media screen and (max-width: 768px) {
  .img_list div {
    width: 100%;
    margin: 0 0 5%;
  }
  .img_list > div:nth-child(3n) {
    margin: 0 0 5%;
  }
}

/* img_list_02 */
.img_list_02 > div {
  float: left;
  width: 48%;
  margin: 0 4% 20px 0;
}
  .img_list_02 > div img {
    width: 100%;
  }
  .img_list_02 > div:nth-child(2n) {
    margin-right: 0;
  }
  .img_list_02 > div p {
    margin-top: 5px;
  }

@media screen and (max-width: 768px) {
  .img_list_02 > div {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .img_list_02 > div img {
    width: 100%;
  }
}

/* img_list_03 */
.img_list_03 > div {
  width: 30.5%;
  margin: 0 4% 2% 0;
  float: left;
  overflow: hidden;
}
.img_list_03 > div:nth-child(3n) {
  margin: 0 0 2% 0;
}
  .img_list_03 > div img {
    max-width: 100%;
  }
  .img_list_03 > div p {
    margin: 5px 0;
  }
  .img_list_03 > div .link_btn a {
    width: 100%;
    float: none;
  }
#main .img_list_03 h3 {
  line-height: 1.5;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .img_list_03 > div {
    width: 100%;
    margin: 0 0 5%;
  }
  .img_list_03 > div:nth-child(3n) {
    margin: 0 0 5%;
  }
}

/* menu_list */

.menu_list li {
  float: left;
  width: 30%;
  padding-right: 1em;
}

@media screen and (max-width: 768px) {
  .menu_list li {
    float: none;
    width: 100%;
  } 
}

/* ul */
#main ul {
  font-size: 105%;
}

/* departments_menu */
main #main .departments_menu ul {
  font-size: 125%;
  list-style: none;
  position: inherit;
  margin: 0;
  padding-left: 0;
}
  .departments_menu ul li {
    width: 24.25%;
    margin: 0 1% 1% 0;
    float: left;
  }
  .departments_menu ul li:nth-child(4n) {
    margin-right: 0;
  }
  .departments_menu ul li a {
    padding: 15px 15px 15px 60px;
    color: #333;
    border: 1px solid #01866b;
    border-radius: 8px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    min-height: 55px;
  }
  .departments_menu ul li a:hover {
    color: #01866b;
    background-color: #ebf1f0;
    text-decoration: none;
  }
    .departments_menu ul .internal_01 a { background: url(../img/departments/ico_internal_01.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .internal_02 a { background: url(../img/departments/ico_internal_02.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .internal_03 a { background: url(../img/departments/ico_internal_03.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .internal_04 a { background: url(../img/departments/ico_internal_04.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .internal_05 a { background: url(../img/departments/ico_internal_05.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .internal_06 a { background: url(../img/departments/ico_internal_06.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .internal_07 a { background: url(../img/departments/ico_internal_07.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .internal_08 a { background: url(../img/departments/ico_internal_08.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .surgery_01 a { background: url(../img/departments/ico_surgery_01.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .surgery_02 a { background: url(../img/departments/ico_surgery_02.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .surgery_03 a { background: url(../img/departments/ico_surgery_03.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .surgery_04 a { background: url(../img/departments/ico_surgery_04.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .surgery_05 a { background: url(../img/departments/ico_surgery_05.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .surgery_06 a { background: url(../img/departments/ico_surgery_06.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .surgery_07 a { background: url(../img/departments/ico_surgery_07.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .surgery_08 a { background: url(../img/departments/ico_surgery_08.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .surgery_09 a { background: url(../img/departments/ico_surgery_09.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .surgery_10 a { background: url(../img/departments/ico_surgery_10.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .surgery_11 a { background: url(../img/departments/ico_surgery_11.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .surgery_12 a { background: url(../img/departments/ico_surgery_12.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .surgery_13 a { background: url(../img/departments/ico_surgery_13.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .general_01 a { background: url(../img/departments/ico_general_01.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .general_02 a { background: url(../img/departments/ico_general_02.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .department_01 a { background: url(../img/departments/ico_department_01.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .department_02 a { background: url(../img/departments/ico_department_02.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .department_03 a { background: url(../img/departments/ico_department_03.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .department_04 a { background: url(../img/departments/ico_department_04.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .department_05 a { background: url(../img/departments/ico_department_05.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .department_06 a { background: url(../img/departments/ico_department_06.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .department_07 a { background: url(../img/departments/ico_department_07.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .department_08 a { background: url(../img/departments/ico_department_08.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .department_09 a { background: url(../img/departments/ico_department_09.png) no-repeat 12px center / 38px 38px; }
    .departments_menu ul .department_10 a { background: url(../img/departments/ico_department_10.png) no-repeat 12px center / 38px 38px; }

@media screen and (max-width: 768px) {
  .departments_menu ul li {
    width: 100%;
  }
}

/* second_normal_menu */
main #main .second_normal_menu > ul {
  list-style: none;
  position: inherit;
  margin: 0;
  padding-left: 0;
}
  main #main .second_normal_menu > ul li {
    width: 48%;
    margin: 0 2% 2% 0;
    float: left;
  }
  .second_normal_menu > ul li:nth-child(2n) {
    margin-right: 0;
  }
  .second_normal_menu > ul li a {
    padding: 15px;
    color: #333;
    border: 1px solid #01866b;
    border-radius: 8px;
    line-height: 1.3;
    display: block;
  }
  .second_normal_menu > ul li a:hover {
    color: #01866b;
    background-color: #ebf1f0;
    text-decoration: none;
  }
  .second_normal_menu > ul li a .tit {
    font-size: 125%;
    position: relative;
    padding-bottom: 0.3em;
    display: block;
  }
  .second_normal_menu > ul li a .tit::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    content: '';
    width: 80px;
    height: 1px;
    background-color: #01866b;
  }
  .second_normal_menu > ul li a .tit::before {
    content: "\f0a9";
    font-family: FontAwesome;
    margin: 0 0.5em;
    color: #01866b;
    font-size: 85%;
  }
  .second_normal_menu > ul li a .text {
    margin: 20px 0 0 0;
    font-size: 95%;
    line-height: 1.6;
    display: block;
  }
  #about .second_normal_menu > ul li a .tit,
  .second_normal_menu > .underbar_none li a .tit {
    padding-bottom: 0;
  }
  #about .second_normal_menu > ul li a .tit::after,
  .second_normal_menu > .underbar_none li a .tit::after {
    display: none;
  }

@media screen and (max-width: 768px) {
  main #main .second_normal_menu > ul li {
    width: 100%;
    float: none;
    margin: 0 0 5% 0;
  }
}

/* doctor_area */

.doctor_area .inner {
  float: left;
  width: 47.5%;
}
.doctor_area .inner:nth-child(2n) {
  margin-left: 5%;
}
.doctor_area .pic {
  float: left;
  width: 47%;
  margin: 0 1.5em 1.5em 0;
}
  .doctor_area .pic img {
    max-width: 100%;
  }
.doctor_area .pic_inner dl {
  width: 47%;
  float: left;
}
.doctor_area dl dt {
  font-weight: bold;
}
.doctor_area dl dd {
  padding-left: 1em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1024px) {
  .doctor_area .pic_inner dl {
    width: 46%;
  }
}

@media screen and (max-width: 768px) {
  .doctor_area .inner {
    float: none;
    width: 100%;
  }
  .doctor_area .inner:nth-child(2n) {
    margin-left: 0;
  }
  .doctor_area .pic {
    float: none;
    width: 100%;
    text-align: center;
  }
  .doctor_area .pic_inner dl {
    width: 100%;
    float: none;
  }
}

/* outpatient */

.outpatient table {
  width: 51%;
  float: left;
}
  .outpatient table td b {
    font-size: 120%;
  }
.outpatient ul {
  float: right;
  width: 46%;
}

@media screen and (max-width: 768px) {
  .outpatient table {
    float: none;
    width: 100%;
  }
  .outpatient ul {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}

/* physician_tbl */

.physician_tbl {
  width: 100%;
  table-layout: fixed;
}
  .physician_tbl tbody th {
    text-align: center;
  }
  .physician_tbl tbody td {
    text-align: center;
  }
    .physician_tbl tbody tr .reservation { background-color: #d4eded; }
    .physician_tbl tbody tr .today { background-color: #f5e3e3; }

@media screen and (max-width: 768px) {
  .physician_tbl {
    table-layout: auto;
  }
}

/* tbl_caption */

.tbl_caption p {
  display: inline;
  margin-right: 3em;
}
.tbl_caption p span {
  display: inline-block;
  width: 3em;
  margin-right: 0.5em;
  padding: 0.9em;
  vertical-align: middle;
}
  .tbl_caption p .reservation { background-color: #d4eded; }
  .tbl_caption p .today { background-color: #f5e3e3; }

@media screen and (max-width: 768px) {
  .tbl_caption p {
    display: block;
  }
}
/* close_day */

.close_day {
  width: 60%;
  margin: 50px auto 0 auto;
}
.close_day a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-size: 120%;
  border-radius: 35px;
  color: #333;
  background-color: #fdd251;
}
  .close_day a::before {
    content: "\f273";
    font-family: FontAwesome;
    margin: 0 0.5em;
    color: #CC3F35;
    font-size: 120%;
  }
  .close_day a:hover {
    opacity: 0.7;
  } 

@media screen and (max-width: 768px) {
  .close_day {
    width: 100%;
  }
}

/*
progress_bar
---------------------------------------------------------*/

.progress_bar {
  font-size: 1rem;
  text-align: center;
  counter-reset: steps;
}
  .progress_bar::after {
    clear: both;
    content: "";
    display: table;
  }
  main #main .progress_bar li {
    padding-left: 0;
  }
  .progress_bar li {
    counter-increment: steps;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 130px;
    margin: 0.4em 10px 0.4em 0;
  }
  .progress_bar li:last-of-type {
    margin-right: 0;
  }
  .progress_bar li::after {
    background-color: #ccc;
    content: "";
    display: inline-block;
    height: 4px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 12px;
    width: calc(100% + 25px);
  }
  .progress_bar li:last-of-type::after {
    display: none;
  }
  .progress_bar li span {
    font-size: 90%;
  }
  .progress_bar li span::before {
    background-color: #01866b;
    border-radius: 50%;
    color: #fff;
    content: counter(steps);
    font-size: 1.2rem;
    height: 30px;
    left: 50%;
    line-height: 30px;
    position: absolute;
    right: auto;
    top: 0;
    width: 30px;
    z-index: 1;
    transform: translateX(-50%);
    transition: .3s;
  }
  .progress_bar li > * {
    display: inline-block;
    position: relative;
    padding-top: 32px;
  }
  .progress_bar li a:hover span::before {
    background-color: #119a7e;
  }

@media screen and (max-width: 768px) {
  .progress_bar {
    text-align: left;
  }
  .progress_bar li {
    display: block;
    text-align: left;
    width: auto;
  }
  main #main .progress_bar li {
    margin: 0 0 1em 0;
  }
  .progress_bar li > * {
    display: block;
    position: inherit;
    padding: 0 0 0 3em;
  }
  .progress_bar li span {
    font-size: 100%;
  }
  .progress_bar li span::before {
    transform: none;
    left: 0;
    text-align: center;
  }
  .progress_bar li::after {
    display: none;
  }
}

/*
flow
---------------------------------------------------------*/

.flow {
  counter-reset: steps;
  list-style: none;
  padding: 0;
} 
	.flow > dt {
		padding: 5px 0 5px 80px;
		font-size: 155%;
		line-height: 2.2;
		position: relative;
    margin-top: 20px;
    color: #01866b;
	}
	.flow > dt:before {
		content: counter(steps);
		counter-increment: steps;
		background-color: #01866b;
		color: #fff;
		display: block;
		float: left;
		line-height: 50px;
		margin-left: -70px;
		text-align: center;
		height: 50px;
		width: 50px;
		border-radius: 50%;
		font-size: 120%;
	}
  .flow > dd {
    padding-left: 5em;
    margin: 0.5em 0;
  }

@media screen and (max-width: 768px) {
  .flow > dd {
    padding-left: 0;
    margin-top: 1em;
  }
}

/*
side
---------------------------------------------------------*/

#side {
  float: left;
  width: 21%;
}

@media screen and (max-width: 768px) {
  #side {
    float: none;
    width: 100%;
    margin-top: 100px;
  }
}

/* side_nav */
#side_nav h2 a {
  color: #fff;
  font-size: 155%;
  font-weight: bold;
  background-color: #01866b;
  border-radius: 8px 8px 0 0;
  display: block;
  padding: 10px 20px;
}
#side_nav > ul {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 8px 8px;
  font-size: 105%;
}
  #side_nav > ul li {
    border-bottom: 1px dashed #ccc;
  }
  #side_nav > ul li:last-child {
    border-bottom: none;
  }
  #side_nav > ul li a {
    display: block;
    color: #333;
  }
  #side_nav > ul > li:last-child > a {
    border-radius: 0 0 8px 8px;
  }
  #side_nav > ul li .side_click_btn > a {
    display: inline;
  }
  #side_nav > ul li a:hover,
  #side_nav > ul li a.select,
  #side_nav .side_click_btn.open {
    color: #01866b;
  }
  #side_nav > ul > li > a,
  #side_nav .side_click_btn {
    padding: 10px;
    background-color: #f2f2f2;
  }
  #side_nav > ul > li > a::before {
    content: "\f0a9";
    font-family: FontAwesome;
    margin: 0 0.5em;
    color: #01866b;
  }
    .side_inner_list {
      border-top: 1px dashed #ccc;
    }
    #side_nav > ul > li > ul li a {
      padding: 5px 10px 5px 2.5em;
      text-indent: -1em;
      line-height: 1.5;
    }
    #side_nav .side_inner_list li a {
      padding: 5px 10px 5px 3.5em;
      text-indent: -1em;
      line-height: 1.5;
    }
    #side_nav > ul > li > ul li a::before,
    #side_nav .side_inner_list li a::before {
      content: "\f061";
      font-family: FontAwesome;
      margin: 0 1em 0 0;
      color: #01866b;
      font-size: 60%;
    }

/* 開閉メニュー　*/
#side_nav .select_open .open {
  border-radius: 0!important;
}
#side_nav .side_nav_list li:last-child .side_click_btn {
  border-radius: 0 0 8px 8px;
}
#side_nav .side_nav_list li:last-child .side_click_btn.open {
  border-radius: 0;
}
#side_nav .side_click_btn::before {
  content: "\f0a9";
  font-family: FontAwesome;
  margin: 0 0.5em;
  color: #01866b;
}
  #side_nav .side_click_btn.open::before {
    content: "\f0ab";
  }
#side_nav .side_click_btn:hover {
  color: #01866b;
  text-decoration: underline;
}
.side_inner {
  display: none;
}
#side_nav .select_open .side_inner {
  display: block;
}

/*
map
---------------------------------------------------------*/

#map iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width: 768px) {
  #map iframe {
    height: auto;
    min-height: 300px;
  }
}

/*
sitemap
---------------------------------------------------------*/

/* sitemap_list */
main #main .sitemap_list,
main #main .sitemap_list li > ul{
  list-style: none;
}
main #main .sitemap_list {
  margin: 0;
  padding-left: 0;
}
  .sitemap_list > li {
    padding-left: 1.15em;
    text-indent: -1.15em;
  }
  .sitemap_list > li a::before {
    content: "\f0a9";
    font-family: FontAwesome;
    margin: 0 0.5em;
    color: #01866b;
  }
  #main .sitemap_list h2 {
    border-bottom: none;
    font-size: 120%;
    font-weight: bold;
    padding: 0;
    margin: 0;
  }
  #main .sitemap_list h2::after {
    display: none;
  }
    main #main .sitemap_list > li ul {
      margin-bottom: 30px;
      padding-left: 2em;
    }
    .sitemap_list > li ul li a::before {
      content: "\f061";
      font-size: 60%;
    }
    .sitemap_list > li ul li {
      float: left;
      width: 50%;
    }

@media screen and (max-width: 768px) {
  .sitemap_list > li ul li {
    float: none;
    width: 100%;
  }
}

/*
search_page 検索結果画面
---------------------------------------------------------*/

/* link */
#search_page main #main a[href^="http://"]:not([class*="ico_none"])::after,
#search_page main #main a[href^="https://"]:not([class*="ico_none"])::after{
	display: none;
}

#search_page main table {
  margin: 0;
}

img.gcsc-branding-img-noclear {
  vertical-align: middle;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 0!important;
}

.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b,
.gs-imageResult a.gs-title:hover,
.gs-imageResult a.gs-title:hover b {
  text-decoration: underline;
}

.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  font-size: 110%!important;
  text-decoration: none;
}
.gsc-result .gs-title {
  height: auto!important;
}
.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
  padding: 0!important;
}
.gsc-control-cse {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif!important;
}
.gsc-results .gsc-cursor-box {
  margin: 50px 0 0 0!important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  background-color: #f2f2f2!important;
  padding: 10px 12px;
  margin: 0 2px 2px 0!important;
  color: #01866b!important;
  display: inline-block!important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background-color: #01866b!important;
  color: #fff!important;
}

/*====================================================================

　Footer

====================================================================*/

footer {
  background-color: #01866b;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 50px;
  }
}

/*
footerlink
---------------------------------------------------------*/

#footerlink {
  border-bottom: 1px dashed #fff;
  padding: 15px;
}
#footerlink ul {
  width: 1200px;
  margin: 0 auto;
}
	#footerlink li {
		float: left;
	}
		#footerlink li a {
			color: #fff;
			font-size: 90%;
			display: block;
			padding: 0 10px;
			vertical-align: middle;
			transition: all .3s;
		}
    #footerlink li a::before {
      content: "\f0a9";
      font-family: FontAwesome;
      margin: 0 0.25em;
    }
    #footerlink li a:hover {
      opacity: 0.7;
    }

@media screen and (max-width: 1024px) {
  #footerlink ul {
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  #footerlink ul {
    width: 100%;
  }
}

/*
address
---------------------------------------------------------*/

#address {
  padding: 45px 0;
}

#address address {
	color: #fff;
  float: left;
  width: 50%;
}
	#address address img {
		width: 345px;
	}
	#address address a {
		color: #fff;
	}
  #address address a:hover {
    text-decoration: none;
  }

@media screen and (max-width: 768px) {
  #address address {
    float: none;
    width: 100%;
  }
}

/* footer_right */

#address .footer_right {
  float: right;
  width: 20.5%;
}
#address .jcqhc {
  color: #fff;
  font-size: 85%;
}
#address .jcqhc p {
  margin-top: 0;
}
  #address .jcqhc > a {
    display: block;
    float: left;
    margin-right: 1em;
  }
  #address .jcqhc img {
    width: 70px;
    height: 86px;
    transition: .3s;
  }
  #address .jcqhc p a {
    color: #fff;
    text-decoration: underline;
  }
  #address .jcqhc a:hover img {
    opacity: 0.7;
  }
  #address .jcqhc p a:hover {
    text-decoration: none;
  }

@media screen and (max-width: 1024px) {
  #address .footer_right {
    width: 25.5%;
  }
}

@media screen and (max-width: 768px) {
  #address .footer_right {
    float: none;
    width: 100%;
  }
  #address address img {
    width: 280px;
  }
}

/*
copyright
---------------------------------------------------------*/

#copyright {
	font-size: 80%;
	color: #fff;
  position: relative;
  right: 0;
  top: -40px;
  float: right;
}

@media screen and (max-width: 768px) {
	#copyright {
    margin-top: 1em;
    padding: 0 0 20px;
    float: none;
    top: 0;
	}
}


/*
pagetop
---------------------------------------------------------*/

.pagetop {
	position: fixed;
	bottom: -80px;
	right: 20px;
	z-index: 1;
}
	.pagetop a img {
		width: 65px;
    height: 65px;
	}
@media (max-width: 768px) {
		.pagetop a img {
			width: 45px;
      height: 45px;
		}
}

/*
width
---------------------------------------------------------*/

.w210 { width: 210px; }
.w150 { width: 150px; }

/*
外来診察状況
---------------------------------------------------------*/
#outpatient main .main_tit h1 { 
	background: url(../img/common/bg_maintitle.jpg) no-repeat 50% 0;
	background-size: cover;
}

#outpatient #main {
  float: none;
  margin: 50px auto 0 auto;
	width: 100%;
}
#outpatient main #main ul {
  margin: 0;
  padding: 0;
}
#outpatient main #main ul li {
  margin-bottom: 0;
}

/* waiting_header */
.waiting_header {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.waiting_header p {
	margin: 0;
}

@media screen and (max-width: 768px) {
	.waiting_header {
		display: block;
	}
	.waiting_header p {
		margin-bottom: 10px;
	}
}

/* number_search */
.number_search form {
	display: flex;
	align-items: center;
}
.number_search .input .input_text {
	border: 1px solid #ccc;
  border-radius: 3px 0 0 3px;
  transition: .3s;
	width: 12em;
	padding: 5px 10px;
	border-right: none;
	font-size: 100%;
}
.number_search .search .search_btn {
	color: #fff;
  padding: 5px 10px;
  background-color: #01866b;
  border: 1px solid #01866b;
  border-radius: 0 3px 3px 0;
	margin-right: 5px;
	font-weight: bold;
	transition: .3s;
	font-size: 100%;
}
.number_search .search .search_btn:hover {
	opacity: .7;
}
.number_search .clear02 .clear_btn {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
	font-size: 80%;
	transition: .3s;
	color: #333;
}

@media screen and (max-width: 768px) {
	.number_search .input .input_text {
		font-size: 16px;
	}
	.number_search .search .search_btn {
		font-size: 16px;
	}
}

/* waiting_item */
.waiting_item {
	border: 1px solid #01866b;
	border-radius: 8px;
	margin: 20px 0;
	background-color: #f2f2f2;
}
.waiting_item_header {
	background-color: #01866b;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	border-radius: 6px 6px 0 0;
	align-items: center;
}
#main .waiting_item h2 {
	margin: 0;
	padding: 0;
	font-size: 150%;
	color: #fff;
	border: none;
}
#main .waiting_item h2::after {
	display: none;
}
.waiting_item_header .sample {
	display: flex;
	align-items: center;
}
.waiting_item_header .sample .title {
	color: #fff;
}

@media screen and (max-width: 768px) {
	.waiting_item_header {
		display: block;
		padding: 10px;
	}
	#main .waiting_item h2 {
		border-bottom: 1px solid #fff;
		padding-bottom: 5px;
	}
	.waiting_item_header .sample {
		margin-top: 10px;
		font-size: 90%;
	}
}

/* waiting_item_box */
.waiting_item_box {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px 30px;
	margin: 30px;
}
#main .waiting_item_box h3 {
	font-size: 130%;
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.waiting_item_box {
		margin: 15px;
		padding: 15px;
	}
	#main .waiting_item_box h3::after {
		width: 220px;
		max-width: 80%;
	}
}

/* waiting_list */
main #main .waiting_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
main #main .waiting_list li {
	display: flex;
	flex-direction: column;
	text-align: center;
	border: 1px solid #000;
	background-color: #faff95;
	padding: 7px 5px;
	margin: 0 5px 10px!important;
	width: calc((100% - 80px) / 8);
	font-size: 90%;
	color: #000;
}
main #main .waiting_item .waiting_list li .time {
	font-size: 95%;
}
main #main .waiting_list li .number {
	font-size: 130%;
}
main #main .waiting_list li.end {
	border-color: #ddd;
	background-color: #fff;
	color: #999;
}
main #main .waiting_list li.temporary {
	background-color: #f5f5f5;
	border-color: #808080;
}
main #main .waiting_list li.miraiin {
	background-color: #ccfff7;
}
main #main .waiting_list li.highlight {
	border: 3px solid #F02515;
}
main #main .waiting_list li.highlight .number {
	font-weight: bold;
}

main #main .waiting_item_header .waiting_list {
	font-size: 90%;
}
main #main .waiting_item_header .waiting_list li {
	width: 6em;
	line-height: 1.5;
	padding: 7px 5px;
	margin-bottom: 0!important;
}


@media screen and (max-width: 1024px) {
	main #main .waiting_list li {
		width: calc((100% - 70px) / 7);
	}
}

@media screen and (max-width: 768px) {
	main #main .waiting_list li {
		width: calc((100% - 12px) / 2);
		margin: 0 3px 6px!important;
		line-height: 1.5;
		font-size: 110%;
	}
	main #main .waiting_item_header .waiting_list li {
		margin: 0 3px!important;
	}
}


/* waiting_item02 */
main #main .waiting_item02 .waiting_list li {
	line-height: 1.3;
	min-height: 85px;
}
main #main .waiting_item02 .waiting_list li .number {
	padding-bottom: 5px;
}
main #main .waiting_item02 .waiting_list li .time {
	margin-top: auto;
	border-top: 1px solid #aaa;
	padding-top: 5px;
}
main #main .waiting_item02 .waiting_item_header .waiting_list li {
	width: 7em;
	min-height: inherit;
}

/* waiting_sample */
.waiting_sample {
	border-top: 1px solid #C7C7C7;
	margin-top: 30px;
	padding-top: 30px;
}
.waiting_sample .sample {
	display: flex;
	align-items: center;
}
.waiting_sample .sample .title {
	width: 4em;
}
#main .waiting_sample .waiting_list {
	width: calc(100% - 4em);
}
.waiting_sample .sample .waiting_list li {
	line-height: 1.3;
}
.waiting_sample .sample .waiting_list li .number {
	padding-bottom: 5px;
}
.waiting_sample .sample .waiting_list li .time {
	margin-top: auto;
	border-top: 1px solid #aaa;
	padding-top: 5px;
	font-size: 95%;
}

@media screen and (max-width: 768px) {
	main #main .waiting_item02 .waiting_list li {
		min-height: 97px;
	}
	.waiting_sample .sample {
		display: block;
	}
	.waiting_sample .sample .title {
		width: 100%;
		margin-bottom: 5px;
	}
	#main .waiting_sample .waiting_list {
		width: 100%;
	}
	#main .waiting_item02.waiting_item h2 {
		border: none;
		padding: 0;
	}
}

