@charset "UTF-8";
/* CSS Document */

/*=======byoutou_PC======*/


.ward_inner {
    width: 100%;
    margin: 0 auto;
}


.ward_about  {
    margin: 0rem auto;
	width: 100%;
}

.ward_about_inner {
	width: 96%;
	margin: 0rem auto;
}

.ward_about_inner p {
    margin:0rem;
	line-height: 2.8rem;
}


.ward_about_inner .ward_about_tb {
	width: 100%;
	margin-top: 3rem;
}


.ward_about_tb table {
    margin: 0rem auto;
    text-align: center;
    border:0.1rem solid #BBBBBB;
    
}

.ward_about_tb table thead th {
   background: #def2ff;
    padding: 0.8rem 1.6rem;
    text-align: center;
     border-bottom:0.1rem solid #BBBBBB;
    border-right:0.1rem solid #BBBBBB;
}

.ward_about_tb table tbody th {
    padding: 0.2rem 1.6rem;
     background: #def2ff;
    border-bottom:0.1rem solid #BBBBBB;
    border-right:0.1rem solid #BBBBBB;
}

.ward_about_tb table tbody td {
    padding: 0.8rem 1.6rem;
    text-align: center;
    border-bottom:0.1rem solid #BBBBBB;
    border-right:0.1rem solid #BBBBBB;
}


.ward_about_tb table tbody td:nth-child(3) , .ward_about_tb table thead th:nth-child(3) {
border-right:none
}  

.ward_about_tb table tbody tr:nth-child(3) td {
    border-bottom: none;
}


/*========byouto_map======*/

.ward_map {
    width: 100%;
    margin-top: 5rem;
}

.ward_map_inner {
    width: 100%;
    margin-top: 4rem;
}

.ward_tab_item {
    width: 33%;
    display:inline-block;
    padding: 2rem 0rem;
    font-size: 1.6rem;
    text-align: center;    
    margin:0rem;
    position: relative;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    background-color: #E2E2E2;
}

.ward_tab_item:after {
    content: "";
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 0;
    background: #CBCBCB;
    width: 0.1rem;
    height: 70%;
}

.ward_tab_item:first-of-type:before{
        content: "";
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 0;
    background: #CBCBCB;
    width: 0.1rem;
    height: 70%;
}


.ward_map .tab_item:hover {
  opacity: 0.75;
}


.ward_map input[name="ward_tab_item"] {
  display: none;
}

.ward_map_inner .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  font-size: 1.6rem;
}

#onef:checked ~ .ward_map__contents #onef_contents , #twof:checked ~ .ward_map__contents #twof_contents,
#threef:checked ~ .ward_map__contents #threef_contents {
  display: block;
}

.ward_map_inner input:checked + .ward_tab_item {
  background-color: rgba(70,109,211,0.90);
    color:#ffffff;
}


.ward_map__contents {
    width: 100%;
    margin-top: 5rem;
    padding-bottom: 4rem;
  border-bottom: 0.15rem solid rgba(70,109,211,0.40);
}

.ward_map__contents_box {
    width: 100%;
  padding:0rem 2rem ;
	margin: 0rem auto;
}

.onefloor , .twofloor , .threefloor{
    width:100%;
    margin:0rem auto;
} 

 .map_img img {
    display: block;   
    width:90%;
    margin: auto;
}


.ward_map .txt_box {
    margin-top: 5rem;
    
}
.ward_map .txt_box p {
    margin:0.5rem 0rem 1rem 0rem;
    padding-left: 1rem;
    font-size:1.3rem;
}

.houkatsu_img {
	width: 100%;
	margin: 4rem auto;
	text-align: center;
}

.twofloor_txt img {
    width:70%;
}

.ward_map ul {
	padding-left: 2rem;
    margin-bottom: 3rem;;
}

.ward_map .twofloor_txt ul:nth-of-type(2) li:nth-child(2):before {
	top: 31%
}


.ward_map ul li {
     list-style: none;
    font-size:1.5rem;
    line-height:2.5rem;
    margin-bottom: 1.4rem;
    position: relative;
    padding-left: 1.6rem;
}

.ward_map ul li:before {
    position: absolute;
    content: '';
     width: 0.8rem;
     height: 0.8rem;
     background: rgba(152,174,181,0.70);
     -wbkit-border-radius: 50%;
         -ms-border-radius: 50%;
         border-radius: 50%;
     top: 20%;
     left: 0;
     margin-top: 0rem;
}


@media screen and (max-width:768px) {
	
	#ward {
    margin: 3rem auto;
	width: 95%;
}

	
	.ward_about_inner , .ward_map_inner  {
		width: 100%;
		margin: 2rem auto;
	}	
	
.ward_about_inner p {
		width: 95%;
		font-size:1.4rem;
		margin: 0rem auto;
	}

	

.ward_about_tb table {
    margin: 0rem auto;
    border-collapse: collapse;
	border-spacing: 0;
    font-size: 1.4rem
    
}

.ward_about_tb table thead th {
     border-bottom:0.1rem solid #AAA;

}

.ward_about_tb table tbody th {
     border-bottom:0.1rem solid #AAA;
    padding: 0.2rem 1rem;
}



.ward_about_tb table tbody td {
     border-bottom:0.1rem solid #AAA;
    padding: 0.2rem 1rem
}
	
.ward_map .tabs {
  padding-bottom: 0rem;
  margin: 2rem 0rem;
  position: relative;
  font-size:0;
}

.ward_tab_item {
  font-size: 1.4rem;
    padding: 1.5rem 0;

}

.ward_map .ward_tab_item:hover {
  opacity: 0.75;
}


.ward_map .tab_content {
  font-size: 1.4rem;
}

    .ward_map__contents {
    width: 100%;
        font-size: 1.4rem;
    margin-top: 3rem;
    padding-bottom: 4rem;
  border-bottom: 0.10rem solid rgba(70,109,211,0.40);
}

.ward_map__contents_box {
  padding:0rem 1rem ;
}
    


.onefloo , .twofloor , .onethreefloor{
    width:100%;
    margin:0%;
} 

.map_img img { 
    width:100%;
    margin: auto;
}


.tab_box {
  padding: 1rem;
  border: 0.1rem solid #0D3672;
}


.ward_map .txt_box p {
    margin:0.5rem 0rem 1rem 0rem;
    padding-left: 1rem;
    font-size:1.3rem;
}

.twofloor_txt img {
    width:90%;
    margin: 2rem auto;
}


.ward_map ul {
	padding-left: 0rem;
}



.ward_map ul li {
     list-style: none;
    font-size:1.4rem;
    line-height:2.2rem;
    margin-bottom: 1.5rem;
    padding-left: 1.4rem;
}

.ward_map ul li:before {
     width: 0.8rem;
     height: 0.8rem;
     top: 10%;
     left: 0;
     margin-top: 0rem;
}
	
}

/*=====preparation_pc======*/


.preparation_inner {
    width: 100%;
    margin: 0 auto;
}

.preparation_doc {
	width: 100%;
	margin: 0rem auto;
}

.preparation_doc_inner {
    width: 96%;
     border: 0.1rem double #707070;
	margin: 2rem auto;
     box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.22);
}

.preparation_doc_inner .preparation_grid {
  display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
  list-style: none;
  padding: 2rem;
}


.preparation_doc_inner .preparation_grid li {
  text-align: center;
  width:22%;
  margin: 1.6rem 0.8rem;
  border: 0.05rem solid #222222;
}

.preparation_doc_inner .preparation_grid li:last-child {
    border:none;
}

.preparation_doc_inner .preparation_grid li p {
  width:100%;
  font-size:1.4rem;
  text-align: center;
  margin: 1.6rem 0rem;
}
.preparation_doc_inner .preparation_grid li .p_g_img {
  width:100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
} 

.preparation_doc_inner .preparation_grid li img {
  display: inline-block;
  width:50%;
  margin:1.6rem 0rem;
  
}

.preparation_doc_inner .preparation_grid li:nth-child(4) img {
  width:40%;
} 


.preparation_doc_atten {
  width: 96%;
  padding: 0.5rem 2rem 2rem;
    margin: 0 auto;
}

.preparation_doc_atten p {
    padding:0rem 1.6rem;
    margin:0rem 1rem 1rem;
    background:rgba(70,109,211,0.90);
    color:#fff;
    display:inline-block;
}

.preparation_doc_atten ul {
	width: 100%;
	margin: 1rem auto 2rem;
}

.preparation_doc_atten ul li {
	list-style: none;
	font-size: 1.6rem;
	line-height: 2.7rem;
	position: relative;
	padding-left: 2.56rem;
}
.preparation_doc_atten ul li:before {
	position: absolute;
	content: '';
	width: 1rem;
	height: 1rem;
	background: rgba(152,174,181,0.70);
	-wbkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	top: 35%;
	left: 0;
	margin-top: 0rem;
}

.hosyo {
	width: 100%;
    margin:5rem auto 0;
}

.hosyo_inner {
	width: 96%;
	margin: 0rem auto;
}

.hosyo p {
    line-height: 2.6rem;
}

.hosyo table {
	width: 90%;
	margin: 3rem auto;
    border: 0.1rem solid #BBBBBB;
}

.hosyo table th {
    width:30%;
  font-size:1.6rem;
	line-height: 2.5rem;
	text-align: center;
    padding: 0.5rem 1rem;
    background-color:#def2ff;
    border-right: 0.1rem solid #BBBBBB;
    border-bottom: 0.1rem solid #BBBBBB;
}

.hosyo table th span {
	display: block;
	font-size:1.4rem
}

.hosyo table td {
    padding: 0.5rem 1rem;
    width:20%;
    text-align: center;
    border-right: 0.1rem solid #BBBBBB;
    border-bottom: 0.1rem solid #BBBBBB;
}

.hosyo table td:last-child {
    border-right: none;
}

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

.youhin {
  	width: 100%;
    margin:5rem auto 0rem;
}

.youhin_inner {
	width: 96%;
	margin: 0rem auto;
}

.youhin ol {
    width: 80%;
	counter-reset: number;
	list-style-type: none!important; /*数字を一旦消す*/
	margin: 0 auto;
    padding: 0rem ;
}
.youhin ol li {
	border-bottom: dashed 0.096rem #0D3672;
	position: relative;
	padding: 1rem 0rem 1rem 4rem;
	line-height: 1.5em;
}
.youhin ol li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	background: rgba(70,109,211,0.90);
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	border-radius: 50%;
	left: 0;
	width: 2.5rem;
	height: 2.5rem;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.youhin ol li:last-of-type {
	border-bottom: none;
}

.youhin_note {
    margin-top: 3rem;
    font-size: 1.4rem;
}

.youhin p {
    line-height: 2.7rem;
  font-size:1.6rem;
}

.youhin_inner p:last-child {
        margin-top: 1.5rem;
    }

/*=====preparation_sp======*/

@media screen and (max-width:768px) {
	
	.preparation {
		width: 96%;
		margin: 0rem auto
	}
	
.preparation_inner {
    width: 100%;
	margin: 2rem auto;
}
    
.preparation_inner .preparation_doc_inner {
        width: 95%;
    }

.preparation_inner .preparation_grid {
  padding: 0rem;
	margin: 0rem auto;
}


    
.preparation_doc_inner .preparation_grid li {
  width:45%;
  margin: 1rem auto;
	border: none;
}

.preparation_doc_inner .preparation_grid li p {
  width:100%;
  font-size:1.3rem;
  text-align: center;
  margin: 1rem 0rem;
}
.preparation_doc_inner .preparation_grid li .p_g_img {
  width:100%;
  margin:auto 0rem;
} 

.preparation_doc_inner .preparation_grid li img {
  width:50%;
  margin:1rem 0rem;
  
}

.preparation_doc_inner .preparation_grid li:nth-child(4) img , .preparation_doc_inner .preparation_grid li:nth-child(6) img {
  width:30%;
} 

.preparation_doc_atten {
  width: 100%;
  padding: 0.5rem 1rem;
}

.preparation_doc_atten p {
    padding:0.2rem 1rem;
    margin:0rem 1rem 1rem;
}

.preparation_doc_atten ul {
	width: 100%;
	padding-left: 1.4rem;
	margin: 1rem auto 2rem;
}

.preparation_doc_atten ul li {
	font-size: 1.4rem;
	line-height: 2.2rem;
	padding-left: 1.4rem;
	margin-bottom: 1rem;
}
.preparation_doc_atten ul li:before {
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	top: 20%;
	left: 0;
	margin-top: 0rem;
}


.hosyo_inner {
		width: 100%;
		margin: 0rem auto;
	}	
	
.hosyo_inner p {
	width: 95%;
    margin: 0 auto;
	font-size:1.4rem;
    line-height: 2.4rem;
    
}

.hosyo_inner table {
	width: 90%;
	margin: 3rem auto;
	border-collapse: collapse;
}

	
	
.hosyo_inner table th {
    display: block;
	width:100%;
  font-size:1.4rem;
	line-height: 2.2rem;
    padding: 0.5rem 1rem;
	border-bottom: none;
    border-bottom: solid 0.05rem rgba(51,51,51,0.7);
    border-right: none;
}

.hosyo_inner table th span {
	display: inline-block;
	margin-left:2rem;
	font-size:1.3rem;
}


.hosyo_inner table td {
	 display: block;
	width:100%;
    padding: 0.5rem 1rem;
	font-size:1.4rem;
	border-top: none;
    border-right: none;
}
    
    .hosyo_inner table td:last-child {
        border-bottom: none;
    }


	.youhin_inner {
		width: 100%;
		margin: 0rem auto;
	}	
	
.youhin_inner ol {
	width: 90%;
	padding: 0rem;
}

	.youhin_inner ol li {
	font-size:1.3rem;
	border-bottom: dashed 0.05rem rgba(13,54,114,0.85);
	position: relative;
	padding: 0 0 0 3rem;
    margin-top: 0.5rem;
	line-height: 2.7em;
}
.youhin_inner ol li:before {
	font-weight: 600;
	font-size: 1.4rem;
	left: 1%;
	width: 2rem;
	height: 2rem;
	line-height: 1.9rem;
	top: 50%;
	transform: translateY(-50%);
}
.youhin_inner ol li:last-of-type {
	border-bottom: none;
	line-height: 2rem;
}

    .youhin_note {
        margin: 3rem auto 0;
        width: 95%;
    }    
    
.youhin_inner p {
	
    margin: 0 auto;
    line-height: 2.2rem;
  font-size:1.4rem;
}	
    .youhin_inner p:last-child {
        margin-top: 1.5rem;
    }

}

/*====hospitalization_pc====*/

 

 .nameband , .nyuin_atten {
        width: 100%;
        margin-top: 5rem;
    }

.nyuin_life {
    margin-top: 0;
    width: 100%;
}

.nyuin_life_contents , .nyuin_atten_contents , .nyuin_atten_contents {
    width: 100%;
    padding: 0rem 2rem;
    margin: 0;
}


.nyuin_life_contents  table {
    margin: 0;
	width: 100%;
    border-collapse: separate;
    border-spacing: 0.25rem;
    font-size: 1.6rem
}

.nyuin_life_contents  table tbody th {
    border:0.1rem solid #bbb;
    background-color: #def2ff;
    padding: 0rem 1rem;
    text-align: center;
	white-space: nowrap;
	font-size:1.5rem
}


.nyuin_life_contents  table td {
    border:0.1rem solid #bbb;
    padding: 1rem 0rem 1rem 1.5rem ;
   
}

.nyuin_life_contents  table td ul {
  list-style:  none;
  padding: 0.5rem 0rem;
    font-size:1.6rem;
    margin:0rem;
}

.nyuin_life_contents  table td ul li {
    line-height: 2.7rem;
    /*border-bottom: 0.05rem solid #BBBBBB;*/
    position:relative;
    padding:0.5rem 1.6rem;
}

.nyuin_life_contents  table td ul li:last-child {
	border-bottom: none;
}

.nyuin_life_contents  table td > ul > li:before {
    	position: absolute;
	content: '';
	width: 0.8rem;
	height: 0.8rem;
	background: rgba(152,174,181,0.70);
	border-radius: 50%;
	top: 50%;
    transform: translateY(-50%);
	left: 0;
	margin-top: 0rem;
}

.nyuin_life_contents  table td > ul > li:nth-child(3):before {
    top:11%;
}


.nyuin_life_contents  table td ul li ul {
  counter-reset: number; 
  list-style-type: none!important; 
  padding: 0.5rem 1.3rem;
}

.nyuin_life_contents  table td ul li ul li {
  position: relative;
  padding: 0.8rem  2rem;
    line-height: 1.7rem;
}


.nyuin_life_contents  table td ul li ul li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  color: rgba(70,109,211,0.90);
  font-weight:500;
  font-size: 1.8rem;
  left: 0;
  text-align: right;
    line-height: 1.7rem; 
  top: 50%;
  transform: translateY(-50%);
}

	
.nameband_contents .nameband_box {	
    margin: 3rem auto;
    border-right: 0.1rem solid rgba(70,109,211,0.90);
    border-left: 0.1rem solid rgba(70,109,211,0.90);
    border-bottom: 0.1rem solid rgba(70,109,211,0.90);
    width:85%;
    line-height: 2.4rem
}
    
.nameband_contents .nameband_box .nameband_b_head {
    font-size: 1.9rem;
    background: rgba(70,109,211,0.90);
    text-align: center;
    color: #FFF;
    font-weight: 600;
    padding: 1rem 0rem;
    letter-spacing: 0.08rem;
}

.nameband_contents .nameband_box p {
    padding:0.2rem 1.6rem 0rem;
}

.nameband_contents .nameband_box p:last-child {
    margin-bottom: 0.5rem;
}



.nyuin_atten_contents ol {
  counter-reset: number; 
  list-style-type: none!important;
  padding: 0rem ;
	width: 100%;
}

.nyuin_atten_contents ol li {
  border-bottom: dashed 0.1rem #3F5BA5;
  position: relative;
  padding:0.5rem 0rem 0.5rem 2rem;
    margin-bottom: 1rem;
  line-height: 2.8rem;
}



.nyuin_atten_contents ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  color: rgba(70,109,211,0.90);
  font-weight:bold;
  font-size: 1.8rem;
  left: 0;
  line-height:2.8rem;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
}

.nyuin_atten_contents ol li:nth-child(n+4):before {
	top: 27%;
}

/*====hospitalization_sp====*/

@media screen and (max-width:768px) {
	
.hospitalization {
		width: 96%;
		margin: 0rem auto;
	}
	
.nameband , .nyuin_atten {
        width: 100%;
        margin-top: 5rem;
    }
    
.nyuin_life_contents , .nyuin_atten_contents , .nyuin_atten_contents {
    width: 100%;
    padding: 0rem ;
    margin: 0;
}

.nyuin_life_contents table {
    margin: 0rem auto;
	width: 100%;
    display: block;
}

    .nyuin_life_contents table tbody {
        width: 100%;
    }    
    
.nyuin_life_contents table tbody th {
    display: block;
    width: 100%;
    padding: 0.4rem 1rem;
	font-size:1.35rem;
        border-bottom: none;
}


.nyuin_life_contents table tbody td {
    display: block;
    width: 100%;
    padding: 1rem ;
	font-size:1.4rem;
        margin-bottom: 2rem;
   
}

.nyuin_life_contents table td ul {
  list-style:  none;
	width: 100%;
  padding: 0;
    font-size:1.35rem;
    margin:0;
}

.nyuin_life_contents table td ul li {
    line-height: 2.2rem;
    position:relative;
    padding:0.5rem 0rem 0.5rem 1.5rem;
}

.nyuin_life_contents table td ul li ul {
  padding: 0.5rem 0rem;
	width: 100%;
}

.nyuin_life_contents table td ul li ul li {
  border-bottom: dashed 0.05rem rgba(92,96,120,0.9);
  padding: 0.5rem  0rem 0.5rem 2rem;
}

    .nyuin_life_contents table td > ul > li:nth-child(-n+2):before {
        width: 0.8rem;
        height: 0.8rem;
        top:27%;
    }
    
    .nyuin_life_contents  table td > ul > li:nth-child(3):before {
        top:9%;
    }
	

    
    .nyuin_life_contents table td ul li ul li {
        line-height: 2.5rem;
    }
    
    .nyuin_life_contents table td ul li ul li:before {
        line-height: 2.5rem;
    }
    
.nameband_contents .nameband_box {	
    margin: auto;
    width:95%;
    line-height: 2.4rem
}
    
.nameband_contents .nameband_box .nameband_b_head {
    font-size: 1.4rem;
}

    .nameband_box_contents {
        padding: 1rem 1.3;
    }
    
.nameband_contents .nameband_box p {
	font-size: 1.3rem;
}


.nyuin_atten_contents ol {
  padding: 0rem 0.5rem ;
	width: 100%;
	margin: 0rem auto;
}

.nyuin_atten_contents ol li {
	font-size:1.3rem;
	 padding: 0.5rem 0rem 0.5rem 2.2rem;
  border-bottom: dashed 0.05rem #3F5BA5;
	margin-bottom: 0.8rem;
  line-height: 2rem;
}



.nyuin_atten_contents ol li:before {
  font-weight:bold;
  font-size: 1.6rem;
  line-height:2rem;
  text-align: right;
  top: 27%;;
  transform: translateY(-50%);
}

    
    .nyuin_atten_contents ol li:nth-child(n+4):before {
  top: calc(0% + 1.5rem);
    }
}


/*=====procedure_pc=======*/

.nyuin_hiyou{
    width: 100%;
	margin: 0rem auto;
}

.nyuin_hiyou_inner , .nyuin_hiyou_inner_2 , .nyuin_hiyou_inner_3 , .nyuin_hiyou_inner_4 , .nyuin_hiyou_inner_5 , .nyuin_hiyou_inner_6 {
	width: 96%;
	margin: 0rem auto 7rem;
}

.nyuin_hiyou_inner ol {
  counter-reset: number; 
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.5rem 1.3rem;
}

.nyuin_hiyou_inner ol li {
  border-bottom: dashed 0.1rem rgba(92,96,120,0.9);
  position: relative;
  padding: 0.8rem 1.6rem 0.8rem 2rem;
    line-height: 2.8rem;
}


.nyuin_hiyou_inner ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display:inline-block;
  color: rgba(98,126,170,0.90);
  font-weight:bold;
  font-size: 1.8rem;
  left: 0;
  line-height:2.8rem;
  text-align: right;
  top: 50%;
  transform: translateY(-50%);
}

.nyuin_hiyou_inner ol li:nth-child(n+2):before {
    top: 28%;
}


.nyuin_hiyou_inner table {
	white-space: nowrap;
    width:90%;
    margin:4.8rem auto;
}

.nyuin_hiyou_inner_2 table , .nyuin_hiyou_inner_3 table {
	width:60%;
	margin: 3rem auto;
}


.nyuin_hiyou_inner_4 table {
	width: 90%;
	margin: 3rem auto 0rem;
    border: 0.1rem solid #BBBBBB;
}

.nyuin_hiyou_inner_4 table tr {
     
}

.nyuin_hiyou_inner_4 table:last-child {
	margin: 0.5rem auto 3rem;
}

.nyuin_hiyou table {
     border: 0.1rem solid #BBBBBB;
}

.nyuin_hiyou table th {
  font-size:1.5rem;
	text-align: center;
    padding: 0.5rem 1rem;
    background-color:#def2ff;
    border-bottom: 0.1rem solid #BBBBBB;
    border-right: 0.1rem solid #BBBBBB;
}

.nyuin_hiyou_inner table th span {
		display: block;
	}

.nyuin_hiyou table td {
	font-size:1.5rem;
    padding: 0.5rem 1.6rem;
    text-align: center;
    border-bottom: 0.1rem solid #BBBBBB;
    border-right: 0.1rem solid #BBBBBB;
}

.nyuin_hiyou table td span {
    display: inline-block;
    margin-left: 1rem;;
}

.nyuin_hiyou table td:last-child {
    border-right: none;
}

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

.nyuin_hiyou ul {
width: 100%;
	margin: 2rem auto;
  padding-left: 2rem;
}

.nyuin_hiyou ul li {
     list-style: none;
    font-size:1.5rem;
    line-height:2.2rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.8rem;
}


.nyuin_hiyou ul li:before {
    position: absolute;
    content: '';
     width: 0.8rem;
     height: 0.8rem;
	line-height: 2.2rem;
     background: rgba(152,174,181,0.70);
     -wbkit-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
     left: 0;
	top: 18%;
}

.nyuin_hiyou .nyuin_hiyou_inner_2 ul li:nth-child(n+2):nth-child(-n+3):before , .nyuin_hiyou .nyuin_hiyou_inner_4 ul li:nth-child(2):before , .nyuin_hiyou .nyuin_hiyou_inner_6 ul li:nth-child(2):before {
	top:35%;
}


/*=====procedure_sp=======*/

@media screen and (max-width:768px) {
	
	.procedure {
		width: 96%;
		margin: 0rem auto;
	}
	 


.nyuin_hiyou_inner , .nyuin_hiyou_inner_2 , .nyuin_hiyou_inner_3 , .nyuin_hiyou_inner_4 , .nyuin_hiyou_inner_5 , .nyuin_hiyou_inner_6 {
	width: 98%;
	margin: 2rem auto 2.5;
}

.nyuin_hiyou_inner ol {
	width: 100%;
  padding: 0.5rem 1rem;
}

.nyuin_hiyou_inner ol li {
  border-bottom: dashed 0.08rem rgba(92,96,120,0.9);
  position: relative;
  padding: 0.8rem 0rem 0.8rem 2rem;
    line-height: 2.2rem;
	font-size:1.4rem;
}


.nyuin_hiyou_inner ol li:before {
  font-size: 1.6rem;
  line-height:2.1rem;
  top: 25%;
}

.nyuin_hiyou_inner ol li:last-child:before {
	top: 20%;
}

.nyuin_hiyou_inner table {
	white-space: nowrap;
    width:90%;
    margin:2rem auto;
    border-collapse: collapse;
    }

.nyuin_hiyou_inner table th {
    display: block;
	width:100%;
	font-size:1.3rem;
	line-height: 2.2rem;
    padding: 1rem;
	border-bottom: solid 0.05rem rgba(51,51,51,0.7);
    border-right: none;
}

.nyuin_hiyou_inner table th span , .nyuin_hiyou_inner_4 table td span {
		display: inline-block;
		font-size:1.3rem;
	}
	
.nyuin_hiyou_inner table td {
	 display: block;
	width:100%;
    padding: 0.5rem 1rem;
	font-size:1.3rem;
    border-right: none;
	}

    .nyuin_hiyou_inner table tr:last-child td:last-of-type {
        border-bottom: none;
    }
	
	
.nyuin_hiyou_inner_2 table , .nyuin_hiyou_inner_3 table {
	width:100%;
	margin: 3rem auto;
}

.nyuin_hiyou_inner_4 table {
	width: 90%;
	margin: 3rem auto 0rem;
}

.nyuin_hiyou_inner_4 table:last-child {
	margin: 0.1rem auto 3rem;
}	
	
.nyuin_hiyou_inner_2 table th , .nyuin_hiyou_inner_3 table th , .nyuin_hiyou_inner_4 table th{
  font-size:1.3rem;
    padding: 0.5rem;

}

.nyuin_hiyou_inner_2 table td , .nyuin_hiyou_inner_3 table td , .nyuin_hiyou_inner_4 table td {
	font-size:1.3rem;
    padding: 0.5rem;
}	
	
.nyuin_hiyou ul {
width: 100%;
	margin: 2.5rem auto;
  padding-left: 0rem;
}

.nyuin_hiyou ul li {
    font-size:1.3rem;
    line-height:2.2rem;
    margin-bottom: 1.2rem;
    padding-left: 1.6rem;
}

.nyuin_hiyou ul li:before {
     width: 0.8rem;
     height: 0.8rem;
     top: 13%;
}


.nyuin_hiyou .nyuin_hiyou_inner_2 ul li:nth-child(n+2):nth-child(-n+3):before , .nyuin_hiyou .nyuin_hiyou_inner_4 ul li:nth-child(2):before , .nyuin_hiyou .nyuin_hiyou_inner_6 ul li:nth-child(2):before {
	top:20%;
}	
		
}


/*=====visit_pc=======*/

.visit_inner {
    width: 100%;
    margin: 0;
}

.menkai_time {
	width: 100%;
	margin: 0rem auto;
}


.menkai_time_contents {
    margin-top: 5rem;
}

.menkai_time_contents > p {
    color:#2064b0;
    margin-bottom: 3.5rem;

}

.menkai_time_contents > span {
    display: block;
    width: 100%;
    margin: 0 auto 1rem;
    color:#2064b0;
    text-align: right;
}

.menkai_time_contents table {
    margin: 0rem auto;
    font-size: 1.7rem;
    border:0.1rem solid #BBBBBB;
    
}

.menkai_time_contents table.covid-19 {
    width: 80%;
    font-size:1.5rem;
}

.menkai_time_contents table tbody th {
     border-bottom:0.1rem solid #BBBBBB;
    border-right:0.1rem solid #BBBBBB;
    padding: 1rem 1.6rem;
     background: #def2ff ;
    white-space: nowrap;
}

.menkai_time_contents table tbody td {
     border-bottom:0.1rem solid #BBBBBB;
    padding: 1rem 1.6rem;
}

.menkai_tetsuduki {
    margin-top: 5rem;
}

.visit ul {
  padding-left: 3.2rem;
}

.visit ul li {
     list-style: none;
    font-size:1.5rem;
    line-height:2.5rem;
    margin-bottom: 1.6rem;
    position: relative;
    padding-left: 1.6rem;
}

.visit ul li:before {
    position: absolute;
    content: '';
     width: 0.8rem;
     height: 0.8rem;
     background: rgba(152,174,181,0.70);
         border-radius: 50%;
     top: 50%;
    transform: translateY(-50%);
     left: 0;
     margin-top: 0rem;
}

.visit_menkai_atten {
    margin-top: 5rem;
}

/*=====visit_sp=======*/
@media screen and (max-width:768px) {

.visit {
		width: 96%;
		margin: 0rem auto;
	}
	
.visit_inner {
	width: 100%;
	margin: 0rem auto
}

.menkai_time_contents {
    margin-top: 2rem;
}

.menkai_time_contents > p {
    font-size:1.4rem;
    margin-bottom: 2rem;

}

.menkai_time_contents > span {
    width: 98%;
    font-size:1.4rem;
    }

.menkai_time_contents table {
    margin: 0rem auto;
    border:0.1rem solid #BBBBBB;
    
}

.menkai_time_contents table.covid-19 {
    width: 98%;
    font-size:1.3rem;
}

.menkai_time_contents table tbody th {
     border-bottom:0.1rem solid #BBBBBB;
    border-right:0.1rem solid #BBBBBB;
    padding: 1rem;
    white-space:normal;
}

.menkai_time_contents table tbody td {
     border-bottom:0.1rem solid #BBBBBB;
    padding: 1rem;
}
    
    .menkai_tetsuduki {
    margin-top: 5rem;
}
    
.visit_inner ul {
  padding-left: 1rem;
}

.visit_inner ul li {
    font-size:1.4rem;
    line-height:2.5rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.6rem;
}

.visit_inner ul li:before {
    position: absolute;
    content: '';
     width: 0.8rem;
     height: 0.8rem;
     -wbkit-border-radius: 50%;
         -ms-border-radius: 50%;
         border-radius: 50%;
     top: 13%;
     left: 0;
     margin-top: 0rem;
    }
}

/*=====regional_liaison_pc=====*/

#support_contents ul , #cooperation_contents ul {
	width: 100%;
	margin: 0rem ;
	padding-left: 5%;
}

#support_contents ul li , #cooperation_contents ul li {
     list-style: none;
    font-size:1.5rem;
    line-height:2.5rem;
    margin-bottom: 1.6rem;
    position: relative;
    padding-left: 1.6rem;
}

#support_contents ul li:before , #cooperation_contents ul li:before {
    position: absolute;
    content: '';
     width: 0.8rem;
     height: 0.8rem;
     background: rgba(152,174,181,0.70);
         border-radius: 50%;
     top: 40%;
     left: 0;
}



.regional_liaison {
	width: 100%;
    margin:0rem auto; 
}

.renkei_top {
	width: 96%;
	margin: 0rem auto;
}

.renkei_top_txt {
    margin:0rem auto ;
    width:90%;
}

.renkei_top_txt p {
	margin: 0rem;
}
.renkei_top img {
    display: block;
    width:70%;
    margin: 0rem auto 7rem;
}


.renkei_about {
    margin-top:7rem;
    width: 100%;
}



.renkei_tab_item {
  width: 33.3%;
  display:inline-block;
	    background-color: #E4E4E4;
	border-right: solid 0.1rem #ffffff; 
  line-height: 2.6rem;
  font-size: 1.6rem;
  padding: 0.8rem 0rem;
  text-align: center;
    position:relative;
  transition: all 0.5s ease-in-out;
	
}

.renkei_tab_item:after {
    content: "";
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 0;
    background: #CBCBCB;
    width: 0.1rem;
    height: 50%;
}

.renkei_tab_item:first-of-type:before{
        content: "";
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 0;
    background: #CBCBCB;
    width: 0.1rem;
    height: 50%;
}



.renkei_tab_item:hover {
  opacity: 0.75;
	cursor: pointer;
}


.renkei_about input[name="renkei_tab_item"] {
  display: none;
}

.renkei_about__contents .tab_contents {
  display: none;
  clear: both;
  overflow: hidden;
  font-size: 1.6rem;
}

#support:checked ~ .renkei_about__contents #support_contents,
#cooperation:checked ~ .renkei_about__contents #cooperation_contents,  #region:checked ~ .renkei_about__contents #region_contents {
  display: block;
}

.renkei_about input:checked + .renkei_tab_item {
  background:rgba(70,109,211,0.90);
 color:#fff;
}
 


.renkei_about__contents {
    width: 100%;
    margin-top: 3rem;
    padding-bottom: 4rem;
  border-bottom: 0.15rem solid rgba(70,109,211,0.40);
}

.renkei_about__contents___box {
    width: 100%;
  padding:0rem 2rem ;
	margin: 0rem auto;
}


.support_contents__inner , .cooperation_contents__inner , .region_contents__inner {
    width:100%;
    margin:0rem auto;
} 

.sppCont_in__box , .copCont_in__box , .reCont_in__box {
    margin-top: 3rem;
}

.sppCont_in__box p {
  margin:0;
}


.sppCont_in__waku {
   border-top: 0.8rem solid rgba(70,109,211,0.90);
    border-bottom: 0.1rem solid rgba(70,109,211,0.90);
    border-left: 0.1rem solid rgba(70,109,211,0.90);
    border-right: 0.1rem solid rgba(70,109,211,0.90);
    box-shadow: 0 0.3rem 0.9rem 0.5rem rgba(0, 0, 0, 0.1);
    padding: 1.6rem;
    width:60%;
    margin: 7rem auto 0rem;
    position: relative;
}

.sppCont_in__box .sppCont_in__waku:first-of-type {
    margin-top: 3rem;
}

.sppCont_in__waku:nth-of-type(n+2):before {
    content: '';
    position: absolute;
    width: 0;
	height: 0;
	border: 5.6rem solid transparent;
	border-top: 4rem solid rgba(70,109,211,0.90);
    top:-6rem;
        left:50%;
		-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
}

.sppCont_in__waku h4 {
    margin-bottom: 2rem;
}


.sppCont_in__waku p {
    margin: 0;
}

.copCont_in__box p {
    margin-bottom: 3rem;
}


.copCont_in__waku {
    border: 0.1rem solid #3F5BA5;
    width:90%;
    padding: 0.8rem;
    margin:0rem auto 4rem;
    color: #5B5D6C;
    background: #fff;
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
}


.reCont_in__box dl {
    margin:0;
    padding:.8rem;
    background-color:#fff;
    font-size:1.6rem;
}

.reCont_in__box dt {
    margin:1rem 0rem;
    padding:.1.6rem;
    display: inline-block;
    text-decoration-line: underline;
    text-decoration-color: rgba(70,109,211,0.90);
}

.reCont_in__box dd {
    margin:0rem 0rem 3.2rem;
    padding: 1.6rem;
    border-top: 0.9rem solid rgba(70,109,211,0.90);
    border-left: 0.1rem solid rgba(70,109,211,0.90);
    border-right: 0.1rem solid rgba(70,109,211,0.90);
    border-bottom: 0.1rem solid rgba(70,109,211,0.90);
    padding-left:0.8rem
}


/*=====regional_liaison_sp=====*/

@media screen and (max-width:768px) {
	
	#support_contents ul , #cooperation_contents ul {
	width: 100%;
	margin: 0rem auto;
        padding: 0;
}

#support_contents ul li , #cooperation_contents ul li {
    font-size:1.4rem;
    line-height:2.2rem;
    margin-bottom: 1rem;
    padding-left: 1.6rem;
}

#support_contents ul li:before , #cooperation_contents ul li:before {
     width: 0.8rem;
     height: 0.8rem;
     top: 21%;
     left: 0;

}

.regional_liaison {
	width: 96%;
    margin:0rem auto; 
}

.renkei_about {
	width: 100%;
	margin: 5rem auto 0;
}

.renkei_top_txt {
    margin:3rem auto 0;
    width:100%;
	font-size:1.4rem;
}

.renkei_top img {
    width:100%;
    margin: auto;
}



.renkei_tab_item {
  width: 31%;
  line-height: 2.2rem;
  font-size: 1.3rem;
  padding: 0.8rem 0rem;    
  margin:0rem;
  font-weight: 500;
}

    .renkei_tab_item:nth-of-type(2) {
        width: 38%;
    }

.renkei_about__contents p {
  font-size: 1.3rem;
}


.renkei_about__contents {
    width: 100%;
    margin-top: 3rem;
    padding-bottom: 2rem;
  border-bottom: 0.1rem solid rgba(70,109,211,0.40);
}

.renkei_about__contents___box {
    width: 100%;
  padding:0rem 1rem ;
	margin: 0rem auto;
}


.support_contents__inner , .cooperation_contents__inner , .region_contents__inner {
    width:100%;
    margin:0rem auto;
} 

.sppCont_in__box , .copCont_in__box , .reCont_in__box {
    margin-top: 3rem;
}

.sppCont_in__box p {
  margin:0;
}


.sppCont_in__waku {
   border-top: 0.8rem solid rgba(70,109,211,0.90);
    border-bottom: 0.1rem solid rgba(70,109,211,0.90);
    border-left: 0.1rem solid rgba(70,109,211,0.90);
    border-right: 0.1rem solid rgba(70,109,211,0.90);
    padding: 1.6rem;
    width:90%;
    margin: 7rem auto 0rem;
}

.sppCont_in__box .sppCont_in__waku:first-of-type {
    margin-top: 0rem;
}

.sppCont_in__waku:nth-of-type(n+2):before {
	border: 5.6rem solid transparent;
	border-top: 4rem solid rgba(70,109,211,0.90);
    top:-6rem;
        left:50%;
}

.sppCont_in__waku h4 {
    margin-bottom: 2rem;
}


.sppCont_in__waku p {
    margin: 0;
}

.copCont_in__box p {
    margin-bottom: 3rem;
}


.copCont_in__waku {
    width:100%;
    padding: 0.8rem;
    margin:0rem auto 4rem;
}


.reCont_in__box dl {
    margin:0;
    padding:.8rem 0;
    font-size:1.4rem;
}

.reCont_in__box dt {
    margin:1rem 0rem;
    padding:1.6rem 0 0;
}

.reCont_in__box dd {
    margin-bottom:3rem;
    padding: 1rem;
    border-top: 0.9rem solid rgba(70,109,211,0.90);
    border-left: 0.1rem solid rgba(70,109,211,0.90);
    border-right: 0.1rem solid rgba(70,109,211,0.90);
    border-bottom: 0.1rem solid rgba(70,109,211,0.90);
}
	
    .reCont_in__box dd:last-child {
        margin-bottom: 0;
    }	
	
}
