@charset "UTF-8";
/* CSS Document */
/*-----------------------
院長挨拶
-------------------------*/
.introduction .greeting {
  background-image: url("../img/bg_inroduction.wepp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 100%;
  margin: 0;
  padding: 8vw;
}
.introduction .greeting .dr_img {
  display: none;
}
.introduction .greeting div {
  width: 52%;
}
.introduction .greeting h2 {
  margin-bottom: 60px;
  font-size: 2.1em;
}
.introduction .greeting p {
  line-height: 2rem;
  margin-bottom: 40px;
}
.introduction .greeting .director {
  font-size: 2.4vw;
	line-height: 1.6;
  font-weight: bold;
}
.introduction .greeting .director span {
  font-size: .7em;
}


.introduction .greeting2 {
  margin: 0;
  padding: 8vw;
  background: #e7e7e7;
}
@media screen and (max-width: 768px) {
  .introduction .greeting2 {
    padding: 15px;
    margin: 0 auto;
  }
}

.introduction .greeting2 .gree .flex{
  justify-content: space-around;
  align-items: center;
}
.introduction .greeting2 .gree .flex .img{
  width: 25%;
}

.introduction .greeting2 .director {
  font-size: 2.4vw;
	line-height: 1.6;
  font-weight: bold;
}
.introduction .greeting2 .txt_r {
  font-size: 24px;
}

.introduction .greeting2 .director span {
  font-size: .7em;
}



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

.introduction .greeting2 .gree .flex{
	flex-wrap: wrap;
  flex-flow: column-reverse;
  margin-bottom: 20px;
}


.introduction .greeting2 .gree .flex .img{
  width: 70%;
}


}




/*-----------------------
フロアマップ・設備
-------------------------*/
.floor .facility .box {
  margin-bottom: 40px;
}
.floor .facility .box .flex {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 10px;
}
.floor .facility .box h3 {
  margin-bottom: 30px;
}
.floor .facility .box .flex p {
  width: 46%;
}
.floor .facility .box .flex p img {
  width: 100%;
}
.floor .facility .blood .flex p {
  width: 100%;
}
.floor .facility .blood .floor_flex>div {
  width: 46%;
}

/*-----------------------
部署紹介
-------------------------*/
.depart .flex {
  align-items: flex-start;
}
.depart .about .flex {
  justify-content: space-between;
}
.depart .about .img_flex{
  justify-content: center;
}
.depart .about .flex > div {
  width: 50%;
  margin-right: 20px;
}
@media screen and (max-width:768px) {
  .depart .about .flex > div {
    width: 90%!important;
    margin-right: 0;
  }
}
.depart .about .flex > p {
  width: 40%;
}
.depart .about h2 {
  color: #0076DD;
}
.depart .about h2::before {
  background: none;
  width: 0;
  margin-right: 0;
}
.depart .task .flex {
  justify-content: space-between;
}
.depart .task .flex > div {
  width: 50%;
}
.depart .task .flex > p {
  width: 40%;
  ;
}
.depart .message .flex {
  justify-content: space-between;
}
.depart .message .flex div {
  width: 40%;
  border-radius: 30px;
}
.depart .message .flex div .title_message {
  width: 60%;
}
.depart .message .flex div .title_message img {
  width: 100%;
}
.depart .application ul li .gradation {
  width: 20%;
  color: #fff;
  padding: 20px 30px;
  text-align: center;
  border-radius: 10px;
  margin-right: 40px;
}
.depart .table02 tr th,
.depart .table02 tr td{
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
  padding: 10px 20px;
  background: #fff;
}
.bg_gray {
  background: #F8F8F8;
  border-radius: 10px;
}
.depart .application .bg_gray {
  padding: 10px 80px;
  text-align: center;
}
.depart .application .bg_gray .tel {
  color: #0076DD;
  font-size: 2em;
}
.depart .application .flex > div{
  width: 50%;
  text-align: center;;
}
.depart .application .bg_gray .tel::before,
.residence .contact .tel::before {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../../common/img/icon_tel.webp);
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
}
.medicine .task .regimen {
  justify-content: space-around;
}
.medicine .task .regimen div {
  background: #E2F6FF;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
}
.medicine .task .regimen div .tel {
  font-size: 1.8em;
}
.reha .bg_gray {
  padding: 20px;
}
.rad .mri_img{
  flex-wrap: wrap;
  text-align: center;
}
.rad .mri_img li{
  margin: 10px;
}
.labo .box .mt30 img{
  margin: 10px;
}
.nurse .slider{
  display: block;
}
.nurse .overview table{
  width: 100%;
}
.nurse .dep ul{
  flex-wrap: wrap;
  justify-content: space-around;
}
.nurse .dep ul li{
  width: 38%;
  margin-bottom: 60px;
}
.nurse .dep ul li h3{
  margin: 20px auto 10px;
}
.nurse .dep ul li .data{
  font-size: .9rem;
  margin-top: 20px;
}
.nurse .interview ul{
  flex-wrap: wrap;
  justify-content: space-around;
}
.nurse .interview ul li{
  width: 38%;
  margin-bottom: 60px;
}
.nurse .interview ul li .flex img{
  width: 180px;
}
.nurse .interview ul li .flex{
  justify-content: space-around;
  margin: 20px auto;
}
.nurse .ladder{
  text-align: center; 
  font-size: 17px;
  position: relative;
}
.nurse .ladder i{
  position: absolute;
  right: 50px;
}
.nurse .education  table{
  margin: auto;
}
@media screen and (max-width: 768px) {
  .nurse .education  table {
    width: 1200px;
  }
}
.tab_area {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
}
.tab_area .tab {
width: calc(100% / 7 - 10px);
text-align: center;
color: #fff;
list-style: none;
padding: 10px 5px;
display: flex;
align-items: center;
justify-content: center;
}
.tab_area .tab {
  background: rgba(13, 131, 170, 1.00);
}
.tab_area .tab.active {
  background: #6B6B6B;
  border: none;
}
.tabber {
  background: #F0F0F0;
}
.tabber .tabbertab {
  display: none;
}
.tabber .tabbertab h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.tabber .tabbertab.show {
  display: block;
}
.tabber {
  padding: 30px;
}
.inpatient .magazine .flex {
  justify-content: center;
  margin-bottom: 40px;
}
.inpatient .magazine .flex p {
  margin: 0 40px;
}
.inpatient .magazine ul li, .inpatient .media ul li {
  padding: 20px;
}
.inpatient .magazine ul li a, .inpatient .media ul li a {
  border-bottom: 1px dotted #B4B4B4;
  width: fit-content;
}
/*-----------------------
コロナ
-------------------------*/
.corona .tx_min_1{
  font-size: 19px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  color: #49AAD8;
}
.corona .tx_min_2{
  font-size: 40px !important;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-bottom: 40px;
  color: #49AAD8;
}
.corona .img_list{
  display: flex;
  justify-content: space-around;
}
.corona .img_list li{
  width: 25%;
}
.corona .img_list:nth-child(even){
  margin: 10px auto 40px;
}
/*-----------------------
委託介護
-------------------------*/
.residence .tel{
  font-size: 1.8rem;
  text-align: center;
}
.residence .flow .bg_white{
  margin-bottom: 40px;
  padding: 10px;
}
.residence .flow .bg_white span{
  color: #0076DD;
  font-size: 2rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
/*-----------------------
公開講座
-------------------------*/
.openclass section ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.openclass section ul li{
  width: calc(100%  / 3 - 30px);
  margin: 20px 15px;;
}
.openclass section ul li img{
  width: 300px;
}
@media screen and (max-width:768px) {
  .openclass section ul li img {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}
.openclass section ul li span.online{
background:#CC0B0E;
color: #fff;
padding: 3px 5px;
margin-right: 10px;
}
.openclass section ul li span.open_blue{
background:#0076dd;
color: #fff;
padding: 3px 5px;
margin-right: 10px;
margin-bottom: 10px;
}
.openclass section.event ul li{
  width: 100%;
}
.openclass section.event ul .event_box{
  display: flex;
  padding: 20px;
  border-bottom: 2px #000 dashed;
}
.openclass section.event ul .event_box > p{
  width: 30%;
}
.openclass section.event ul .event_box > div{
  width: 70%;
}
.openclass section.event ul .event_box table td,
.openclass section.event ul .event_box table th{
  vertical-align: top;
}
.openclass section.event ul .event_box img{
  display: block;
}
/*-----------------------
訪問看護ステーション
-------------------------*/
.subtitle{
  font-size: 2em;
  background-color: #dec17e;
  padding-bottom: 5px;
  color: #fff;
  margin: 40px 8vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width:768px) {
  .subtitle {
    font-size: 1.5rem;
  }
}
.tel_fixed{
  background-color: #fef2d3;
  position: fixed;
  right: 60px;
  bottom: 90px;
  text-align: center;
  padding: 10px;
}
.tel_fixed p{
  font-weight: bold;
}
.tel_fixed p span a{
  color: #f1c560;
  font-weight: bold;
  display: inline;
  font-size: 1.6rem;
}
.under .kangostation .title{
  background-image: url(../../common/img/top_bg_yellow.webp);
}
.kangostation .pankuzu li:last-child,
.under .kangostation h4 {
  color:#dec17e;
}
.kangostation .subtitle{
  background-color: #efcf85;
  /* background-color: #FF995A; */
  padding: 20px 0;
  text-decoration: underline 5px solid rgb(255, 238, 0);
}
@media screen and (max-width:768px) {
  .kangostation .subtitle {
    margin: 0;
  }
}
.under .kangostation .guide_menu li::before{
  border-color: transparent transparent transparent #efcf85;
}
.under .kangostation .guide_menu{
  border-top: 1px solid #efcf85;
  border-bottom: 1px solid #efcf85;
}
.under .kangostation h2::before{
  background: linear-gradient(to bottom, #efcf85, #efdea3);
  /* background: linear-gradient(115deg, #FF995A, #ffb688); */
}
.under .kangostation h3{
  background: linear-gradient(115deg, #efcf85, #efdea3);
  /* background: linear-gradient(115deg, #FF995A, #ffb688); */
}
.under .kangostation .img_right_top{
  box-shadow: 50px -50px #efcf8544;
}
@media screen and (max-width:768px) {
  .under .kangostation .img_right_top {
    box-shadow: 19px -18px #efcf8544;
  }
}
.under .kangostation .table02 tr th {
  color: #f1c560;
  background: #efcf8544;
}
.kangostation .about02 table{
  width: 100%;
}
.kangostation .about02 table tr th{
  width: 30%;
}
.kangostation .about02 table tr td ul{
  display: flex;
  flex-wrap: wrap;
}
.kangostation .about02 table tr td ul li{
  width: 50%;
  list-style: disc;
}
.kangostation .contact a{
  display: inline;
}
.underline{
  text-decoration: underline;
}
.kangostation .about02 .area{
  margin-top: 40px;
}
.kangostation .about02 .area .fw_bold{
  font-size: 1.6rem;
}
.kangostation .about03 ul{
  flex-wrap: wrap;
}
.kangostation .about03 ul li{
  width: 45%;
  margin: 20px;
}
.about05 .flex{
  justify-content: space-around;
  flex-wrap: wrap;
}
.open_time{
  font-size: 1.6rem;
}
@media screen and (max-width:768px) {
  .open_time {
    font-size: 1.3rem;
  }
}
.depart .open_time_flex{
  align-items: center;
}
.bubble{
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background-color: rgb(255, 254, 179);
  box-sizing: border-box;
}
.bubble p{
  font-size: 1.4rem;
}
.bubble:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border-right: 12px solid rgb(255, 254, 179);
  z-index: 2;
}

.bubble:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -27px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid rgb(255, 254, 179);
  z-index: 1;
}
.kangostation .about03 ul.care li{
  width: 100%;
}
.bubble p {
  margin: 0;
  padding: 0;
}
.kangostation .about03 .allday{
  font-size: 1.6rem;
  margin-bottom: 10px;
  display: block;
}
.kangostation .about04 .table02 th{
  vertical-align: middle;
}
.kangostation .about04 p{
  font-size: 1.4rem;
}
@media screen and (max-width:768px) {
  .kangostation .about04 p {
    font-size: 1rem;
  }
}
.kangostation .terminal .example{
  background-color: #efcf8544;
  padding: 10px;
  width: 84%;
  margin: auto;
}
@media screen and (max-width:768px) {
  .kangostation .terminal .example {
    width: 90%;
    margin-bottom: 20px;
  }
}
.kangostation .terminal .example_flex{
  align-items: center;
}
.kangostation .terminal .example_flex .image{
  margin-right: 10px;
}
@media screen and (max-width:768px) {
  .kangostation .terminal .example_flex .image {
    width: 200px;
    margin-right: 0;
  }
}
.kangostation .terminal .example_flex .bg_white{
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.kangostation .news ul{
  height: 250px;
  overflow: scroll;
}
.kangostation .news li{
  padding: 20px 0;
  border-bottom: 1px solid #efcf85;
}
.kangostation .news li,
.kangostation .news li a{
  display: flex;
  align-items: center;
}
.kangostation .news li time{
  color: #efcf85;
  margin-right: 20px;
}
.about05 .flex .left,
.about05 .flex .right{
  margin: 20px;
}
@media screen and (max-width:768px) {
  .about05 .flex .left,
  .about05 .flex .right {
    width: 100%;
    margin: 0 0 20px;
}
}
/*協力医療期間*/
table.regionalList{
	width: 100%;
}
table.regionalList{
	border-collapse: separate;
	    border-spacing: 0px 10px;
}
table.regionalList tr{
	margin-bottom: 15px;
}
table.regionalList tr th,
table.regionalList tr td{
	line-height: 1.2;
	vertical-align: top;
	background: #fff;
	box-sizing: border-box;
	padding: 15px 20px;
}
table.regionalList tr th{
	width: 400px;
	border-left: 5px solid #6B6B6B;
	background: #0076DD;
	
	color: #fff;
}
.regional table.regionalList{
	width: auto;
}
.regional table.regionalList tr th,
.regional table.regionalList tr td{
	padding: 5px 10px;
	vertical-align: middle;
	font-size: 24px !important; 
}
@media screen and (max-width:768px) {
  .regional table.regionalList tr th,
  .regional table.regionalList tr td {
    font-size: 20px !important; 
  }
}

.regional table.regionalList tr th{
	width: 120px;
	border-left: none;
	text-align: center;
}
table.regionalList tr th a{
	color: #fff;
}
table.regionalList tr th a:after{
		    font-family: "Font Awesome 5 Free";
  content: '\f2d2';
	font-weight: bold;
	margin-left: 10px;

}
.regional .contact{
	display: flex;
	justify-content: center;
	border: 1px solid #0176DC;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 15px;
	margin: 0px auto 30px;
}
@media screen and (max-width:768px) {
  .regional .contact{
    padding: 20px 10px;
  }
}
.regional .contact a.tel,
.regional .contact a.fax{
	font-size: 2vw;
	margin-right: 30px;
}
@media screen and (max-width:768px) {
  .regional .contact a.tel,
  .regional .contact a.fax {
    font-size: 1rem
  }
}
.regional .contact a.tel:before,
.regional .contact a.fax:before{
			    font-family: "Font Awesome 5 Free";
	font-weight: bold;
	margin-left: 10px;
color: #0176DC;
	margin-right: 15px;

}
.regional .contact a.tel:before{
  content: '\f2a0';

}
.regional .contact a.fax:before{
  content: '\f1ac';
}

.regional h4{
	background: #0176DC;
	color: #fff;
	padding: 5px 15px;
	box-sizing: border-box;
	border-radius: 5px;
	margin:40px 0 20px;
}
.regional .flex h4{
	margin-top:0;
}
.regional h5{
	font-size: 20px;
	margin: 20px 0;
}
.regional h5:before{
	content: "■";
	color: #0176DC;
	margin-right: 10px;
}

.regional .flex>div{
	margin-right: 30px;
	box-sizing: border-box;
	padding: 20px;
}
@media screen and (max-width:768px) {
  .regional .flex>div{
    padding: 20px 10px;
  }
}
.regional .flex>div:last-child{
	margin-right: 0px;
}
.regional .regi_flex{
	justify-content: space-between;
}
.regional .regi_flex>div.bg_white{
	width: calc(50% - 20px);
}
.regional .regi_flex>div.bg_white p.bold{
	margin: 20px 0;
	font-weight: bold;
	font-size: 25px;
	
}
.regional .regi_flex>div.bg_white .contact{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.link_btn{
  text-decoration: underline;
}
.img_con{
	flex-wrap: wrap;
}
.img_con>img{
	width: calc(50% - 10px);
	margin: 5px;
}
table.out_youbi{
	width: 100%;
	margin: 20px auto;
	border: 1px solid #707070;
	
}
table.out_youbi tr td{
	box-sizing: border-box;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #707070;

}
table.out_youbi tr td.weekday{
	background: #EDEBD0;
}
table.out_youbi tr td.sat{
	background: #e2f6ff;
}
table.out_youbi tr td.sun{
	background: #FFE2ED;
}
table.out_youbi tr td.am{
	background: #0176DC;
	color: #fff;
}
table.out_youbi tr td.pm{
	background: #efcf85;
	color: #fff;
}
.ach ul li{
	line-height: 1.5;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}
.ach ul li:before{
	content: "■";
	position: absolute;
	left: 0;
	top: 0;
	color: #5CB0E8;
}
.ach ul li:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	height: 1px;
	width: 99%;
	margin: auto;
	display: block;
	background-color: #5CB0E8;
}
ul.list_dots li ul{
	margin-top: 20px;
}
ul.list_dots li ul li:before{
	color: #666;
}

ul.list_dots li ul li a{
	display: inline-block;
	padding-left: 20px;
	color: #0076DD;
}
.line img{
	text-align: left;
	box-sizing: border-box;
	border:2px solid #ccc;
	max-width: 300px;
	width: 100%;
	margin: 20px 0 30px;
}
.line .line_btn img{
	width: 250px;
}
.line .mv img{
	width: 100%;
	max-width: none;
}
.repo li a.blue{
  display: initial;
}
#repo{
  padding-top: 160px;
  margin-top: -160px;
}
/*-----------------------
臨床試験
-------------------------*/
.clinical_study .table02 tr td,
.clinical_study .table02 tr th{
  padding: 20px 10px;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}

/* 10/7追加分　-------------- */

.openclass_flex {
	display: flex;
}

.openclass_flex img {
	padding-right: 10px;
}


@media screen and (max-width:1230px) {
}
@media screen and (max-width:768px) {
  .depart .about .flex > div, .depart .about .flex > p, .depart .task .flex > div, .depart .task .flex > p {
    width: 100%;
    margin-bottom: 15px;
  }
  .depart .img_flex{
    align-items: center;
  }
  .depart .message .flex div, .medicine .task .regimen div {
    width: 95%;
    margin-top: 20px;
  }
  .medicine .task .regimen div .tel {
    font-size: 1.4em;
  }
  .rad .mri_img {
    align-items: center;
  }
  .depart .application .bg_gray {
    padding: 10px 15px;
  }
  .depart .application .flex > div{
    width: 100%;
    margin-top: 10px;
  }
  .depart .message .flex div {
    margin-bottom: 30px;
  }
  .floor .facility .box .flex p {
    width: 100%;
  }
	
.floor .facility .blood .floor_flex>div {
    width: 100%;
	}
  .link .table01 tr th, .table01 tr td{
    padding: 0;
  }
  .tab_area, .tabber {
    margin: 0;
  }
  .tabber {
    padding: 10px;
  }
  .tab_area {
    flex-direction: column;
    align-items: center;
  }
  .tab_area .tab {
    width: 100%;
    margin-bottom: 1px;
  }
  .corona .img_list{
    flex-direction: column;
  }
  .corona .img_list li{
    width: 100%;
    text-align: center;
  }
  .residence .flow .bg_white span{
    font-size: 1.4rem;
  }
  .openclass section ul{
    flex-direction: column;
  }
  .openclass section ul li{
    width: 100%;
    margin: 0;
  }
  .openclass section.event ul .event_box{
    flex-direction: column;
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
    margin-bottom: 40px;
  }
  .openclass section.event ul .event_box > div,
  .openclass section.event ul .event_box > p{
    width: 100%;
  }
  .kangostation .about03 ul li{
    width: 90%;
    margin: 0;
    margin-bottom: 20px;
  }
  .bubble:before,
  .bubble:after {
    display: none;
  }
	/*協力医療期間*/
table.regionalList tr th,
table.regionalList tr td{
	display: block;
	width: 100%;
}
.regional table.regionalList tr td,
.regional table.regionalList tr th{
	display: block;
	width: 100%;
}
.regional .contact{
flex-wrap: wrap;
	}
.regional .contact a.tel,
.regional .contact a.fax{
width: 100%;
margin-right: 0;
	}


.regional .flex>div{
width: 100%;
}
.img_con{
	flex-wrap: wrap;
}
.img_con>img{
width: 100%;
}
.nurse .dep ul li,
.nurse .interview ul li{
  width: 90%;
  margin: 0 auto 60px;
}
.nurse .interview ul li .flex{
  align-items: center;
}
.nurse .news li p{
  display: none;
}
	
  .introduction .greeting div {
    width: 100%;
  }

	  .introduction .greeting .dr_img {
    display: block;
  }
  .introduction .greeting {
    background: none;
  }
.introduction .greeting2 .director {
  font-size: 4.5vw;
  }
  .introduction .greeting2 .txt_r {
    font-size: 20px;
  }
	.line img{
	text-align: center;
	margin: 20px auto 30px;
}
.clinical_study .table02{
  width: 300%;
}
	
/* 10/7追加分　-------------- */

.openclass_flex {
	display: block;
}

.openclass_flex img {
	padding-right: 0;
	padding-bottom: 10px;
} 

.regional .regi_flex>div.bg_white{
  width: 100%;
}


}
@media (orientation: landscape) {
    
    
/*220421　地域医療連携室ページ*/

.box_toiawase{
    border: 1px solid #D7D7D7;
}
.box_toiawase h3{
    border: 1px solid #D'D';
    background: #eaeaea;
    color: black;
    font-weight: 200;
    display: block;
    border-radius: 0;
    font-size: 17px;
}
.ohmoji{
    font-size: 20px;
    font-weight: bold;
    margin: 8px auto;
}
.accord_font p{
    font-size: 16px!important;
}
    .font_blue{
        color: hsla(208,98%,44%,1.00)!important;
        font-weight:bold!important;
        font-size: 1em;!important;
        background:none!important;
        margin: 5px;
    }
     .font_blue::before{
       content: "-";
         margin-right: 5px;
    }

     .size17em{
        font-size: 1.7em!important;
         background: #fff!important;
         color: #0076DC!important;
         padding:4px 10px;
         border: 1px solid #0076DC;
    }
    
    .btn_renkei{
        border: 2px solid hsla(205,91%,47%,1.00);
        padding: 5px ;
        border-radius: 8px;
        width: 220px;
        text-align: center;
    }

		
}

/*　看護部メニュー　----------------- */
ul.link_kango_menu {
	display: flex;
	justify-content: space-around;
	margin: 100px 8vw;
	border-radius: 5px;
	overflow: hidden;
}

ul.link_kango_menu li {
	position: relative;
	width: 20%;
	background: #0076DD;
}

ul.link_kango_menu li:first-child::before {
	display: none;
}

ul.link_kango_menu li::after {
	position: absolute;
	display: block;
	content: "";
	top: 25%;
	right: 0px;
	width: 1px;	
	height: 50%;
	background-color: #fff
}

ul.link_kango_menu li:last-child::after {
	display: none;
}

.link_kango_menu a {
	display: block;
	padding: 22px 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1.1rem;
}

.link_kango_menu a:hover {
	opacity: 0.6;
}

/*.schedule {
	text-align: center;
}*/

.schedule img {
	width: 600px;
	margin-bottom: 20px;
}
.care_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding-top: 30px;
}
@media screen and (max-width:768px) {
  .care_flex{
    display: block;
}
}
.care_flex img{
    width: 100%;
    max-width: 300px;
}
@media screen and (max-width:768px) {
  .care_flex img {
    max-width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:768px) {
	ul.link_kango_menu {
		display: block;
		padding: 0 15px;
		margin: 20px 45px;
}

	ul.link_kango_menu li {
		position: static;
		width: 100%;
		margin-bottom: 15px;
		border-radius: 5px;
	}

	ul.link_kango_menu li:first-child::before {
		display: none;
	}

	ul.link_kango_menu li::after {
		display: none;
	}
	
	.schedule img {
		width: 100%;
	}

}

.event_flex_box {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.event_title {
	width: 96%;
	background: #0076DD;
	padding: 10px;
	text-align: center;
	color: #fff;
}
.event_flex_box ul {
	width: 500px;
	border: 1px solid #0076DD;
	margin-left: 30px;
}
.openclass section .event_flex_box ul li {
	margin: 0;
}
.event_table_wrapper {
	padding: 20px 15px;
}
.btn_orange_opacity {
	margin: 0 15px;
}
.event_table_wrapper table th {
	display: block;
	width: 100%;
}
.event_table_wrapper table td {
	display: block;
	width: 100%;
}

@media screen and (max-width:768px) {
	.event_flex_box {
		display: block;
    margin-bottom: 40px;
	}
	.event_title {
		width: 95%;
	}
	.event_flex_box ul {
		width: 100%;
		margin-left: 0;
	}
	.btn_orange_opacity {
		margin: 0 15px;
	}
	.event_img {
		margin-bottom: 15px;
		text-align: center;
	}
}

a.nurse_btn {
	width: 350px;
	padding: 20px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	border-radius: 15px;
	font-size: 20px;
}
.nursing_box {
	width: 50%;
	margin: 0 auto;
}
@media screen and (max-width:768px) {
  .nursing_box {
    width: 90%;
  }
}
.flex_btn> a {
    display: flex!important;
    justify-content: center;
     width: 350px!important;
    border-radius: 12px;
}

.flex_btn > a >span{
    padding-right: 20px;
    
}
.flex_btn> a >img{
    width: 20px;
    padding: 5px 10px 0 -0px;
}

.flex_btn a:hover{
    background: #FEF2D4;
    transition:0.1s;
}
@media screen and (max-width:768px) {
	a.nurse_btn {
		width: 230px;
	}
	.depart .application .bg_gray .tel {
		font-size: 1em;
	}
}

.flex_btn{
    display: flex;
    justify-content: space-around;
}
@media screen and (max-width:768px) {
  .flex_btn {
    display: block;
  }
}
.flex_btn a{
    border: 2px solid #f1c560;
    padding: 5px; 
    width: 100%;
}
@media screen and (max-width:768px) {
  .flex_btn a {
    margin-bottom: 15px;
    width: 95%!important;
    padding: 15px 0;
  }
}
.btn_blue.kango {
	width: 270px;
}
.online_img a img{
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.online_btn{
    display: block;
    max-width: 300px;
    margin: 20px auto;
    margin-bottom: 30px;
}
@media screen and (max-width:768px) {
	.btn_blue.kango {
		width: 100%;
	}
}

/* イムス札幌訪問看護ステーションの実績 ----------------- */
.kngost_btn {
	background: #f1c560;
	color: #fff;
	padding: 15px;
	text-align: center;
	text-align: center;
  	width: 55%;
  	border-radius: 15px;
  	line-height: 1.5rem;
  	margin: 25px auto 0;
}
.kngost_btn:hover {
	opacity: 0.5;
}
.jisseki_inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
.jisseki_wrap {
	width: 290px;
}
.jisseki_box {
	width: 89%;
	padding: 15px;
	text-align: center;
	border: 2px solid #f1c560;
	border-radius: 18px;
}
.jisseki_txt {
	height: 80px;
}
p.jisseki_number {
	font-size: 3rem;
	font-weight: bold;
	margin: 15px;
}
p.jisseki_right {
	text-align: right;
	margin-bottom: 20px;
}
@media screen and (max-width:768px) {
	.kngost_btn {
  		width: 90%;
		margin-bottom: 15px;
	}
	.jisseki_wrap {
		display: block;
		width: 90%;
		margin: 5% 0;
	}
	.jisseki_box {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.jisseki_txt {
		height: 65px;
	} 
}
.tankan_flex {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  align-items: center;
}
.tankan_flex img {
  width: 300px;
}
.tankan_flex img.yoko {
  width: 450px;
}

@media screen and (max-width:768px) {
  .tankan_flex {
    display: block;
  }
  .tankan_flex img {
    width: 100%;
  }
  .tankan_flex img.yoko {
    width: 100%;
    margin-bottom: 10px;
  }
  .outline_tbl th, .outline_tbl td {
    display: block;
  }
  .event_houkoku th, .event_houkoku td {
    display: block;
  }
  .event_houkoku td {
    margin-bottom: 15px;
  }
  .link_tbl th, .link_tbl td {
    display: block;
    padding: 15px 10px!important;
  }
  .nut_flex {
    display: block;
  }
  .nut_img {
    width: 100%;
    margin-top: 15px;
  }
  .tbl_scroll {
    overflow: scroll;
  }
  .station_tbl {
    width: 800px;
  }
  .service_tbl th, .service_tbl td {
    width: 90%!important;
    display: block;
  }
  .service_tbl ul {
    display: block!important;
  }
  .service_tbl ul li {
    width: 100%!important;
  }
}
li.slick-slide {
  max-width: 345px;
}
.txtaC {
  text-align: center;
}
th.kamoku {
  width: 26%;
}
.fwb {
  font-weight: bold;
}

/* 入院医療費保証サービス 『ナップメディカル』 を導入 ------------- */
.nap-box {
  display: flex;
  gap: 35px;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .nap-box {
    display: block;
  }
}
.nap-image {
  width: 600px;
}
@media screen and (max-width:768px) {
  .nap-image {
    width: 100%;
  }
}
.nap-image img {
  width: 100%;
  margin-top: 20px;
}
.blue-btn a {
  background: #20b8fc;
  border: 2px solid #20b8fc;
  color: #fff;
  padding: 10px;
  width: 30%;
  text-align: center;
  border-radius: 25px;
  margin: 30px 0;
}
@media screen and (max-width:768px) {
  .blue-btn a {
    width: 90%;
    margin: 30px auto;
  }
}
.bg_white_link{
  margin-top: 30px;
}
.box_text_right{
  text-align: right;
  padding: 40px 0;
}
.flex_box{
  width: 40%;
}