@charset "utf-8";
/* CSS Document */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

#patient

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/


/* font-size===========================================

10px -> 72%
11px -> 79%
12px -> 86%
13px -> 93%
14px -> 100%
15px -> 108%
16px -> 115%
17px -> 122%
18px -> 129%
19px -> 136%
20px -> 143%
21px -> 150%
22px -> 158%
23px -> 165%
24px -> 172%
25px -> 179%
26px -> 186%
27px -> 193%


===================================================== */

/* common
---------------------------------- */


#patient .contents{
	padding-left: 57px;
}


/* .block01
---------------------------------- */
#patient .block01 {
	margin-top: 62px;
	width: 808px;
}


#patient .block01 h2{
	margin-bottom: 40px;
}

/* .block01 .sec01
---------------------------------- */
#patient .block01 .sec01 {
	margin-top: 40px;
	margin-bottom: 40px;
}

#patient .block01 h3 span{
	color: #8CB220;
	padding-right: 5px;
}

#patient .block01 h3{
	margin-bottom: 25px;
}

/*nav.contensNav------------*/
#patient nav.contensNav ul li{
	float: left;
	margin-left: 17px;
	font-size: 115%;/*16px*/	
}

#patient nav.contensNav ul li:first-child{
	margin-left: 0;
}

#patient nav.contensNav ul li.link01{
	background: url(../img/patient/b01_nav01.jpg) 0 0 no-repeat;
}
#patient nav.contensNav ul li.link01:hover{
	background: url(../img/patient/b01_nav01_on.jpg) 0 0 no-repeat;
}

#patient nav.contensNav ul li.link02{
	background: url(../img/patient/b01_nav02.jpg) 0 0 no-repeat;
}

#patient nav.contensNav ul li.link02:hover{
	background: url(../img/patient/b01_nav02_on.jpg) 0 0 no-repeat;
}

#patient nav.contensNav ul li.link03{
	background: url(../img/patient/b01_nav03.jpg) 0 0 no-repeat;
}

#patient nav.contensNav ul li.link03:hover{
	background: url(../img/patient/b01_nav03_on.jpg) 0 0 no-repeat;
}

#patient nav.contensNav ul li a:hover{
	color: #FFF;
	text-decoration: none;
}

#patient nav.contensNav ul li a{
	width: 258px;
	height: 82px;
	display: block;
	text-align: center;
	padding-top: 45px;
	box-sizing: border-box;	
}

#patient nav.contensNav ul li.link01 a,
#patient nav.contensNav ul li.link02 a{
	padding-right: 30px;
}


/*.textBox01------------*/

#patient .block01 .textBox01{
	padding:  28px 30px;
	background:#FAFDF4;
}

/*.block01 ol------------*/

#patient .block01 ol{
	border-left: 4px solid #C9DB91;
	padding-left: 30px;
	margin-left: 10px;
}


/*.block01 ol 直下のa------------*/
#patient .block01 ol>li>a{
	color: #73921A;
	text-decoration: underline;
}

#patient .block01 ol>li>a:hover{
	color: #4D6011;
}

/*.block01 ol 直下のli------------*/
#patient .block01 ol>li{
	position: relative;
	margin-bottom: 30px;
}
#patient .block01 ol>li:last-child{
	margin-bottom: 15px;
	padding-bottom: 15px;
	
}

#patient .block01 ol>li::before{
	display: block;
	content: "";
	width: 30px;
	height: 30px;
	position: absolute;
	left: -47px;
	top: -2px;
}

/*.block01 ol number1～4------------*/
#patient .block01 ol li.num01::before{
	background: url(../img/patient/b01_num01.png) left 0 no-repeat;
}

#patient .block01 ol li.num02::before{
	background: url(../img/patient/b01_num02.png) left 0 no-repeat;
	
}

#patient .block01 ol li.num03::before{
	background: url(../img/patient/b01_num03.png) left 0 no-repeat;
}

#patient .block01 ol li.num04::before{
	background: url(../img/patient/b01_num04.png) left 0 no-repeat;
	
}

/*.block01 ol li ul.inner01------------*/
#patient .block01 ol .inner01{
	float: right;
	/*width: 50%;*/
	margin: 0px 0px 0px 40px;
	
}

/*#patient .block01 ol .inner01 li{
	float: left;
	margin-left: 20px;
}*/

/*#patient .block01 ol .inner01 li:first-child{
	margin-left: 0;
}*/

/*.block01 ol li ul.inner01 a 同意書など------------*/
#patient .block01 ol .inner01 a{
	font-size: 115%;/* 16px*/
	font-weight: bold;
	width: 270px;
	height: 50px;
	text-align: center;
	line-height: 46px;
	box-sizing: border-box;
	display: block;
}

#patient .block01 ol .inner01 .explain{
	border: 2px solid #C15565;
	background: url(../img/patient/arw04.png) 90% center no-repeat #FFF;
	color: #C15565;
}

#patient .block01 ol .inner01 .explain:hover{
	border: 2px solid #DC9DA7;
	background: url(../img/patient/arw06.png) 90% center no-repeat #DC9DA7;
	color: #FFF;
	text-decoration: none;
}



#patient .block01 .innerBox01{
	border: 1px solid #BBBBBB;
	padding: 12px 18px 11px;
	background: #FFF;
}

#patient .block01 .innerBox01 dt{
	border-bottom: 1px dotted #BBBBBB;
	font-size: 93%;/*13px*/
	padding-bottom: 4px;
	padding-left: 3px;
	margin-bottom: 9px;
}

#patient .block01 .innerBox01 dd{
	font-size: 86%;/*12px*/
	margin-bottom: 6px;
	text-indent: -1em;
	margin-left: 1em;
}

#patient .block01 .innerBox01 dd:last-of-type{
	margin-bottom: 0;
}

/* .block01 .sec02
---------------------------------- */
#patient .block01 .sec02 {
	margin-top: 40px;
	margin-bottom: 40px;
}

#patient .block01 .sec02 p{
	font-weight: bold;
	color: #8CB220;
	font-size: 108%;/*15px*/
}

/* .block01 .sec03
---------------------------------- */

#patient .block01 .sec03{
	margin-top: 40px;
	margin-bottom: 40px;
}


#patient .block01 .sec03 .imageBox01{
	margin-top: 13px;
}




/* .block02
---------------------------------- */

#patient .block02 {
	width: 808px;
}


#patient .block02 h2{
	margin-bottom: 40px;
}

/* .block02 .sec01
---------------------------------- */


/*.block02 table.tbl01------------*/


#patient .block02 .tbl01{
	width: 100%;
	border-collapse: collapse;
}

#patient .block02 .tbl01 th{
	background: #A9C778;
	color: #FFF;
	padding: 7px 0;
}


#patient .block02 .tbl01 td{
	padding: 10px 0px;
	box-sizing: border-box;
	border-bottom: 1px solid #E1E7DA;
	border-right: 1px solid #E1E7DA;
	text-align: center;
}

#patient .block02 .tbl01 td:first-of-type{
	background: #F8F7EF;
	color: #606C3F;
	width: 250px;
}

#patient .block02 .tbl01 td:nth-of-type(2){
	padding: 10px 10px;
}


#patient .block02 .tbl01 td:nth-of-type(3),
#patient .block02 .tbl01 td:last-of-type{
	padding: 10px 15px;
	width: 210px;
}


#patient .block02 .tbl01 td dl dt{
	
	float: left;
	
	
	

}



#patient .block02 .tbl01 td dl dd{
	float: right;
	width: 100px;
}

/* .block02 .sec02
---------------------------------- */

#patient .block02 .sec02{
	margin-top: 35px;
}


#patient .block02 .sec02 ul li{
	float: left;
	margin-right: 52px;
	margin-bottom: 35px;
}

#patient .block02 .sec02 ul li:nth-child(2n){
	margin-right: 0;
}

#patient .block02 .sec02 ul li p{
	text-align: center;
	margin-top: 10px;
}















