
#title {
	background: url(images/title_bg.jpg);
	background-size: cover;
}

div.appointment {
	padding: 10px;
}

div.appointment p strong a,
div.appointment p strong {
	font-size: 24px;
}

div.appointment p:nth-child(1) {
	border-bottom: black 1px solid;
	border-top: black 1px solid;
	margin: 0 auto;
	padding: 10px 0;
	width: 420px;
}

ul.flow li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px 0;
}

ul.flow li div.title {
	background-color: #b3081d;
	background-position: center left 40px;
	background-repeat: no-repeat;
	background-size: 55px;
	width: 30%;
}

ul.flow li div.title h3 {
	color: white;
	font-family: YuMincho, "Yu Mincho", serif;
	font-size: 19px;
	letter-spacing: 2px;
	padding: 25px 30px 27px 110px;
	text-align: left;
}

ul.flow li div.title h3 em {
	display: block;
	font-size: 20px;
	line-height: 1.2em;
}

ul.flow li div.title h3 span.small {
	padding-left: 3px;
}

ul.flow li div.text {
	background-color: white;
	padding: 20px 30px;
	width: 60%;
}

ul.flow li:nth-child(1) div.title {
	background-image: url(images/flow01.png);
}

ul.flow li:nth-child(2) div.title {
	background-image: url(images/flow02.png);
}

ul.flow li:nth-child(3) div.title {
	background-image: url(images/flow03.png);
}

ul.flow li:nth-child(4) div.title {
	background-image: url(images/flow04.png);
}

ul.flow li:nth-child(5) div.title {
	background-image: url(images/flow05.png);
}

ul.flow li:nth-child(6) div.title {
	background-image: url(images/flow06.png);
}

ul.flow li:nth-child(7) div.title {
	background-image: url(images/flow07.png);
}

ul.flow li:nth-child(8) div.title {
	background-image: url(images/flow08.png);
}


ul.flow li:nth-child(1) div.title h3 {
	padding-top: 58px;
}

ul.flow li:nth-child(6) div.title h3 {
	padding-top: 60px;
}

ul.flow li:nth-child(7) div.title h3 {
	padding-top: 40px;
}

ul.flow li:nth-child(8) div.title h3 {
	padding-top: 170px;
}