.pc { display: block !important; }
.sp { display: none !important; }


body{
font-size: 1.05em;
}

.nowrap{
	white-space: nowrap;
}
.del {
   color: #f00;
   text-decoration : line-through ;
}
.del span {
   color: #000;
 }

.scroll-table{
  overflow: visible;
}

.hoge{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:2px 2px;
}

.w100{
	width:100%;
}

.font-s{
	font-size:90%;
}

.font-l{
	font-size:120%;
}
.font-l2{
	font-size:110%;
}
/* 影 */
.filter{
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}

.rightposi {
    margin: 0 0 0 auto;
}

.indent{
	text-indent: 1em;
}

.navy{
	color:#1730a0;
}

.purple{
	color:#5561b7;
}
.blue{
	color:#2e41cb;
}

.pink{
	/* color:#d47797; */
	color:#ff909d
}

.orange{
	color:#ff6633
}

.navy2{
	color:#5164b8;
}

.lgreen{
	color:#94d82d;
}
.brown{
	color:#8b4513;
}
.red{
	color:#de0a0a;
}

.back-beige{
	background-color:#f2eeeb
}

.back-white{
	background-color:#fff
}
.back-navy{
	background-color:#2a4b9f;
	color:#FFF;
}


.back-gray{
	background-color:#fbfadd;
	overflow: hidden;
	width:800px;
	margin:0 auto;
	border:0px solid #fbb03b
}
.img-right {
	float:right;
	margin-left:10px}

.img-left {
	float:left;
	margin-right:10px}


.img_waku{
	border:1px solid #DFDFDF;
	padding:5px;
	margin:10px;
}


.img_waku2{
	border:1px solid #DFDFDF;
	padding:5px;
	float:left;
	margin:0 10px 10px 10px;
	border-radius: 6px;
}
.img_waku3{
	border:1px solid #DFDFDF;
	padding:5px;
	float:left;
	margin:10px 0 10px 0;
}
.img_waku4{
	border:1px solid #DFDFDF;
	padding:5px;
	float:right;
	margin:0 10px 10px 10px;
	border-radius: 6px;
}
.img20p{
	font-size:20px;
}

.bold{
	font-weight:bold;
}

.bold-t{
	font-weight:bold;
	margin:10px 0 5px 0;
}

.nrap  { white-space: nowrap;}


.margin-r5{
	margin-right:5px;
}
.margin-l5{
	margin-right:5px;
}


.margin-r10{
	margin-right:10px;
}


.margin-l10{
	margin-left:10px;
}
.margin-l20{
	margin-left:20px;
}
.margin-t20{
	margin-top:20px;
}
.margin-t10{
	margin-top:10px;
}
.margin-tb5{
	margin-top:5px;
	margin-bottom:5px;
}

.margin-tb10{
	margin-top:10px;
	margin-bottom:10px;
}

.margin-a10{
	margin:10px 10px;
}
.margin-a15{
	margin:15px 15px;
}
.margin-a20{
	margin:20px 20px;
}
.margin-b10{
	margin-bottom:10px;
}
.margin-b20{
	margin-bottom:20px;
}

.padding10{
	padding:10px 0;
}

.padding20{
	padding:20px 0;
}

.padding15a{
	padding:15px 15px;
}
.padding10a{
	padding:10px 15px;
}

.paddingl10{
	padding-left:50px;
}

.resizeimage { width: 100%; }

.clear{
	clear:both;
}

.middle{
	vertical-align:middle;
}

.center{
	margin:0 auto;
	text-align:center;
}

.center100{
	width:90%;
	margin:0 auto;
	text-align:center;
}

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

.width800{
	width:700px;
	margin:0 auto;
	padding:20px 0
}


/* 
ライングレー*/
.line01{
	border-bottom:1px solid #cfcedf;
	height:0px
}
/* ラインパープル*/
.line02{
	border-bottom:2px solid #99a2e6;
	height:0px
}
/* ラインパープル*/
.line02-1{
	border-bottom:1px solid #99a2e6;
	height:0px
}
/* ラインピンク*/
.line03{
	border-bottom:2px solid #f6bfd4;
	height:0px
}

/* ラインブルー*/
.line04{
	border-bottom:1px solid #3464d5;
	margin-top:3px;
}



/* ライン2-理念*/
.line05{
	padding:5px 0;
}
.line05:after {
  content: "";
  display: block;
  height: 2px;
  background: -webkit-linear-gradient(to right, rgb(116, 131, 198), transparent);
  background: linear-gradient(to right, rgb(116, 131, 198), transparent);
}

/* ラインブルー（写真タイトル）*/

.line06{
	border-bottom:1px solid #d7e9a1;
	margin-bottom:10px;
	line-height:2em;
	background: #faffef; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff 10%, #d7e9a1 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fff 10%,#d7e9a1 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fff 10%,#d7e9a1 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.line-bwhite{
	border-bottom:1px solid #FFF;
	padding-bottom:3px;
	text-align:left;
	padding-left:10px;
	font-size:110%
}


/* ヘッダー*/
#f-header{
	width:90%;
	margin:0 auto;
	padding-top:10px;
}

/* 2カラム*/
.column2{
	width: 100%;
	display: -webkit-flex;
	display: flex;
}
.column2-left{
	-webkit-flex: 1;
  flex: 1;
}
.column2-right{
  display:block;
}

.column2-right-bottom div{
	display: none;
}

.column2-right-list{
	display: none;
}
.column2-right-list li{
	display: none;
}

.column2-left01{
	-webkit-flex: 1;
  flex: 1;
}
.column2-right01{
	display: none;
}
.column2-left02{
	-webkit-flex: 1;
  flex: 1;
}
.column2-right02{
  width:50%;
	margin-left:10px;
}



.h-tel{
	float:right;
	margin-right:15px;
} 
.h-access{
	float:right;
	margin-left:10px;
}
.h-gsearch{
	float:right;
} 
.h-fchange{
	float:right;
	margin-left:10px;
}


/* ヘッダー目次*/
.m-navi{
	display: none;
}
.m-navi li {
	float:left;
  text-align: center;
	height: 60px;
  line-height: 60px;
	color:#FFFFFF;
	width:15%;
	border-left:1px solid #FFF;
}
.m-navi li.on {
	background:#14265e;
}
.m-navi li.on a {
	background:#14265e;
	border-bottom:1px solid blue
}
.m-navi li a {
  text-decoration: none;
	color:#FFFFFF;
}
.m-navi li.home {
	width:9%;
}

/* ボディ*/
#f-body{
	width:100%;
	margin:0 auto;
	background-image: url("../img/background/slanting.png");
	position:relative;
}

.wrapper {
  display: -webkit-flex;
  display: flex;
	width:90%;
	margin:0 auto;
}

.wrapper98 {
  display: block;
	width:98%;
	margin:0 auto;
}

#f-body-wh{
	width:100%;
	margin:0 auto;
	position:relative;
}


.wrapper-wh {
	width:90%;
	margin:0 auto;
	background-color:#FFF;
}

.main {
  flex: block;
	width:100%;
}
.side {
  display: none;
}

#side-menu{
	display: none;
}

/* メインイメージ*/
#main-img{
	position: relative;
	width:100%;
	margin:0 auto;
	background-color:#86d0ed;
	text-align:center;
	line-height: 0;
}
.main-nami{
	position:absolute;
	width:100%;
	margin:0 auto;
	bottom:0;
	right:0;
	z-index:10;

}

#smenu{
	width:240px;
}
.smenu{
	width:240px;
}
.smenu-frame{
	width:240px;
	background-color:#FFF;
	border:1px solid #cde6db
}

/* トップカテゴリデザイン*/
.list-menu4 li{
	float:left;
	width:25%;
}
/* 外来の方へブルー*/
.menu-gairai01{
	background-color:#42b7c3;
	height:45px;
	border-top:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	border-right:0px solid #FFFFFF;
	line-height:45px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
.menu-gairai02{
	background-color:#8ed4db;
	border-top:0px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #8ed4db;
	text-align:center;
	padding:8px 0;
	width:100%;
	line-height:1.5em
}
/* ご家族の方へグリーン*/
.menu-family01{
	background-color:#66cc99;
	height:45px;
	border-top:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	line-height:45px;
	color:#FFFFFF;
	text-align:center;
	width:100%;
	font-weight:bold;
}
.menu-family02{
	background-color:#a7d7c3;
	border-top:0px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	border-left:2px solid #a7d7c3;
	border-right:2px solid #a7d7c3;
	text-align:center;
	padding:8px 0;
	width:100%;
	line-height:1.5em
}
/* 採用希望の方へオリーブ*/
.menu-recruit01{
	background-color:#b7be11;
	height:45px;
	border-top:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	line-height:45px;
	color:#FFFFFF;
	text-align:center;
	width:100%;
	font-weight:bold;
}
.menu-recruit02{
	background-color:#d4d870;
	border-top:0px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	border-left:2px solid #d4d870;
	border-right:2px solid #d4d870;
	text-align:center;
	width:100%;
	padding:8px 0;
	line-height:1.5em
}

/* 医療機関の方へオレンジ*/
.menu-relation01{
	background-color:#ffb61b;
	height:45px;
	border-top:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	line-height:45px;
	color:#FFFFFF;
	text-align:center;
	width:100%;
	font-weight:bold;
}
.menu-relation02{
	background-color:#ffd376;
	border-top:0px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
	border-left:2px solid #ffd376;
	border-right:2px solid #FFFFFF;
	text-align:center;
	padding:8px 0;
	width:100%;
	line-height:1.5em
}



/* フッターー*/
#f-footer{
	display: none;
}
#footer-in{
	width:90%;
	margin:0 auto;
	color:#FFF
}

#f-footer-sub{
	width:100%;
	margin:0 auto;
	background-color:#1730a0;
	padding:20px 0 0 0;
	border-top:1px solid #6674d9;
}


/* ボタンデザイン*/
/* 水色ボタン*/
.button01{
	display:block;
	padding:10px 5px;
	border:1px dashed #999999;
	background:#d7edf0;
	color:#000
}
.button01:hover{
	background:#bce0ea;
}
/* フロア濃いブルーボタン*/
.button02{
	display:block;
	padding:10px 5px;
	border:0px solid #4155b1;
	background:#4155b1;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color:#FFF
}
.button02:hover{
	background:#4b69da;
}
/* フロア薄いブルーボタン*/
.button03{
	display:block;
	padding:10px 5px;
	border:0px solid #4155b1;
	background:#7483c6;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color:#FFF
}
.button03:hover{
	background:#4b69da;
}
/* ネイビーボタン*/
.button04{
	display:block;
	padding:10px 5px;
	border:1px solid #6674d9;
	background:#1730a0;
	color:#FFF;
	text-decoration:none;
}
.button04:hover{
	background:#4b69da;
}
/* ピンク色ボタン*/
.button05{
	display:block;
	padding:10px 5px;
	border:1px dashed #999999;
	background:#fceaf1;
	color:#000
}
.button05:hover{
	background:#fadae6;
}
/* 濃いピンクボタン*/
.button06{
	display:block;
	padding:10px 5px;
	border:0px solid #4155b1;
	background:#d7699e;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color:#FFF
}
.button06:hover{
	background:#de84b0;
}
/* 薄いピンクボタン*/
.button07{
	display:block;
	padding:10px 5px;
	border:0px solid #4155b1;
	background:#db8faa;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	color:#FFF
}
.button07:hover{
	background:#e2adc0;
}
/* 白いボタン*/
.button08{
	display:block;
	padding:10px 5px;
	border:1px solid #dedede;
	background:#FFF;
}
.button08:hover{
	background:#84c5f4;
	color:#FFFFFF;
}

/* PDFオレンジ枠線ボタン*/
.button10{
	background-color: #ccc;
	padding:10px 10px;
	border:1px solid #ffb61b;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	letter-spacing:0.1em
}

/* 看護部グリーンボタン・会員専用ボタン*/
.button11{
  display: inline-block;
  max-width: 500px;
  text-align: left;
  border: 2px solid #9ec34b;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
  background-color: #9ec34b;
}

.button11:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
	margin-left:5px;
	color:#FFF;
}

.button11 a{
  color: #fff;
}

.button11:hover {
  color: #FFF;
	background-color:#94d82d;
  border: 2px solid #94d82d;
}
.button11:hover a {
  color: #FFF;
}

.button11s{
  display: inline-block;
  max-width: 500px;
  text-align: left;
  border: 2px solid #9ec34b;
  font-size: 14px;
  color: #9ec34b;
  text-decoration: none;
  padding: 8px 10px;
  border-radius: 4px;
  transition: .4s;
  background-color: #9ec34b;
}

.button11s:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
	margin-left:5px;
	color:#FFF;
}

.button11s a{
  color: #fff;
}

.button11s:hover {
  color: #FFF;
	background-color:#94d82d;
  border: 2px solid #94d82d;
}
.button11s:hover a {
  color: #FFF;
}

/* 会員専用ボタン*/
.button12{
  display: inline-block;
  max-width: 500px;
  text-align: left;
  border: 2px solid #ff922b;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
  background-color: #ff922b;
}

.button12:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
	margin-left:5px;
	color:#FFF;
}

.button12 a{
  color: #fff;
}

.button12:hover {
  color: #FFF;
	background-color:#ffad2b;
  border: 2px solid #ffad2b;
}
.button12:hover a {
  color: #FFF;
}


.button13{
  display: inline-block;
  max-width: 500px;
  text-align: left;
  border: 2px solid #ff922b;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
  background-color: #ff922b;
}
.button13 a{
  color: #fff;
}
.button13:hover {
  color: #FFF;
	background-color:#ffad2b;
  border: 2px solid #ffad2b;
}
.button13:hover a {
  color: #FFF;
}

.button14{
  display: inline-block;
  max-width: 500px;
  text-align: left;
  border: 2px solid #70ce80;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
  background-color: #70ce80;
}
.button14 a{
  color: #fff;
}
.button14:hover {
  color: #FFF;
	background-color:#5eb16c;
  border: 2px solid #5eb16c;
}
.button14:hover a {
  color: #FFF;
}

.button15{
  display: inline-block;
  max-width: 500px;
  text-align: left;
  border: 2px solid #4792c8;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
  background-color: #4792c8;
}
.button15 a{
  color: #FFF;
}
.button15:hover {
  color: #4792c8;
	background-color:#FFF;
  border: 2px solid #4792c8;
}
.button15:hover a {
  color: #4792c8;
}

.button16{
  display: inline-block;
  max-width: 500px;
  text-align: left;
  border: 2px solid #ff922b;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
  background-color: #ff922b;
}

.button16:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f022";
	margin-right:5px;
	color:#FFF;
}

.button16 a{
  color: #fff;
}

.button16:hover {
  color: #FFF;
	background-color:#ffad2b;
  border: 2px solid #ffad2b;
}
.button16:hover a {
  color: #FFF;
}

/* カレンダー用ボタン*/
.button17{
  display: inline-block;
  max-width: 500px;
  text-align: left;
  border: 2px solid #2e44a0;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  padding: 4px 16px;
  border-radius: 4px;
  transition: .4s;
  background-color: #2e44a0;
}
.button17:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0d9";
	margin-right:5px;
	color:#FFF;
}
.button17 a{
  color: #fff;
}
.button17:hover {
  color: #FFF;
	background-color:#ffad2b;
  border: 2px solid #ffad2b;
}
.button17:hover a {
  color: #FFF;
}

.button18{
  display: inline-block;
  max-width: 500px;
  text-align: left;
  border: 2px solid #2e44a0;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  padding: 4px 16px;
  border-radius: 4px;
  transition: .4s;
  background-color: #2e44a0;
}
.button18 a{
  color: #fff;
}
.button18:hover {
  color: #FFF;
	background-color:#ffad2b;
  border: 2px solid #ffad2b;
}
.button18:hover a {
  color: #FFF;
}
.button19{
  display: inline-block;
  max-width: 500px;
  text-align: left;
  border: 2px solid #2e44a0;
  font-size: 16px;
  color: #FFF;
  text-decoration: none;
  padding: 4px 16px;
  border-radius: 4px;
  transition: .4s;
  background-color: #2e44a0;
}
.button19:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	margin-left:5px;
	color:#FFF;
}
.button19 a{
  color: #fff;
}
.button19:hover {
  color: #FFF;
	background-color:#ffad2b;
  border: 2px solid #ffad2b;
}
.button19:hover a {
  color: #FFF;
}

.btn-open {
  display: inline-block;
  width: 350px;
  height:50px;
  text-align: center;
  background-color: #9ec34b;
  font-size: 16px;
  line-height: 52px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #9ec34b;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover{
  color: #9ec34b;
}
.btn-open:hover:after{
  height: 440%;
  opacity: 1;
}
.btn-open:active:after{
  height: 340%;
  opacity: 1;
}

/* フォント拡大ボタン*/
.font-b{
	display:inline-block;
	padding:5px 5px;
	border:1px solid #dedede;
	background:#FFF;
	margin:2px 2px
	color:#1730a0;
}
.font-b:hover{
	background:#1e3bbd;
	color:#FFFFFF;
}
.font-r{
	display:inline-block;
	padding:5px 5px;
	border:1px solid #dedede;
	background:#1730a0;
	margin:2px 2px;
	color:#FFF;
}
.font-r:hover{
	background:#1e3bbd;
	color:#FFF;
}

/* 検索ボタン*/
.search-b{
	display:inline-block;
	padding:2px 2px;
	border:2px solid #bfc5ef;
	background:#FFF;
	margin:2px 2px
	color:#1730a0;
  border-radius: 3px;
	font-size:100%
}


/* 会員ログインボタン*/
.button09{
	display:block;
	padding:20px 10px;
	border:0px solid #c5c2c4;
	background:#f7931e;
	color:#FFFFFF;
	border-right: solid 3px #cc8500;
	border-bottom: solid 4px #cc8500;
  border-radius: 3px;
}
.button09:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
  border-bottom: none;
}

/* リスト（丸数字）*/
ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
	margin-right:20px;
}

/* リスト（リーフ）*/

.list-leaf li{
	margin-bottom:20px;
}
.list-leaf li:before{
	display: inline-block;
	transform: scaleX(-1);
	font-family: "Font Awesome 5 Free";
 	font-weight: 900;
	font-weight: bold;
	content: "\f06c";
	margin-right:10px;
	color:#7dba3b;
}

/* リスト（黄色の→）*/

.list-leaf li{
	margin-bottom:20px;
}
.list-leaf li:before{
	display: inline-block;
	transform: scaleX(-1);
	font-family: "Font Awesome 5 Free";
 	font-weight: 900;
	font-weight: bold;
	content: "\f06c";
	margin-right:10px;
	color:#7dba3b;
}



/* リスト（黒点）*/
.list-ten{
	margin:10px 10px;
	padding-left:20px;
	list-style:disc;
}
.list-ten li{
	list-style:disc !important;;
	text-align:left;
	line-height:1.5;
	margin-bottom:15px;
}
.list-ten li a:hover{
	text-decoration:underline;
}
.list-ten li a{
	color:#FFF;
}

/* リスト（黒点）*/
.list-ten2{
	margin:10px 10px;
	padding-left:20px;
	list-style:disc;
}
.list-ten2 li{
	list-style:disc !important;;
	text-align:left;
	line-height:1.5;
	margin-bottom:5px;
}
.list-ten2 li a:hover{
	text-decoration:underline;
}
.list-ten2 li a{
	color:#FFF;
}



/* リスト（オレンジ丸▲）*/
.list-sorange{
	list-style: none;
  padding:0;
  margin:0;
}
.list-sorange li{ 
  padding-left: 2em; 
  text-indent: -.5em;
	margin-bottom:1em;
	line-height:1.5;
}
.list-sorange li:before {
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-weight: bold;
  content: "\f138";
	margin-right:10px;
	color:#f87114
}


/* リスト（緑点）*/
.list-tgreen{
	list-style: none;
  padding:0;
  margin:0;
}
.list-tgreen li{ 
  padding-left: 3em; 
  text-indent: -.5em;
	margin-bottom:1em;
	line-height:1.5;
}
.list-tgreen li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #20B97B;
	position: relative;
	left: -15px;
	top: -3px;
}

/* リスト（ピンク点）*/
.list-tpink{
	list-style: none;
  padding:0;
  margin:0;
}
.list-tpink li{ 
  padding-left: 3em; 
  text-indent: -.5em;
	margin-bottom:1em;
	line-height:1.5;
}
.list-tpink li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #dd71a0;
	position: relative;
	left: -15px;
	top: -3px;
}



.list-tgreen-h{
	list-style: none;
  padding:0;
  margin:0;
	width:100%
}
.list-tgreen-h li{ 
  padding-left: 3em; 
  text-indent: -.5em;
	margin-bottom:1em;
	line-height:1.5;
	float:left;
	width: 40%;
}
.list-tgreen-h li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #20B97B;
	position: relative;
	left: -15px;
	top: -3px;
}

/* リスト（ピクト）*/
.list-pict{
	overflow:hidden;
}
.list-pict li{
	display:inline-block;
	margin:10px 20px 10px 0;
}
.list-pict li img{
	vertical-align:middle;
	margin-right:5px;
}

/* リスト（算用数字）*/
.list-no{
	margin:10px 10px;
	padding-left:20px;
}
.list-no li{
	list-style:decimal;
	text-align:left;
	line-height:1.8;
	margin-bottom:15px;
}

/* リスト（リストなし）*/
.list-none{
	margin:10px 10px 10px 0;
	padding-left:0px;
}
.list-none li{
	list-style:none;
	text-align:left;
	line-height:1.5;
	margin-bottom:15px;
}

/* リスト（PDF）*/
.list-pdf{
	margin:10px 10px;
	padding-left:10px;
}
.list-pdf li{
	list-style:none;
	text-align:left;
	line-height:1.5;
	margin-bottom:15px;
}
.list-pdf li:before{
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-weight: bold;
  content: "\f1c1";
	margin-right:5px;
	color:#de0a0a;
}

/* リスト（excel）*/
.list-excel{
	margin:10px 10px;
	padding-left:10px;
}
.list-excel li{
	list-style:none;
	text-align:left;
	line-height:1.5;
	margin-bottom:15px;
}
.list-excel li:before{
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-weight: bold;
  content: "\f1c3";
	margin-right:8px;
	color:green;
}

/* リスト（採用情報）*/
.list-fa1{
	margin:20px 10px;
	padding-left:10px;
}
.list-fa1 li{
	list-style:none;
	text-align:left;
	line-height:1.2;
	margin-bottom:15px;
}
.list-fa1 li:before{
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-weight: bold;
  content: "\f152";
	margin-right:5px;
	color:#009D5B;
}

/* リスト（外来診療）*/
.list-out{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.list-out li{
	position:relative;
	width:18%;
	margin: 5px 4px;
	text-align:left;
	border:1px solid #aacae6;
	padding:15px 15px;
	display:inline-block;
	border:1px solid #bee1fa;
	text-decoration:none;
	color: #FFFFFF;
 background-color: #f2f9fe; background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f9fe), to(#d6f0fd));
 background-image: -webkit-linear-gradient(top, #f2f9fe, #d6f0fd);
 background-image: -moz-linear-gradient(top, #f2f9fe, #d6f0fd);
 background-image: -ms-linear-gradient(top, #f2f9fe, #d6f0fd);
 background-image: -o-linear-gradient(top, #f2f9fe, #d6f0fd);
 background-image: linear-gradient(to bottom, #f2f9fe, #d6f0fd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f9fe, endColorstr=#d6f0fd);
}

.list-out li:hover{
 border:1px solid #93cdf7;
 background-color: #c3e3fa; background-image: -webkit-gradient(linear, left top, left bottom, from(#c3e3fa), to(#a5defb));
 background-image: -webkit-linear-gradient(top, #c3e3fa, #a5defb);
 background-image: -moz-linear-gradient(top, #c3e3fa, #a5defb);
 background-image: -ms-linear-gradient(top, #c3e3fa, #a5defb);
 background-image: -o-linear-gradient(top, #c3e3fa, #a5defb);
 background-image: linear-gradient(to bottom, #c3e3fa, #a5defb);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c3e3fa, endColorstr=#a5defb);
}

.list-out li span {
	display: inline-block;
	text-decoration: none;	
	transition: transform ease .3s;
	position:absolute;
	right:15px;
}
.list-out li:hover span{
	cursor: pointer;
	text-decoration: none;
	transform: translateX(6px);
}
.list-out li a{
	display:block;
}

/* リスト（診療科･部門）*/
.list-sec{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.list-sec li{
	position:relative;
	width:18%;
	margin: 5px 4px;
	text-align:left;
	padding:15px 15px 15px 40px;
	display:inline-block;
	text-decoration:none;
	background-image: url("../img/icon/mark02.png");
	background-position:left;
	background-repeat: no-repeat;
}

/* リスト（外来診療）*/
.list-out2{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.list-out2 li{
	position:relative;
	width:27%;
	margin: 5px 4px;
	text-align:left;
	border:1px solid #aacae6;
	padding:15px 15px;
	display:inline-block;
	border:1px solid #bee1fa;
	text-decoration:none;
	color: #FFFFFF;
 background-color: #f2f9fe; background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f9fe), to(#d6f0fd));
 background-image: -webkit-linear-gradient(top, #f2f9fe, #d6f0fd);
 background-image: -moz-linear-gradient(top, #f2f9fe, #d6f0fd);
 background-image: -ms-linear-gradient(top, #f2f9fe, #d6f0fd);
 background-image: -o-linear-gradient(top, #f2f9fe, #d6f0fd);
 background-image: linear-gradient(to bottom, #f2f9fe, #d6f0fd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f2f9fe, endColorstr=#d6f0fd);
}

.list-out2 li:hover{
 border:1px solid #93cdf7;
 background-color: #c3e3fa; background-image: -webkit-gradient(linear, left top, left bottom, from(#c3e3fa), to(#a5defb));
 background-image: -webkit-linear-gradient(top, #c3e3fa, #a5defb);
 background-image: -moz-linear-gradient(top, #c3e3fa, #a5defb);
 background-image: -ms-linear-gradient(top, #c3e3fa, #a5defb);
 background-image: -o-linear-gradient(top, #c3e3fa, #a5defb);
 background-image: linear-gradient(to bottom, #c3e3fa, #a5defb);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#c3e3fa, endColorstr=#a5defb);
}

.list-out2 li span {
	display: inline-block;
	text-decoration: none;	
	transition: transform ease .3s;
	position:absolute;
	right:15px;
}
.list-out2 li:hover span{
	cursor: pointer;
	text-decoration: none;
	transform: translateX(6px);
}
.list-out2 li a{
	display:block;
}


.first-red{
	list-style:none;
	margin-top:30px 0 20px 0;
	padding-left:15px;
}

.first-red li{
	padding-left:0.6em;
	text-indent:-0.6em;
	margin-bottom:15px;
}

.first-red li:before {
		font-family: "Font Awesome 5 Free";
		content: "\f069";
		-webkit-font-smoothing: antialiased;
  	display: inline-block;
  	font-style: normal;
  	font-variant: normal;
  	text-rendering: auto;
  	line-height: 1;
		font-weight: bold;
		color:#e32d29;
		font-size:90%;
		padding-right:5px;
}

.first-red li:first-letter{
	color:red;
}

/* 2行2列*/
.contents-harf{
	display:flex;
	width: 776px;
	flex-wrap:wrap;
	justify-content:space-between;
  align-items: center;
}
.harfbox{
	width:368px;
	margin:10px 10px;
	padding:0;
	position: relative;
}
.harfbox p{
	position: absolute;
	left: 0;
	bottom: 3px;
	color: #fff;
	margin: 0;
	padding: 8px 0px;
	width: 368px;
	background: #114fa3;
	filter: Alpha(opacity=70);
	opacity: 0.7;
}

/* 2行2列 横100%*/
.contents-harf2{
	display:flex;
	width: 90%;
	margin:0 auto;
	flex-wrap:wrap;
	justify-content:space-between;
  align-items: center;
}
.harf2box{
	width:46%;
	margin:0px 3px;
	padding:0;
	position: relative;
	text-align:center;
}
.harf2box p{
	font-size:90%;
	margin-top:5px;
}



/* 4分割*/
.contents-quarter{
	display:flex;
	width: 100%;
	flex-wrap:wrap;
	justify-content:space-between;
  align-items: center;
}
.quarterbox{
	width:20%;
	margin:10px 20px;
	padding:0;
	position: relative;
	text-align:center;
}
.quarterbox p{
	font-size:90%;
	margin-top:5px;
}

/* 3分割*/
.contents-third{
	display:flex;
	width: 100%;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: flex-start;
}
.thirdbox{
	width:30%;
	margin:2px 2px 10px 2px;
	padding:0;
	position: relative;
	text-align:center;
	font-size:90%;
}

/* カレンダー3分割*/
.contents-third-m{
	display:flex;
	width: 100%;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: flex-start;
}
.thirdbox-ml{
	width:30%;
	margin:2px 2px 1px 2px;
	padding:0;
	position: relative;
	text-align:left;
	font-size:90%;
}
.thirdbox-mc{
	width:30%;
	margin:2px 2px 1px 2px;
	padding:0;
	position: relative;
	text-align:center;
	font-size:90%;
}
.thirdbox-mc2{
	width:30%;
	margin:2px 2px 1px 2px;
	padding-top:10px;
	position: relative;
	text-align:center;
	font-size:100%;
}
.thirdbox-mr{
	width:30%;
	margin:2px 2px 1px 2px;
	padding:0;
	position: relative;
	text-align:right;
	font-size:90%;
}



/* 2分割*/
.contents-harfs{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items: flex-start;
}
.harfsbox{
	margin:10px 20px;
	padding:0;
	position: relative;
	text-align:left;
}



/* お知らせフレーム*/
#news_frame{
	margin:20px 0;
	z-index:50;
}

/* お知らせタブ*/
.tabnav{
    margin: 0;
    padding: 0;
}
.tabnav li{
    display: inline;
}
.tabnav li a{
    display: inline-block;
    background: #405dca;
    color: #fff;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
}
.tabnav li a:hover,
.tabnav li a.active{
    background: #ddd;
    color: #333;
}
.tabcontent{
	padding:20px;
	border:0px dotted #ccc;
	background-color:#FFFFFF;
	height:200px
}

/* 取り組みフレーム*/
#torikumi_frame{
	margin:20px 0;
	border:1px solid #d1eadf;
	background-color:#FFF;
	padding:10px 0;
	position:relative;
	z-index:210;
}

/* フレームピンク*/
.frame_pink{
	border:1px solid #ff909d;
	padding:15px 15px;
	margin:10px 0;
}
.frame_green{
	border:2px solid #69a824;
	padding:30px 30px 10px 30px;
	margin:10px 0;
	border-radius:8px;
}




/* ボディ白*/
#f-bodyw{
	width:90%;
	margin:0 auto;
	background-color:#FFFFFF;
	padding:20px 0;
}

/* リスト 横並び*/

ul.list-yoko {
  list-style:none;
  padding-left:0;
}
ul.list-yoko > li {
  display:inline;
}
ul.list-yoko > li:not(:nth-child(1)):before {
  content:" | ";
  color:silver;
}
/* サイトマップ*/
.sitemap-blue{
	background-color:#2d57b9;
	color:#FFF;
	padding:15px 10px;
	line-height:1.5;
	width:340px;
	overflow:auto;
	vertical-align:top;
}


/* サイトマップ2カラム*/
.column2s{
	width: 100%;
	display: -webkit-flex;
	display: flex;
}

.column2s-left{
  width:370px;
	margin-right:20px;
	text-align:left;
}
.column2s-right{
	-webkit-flex: 1;
  flex: 1;
	text-align:left;
}


/* サイトマップdl*/
dl.smap {
  width:330px;
}
.smap dt {
  float:left;
  clear:left;
  width:110px;
	text-align:right;
}
.smap dd {
  float:left;
  width:220px;
}


dl.news {
	overflow: hidden;
	zoom: 1;
}
dl.news dt {
	margin-bottom: 8px;
	padding-bottom: 5px;
	width: 100px;
	float: left;
	clear: both;
}
dl.news dd {
	margin-bottom: 8px;
	padding: 0 0 5px 120px;
	border-bottom: 1px dotted #999;
}


/* パンクズ*/

.breadcrumbs{
	display: none;
}

.breadcrumbs li {
	display: inline;
	list-style-type: none;
}
.breadcrumbs li:before {	
	content:" > ";
}

.breadcrumbs li:first-child:before {
	content:"";
}

/* h1タイトル*/
h1.sky {
  position: relative;
  padding: 0 1.5em;
  background: #FFF;
  color: #4c4b88;
	border:1px solid #7483c6;
	height:79px;
	font-size:160%;
	line-height:79px;
	margin-top:10px;
	margin-bottom:10px;
	background-image: url("../img/background/sky.png");
	background-position:right;
	background-repeat: no-repeat;
	letter-spacing:0.2em
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

h1.sky::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(139, 151, 207);
}

/* h2タイトル*/
h2.t-gray{
	position: relative;
	background-color:#d4ebf3;
	border-radius:6px;
	margin:50px 0 20px 0;
	padding: .5em .5em .5em 2em;
	font-size:21px;
	color:#000;
	letter-spacing:0.05em;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:bold;
}
h2.t-gray::before,
h2.t-gray::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
h2.t-gray::before {
  top: .5em;
  left: .5em;
  z-index: 2;


  width: 18px;
  height: 18px;
  background: rgba(176, 188, 200, .5);
}
h2.t-gray::after {
  top: .8em;
  left: 1em;
  width: 13px;
  height: 13px;
  background: rgba(188, 205, 222, .5);
}

/* h2タイトル（ピンク）*/
h2.t-pink{
	position: relative;
	background-color:#fceef2;
	border-radius:6px;
	margin:50px 0 20px 0;
	padding: .5em .5em .5em 2em;
	font-size:23px;
	color:#000;
	font-family: 'Kosugi', sans-serif;
}
h2.t-pink::before,
h2.t-pink::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
h2.t-pink::before {
  top: .8em;
  left: .5em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(246, 188, 205, .5);
}
h2.t-pink::after {
  top: 1.1em;
  left: 1em;
  width: 13px;
  height: 13px;
  background: rgba(247, 161, 185, .5);
}

h2.t-member{
	font-size:21px;
	padding: .5em 0 .5em 1.5em;
	position: relative;
	background: #8ebee1;
	border: 0px solid #000000;
	color:#FFF;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	border-radius: 6px 6px 6px 6px;

}
h2.t-member:after {
	content: " ";
	position: absolute;
	top: .5em;
	left: .5em;
	width: 6px;
	height: calc(100% - 1em);
	background: #FFF;
}

h2.title-news{
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
	background: transparent;/*背景透明に*/
	border-left: solid 5px #99a2e6;/*左線*/
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight:bold;
}


/* h3タイトル*/

h3.t-st01{
	position: relative;
	padding-bottom: .2em;
	padding-left:24px;
	font-size:110%;
	margin-top:10px;
	margin-bottom:10px;
	color:#33608c;
	background-image: url("../img/icon/square_blue.png");
	background-repeat: no-repeat;
	border-bottom:1px solid #91abc8;
}

h3.t-st02{
  padding: 0.5em 0.5em;
  border-top: solid 3px #364e96;
  border-bottom: solid 3px #364e96;
}

h3.t-st03{
	position: relative;
	padding-bottom: .2em;
	padding-left:24px;
	font-size:110%;
	margin-top:10px;
	margin-bottom:10px;
	color:#dd71a0;
	background-image: url("../img/icon/square_pink.png");
	background-repeat: no-repeat;
	border-bottom:1px solid #ef93bb;
}

h3.t-st04{/* h3タイトル ピンク*/
	position: relative;
	padding-bottom: .2em;
	padding-left:33px;
	font-size:130%;
	margin-top:10px;
	margin-bottom:20px;
	color:#dd71a0;
	background-image: url("../img/icon/square_pink2.png");
	background-repeat: no-repeat;
	background-position: 10px 25%;
	border-bottom:1px solid #ef93bb;
}


.t-right{
	position: absolute;
  right:15px;
  top:6px;
	padding:4px 6px;
	font-size:85%;
	font-weight:normal
}

.b-pdf{
	position: absolute;
	background-color: #ccc;
  right:15px;
  top:8px;
	padding:4px 6px;
	border:1px solid #9da398;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	font-size:16px;
	font-weight:normal;
	border-radius:6px;
}





/* 表（テーブル）デザイン*/

table.tb01{
  width: 800px;
	margin:0 auto;
  border-collapse: collapse;
	border-radius:6px;
	text-align:center;
}

table.tb01 tr{
  border-bottom: solid 2px white;
}

table.tb01 tr:last-child{
  border-bottom: none;
}

table.tb01 th.bg-blue{
  position: relative;
  text-align: left;
  width: 40%;
  color: white;
  text-align: center;
  padding: 10px 0;
	background-color:#5182d5;
}

table.tb01 th.bg-blue:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #5182d5;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.tb01 th.bg-orange{
  position: relative;
  text-align: left;
  width: 40%;
  color: white;
  text-align: center;
  padding: 10px 0;
	background-color:#efa04d;
}

table.tb01 th.bg-orange:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #efa04d;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.tb01 td{
  text-align:center;
  width: 60%;
  background-color: #eee;
  padding: 10px 30px;
}

table.tb01 a{
	width:100px;
	background-color:#FFF;
	border:1px solid #5182d5;
	border-radius: 6px;
	padding:2px 10px;
}

table.tb02{
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
}

table.tb02 th {
  padding: 10px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
}
table.tb02 td {
  padding: 10px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
}

/* 表 診療担当医表*/
table.tb03{
	border:1px solid #666;
	 border-collapse: collapse;
	width:100%
}
table.tb03 th,td{
	border:1px solid #cccccc;
	padding: 5px 8px;
}

table.tb03 td{
	vertical-align:top;
	line-height:1.5em
}

table.tb03 th{
	background:#91abc8;
	color:#FFF;
	border-right:1px solid #FFF;
	width:18%;
}
table.tb03 th.time{
	width:5%;
	white-space: nowrap;
}

table.tb03 th.end{
	background:#91abc8;
	color:#FFF;
	border-right:1px solid #CCC;
	width:18%;
}

/* 表 thオレンジ*/
table.tb04{
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
}

table.tb04 th {
  padding: 10px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
	background-color:#f2eee5;
	text-align:left;
}

table.tb04 th.center {
  padding: 10px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
	background-color:#f2eee5;
	text-align:center;
}
table.tb04 th.right {
  padding: 10px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
	background-color:#f2eee5;
	text-align:right;
}

table.tb04 td.noline {
	padding: 10px;
	border-bottom: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-left: solid 1px #FFF;
	text-align:right;
	vertical-align:middle;
}

table.tb04 td {
  padding: 10px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
}
table.tb04sc{
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
	width:100%;
}

table.tb04sc th {
  padding: 10px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
	background-color:#f2eee5;
	text-align:left;
}

table.tb04sc th.center {
  padding: 10px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
	background-color:#f2eee5;
	text-align:center;
}
table.tb04sc th.right {
  padding: 10px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
	background-color:#f2eee5;
	text-align:right;
}
table.tb04sc td {
  padding: 10px;
  vertical-align: top;
	border: solid 1px #c1c1c1;
}


/* 表*/
table.tb05{
  border-collapse: collapse;
  border: 0px solid #ccc;
  line-height: 1.2;
}

table.tb05 th {
  padding: 5px;
  vertical-align: top;
	border: solid 0px #c1c1c1;
	text-align:left;
}

table.tb05 td {
  padding: 5px;
  vertical-align: top;
	border: solid 0px #c1c1c1;
}

table.tbnone {
    border: 0px #CCCCCC solid;
    border-collapse: collapse;
}
table.tbnone td {
    padding: 0 10px 0 0;
    border: 0px #CCCCCC solid;
	vertical-align:top;
}




/* お問合せ先表*/
table.tb-contact{
  border-collapse: collapse;
  border: 0px solid #ccc;
  line-height: 1.2;
	font-size:120%
}

table.tb-contact th {
  padding: 5px;
  vertical-align: top;
	border: solid 0px #c1c1c1;
	text-align:left;
}

table.tb-contact td {
  padding: 5px;
  vertical-align: top;
	border: solid 0px #c1c1c1;
}

.title-gray{
	background-color:#efefef;
	padding:10px 10px;
	border-radius: 10px 10px 0 0;
	margin-bottom:5px;
}

/* 追随移動*/
.sticky {
	postion: -webkit-sticky;
	position: sticky;
	top: 0;
}

.list4 {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: start;
}

.list4-child {
	display: block;
  width: 19%;
  background-color: #d7edf0;
	padding:1em 1em;
	margin:5px 5px;
	text-align:center;
	border:1px solid #59b1eb;
	position: relative;
	letter-spacing:0.2em
}
.list4-child:hover {
  background-color: #89BDDE;
	color: #fff;
}
.list4-child::after{
	font-family: "Font Awesome 5 Free";
  content: "\f0d7";
	font-weight: bold;
	position: absolute;
	display: block;
	text-align:center;
	left: 0;
	right: 0;
	bottom: 15;
	margin: auto;
	color:#6fb8c9;
}
.list4-child:hover::after{
	font-family: "Font Awesome 5 Free";
  content: "\f0d7";
	font-weight: bold;
	position: absolute;
	display: block;
	text-align:center;
	left: 0;
	right: 0;
	bottom: 15;
	margin: auto;
	color:#FFF;
}


/* 枠黄色 外来診療担当医表*/

.frame-yellow01{
	border:1px solid #ffb61b;
	border-radius:10px;
	background-image: url("../img/contents/gaikan01.png");
	height:178px;
	background-repeat: no-repeat;
	background-position: left top;
	position:relative;
}

.frame-yellow01 .text{
	position: absolute;
	top:20px;
	left:220px;
	line-height:1.4;
	margin-right:20px;
}
.js-scrollable td,
.js-scrollable th {
  white-space: nowrap;
  background-color: transparent;
}
.js-scrollable table {
  margin-bottom: 0;
}
.js-scrollable {
  margin-bottom: 30px;
}


.frame-dashed{
	margin:10px 0;
	border:1px dashed #CCC;
	padding:5px 5px;
	background-color:#ddeffd;
}

.frame-green{
	margin:10px 0;
	border:1px solid #95db1a;
	padding:15px 15px;
	border-radius: 6px;	
}

.frame-orange{
	margin:10px 0;
	border:1px solid #fbccac;
	padding:15px 15px;
	border-radius: 6px;
	background-color:#fff5ee;
}


.frame-blue{
	margin:10px 0;
	border:1px solid #d3e9f5;
	padding:15px 15px;
	border-radius: 6px;
	background-color:#e5f2f9;
	overflow: hidden;
}

.heart-hand{
	background-image: url("../img/contents/info/heart-hand.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* --- FAQ形式 --- */
ul.faq {
	list-style: none;
	margin-left: 0px;
	padding: 10px 0 0 0;
}
ul.faq li.q {
	margin: 0px;
	padding: 10px 0px 25px 45px;
	background: url(../img/icon/q_blue.gif) no-repeat 3px 0.4em;
	list-style: none;
	line-height:1.5em;
	color:#003399;
	border-bottom:1px dotted #666666;
	font-weight:bold;
}
ul.faq li.a {
	margin-top: 8px;
	padding: 10px 0px 40px 45px;
	background: url(../img/icon/a_red.gif) no-repeat 3px 0.4em;
	list-style: none;
	line-height:1.5em;
}

.frame-message{
	background: url(../img/background/green.png) ;
	background-repeat: no-repeat;
	background-position:right bottom;
}

/* --- 院長あいさつ --- */
.photo-message{
	border:1px solid #CCCCCC;
	line-height:300px;
	height:300px;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}


.smenu-top{
	background-color:#003399;
	color:#fff;
	width:241px;
	text-align:center;
	padding:1em 0;
	border-bottom:2px solid #b0e0f3;
	margin-top:20px;
}

.list-smenu{
	width:231px;
	border-left:5px solid #b0e0f3;
	border-right:5px solid #b0e0f3;
	border-bottom:5px solid #b0e0f3;
	margin-bottom:15px;
}
.list-smenu li{
	border-bottom:1px dashed #7f97d0;
	padding:10px 15px 10px 28px;
	text-indent:-28px;
}

.list-smenu li.on{
	background-color:#dce7f4;
}
.list-smenu li:before{
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-weight: bold;
  content: "\f0da";
	margin-left:15px;
	margin-right:7px;
	color:#0017c0;
}
.list-smenu li:last-child{
	border-bottom:0px dashed #7f97d0;
}

.list-smenu li:hover{
	background-color:#bce0ea;
}

.list-smenu li:hover:before{
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-weight: bold;
  content: "\f0da";
	margin-left:15px;
	margin-right:7px;
	color:#fff;
}

.list-smenu2{
	width:200px;
	margin-top:5px;
	margin-bottom:10px;
}

.list-smenu2 li{
	border-bottom:1px dashed #7f97d0;
	padding:10px 15px 10px 28px;
	text-indent:-28px;
}

.list-smenu2 li.on{
	background-color:#FFF;
}
.list-smenu2 li.sec:before{
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-weight: bold;
  content: "\f0da";
	margin-left:0px;
	margin-right:7px;
	color:#0017c0;
}
.list-smenu2 li:last-child{
	border-bottom:0px dashed #7f97d0;
}

.list-smenu2 li:hover{
	background-color:#bce0ea;
}

.list-smenu2 li:hover:before{
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-weight: bold;
  content: "\f0da";
	margin-left:15px;
	margin-right:7px;
	color:#fff;
}






/* --- 下線（沿革） --- */
dl.tenline {
  display:flex;
  flex-wrap: wrap;
  border: 0px solid #ccc;
  border-top: none;
}
.tenline dt{
  width: 200px;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px dashed #ccc;
	color:#8b4513;
}
.tenline dd{
  padding: 10px 10px 10px 20px;
  margin: 0;
  border-left: 0px solid #ccc;
  border-bottom: 1px dashed #ccc; 
  width: 60%;
  background: #fff;
  box-sizing: border-box;

}

/* お問い合わせ枠 */
.contact-frame {
  margin: 2em 0;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.contact-title {
	font-size: 1.2em;
  background: #94bee8;
  padding: 10px 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.contact-frame .inner {
  padding: 20px 30px;
	background-color:#e5f2fd;
}

/* 健診 */
.list-check{
	width: 100%;
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
}
.list-check > *{
  width: 28%;
  background: #fff;
  text-align: center;
	padding:15px 10px;
	margin:10px 5px;
	display:block;
}
.list-check2{
	width: 100%;
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
}
.list-check2 > *{
  width: 28%;
  background: #fff;
  text-align: center;
	padding:15px 10px;
	margin:10px 5px;
	display:block;
}

/* 地域連携 */
.list-renkei{
	width: 100%;
	margin:0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
}
.list-renkei > *{
  width: 42%;
  background: #fff;
  text-align: center;
	padding:15px 10px;
	margin:10px 5px;
	display:block;
}

.border-mosgreen{
	border: 1px solid #42b7c3;
	background-color:#42b7c3;
	color:#FFFFFF;
	line-height:1.5;

}
.border-mosgreen a{
	color:#FFFFFF;
}

.border-orange{
	border: 1px solid #ffc752;
	background-color:#ffc752;
	color:#6b5f67;
	line-height:1.5;
	border-radius:6px;
	display:block;

	display:blockc
}
.border-orange a{
	color:#6b5f67;
	display:block;
}
.border-orange:hover{
	border: 2px solid #f8b11d;
	background-color:#ffc752;
	color:#6b5f67;
	line-height:1.5;
	border-radius:6px
	display:block;
}

.border-green{
	border: 1px solid #4fcca2;
	background-color:#4fcca2;
	color:#FFFFFF;
}
.border-green a{
	color:#FFFFFF;
}
.border-green a:hover{
	border: 1px solid #4fcca2;
	background-color:#4fcca2;
	color:#FFFFFF;
}






/* 健診タイトル */

h2.linec {
  position: relative;
  padding: 0.5em 1em;
	margin-top:15px;
	margin-bottom:15px;
	font-weight:normal;
	border-left:10px solid #42b7c3;
	border-bottom:dashed 1px #d9dae0
}




.photo01 {
	padding:4px;
  border:1px solid #ccc;
  background:#fff;
	display:inline-block;
	position:relative;
}

/* 採用情報*/

.recruit-frame{
	display:flex;
	flex-wrap: wrap;
}
.recruit{
	width:300px;
	margin:40px 10px;
	border:1px solid #cde6db;
	position: relative;
	margin:0 auto;
	text-align:center;

}
.recruit-title{
	padding:5px 0;
	text-align:center;
	letter-spacing:0.1em;
	font-size:20px;
}
.recruit-stitle{
  position: relative;
  display: inline-block;
  padding: 15px 30px;
	width:190px;
	margin:0 auto;
	text-align:center;
}
.recruit-stitle:before, .recruit-stitle:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color:#cde6db;
}
.recruit-stitle:before {
  left:0;
}
.recruit-stitle:after {
  right: 0;
}
.recruit-b{
	width:100%;
	text-align:center;
	position: absolute;
	bottom:-30px;
	border: solid 1px #009D5B;
	background: #009D5B;
	padding:10px 0;
	color:#FFF;
}

/* ふき出しオレンジ*/
.fukidashi01 {
  padding: 0.3em 1em;
  background-color:#ffebbe;
  border-radius: 7px;
	text-align:center;
	margin-bottom:10px;
}
/* ふき出しピンク*/
.fukidashi02 {
  padding: 0.3em 1em;
  background-color:#F9C1CF;
  border-radius: 7px;
	text-align:center;
	margin-bottom:10px;
}

/* 理念テキスト*/
.rinen{
	font-size:26px;
	font-family: "HG行書体", monospace;
	padding-top:10px;
	color:#191970;
}


.box01{
  padding: 0.5em;
  color: #494949;
	background-color:#fcf5ed;
  border-left: solid 5px #ffaf58;
	margin-bottom:15px;
}

.box02{
  padding: 0.5em;
  color: #494949;
	background-color:#eefcf2;
  border-left: solid 5px #3cb95e;
	margin-bottom:15px;
}

.box03{
  padding: 0.5em 1em;
  color: #494949;
	background-color:#FFF;
	margin-top:15px;
	margin-bottom:15px;
}


.room-list{
	width:850px;
	margin-right: auto;
	margin-left : auto;
	text-align:center;
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}

.room{
	width:400px;
	margin:15px 10px;
}

.room img{
	margin-bottom:10px;
}

.room p{
	text-align:left;
}

/* FAQリスト */


.list-faq dt{
	background: url(../img/icon/ques.png) ;
	background-repeat: no-repeat;
	padding-left:50px;
	border-bottom:1px dashed #CCC;
	margin-bottom:10px;
	font-weight:bold
}
.list-faq dd{
	background: url(../img/icon/answer.png) ;
	background-repeat: no-repeat;
	padding-left:50px;
	margin-bottom:50px;
}

.photo-frame{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.photo-frame li{
	position:relative;
	width:300px;
	margin: 5px 4px;
	text-align:left;
	padding:15px 15px;
	display:inline-block;
	text-decoration:none;
}
.photo-frame li p{
	line-height:1.5em;
	font-size:95%;
}

.photo-frame-b{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
}
.photo-frame-b li{
	position:relative;
	width:300px;
	margin: 5px 4px;
	text-align:left;
	padding:15px 15px;
	display:inline-block;
	text-decoration:none;
}
.photo-frame-b li.wide{
	position:relative;
	width:544px;
	margin: 5px 4px;
	text-align:left;
	padding:15px 15px;
	display:inline-block;
	text-decoration:none;
}
.photo-frame-b li p{
	line-height:1.5em;
	font-size:95%;
}


.photo-frame250{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.photo-frame250 li{
	position:relative;
	width:230px;
	margin: 5px 4px;
	text-align:left;
	padding:15px 10px;
	display:inline-block;
	text-decoration:none;
}
.photo-frame250 li p{
	line-height:1.5em;
	font-size:95%;
}


.ribbon13 {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 5px 0;
  margin: 0 0 0 -20px;
  width: calc(100% + 20px);
  color: white;
  background: #70a6ff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.ribbon13 h3{
  margin: 0;
  padding: 0 30px 0 15px;
  border-top: dashed 1px #FFF;
  border-bottom: dashed 1px #FFF;
  font-size: 20px;
  line-height: 46px;
}

.ribbon13:after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  right: 0;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #f1f1f1 transparent transparent;
  border-style: solid;
}

.ribbon13:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #6081b7;
}

/* ルーズリーフピンク */
.loose-leafpink{
/*  background: #f7e4e7; */
	background-image: url("../img/background/loosepink.png");
  border-left: 5px dotted rgba(0,0,0,.1);
  box-shadow: 0 0 0 5 #f7e4e7;
  padding: 1em;
  margin: 2em 5px;
}
/* ルーズリーフグリーン */
.loose-leafgreen{
/*  background: #f7e4e7; */
	background-image: url("../img/background/loosegreen.png");
  border-left: 5px dotted rgba(0,0,0,.1);
  box-shadow: 0 0 0 5 #f7e4e7;
  padding: 1em;
  margin: 2em 5px;
}

/* 学会発表・論文 アコーディオン */
.ac_cat{
	margin:25px 0 5px 0;
	padding: 0.5em 12px;/*上下の余白*/
	border-left: 8px solid #d0d4dd;
	font-size:130%;
}
.ac_stitle{
	font-size:120%;
}
.ac_wrap{
	border-top:3px solid #007f92;
}
#panel {
  width: 100%;
}
#panel dt {color: #000000;}
#panel dd {	background-color:#FFFFFF;}
#panel > dt {
  border-bottom: solid 1px white;
  background-color: #e9f1f3;
  color: #000000
  cursor: pointer;
  padding: 10px 20px 10px 20px;
  margin: 0 0;
}
#panel > dt:before {
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-weight: bold;
  content: "\f0d7";
	margin-right:10px;
	color:orange;
}
#panel > dt:hover {
  color:orange
}
#panel > dd {
  border: solid 0px #CCCCCC;
  padding: 10px 20px 10px 20px;
}

/* 医師不在カレンダー */
dl.calendar {
	margin:3px 0;
}
dl.calendar dt {
	float: left;
	width: 15px;
	font-weight:bold;
}
dl.calendar dd {
	margin-left: 15px;
	text-align:right;
}
.am{
	color:#b22222;
}
.pm{
	color:#008000;
}

/* 診療科目 別ページリンク */
.inframe{
	border:1px solid #dfdfdf;
	padding:5px;
	margin-bottom:15px;
}
.inframe .boxgray{
	background-color:#d3e5e3;
	padding:5px 10px;
	text-align:right;
}
ul.list-depart {
  list-style:none;
  padding-left:0;
}
ul.list-depart > li {
  display:inline;
	margin-right:10px;
}
ul.list-depart > li:before {
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	font-weight: bold;
  content: "\f0da";
	margin-right:5px;
	color:#5164b8;
}

/* 看護部ピンクボタン*/
.button20{
  display: inline-block;
  max-width: 500px;
  text-align: left;
  border: 2px solid #fb96ab;
  font-size: 16px;
  color: #fb96ab;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
  background-color: #fb96ab;
}
.button20:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
	margin-left:5px;
	color:#FFF;
}
.button20 a{
  color: #fff;
}
.button20:hover {
  color: #FFF;
	background-color:#f9b3c2;
  border: 2px solid #f9b3c2;
}
.button20:hover a {
  color: #FFF;
}

/* 医師紹介*/
.staff-position{
	border-bottom:3px solid #afd789;
	font-size:130%;
	padding:2px 10px;
	margin-bottom:15px;
}
.frame-staff{
	margin-left:15px;
	margin-bottom:40px;
	padding:20px 30px;
	background-color:#edf4f5;
	width: 90%;
	display: -webkit-flex;
	display: flex;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.staff-name{
	padding:0px 15px 15px 15px;
	font-size:120%;
}
dl.staff {
	overflow: hidden;
	zoom: 1;
}
dl.staff dt {
	margin-bottom: 8px;
	padding-bottom: 5px;
	width: 150px;
	float: left;
	clear: both;
}
dl.staff dd {
	margin-bottom: 8px;
	padding: 0 0 5px 160px;
	border-bottom: 1px dotted #999;
}
.frame-staff-left{
  width:130px;
	margin-right:30px;
}
.frame-staff-right{
	-webkit-flex: 1;
  flex: 1;
}
.frame-staff-left img{
	border:1px solid #CCC;
	padding:5px;
	background-color:#FFF;
}


/* 先輩の声 　https://miyu-info.com/balloon/#%E4%BC%9A%E8%A9%B1%E9%A2%A8 */
.talk {
	margin:30px 20px 100px 20px;
}
.talk figure img.bluef {
	width: 100%;
	height: 100%;
	border: 3px solid #d7ebfe;
	border-radius: 50%;
	margin: 0;
	background-color:#d7ebfe
}
.talk figure img.orangef {
	width: 100%;
	height: 100%;
	border: 3px solid #f9ceb5;
	border-radius: 50%;
	margin: 0;
	background-color:#f9ceb5
}
/* 画像の下のテキスト */
.talk-imgname {
	padding: 5px 0 0;
	text-align: center;
}
p.talk-text {
	margin: 0 0 8px;
}
p.talk-text:last-child {
	margin-bottom: 0px;
}
/* 回り込み解除 */
.talk:after,.talk:before {
	clear: both;
	content: "";
	display: block;
}

/* ----- 左の場合 ----- */

/* 左画像 */
.talk-Limg {
	margin-left: 4px;
	margin-top: -1px;
	float: left;
	width: 150px;
	height: 150px;
}
/* 左からの吹き出しテキスト */
.talk-Ltxt {
	color: #444;
	position: relative;
	margin-left: 190px;
	padding: 1.5em;
	border: 3px solid #d7ebfe;
	background-color: #fff;
	border-radius: 5px;
	border-radius: 12px;
}

/* 左の三角形を作る */
.talk-Ltxt:before {
	position: absolute;
	content: '';
	border: 15px solid transparent;
	border-right: 15px solid #d7ebfe;
	top: 18px;
	left: -30px;
}
.talk-Ltxt:after {
	position: absolute;
	content: '';
	border: 15px solid transparent;
	border-right: 15px solid #fff;
	top: 18px;
	left: -26px;
}
/* 右画像 */
.talk-Rimg {
	margin-right: 4px;
	margin-top: -1px;
	float: right;
	width: 150px;
	height: 150px;
}
/* 右からの吹き出しテキスト */
.talk-Rtxt {
	position: relative;
	margin-right: 190px;
	padding: 1.5em;
	border: 3px solid #f9ceb5;
	background-color: #fff;
	border-radius: 5px;
	border-radius: 12px;
}
/* 右の三角形を作る */
.talk-Rtxt:before {
	position: absolute;
	content: '';
	border: 15px solid transparent;
	border-left: 15px solid #f9ceb5;
	top: 18px;
	right: -30px;
}
.talk-Rtxt:after {
	position: absolute;
	content: '';
	border: 15px solid transparent;
	border-left: 15px solid #FFF;
	top: 18px;
	right: -26px;
}

.title-checkup{
	background-color:#003399;
	color:#FFF;
	padding: .8em .5em .8em 1em;
	margin:20px 0 40px 0;
	font-size:15px;
	color:#FFF;
	letter-spacing:0.05em;
	font-weight:bold;
	width:94%;
	display: flex;
	flex-wrap: wrap;
}

.course-checkup{
	width:75%;
	text-align:left;
}


.price-checkup{
	-webkit-flex: 1;
	flex: 1;
	text-align:right;
	padding-right:5px;
	margin-top: auto;
}


.checkup{
	display: block;
	margin-bottom:20px;
}
.checkup-left{
	width:100%;
	padding-top:0px;
	margin:0 auto;
	text-align:center;
}

.checkup-right{
	width:100%;
	margin-top:20px;
}

.checkup2{
	display: block;
	margin-bottom:20px;
}
.checkup2-left{
	display: block;
	width:100%;
	margin-bottom:20px;
}
.checkup2-right{
	display: block;
	width:100%;
}
/* 健診 枠 */

.line-sayu {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
	margin:20px 0;
}

.line-sayu::before,
.line-sayu::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #ffcb67;
}

.line-sayu::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.line-sayu::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.checkup-text {
	margin:30px 0;
	text-align: center;
	font-size: 30px;
	color:#006cb5;
}

.btn--corse {
	color: #FFF;
	background-color:#f5ab33;
	padding:5px 12px;
	font-size:15px;
	border-radius: 5px;
	margin-bottom:5px;
	width:150px;
	text-align:center;
}

/* 部署 レイアウト */

.depart-position{
	border-bottom:3px solid #f4c626;
	font-size:130%;
	padding:2px 10px;
	margin-bottom:20px;
}




.depart{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom:20px;
}
.depart-left{
	width:390px;
}
.depart-right{
	-webkit-flex: 1;
	flex: 1;
	margin-left:20px;
}









/* 関連施設 */

.list-group{
	width:100%;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
	margin:30px 0;

}
.group-item{
	 border:1px solid #999;
	padding:10px 10px;
	width: 41%;
	margin:10px 5px;

}
.group{
	width:100%;
	display: block;
	text-align:center
}

.group-photo{
	width:100%;
	height:100px;
	margin-right:0px;
	text-align:center
}

.group-name{
	font-size:14px
}

.group-name a{
	color:#000;
}

/* 健診センター 例 */

.ex-navy{
  display: inline-block;
  max-width: 100px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 4px;
  transition: .4s;
  background-color: #113290;
}
.ex-green{
  display: inline-block;
  max-width: 100px;
  text-align: left;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  padding: 4px 8px;
  border-radius: 4px;
  transition: .4s;
  background-color: #579635;
}
.ex-navy-marker{
	background:linear-gradient(transparent 60%, #dae5f2 60%);
	padding:0 10px;
	border-radius:3px
}
.ex-green-marker{
	background:linear-gradient(transparent 60%, #e5eebf 60%);
	padding:0 10px;
	border-radius:3px
}

.ex-pink-marker{
	background:linear-gradient(transparent 70%, #f9d0b7 70%);
	padding:0 10px;
	border-radius:3px;
	font-weight:bold;
	font-size:110%;
}

.checkup-doctor{
	display: none
}

/* 健診センター フォトアルバム  https://b-risk.jp/blog/2021/01/flexbox/ */

.flex-photo {
	display: block;
}

.flex-photo li {
	width: 100%;
}

.flex-photo li img {
	width: 96%;
	margin-top:30px;
	margin-bottom:10px;
}


/* 健診センター よくある質問 https://www.nowte.net/ui/ui-faq/ */

.qa-list dl {
    position: relative;
    margin: 10px 0 0;
    cursor: pointer;
    border: 1px solid #DDD;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 27px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #e4e3e3;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #fc7d24;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

/* 人間ドック・健診ボタン */
.btn--green,
a.btn--green {
	color: #FFF;
	background-color: #13955c;
	padding:5px 12px;
	font-size:95%;
	border-radius: 5px;
	margin:10px　10px
}
.btn--green:hover,
a.btn--green:hover {
	color: #fff;
	background-color: #13955c;
}

.btn--rorange,
a.btn--rorange {
	color: #FFF;
	background-color: #ff5050;
	padding:3px 8px;
	font-size:90%;
	border-radius: 5px;
	margin:10px 10px;
	display: inline-block;
}
.btn--rorange:hover,
a.btn--rorange:hover {
	color: #fff;
	background-color: #ff5050;
}


/* スライド */

.slider {
    width: 90%;
    margin: 0 auto 80px;
}
.slick-slide img {
    width: 100%;
    height: auto;
}
.mypattern {
    width: 94%;
}
.mypattern .slick-slide {
    margin: 10px;
}

/*slick setting*/
.mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(70%);
    -moz-filter: opacity(70%);
    -o-filter: opacity(70%);
    -ms-filter: opacity(70%);
    filter: opacity(70%);
  transform: scale(0.95);
    transition: 0.2s linear;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

.banner-kinkyu{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	margin:40px 0 0 0;
}
.banner-kinkyu a{
	color:#C30D23;
}
.banner-kinkyu-btn01{
	width:49%;
	padding:15px 10px;
	text-align:center;
	border:2px solid #C30D23;
	background-color:#FFF;
	margin-right:10px;
	font-family: 'Kosugi', sans-serif;
	font-size:100%;
	color:#C30D23;
	position: relative;
}
.banner-kinkyu-btn01:hover{
	width:49%;
	padding:15px 10px;
	text-align:center;
	border:2px solid #C30D23;
	background-color:#FFF;
	margin-right:10px;
	font-family: 'Kosugi', sans-serif;
	font-size:100%;
	color:#C30D23;
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.02,1.02);
	-o-transform: scale(1.02,1.02);
	-ms-transform: scale(1.02,1.02);
	transform: scale(1.02,1.02);
}
.banner-kinkyu-btn01:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #C30D23 transparent;
}


.banner-kinkyu-btn02{
	width:49%;
	padding:15px 10px;
	text-align:center;
	border:2px solid #C30D23;
	background-color:#FFF;
	font-family: 'Kosugi', sans-serif;
	font-size:100%;
	color:#C30D23;
	position: relative;
}


.banner-kinkyu-btn02:hover{
	width:49%;
	padding:15px 10px;
	text-align:center;
	border:2px solid #C30D23;
	background-color:#FFF;
	font-family: 'Kosugi', sans-serif;
	font-size:100%;
	color:#C30D23
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.02,1.02);
	-o-transform: scale(1.02,1.02);
	-ms-transform: scale(1.02,1.02);
	transform: scale(1.02,1.02);
}
.banner-kinkyu-btn02:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #C30D23 transparent;
}


.top-cat{
	width:100%;
	margin:0 auto;
	display: block;
}
.top-cat-left{
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}
.top-cat-right{
	width:100%;
	background-color:#FFF;
	margin-top:10px;
	margin-bottom:30px;
	border:1px solid #2d54a4
}
.cat{
	display: flex;
	width:100%;
	flex-wrap:wrap;
	margin:0 auto;
	text-align:center;
	justify-content:center;
	align-items:center;
}


.cat01{
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	width:47%;
	border:1px solid #CCC;
	text-align:center;
	height:135px;
	line-height:135px;
	margin-right:5px;
	margin-left:10px;
	margin-bottom:10px;
	background-color:#FFF;
	background-image: url("../img/icon/cat01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.cat01 a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
}
.cat01:hover{
	box-sizing: border-box;
	padding: 20px;
	width:47%;
	border:1px solid #F5B126;
	text-align:center;
	height:135px;
	line-height:135px;
	margin-right:5px;
	margin-left:10px;
	margin-bottom:10px;
	background-color:#F5B126;
	background-image: url("../img/icon/cat01-hover.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size:80% auto;
}
.cat02{
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	width:47%;
	border:1px solid #CCC;
	text-align:center;
	height:135px;
	line-height:135px;
	margin-right:0px;
	margin-left:5px;
	margin-bottom:10px;
	background-color:#FFF;
	background-image: url("../img/icon/cat02.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.cat02 a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
}
.cat02:hover{
	box-sizing: border-box;
	padding: 20px;
	width:47%;
	border:1px solid #F5B126;
	text-align:center;
	height:135px;
	line-height:135px;
	margin-right:0px;
	margin-left:5px;
	margin-bottom:10px;
	background-color:#F5B126;
	background-image: url("../img/icon/cat02-hover.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.cat03{
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	width:47%;
	border:1px solid #CCC;
	text-align:center;
	height:135px;
	line-height:135px;
	margin-right:5px;
	margin-left:10px;
	background-color:#FFF;
	background-image: url("../img/icon/cat03.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.cat03 a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
}
.cat03:hover{
	box-sizing: border-box;
	padding: 20px;
	width:47%;
	border:1px solid #F5B126;
	text-align:center;
	height:135px;
	line-height:135px;
	margin-right:5px;
	margin-left:10px;
	background-color:#F5B126;
	background-image: url("../img/icon/cat03-hover.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.cat04{
	position: relative;
	box-sizing: border-box;
	padding: 20px;
	width:47%;
	border:1px solid #CCC;
	text-align:center;
	height:135px;
	line-height:135px;
	margin-right:0px;
	margin-left:5px;
	background-color:#FFF;
	background-image: url("../img/icon/cat04.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.cat04 a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
}
.cat04:hover{
	box-sizing: border-box;
	padding: 20px;
	width:47%;
	border:1px solid #F5B126;
	text-align:center;
	height:135px;
	line-height:135px;
	margin-right:0px;
	margin-left:5px;
	background-color:#F5B126;
	background-image: url("../img/icon/cat04-hover.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.title-navy{
	width:100%;
	background: #2d57b9;
	padding: 10px 4px;
	text-align: center;
	color: #FFF;
	letter-spacing: 0.05em;
	font-family: 'Kosugi', sans-serif;
}
table.tbtime{
	border-collapse: collapse;
	border-bottom: 5px solid #FFF;
	margin-bottom:20px;
}

table.tbtime th {
	padding: 5px 10px;
	text-align:left;
	border-bottom: 5px solid #FFF;
	background-color:#A3D5F3;
	color:#2D54A4;
	font-family: 'Kosugi', sans-serif;
}

table.tbtime td {
	padding: 5px 10px;
	border: 0px solid #ccc;
}
/* トップ外来診療担当医ボタン */
.btn--neoblue,
a.btn--neoblue {
	color: #FFF;
	background-color: #1EBFA0;
	padding:10px 25px;
	font-size:95%;
	border-radius: 5px;
	font-family: 'Kosugi', sans-serif;
}
.btn--neoblue:hover,
a.btn--neoblue:hover {
	color: #fff;
	background-color: #1ECC8A;
}

/* トップページ コロナ枠*/
.box-colona {
	margin: 2em 0;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.box-colona .box-title {
	background: #2d57b9;
	padding: 10px 4px;
	text-align: center;
	color: #FFF;
	letter-spacing: 0.05em;
}
.box-colona .box-in {
	padding: 5px 10px 20px 10px;
}
.box-colona .box-in li {
	margin:5px 5px 5px 5px;
}

/* サイトマップ*/

.t-sitemap{
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border-bottom: 1px solid #ccc;
	margin-bottom:15px;
	font-weight:bold;
}
.t-sitemap::after {
  position: absolute;
  top: .5em;
  left: .5em;
  content: '';
  width: 6px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #3498db;
  border-radius: 4px;
}

.sitemap{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	margin-top:20px;
}
.sitemap-left{
	-webkit-flex: 1;
  flex: 1;
	margin-right:50px;
}
.sitemap-right{
  width:50%;
	text-align:left;

}

/* 看護部 スタッフ紹介 */
.title-npink{
	padding:10px 10px;
	margin-top:20px;
	border-bottom:2px solid #e95513;
}
.frame-nurse{
	margin-bottom:40px;
	padding:20px 30px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.frame-nurse-left{
  width:280px;
	margin-right:30px;
}
.frame-nurse-right{
	-webkit-flex: 1;
  flex: 1;
}

/* 健診センター コロナ枠*/
.box-colona2 {
	margin: 2em 0;
	background: #fff;
}
.box-colona2 .box-title {
	padding: 10px 4px;
	text-align: center;
	color: #FFF;
	letter-spacing: 0.05em;
	background-color:#ff4646;
}
.box-colona2 .box-in {
	padding: 20px;
}
.box-colona2 .box-in li {
	margin:5px 5px 5px 5px;
}




.banner-kinkyu{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	margin:40px 0 0 0;
}
.banner-kinkyu a{
	color:#C30D23;
}
.banner-kinkyu-btn01{
	width:49%;
	padding:30px 10px;
	text-align:center;
	border:2px solid #C30D23;
	background-color:#FFF;
	margin-right:10px;
	font-family: 'Kosugi', sans-serif;
	font-size:120%;
	color:#C30D23;
	position: relative;
}
.banner-kinkyu-btn01:hover{
	width:49%;
	padding:30px 10px;
	text-align:center;
	border:2px solid #C30D23;
	background-color:#FFF;
	margin-right:10px;
	font-family: 'Kosugi', sans-serif;
	font-size:120%;
	color:#C30D23;
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.02,1.02);
	-o-transform: scale(1.02,1.02);
	-ms-transform: scale(1.02,1.02);
	transform: scale(1.02,1.02);
}

.banner-kinkyu-btn01:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #C30D23 transparent;
}


.banner-kinkyu-btn02{
	width:49%;
	padding:30px 10px;
	text-align:center;
	border:2px solid #C30D23;
	background-color:#FFF;
	font-family: 'Kosugi', sans-serif;
	font-size:120%;
	color:#C30D23;
	position: relative;
}


.banner-kinkyu-btn02:hover{
	width:49%;
	padding:30px 10px;
	text-align:center;
	border:2px solid #C30D23;
	background-color:#FFF;
	font-family: 'Kosugi', sans-serif;
	font-size:120%;
	color:#C30D23
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.02,1.02);
	-o-transform: scale(1.02,1.02);
	-ms-transform: scale(1.02,1.02);
	transform: scale(1.02,1.02);
}
.banner-kinkyu-btn02:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #C30D23 transparent;
}
/* 採用フォームへのボタン*/
.button-contact{
  display: inline-block;
  max-width: 500px;
  text-align: left;
  border: 2px solid #6cb3e6;
  font-size: 20px;
  color: #9ec34b;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
  transition: .4s;
  background-color: #6cb3e6;
}

.button-contact a{
  color: #fff;
}

.button-contact:hover {
  color: #FFF;
	background-color:#7db6df;
  border: 2px solid #7db6df;
}
.button-contact:hover a {
  color: #FFF;
}
.button-contact2{
  display: inline-block;
  max-width: 500px;
  text-align: left;
  border: 2px solid #fcaebc;
  font-size: 20px;
  color: #9ec34b;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
  transition: .4s;
	background: #fcaebc;
}

.button-contact2 a{
  color: #fff;
}

.button-contact2:hover {
  color: #FFF;
	background-color:#fcaebc;
  border: 2px solid #fcaebc;
}
.button-contact2:hover a {
  color: #FFF;
}

/* 特別療養環境室背景色*/

.bgorange-k{
	background-color:#fbea9d;
}
.bgorange{
	background-color:#fbf2c7;
}
.bgblue-k{
	background-color:#bdddfc;
}
.bgblue{
	background-color:#e7f5fe;
}
.bggreen-k{
	background-color:#cde2be;
}
.bggreen{
	background-color:#ebf8e9;
}


/* 健診センター トピックス */

.frame-topics{
	background-color:#fbfbf9;
}
h2.t-orange{
	position: relative;
	margin:50px 0 20px 0;
	padding: .5em .5em .5em 2em;
	font-size:23px;
	color:#000;
	font-family: 'Kosugi', sans-serif;
	border-bottom:2px solid #dcdddd;
}
h2.t-orange::before,
h2.t-orange::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
h2.t-orange::before {
  top: .8em;
  left: .5em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(243, 152, 0, .5);
}
h2.t-orange::after {
  top: 1.1em;
  left: 1em;
  width: 13px;
  height: 13px;
  background: rgba(243, 152, 0, .5);
}

.frame-red{
	padding:10px 15px;
	color:#de0a0a;
	border:0px solid #de0a0a;
	font-size:1.1rem
}

.kado-red{
	display:inline-block;
	margin:5px 0;
	background-color:#de0a0a;
	color:#FFF;
	padding:5px 20px;
	  border-radius: 4px;
	font-size:1.1rem
}
.underline{
	text-decoration:underline;
}