﻿@charset "UTF-8";

h1.title {background: url(img/bg_title.jpg) no-repeat center top;}

/* ▼▼▼ 当院のご案内
=====================================*/
.copy {
	margin-bottom: 30px;
	text-align: center;
	}
	.copy_txt {
		margin-bottom: 50px;
		font-size: 15px;
		text-align: center;
		line-height: 2;
		}
		
ul.step {
	margin-bottom: 50px;
	overflow: hidden;
	}	
	ul.step li {overflow: hidden;}	
		ul.step li .inner {
			padding: 20px 30px 20px 160px;
			overflow: hidden;
			}
			ul.step li .inner strong {font-size: 18px;}
			ul.step li .inner p {margin-bottom: 10px;}
			ul.step li .inner div {line-height: 1.8;}
		ul.step li:nth-child(1) .inner {
			min-height: 86px;
			background: url(img/step_arrow01.png) no-repeat 50px top;
			}
		ul.step li:nth-child(2) .inner {
			min-height: 230px;
			background: url(img/step_arrow02.png) no-repeat 50px top;
			}
			
ul.photo {
	overflow: hidden;
	}
	ul.photo li {
		float: left;
		width: 300px;
		margin: 0 30px 30px 0;
		}				
	ul.photo li:nth-child(3n) {margin-right: 0;}
		ul.photo li p {
			padding: 10px 0 5px;
			font-size: 16px;
			text-align: center;
			}
	ul.photo + p {text-align: center;}