@charset "utf-8";
/*--京patients.css--*/
/*--------PC--------*/
.patients_box {
	clear: both;
	overflow: hidden;
	margin-bottom: 60px;
}
.patients_box#okomari_naiyo {
}
	.patients_box#okomari_naiyo p {
		width: 660px;
		float: left;
	}
	.patients_box#okomari_naiyo .patients_box_img {
		float: right;
	}
.patients_box#okikasekudasai {
}
	.patients_box#okikasekudasai p {
		width: 450px;
		margin-left: 90px;
	}
	.patients_box#okikasekudasai .patients_box_img {
		float: right;
	}
	.patients_box#okikasekudasai > ul {
		margin: 0 0 30px;
	}
		.patients_box#okikasekudasai > ul > li {
			padding-left: 25px;
			margin-bottom: 5px;
		}
		.patients_box#okikasekudasai > ul > li:before {
			content: "\f111";
			font-family: FontAwesome;
			margin-right: 5px;
			margin-left: -20px;
			color: #fb6475;
		}
	.contact_box {
		width: 550px;
		text-align: center;
		padding: 20px 25px;
		background: #FFC;
		position: relative;
		margin:50px auto 0 auto;
	}
	.contact_box:before, .contact_box:after {
		z-index: -1;
		position: absolute;
		content: "";
		bottom: 15px;
		left: 10px;
		width: 50%;
		top: 80%;
		max-width:300px;
		background: #777;
		-webkit-box-shadow: 0 15px 10px #777;
		-moz-box-shadow: 0 15px 10px #777;
		box-shadow: 0 15px 10px #777;
		-webkit-transform: rotate(-3deg);
		-moz-transform: rotate(-3deg);
		-o-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	.contact_box:after {
		-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		transform: rotate(3deg);
		right: 10px;
		left: auto;
	}
		.contact_box dl {}
			.contact_box dl dt {
				border-bottom: 1px dotted #ccc;
				padding-bottom: 10px;
				margin-bottom: 15px;
			}
			.contact_box dl dd {}
				.contact_box dl dd > ul {}
					.contact_box dl dd > ul > li {
						display: inline-block;
					}
		.contact_box .goto_access {
			text-align: center;
			font-size: 0.9em;
			margin: 10px 0 0;
		}
			.contact_box .goto_access a {
				width: 350px;
				height: 40px;
				margin: 0 auto;
				line-height: 40px;
				display: block;
				background: #fa8c4b;
				color: #fff;
				text-align: center;
				border-radius: 5px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				transition: all ease .5s;
				-webkit-transition: all ease .5s;
				-moz-transition: all ease .5s;
				text-decoration: none;
				font-size: 16px;
			}
			.contact_box .goto_access a:hover {
				background: #fba36f;
			}
			.contact_box .goto_access a:before {
				content: "\f041";
				font-family: FontAwesome;
				margin-right: 5px;
			}
			
	.contact_box_telfax ul{
		vertical-align:middle;
	}
	
	.contact_box_telfax .contact_tel{
		color:#f86a7a;
		font-size:1.5em;
		font-weight:bold;
	}
			
	.pf_box1{
		width:840px;
		margin:0 auto 50px auto;
		position:relative;
		overflow:hidden;
		padding:30px 0 40px 0;
		border-bottom:1px solid #bbb;
	}
	
		.pf_box1 h3{
			position:relative;
			margin:0 0 30px 0;
		}
		
		.pf_box1 p{
			padding-left:30px;
			line-height:2em;
			position:relative;
		}
		
		.pf_box1 span{
			color:#349785;
			font-weight:bold;
			margin:0 0.2em;
		}
		
		.pf_box1 .pf_psn{
			position:absolute;
			top:0;
			right:0;
		}
		
	.pf_box2{
		width:840px;
		margin:0 auto 50px auto;
		position:relative;
		overflow:hidden;
		padding:30px 0 0 0;
	}
	
		.pf_box2 h3{
			position:relative;
			margin:0 0 30px 0;
		}
		
		.pf_box2 p{
			padding-left:30px;
			line-height:2em;
			position:relative;
		}
		
		.pf_box2 span{
			color:#f56781;
			font-weight:bold;
			margin:0 0.2em;
		}

		
		.pf_box2 .pf_psn{
			position:absolute;
			top:0;
			right:0;
		}
		
	.pf_box3{
		width:710px;
		height:90px;
		margin:0 auto 50px auto;
		position:relative;
		padding-top:40px;
	}
	
		.pf_box3 .pf_psn{
			position:absolute;
			top:0;
			left:0;
		}
	
		.pf_box3 p{
			margin-left:200px;
		}


/* よくあるお問い合わせ */
#faq {}
	#faq > dl {
		margin-top: 20px;
	}
		#faq > dl > dt {
			padding-left: 20px;
			margin-bottom: 5px;
		}
		#faq > dl > dt:before {
			content: "Q";
			margin-right: 5px;
			margin-left: -15px;
			color: #027cc5;
			font-weight: bold;
			font-size: 1.3em;
			text-shadow: 1px 1px 0px #cccccc;
		}
		#faq > dl > dd {
			padding-left: 40px;
			border-bottom: 1px dotted #ccc;
			margin-bottom: 30px;
			padding-bottom: 20px;
		}
		#faq > dl > dd:before {
			content: "A";
			margin-right: 5px;
			margin-left: -23px;
			color: #f24149;
			font-weight: bold;
			font-size: 1.5em;
			text-shadow: 1px 1px 0px #cccccc;
			position: relative;
			top: 3px;
		}
			#faq > dl > dd > ul {
				margin: 10px 0;
				padding-left: 30px;
			}
				#faq > dl > dd > ul > li {
					margin-bottom: 5px;
				}
				#faq > dl > dd > ul > li:before {
					content: " ";
					display: inline-block;
					width: 8px;
					height: 8px;
					border-radius: 5px;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					background: #666;
					margin-right: 5px;
					margin-left: -20px;
				}
					#faq > dl > dd > ul > li > ol {
						list-style: decimal;
						margin: 10px;
					}
						#faq > dl > dd > ul > li > ol > li {
						}

			#faq dl dd table {
				width: 780px;
				margin: 15px 0 0 0;
			}
				#faq dl dd table th ,
				#faq dl dd table td {
					padding: 10px;
					border: 1px solid #ccc;
					vertical-align: top;
				}
				#faq dl dd table thead th {
					background: #f5f5f5;
					padding: 3px 10px;
				}
				#faq dl dd table thead th:nth-child(1) {
					width: 180px;
				}
				#faq dl dd table thead th:nth-child(2) {}
				#faq dl dd table body td dl dt ,
				#faq dl dd table body td dl dd {
					display: inline-block !important;
				}
				.pdf_link {
					margin-top: 20px;
				}
					.pdf_link a {
						color: #333;
						display: inline-block;
						padding: 10px 20px;
						border-radius: 5px;
						-webkit-border-radius: 5px;
						-moz-border-radius: 5px;
						overflow: hidden;
						position: relative;
						z-index: 2;
						text-decoration: none;
						text-transform: uppercase;
					}
					.pdf_link a:before ,
					.pdf_link a:after {
						content: "";
						width: 100%;
						height: 100%;
						opacity: 0;
						transition: transform .3s ease-out, opacity .3s ease-out;
						position: absolute;
						top: 0;
						background-color: rgba(87,177,175,0.6);
					}
					.pdf_link a:before {
						left: 0;
						transform: translate3d(0, -100%, 0) scale(0);
					}
					.pdf_link a:after {
						right: 0; 
						transform: translate3d(0, 100%, 0) scale(0);
					}
					.pdf_link a:hover {}
					.pdf_link a:hover:before,
					.pdf_link a:hover:after,
					.pdf_link a:focus:before,
					.pdf_link a:focus:after{
						opacity: 0.2;
						transform: translate3d(0, 0, 0) scale(1);
					}
					.pdf_link a:focus {
						outline: none;
					}
					.pdf_link a .pff_link_txt {
						display: block;
						margin-bottom: 5px;
						padding: 10px 15px;
						background-color: rgba(87,177,175,0.8);
						border-radius: 5px;
						-webkit-border-radius: 5px;
						-moz-border-radius: 5px;
						color: #fff;
					}
					.pdf_link a .pff_link_txt:before {
						content: "\f019";
						font-family: FontAwesome;
						margin-right: 10px;
					}
					.pdf_link a img {
						background: #fff;
						position: relative;
						z-index: 1;
						border: 1px solid #ccc;
					}
	/* 制度について */
	.ichiran table {
		width: 780px;
		margin: 15px 0 0 0;
	}
		.ichiran table th ,
		.ichiran table td {
			padding: 10px;
			border: 1px solid #ccc;
			vertical-align: top;
		}
		.ichiran table thead th {
			background: #f5f5f5;
			padding: 3px 10px;
		}
		.ichiran table thead th:nth-child(1) {
			width: 180px;
		}
		.ichiran tablet head th:nth-child(2) {}
		.ichiran table body td dl dt ,
		.ichiran table body td dl dd {
			display: inline-block !important;
		}

	#sub_nav {
		width: 840px;
		margin: 0 0 50px;
	}
		#sub_nav ul {
			text-align: center;
		}
			#sub_nav ul li {
				font-size: 12px;
				display: inline-block;
				margin-right: 0px;
			}
			#sub_nav ul li:last-child {
				margin-right: 0;
			}
			#sub_nav ul li.active {}
			#sub_nav ul li a {
				color: #57b1af;
				display: inline-block;
				padding: 5px 30px 5px 10px;
				text-decoration: none;
				text-align: center;
				background: #fff;
				position: relative;
				border: 1px solid #57b1af;
				border-radius: 7px;
				/*-webkit-transition: transform all ease 0.4s;
				-moz-transition: transform all ease 0.4s;
				transition: transform all ease 0.4s;*/
			}
			#sub_nav ul li a:before {
				content: "";
				width: 7px;
				height: 7px;
				display: inline-block;
				border-top: 2px solid #57b1af;
				border-right: 2px solid #57b1af;
				position: absolute;
				top: 37%;
				right: 15px;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				-webkit-transition: transform 0.4s ease-in-out;
				transition: transform 0.4s ease-in-out;
			}
				#sub_nav ul li.active a ,
				#sub_nav ul li a:hover {
					background: #57b1af;
					color: #fff !important;
					-webkit-transition:transform 0.4s ease-in-out;
					transition:transform 0.4s ease-in-out;
				}
				#sub_nav ul li a:hover:before {
					border-color: #fff;
					-webkit-transform: rotate(135deg);
					transform: rotate(135deg);
					-webkit-transition:transform 0.4s ease-in-out;
					transition:transform 0.4s ease-in-out;
				}
				#sub_nav ul li.active a:before {
					border-color: #fff;
					-webkit-transform: rotate(135deg);
					transform: rotate(135deg);
					color: #fff !important;
					top: 37%;
				}
				
/*--------SP--------*/
@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
/*#########main_box###########*/
.patients_box {
	margin-bottom: 3em;
}
.patients_box#okomari_naiyo {
}
	.patients_box#okomari_naiyo p {
		width: inherit;
		float: none;
	}
.patients_box#okikasekudasai {
}
	.patients_box#okikasekudasai p {
		width: inherit;
		margin-left: 5px;
	}
	.patients_box#okikasekudasai .patients_box_img ,
	.patients_box#okomari_naiyo .patients_box_img {
		float: none;
		margin-bottom: 10px;
	}
		.patients_box#okikasekudasai .patients_box_img img ,
		.patients_box#okomari_naiyo .patients_box_img img {
			margin: 0 auto;
		}
	.patients_box#okikasekudasai > ul {
		margin: 0 0 1.5em;
	}
		.patients_box#okikasekudasai > ul > li {
			padding-left: 25px;
			margin-bottom: 10px;
		}
		.patients_box#okikasekudasai > ul > li:before {
			content: "\f111";
			font-family: FontAwesome;
			margin-right: 5px;
			margin-left: -20px;
			color: #fb6475;
		}
	.contact_box {
		width: inherit;
		text-align: center;
		margin: 20px 0 0;
		padding: 15px 10px;
		background: #FFC;
		position: relative;
	}
	.contact_box:before, .contact_box:after {
		z-index: -1;
		position: absolute;
		content: "";
		bottom: 15px;
		left: 10px;
		width: 50%;
		top: 80%;
		max-width:300px;
		background: #777;
		-webkit-box-shadow: 0 15px 10px #777;
		-moz-box-shadow: 0 15px 10px #777;
		box-shadow: 0 15px 10px #777;
		-webkit-transform: rotate(-3deg);
		-moz-transform: rotate(-3deg);
		-o-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	.contact_box:after {
		-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		transform: rotate(3deg);
		right: 10px;
		left: auto;
	}
		.contact_box dl {}
			.contact_box dl dt {
				border-bottom: 1px dotted #ccc;
				padding-bottom: 10px;
				margin-bottom: 15px;
			}
			.contact_box dl dd {}
				.contact_box dl dd > ul {}
					.contact_box dl dd > ul > li {
						display: inline-block;
						vertical-align: top;
					}
		.contact_box .goto_access {
			text-align: center;
			font-size: 0.9em;
			margin: 10px 0 0;
		}
			.contact_box .goto_access a {
				width: inherit;
				height: inherit;
				margin: 0 auto;
				padding: 0 20px;
				line-height: 1.5em;
				display: block;
				background: #fa8c4b;
				color: #fff;
				text-align: center;
				border-radius: 5px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				transition: all ease .5s;
				-webkit-transition: all ease .5s;
				-moz-transition: all ease .5s;
				text-decoration: none;
				font-size: 16px;
			}
			.contact_box .goto_access a:hover {
				background: #fba36f;
			}
			.contact_box .goto_access a:before {
				content: "\f041";
				font-family: FontAwesome;
				margin-right: 5px;
			}
			
			.contact_box_telfax .contact_tel{
				color:#fb667a;
			}

/* よくあるお問い合わせ */
#faq {}
	#faq > dl {
		margin-top: 20px;
	}
		#faq > dl > dt {
			padding-left: 20px;
			margin-bottom: 5px;
		}
		#faq > dl > dt:before {
			content: "Q";
			margin-right: 5px;
			margin-left: -15px;
			color: #027cc5;
			font-weight: bold;
			font-size: 1.3em;
			text-shadow: 1px 1px 0px #cccccc;
		}
		#faq > dl > dd {
			padding-left: 28px;
			border-bottom: 1px dotted #ccc;
			margin-bottom: 30px;
			padding-bottom: 20px;
		}
		#faq > dl > dd:before {
			content: "A";
			margin-right: 5px;
			margin-left: -23px;
			color: #f24149;
			font-weight: bold;
			font-size: 1.5em;
			text-shadow: 1px 1px 0px #cccccc;
			position: relative;
			top: 3px;
		}
			#faq > dl > dd > ul {
				margin: 10px 0;
				padding-left: 30px;
			}
				#faq > dl > dd > ul > li {
					margin-bottom: 5px;
				}
				#faq > dl > dd > ul > li:before {
					content: " ";
					display: inline-block;
					width: 8px;
					height: 8px;
					border-radius: 5px;
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					background: #666;
					margin-right: 5px;
					margin-left: -20px;
				}
					#faq > dl > dd > ul > li > ol {
						list-style: decimal;
						margin: 10px;
					}
						#faq > dl > dd > ul > li > ol > li {
						}

			#faq dl dd table {
				width: inherit;
				margin: 15px 0 0 0;
			}
				#faq dl dd table th ,
				#faq dl dd table td {
					padding: 3px;
				}
				#faq dl dd table thead th {
					background: #f5f5f5;
					padding: 3px 10px;
				}
				#faq dl dd table thead th:nth-child(1) {
					width: 30%;
				}
				#faq dl dd table thead th:nth-child(2) {}
				#faq dl dd table body td dl dt ,
				#faq dl dd table body td dl dd {
					display: inline-block !important;
				}
				.pdf_link {
					margin-top: 20px;
				}
					.pdf_link a {
						color: #333;
						display: inline-block;
						padding: 10px 20px;
						border-radius: 5px;
						-webkit-border-radius: 5px;
						-moz-border-radius: 5px;
						overflow: hidden;
						position: relative;
						z-index: 2;
						text-decoration: none;
						text-transform: uppercase;
					}
					.pdf_link a:before ,
					.pdf_link a:after {
						content: "";
						width: 100%;
						height: 100%;
						opacity: 0;
						transition: transform .3s ease-out, opacity .3s ease-out;
						position: absolute;
						top: 0;
						background-color: rgba(87,177,175,0.6);
					}
					.pdf_link a:before {
						left: 0;
						transform: translate3d(0, -100%, 0) scale(0);
					}
					.pdf_link a:after {
						right: 0; 
						transform: translate3d(0, 100%, 0) scale(0);
					}
					.pdf_link a:hover {}
					.pdf_link a:hover:before,
					.pdf_link a:hover:after,
					.pdf_link a:focus:before,
					.pdf_link a:focus:after{
						opacity: 0.2;
						transform: translate3d(0, 0, 0) scale(1);
					}
					.pdf_link a:focus {
						outline: none;
					}
					.pdf_link a .pff_link_txt {
						display: block;
						margin-bottom: 5px;
						padding: 10px 15px;
						background-color: rgba(87,177,175,0.8);
						border-radius: 5px;
						-webkit-border-radius: 5px;
						-moz-border-radius: 5px;
						color: #fff;
					}
					.pdf_link a .pff_link_txt:before {
						content: "\f019";
						font-family: FontAwesome;
						margin-right: 10px;
					}
					.pdf_link a img {
						background: #fff;
						position: relative;
						z-index: 1;
						border: 1px solid #ccc;
					}
	/* 制度について */
	.ichiran table {
		width: inherit;
		margin: 15px 0 0 0;
	}
		.ichiran table th ,
		.ichiran table td {
			padding: 3px;
		}
		.ichiran table thead th {
			background: #f5f5f5;
			padding: 3px 10px;
		}
		.ichiran table thead th:nth-child(1) {
			width: 120px;
		}
		.ichiran table thead th:nth-child(2) {}
		.ichiran table body td dl dt ,
		.ichiran table body td dl dd {
			display: inline-block !important;
		}

	#sub_nav {
		width: inherit;
		margin: 0 0 1.5em;
	}
		#sub_nav ul {
			text-align: left;
		}
			#sub_nav ul li {
				width: 48%;
				vertical-align: top;
				margin-bottom: 0.5em;
			}
			#sub_nav ul li:last-child {
			}
			#sub_nav ul li.active {}
			#sub_nav ul li a {
				width: 100%;
				height: 45px;
				line-height: 1.5em;
			}
			#sub_nav ul li:nth-child(2) a ,
			#sub_nav ul li:nth-child(3) a {
				line-height: 33px;
			}
			#sub_nav ul li a:before {
				content: "";
				width: 7px;
				height: 7px;
				display: inline-block;
				border-top: 2px solid #57b1af;
				border-right: 2px solid #57b1af;
				position: absolute;
				top: 37%;
				right: 15px;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				-webkit-transition: inherit;
				transition: inherit;
			}
				#sub_nav ul li.active a ,
				#sub_nav ul li a:hover {
					background: #57b1af;
					color: #fff !important;
					-webkit-transition:transform 0.4s ease-in-out;
					transition:transform 0.4s ease-in-out;
				}
				#sub_nav ul li a:hover:before {
					border-color: #fff;
					-webkit-transform: rotate(135deg);
					transform: rotate(135deg);
					-webkit-transition:transform 0.4s ease-in-out;
					transition:transform 0.4s ease-in-out;
				}
				#sub_nav ul li.active a:before {
					border-color: #fff;
					-webkit-transform: rotate(135deg);
					transform: rotate(135deg);
					color: #fff !important;
					top: 37%;
				}
				
	.pf_box1{
		width:auto;
		padding:10px 0 0 0;
		margin-bottom:20px;
	}
	
		.pf_box1 h3{
			width:70%;
		}
		
		.pf_box1 .pf_psn{
			width:30%;
		}
		
		.pf_box1 p{
			padding-left:0;
		}
		
	.pf_box2{
		width:auto;
		padding:10px 0 0 0;
		margin-bottom:20px;
	}
	
		.pf_box2 h3{
			width:80%;
		}
		
		.pf_box2 .pf_psn{
			width:20%;
		}
		
		.pf_box2 p{
			padding-left:0;
		}
		
	.pf_box3{
		width:auto;
		height:auto;
		padding-top:0;
	}
	
	.pf_box3 .pf_psn{
		width:20%;
	}
	
	.pf_box3 p{
		padding:0 0 0 23%;
		margin-left:0;
	}
}