@charset "UTF-8";
/* CSS Document */
body {
	background-color: #f8f4f0;
}
h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
header {
	width: 100%;
background-color: #FFFFFF;
	border-bottom: thin solid #CCCCCC;
}
/*----------------------------------------------------
  .pankuzu
----------------------------------------------------*/
.pankuzu {
    width: 100%;
    color: #666666;
    font-size: 0.63em;
    text-align: right;
    padding-right: 1%;
    padding-bottom: 1em;
	max-width: 980px;
margin-left:auto;
margin-right: auto;
	margin-top: 20px;
	margin-bottom: 8px;
}
.pankuzu a {
    color: #808080;
}
.pankuzu a:hover {
    color: #A83524;
}
@media only screen and (max-width:639px){
.pankuzu {
    display: none;
} 
}
/*---------------------------------*/
.main_all {
    background-image: url("../images/sub-main-bg.png");
    width: 100%;
    background-repeat: no-repeat;
    background-position: 0% top;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
}
.main {
	max-width: 1000px;
margin-left:auto;
margin-right:auto;
	padding-top: 10px;
		margin-bottom: 50px;
	
}
.sub_contents {
	max-width: 1200px;
margin-left:auto;
margin-right:auto;
	background-color: #FFFFFF;
}
.sub_contents_left {
	width: 21%;
	float: left;
}
.sub_contents_right {
	width: 77%;
	float: right;
}
/*------------------------------------------------
.sub_artcle 
------------------------------------------------*/  
.sub_artcle {
    width: 90%;
	padding:3% 4% 5% 4%;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
		background-color: #FFFFFF;
	margin-bottom: 30px;
 box-shadow: 0 0px 10px rgba(0,0,0,0.1);
    } 
.sub_artcle_in {
    width: 100%;
  /*  padding-bottom: 30px;*/
    } 
.sub_artcle_in a{
    color: #A83524;
	text-decoration:underline;
}
.sub_artcle_in a:hover{
    color: #A83524;
	right: -1px;
    bottom: -1px;
}

/*------------------------------------------------
.sub_left-menu
------------------------------------------------*/  
.sub_left-menu {
		background-color: #FFFFFF;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-left-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    /* [disabled]border-top-color: #CCCCCC; */
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    /* [disabled]border-top-style: solid; */
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    /* [disabled]border-top-width: 2px; */
    } 


.sub_left-menu-title  {
	width:78%;
    background-color: #FF020E;
    padding: 6% 5% 6% 8%;
    color: #FFFFFF;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-weight: bold;
/*    margin-bottom: 5px;*/
    background-image: url("../images/left-h2_22.png");
    background-repeat: no-repeat;
    background-position: 7px 9px;
    padding-left: 18%;
	 text-shadow: 1px 2px 1px rgb(139, 0, 0);

}
/*.sub_left-menu-title::after {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    width: 22px;
    height: 1px;
    background-color: #333333;
}*/
.sub_left-menu_in {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
/*    padding-top: 5px;*/
    }
.sub_left-menu_in ul {
    margin: 0;
    padding: 0;
    display: block;
    } 
.sub_left-menu_in ul li {
	width: 91%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
	border-bottom: thin dotted #C9C9C9;
	padding-left: 5%;
	padding-right: 3%;
    } 

.sub_left-menu_in ul li:last-child {
	border-bottom: none;
}
.sub_left-menu a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";/*アイコンの種類*/
  color:  #FF020E;/*アイコン色*/
border-bottom: none;
    padding-right: 2%;
		font-weight: 900;
}
.sub_left-menu a {
    color: #333333;
    text-decoration: none;
    font-weight: normal;
    font-size: 0.88em;
	
	
}
.sub_left-menu a:hover {
    color: #FF020E;
    text-decoration: none;
    position: relative;
    right: -1px;
    bottom: -1px;
    font-weight: normal;
    font-size:  0.88em;

}


/*---左バナー-----*/
.sub_left-menu_bnr img {
	border: thin solid #CCCCCC;
	margin-bottom: 5px;
	width: 99%;
	background-color: #FFFFFF;
}

/*------h2-h3-h4-----------------------*/


.sub_artcle_h2 {
	width: 93%;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-left: 20px;
    /*  border-left: 8px solid #FF020E;*/
    position: relative;
    font-size: 160%;
    color: #333333;
    font-weight: bold;
    padding: 1.5% 2% 2% 5%;
    /*background-color: rgba(225,225,225,1.00);*/
    border: 2px solid rgba(225,225,225,1.00);
    border-radius: 10px;
    box-shadow: 0 0px 10px rgba(0,0,0,0.1);
	background-image: url("../images/bg_10.jpg");
}

.sub_artcle_h2:before {
position: absolute; /*positionをabsoluteに指定*/
  content: "";
  background-color: #FF020E; /*下線の色*/
  width: 10px; /*線の幅*/
 height:40px; /* マーカー線の高さ */
  top: 10px; /*線のタテ位置*/
  left: 10px;  /*線のヨコ位置*/
	border-radius: 50px;
}

.sub_artcle_h3 {
	font-size: 120%;
	position: relative;
/*	border-bottom: 1px dotted #CCCCCC;*/
	padding-bottom: 8px;
	border-left: 10px solid rgba(255,167,169,1.00);
	padding-left: 13px;
	padding-top: 10px;
	background-color:rgba(255,217,217,0.50);
	border-radius: 5px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.sub_artcle_h4 {
   color: #333333;
    font-size: 1.25em;
    padding-left: 10px;
    border-left: 8px solid rgba(255,167,169,1.00);
    margin-bottom: 0.5em;
    margin-top:20px;
		font-weight: bold;
}


.sub_artcle_h5 {
	margin-top: 30px;
	color: #333333;
border-bottom: double 3px rgba(205,205,205,0.50);
	font-size: 110%;
	font-weight: bold;
}


/*---------画像------------------------------*/

.left-img-40 {
	float: left;
	width: 40%;
	padding-right: 3%;
	padding-bottom: 2%;
	text-align: center;
}
.left-img-40 img {
	margin-bottom: 10px;
}
/*----*/
.left-img-45 {
	float: left;
	width: 45%;
	padding-right: 3%;
	padding-bottom: 2%;
	text-align: center;
}
.left-img-45 img {
	margin-bottom: 10px;
}
/*----*/
.right-img-30 {
	float: right;
	width: 30%;
	padding-left: 3%;
	padding-bottom: 2%;
	text-align: center;
}
.right-img-30 img {
	margin-bottom: 10px;
}
/*----*/
.right-img-45 {
	float: right;
	width: 45%;
	padding-left: 3%;
	padding-bottom: 2%;
	text-align: center;
}
.right-img-45 img {
	margin-bottom: 10px;
}
/*----*/
.right-img-50 {
	float: right;
	width: 50%;
	padding-left: 3%;
	padding-bottom: 2%;
	text-align: center;
}
.right-img-50 img {
	margin-bottom: 10px;
}

/*----------リスト-----------------------------------*/

.ol_list {
	
}

.ol_list ol{
    
}

.ol_list ol li{
       padding-bottom: 20px;
}

/*訪問看護*/
.li_list ul {
  margin-top: 20px; 
}
.li_list ul li {
	width: 94%;
	/*float: left;*/
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  margin-bottom: 5px;
  line-height: 2;
  vertical-align: middle;
     text-indent: -1.5em;
    margin-left: 2em;
    padding-bottom: 1%;  
}

.li_list ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: rgba(255,167,169,0.60);
  border-radius: 50%;
  margin-right: 8px;
}
/*３列のリスト*/
.li_list_20 ul {
  margin-top: 20px; 
}
.li_list_20 ul li {
	width: 20%;
	/*float: left;*/
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  margin-bottom: 5px;
  line-height: 2;
  vertical-align: middle;
     text-indent: -1.5em;
    margin-left: 2em;
    padding-bottom: 1%;  
	float: left;
}

.li_list_20 ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: rgba(255,167,169,0.60);
  border-radius: 50%;
  margin-right: 8px;
}
/*2列のリスト*/
.li_list_45 ul {
  margin-top: 20px; 
}
.li_list_45 ul li {
	width: 45%;
	/*float: left;*/
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  margin-bottom: 5px;
  line-height: 2;
  vertical-align: middle;
     text-indent: -1.5em;
    margin-left: 2em;
    padding-bottom: 1%;  
	float: left;
}

.li_list_45 ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: rgba(255,167,169,0.60);
  border-radius: 50%;
  margin-right: 8px;
}

/*--table-------------------------*/
.time {
	width: 15%;
	padding: 2%;
	text-align: center;
	border: thin  solid #333333;
	float: left;
	margin-bottom: 20px;
	color: #333333;
}
.time_r {
	width: 60%;
	float: left;
	margin-left: 2%;
	padding: 2%;
}

/*----------------------------------------------------
  gairai.html（外来医師表）
----------------------------------------------------*/
.btn-border {
    display: inline-block;
    color: #333333;
    border: thin dotted #333333;
    transition: .4s;
    margin: 0.5%;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 2%;
    padding-right: 2%;
    text-decoration: none;
    width: 27%;
}
.btn-border a {
	color: #333333;
}
.btn-border:hover {
    border-style: dotted;
    color: #333333;
    text-align: center;
    background-color:rgba(255,167,173,0.30);
    font-weight: bold;
    text-decoration: none;
}
.btn-border a:hover {
	color: #333333;
}
table.gairai {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
 border: thin solid #333333;
}

table.gairai tr {
    background-color: #FFFFFF;
    /*  padding: 2%;*/
/*    border-bottom: 1px solid #4673A2;*/
    
}
table.gairai th {
  padding: 1px;
/*  border-right: 1px solid #4673A2;*/
  color: #333333;
     border: thin solid #FF020E;
	background-color:rgba(255,167,173,0.30);}
table.gairai td {
  padding: 10px 0px 10px 0px;
/*  border-right: 1px solid #4673A2;*/
     border: thin solid #FF020E;
}
table.gairai  th {
}
table.gairai  thead tr{
    background-color: #FFFFFF;
    color: #333333;
}
table.gairai  tbody th {
    background-color:rgba(255,167,173,0.30);
    color: #333333;
	
}
.txt{
   text-align: center;
}
.name{
  text-align: center;
}
.non{
    background-color:rgba(255,167,173,0.30);
    text-align: center;
    font-weight: bold;
     color: #333333;
}
@media screen and (max-width: 600px) {
	
.time {
	 width: 92%;
    float: none;
margin-left:auto;
margin-right: auto;
}
.time_r {
	 width: 92%;
    float: none;
margin-left:auto;
margin-right: auto;
}
	
	
	
	
table.gairai  {
    border: 0;
    width:98%;
	margin-left: auto;
	margin-right: auto;
		
  }
table.gairai  th{
    background-color: #FFFFFF;
    display: block;

  }
table.gairai  thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
table.gairai  tr {
    display: block;
    margin-bottom: .625em;
  }
table.gairai  td {
   /* border-bottom: thin solid #5892B5;*/
    display: block;
    font-size: .8em;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
  }
  
table.gairai  td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
   color: #333333;
  }
table.gairai  td:last-child {
   /* border-bottom: 0;*/
  }
table.gairai  tbody th {
  color: #333333;
}
    .name{
  text-align: center;
 color: #000000;
  font-weight: normal;
}
	
.btn-border {
  display: block;
    color: #333333;
    border: thin dotted #FF020E;
    transition: .4s;
    text-decoration: none;
    width:88%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	min-height:20px;
	margin-bottom: 10px;
	text-align: left;
}
	
.btn-border:hover {
  text-align: left;
}
}





/*ーーーーーーーーーーーーーーーーーーーーーーー*/
.sub_waku {
	width: 96%;
	padding: 2%;
	 background:rgba(255,233,233,0.30);
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 2px dotted #CCCCCC;
}
/*ーーーーーーーーーーー一覧ページーーーーーーーーーーーーーーー*/
.sub_menu_list {
width: 100%;
}
.sub_menu_list ul {

}

.sub_menu_list ul li {
	font-size: 110%;
	display: inline-block;
		padding-top:3%;
	padding-bottom: 3%;
	padding-left: 3%;
	text-decoration: none;
	color: #333333;
/*	border: 1px dashed #333333;*/
	border-radius: 3px;
	transition: .4s;
	margin-top: 1%;
	margin-bottom: 2%;
	margin-left: 2%;
	width: 45%;
float: left;
	text-align: left;
	box-shadow: 0 0 5px #CCCCCC;
}
.sub_menu_list ul li a{
	text-decoration: none;
	color: #333333;
}
.sub_menu_list ul li:hover {
	/*border: 1px dashed #333333;*/
	color: #FF020E;
	 	background-color:rgba(255,217,217,0.50);
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sub_menu_list ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコンの種類*/
  color:  #e50012;/*アイコン色*/
border-bottom: none;
    padding-right: 2%;
	font-weight: 900;
}




@media only screen and (max-width:768px){
	.sub_menu_list ul li {
		width: 96%;
		margin: 0;
		margin-top: 1%;
	margin-bottom: 2%;
margin-left:auto;
margin-right: auto;
float: left;
		font-size: 100%;
	}
	
}
/*------------------------------------------------
topページに戻る-syosai-btn（詳細ボタン）
------------------------------------------------*/    
.syo-sai-btn {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.syosai-btn {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FF020E;
    text-decoration: none;
    text-align: center; /*ボタン色*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-left: auto;
    margin-right: auto;
    border: thin solid #FF020E;
    font-size: 0.94em;
border-radius: 8px;


}

.syosai-btn:hover {
    background-color:rgba(255,167,173,0.30);
    color: #FF020E;
}    
 

.homeback {
    width: 50%;
    margin-left: auto;
    padding: 2em;
    margin-right: auto;
    font-size: 0.81em;
    text-align: center;
    max-width: 900px;
	margin-top: 80px;
} 

/*---------------------------------------------*/








.test-sub {
	  background-image: url("../images/test-main-bg.jpg");  
	    width: 100%;
    background-repeat: no-repeat;
    background-position: 0% top;
    margin-left: auto;
    margin-right: auto;
	
}
.test-sub-1 {
text-align: center;
margin-left:auto;
margin-right:auto;
	background-color: #FFFFFF;
 border-bottom:thin solid #D8D8D8;

}
.test-sub-1-in {
	max-width: 1200px;
text-align: center;
margin-left:auto;
margin-right:auto;
	background-color: #FFFFFF;


}
/*.test-sub-he2 {
	
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0;
    background-image: url("../images/top-sub-heder2.png");
    height: 200px;
    background-repeat: no-repeat;
    background-position: 0% center;
    background-size: cover;
}*/
.test-sub-he2-2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0;
		margin-top: 60px;
    background-image: url("../images/top-sub-heder2-2.png");
    height:180px;
    background-repeat: no-repeat;
    background-position: 0% center;
    background-size: cover;
}
/*.test-sub-he2-2 img {
	width: 100%;
}
*/

.sub-he2-title {
	padding-top: 50px;
	font-size: 35px;
	font-weight: bold;
	color: #333333;
}
.test-sub-he2 img {

}
.test-sub-3 {
	padding-top: 30px;
		max-width: 1100px;
/*	  background-image: url("../images/test-main-bg.jpg");*/
text-align: center;
margin-left:auto;
margin-right:auto;
	
}
