
#title-s {
	background: url(images/title_s_bg.jpg) no-repeat center bottom;
	padding: 50px 0 20px 0;
	text-align: center;
}

#title-s div {
	background: rgba(255, 255, 255, .5);
	padding: 14px;
}

#title-s div a:hover {
	opacity: .6;
}

body#single div.before,
body#single div.after {
	border-bottom: 1px solid #e6e1d8;
	border-top: 1px solid #e6e1d8;
	padding: 30px 10px;
	position: relative;
}

body#single div.before {
	display: flex;
	justify-content: space-between;
}

body#single div.before h2,
body#single div.after h2 {
	background-color: white;
	display: inline-block;
	line-height: 1.0em;
	padding: 0 10px;
	position: absolute;
	text-align: center;
}

body#single div.before h2 {
	color: #ccc2b0;
	font-size: 28px;
	left: 20px;
	top: -14px;
}

body#single div.after h2 {
	color: #4ea43f;
	font-size: 42px;
	left: 20px;
	top: -22px;
}

body#single div.before div.img {
	padding-right: 20px;
	text-align: center;
	width: 250px;
}

body#single div.before div.img ul li:nth-child(n+2) {
	margin-top: 5px;
}

body#single div.before div.img ul li img {
	max-height: 190px;
	width: auto;
}

body#single div.before div.text {
	background-color: #faf9f7;
	border-radius: 10px;
	padding: 15px 20px 10px 20px;
	width: 340px;
}

body#single div.before div.text h3 {
	border-bottom: 1px dotted #602a00;
	color: #602a00;
	font-size: 15px;
	padding-bottom: 5px;
	text-align: center;
}

body#single div.before div.text p {
	font-size: 14px;
	line-height: 1.6em;
}

body#single div.after div.img {
	text-align: center;
}

body#single div.after div.img ul li:nth-child(n+2) {
	margin-top: 5px;
}

body#single div.after div.img ul li img {
	max-height: 340px;
	width: auto;
}

body#single div.after h3 {
	background-color: #602a00;
	color: #faf9f7;
	padding: 6px 20px;
	text-align: center;
}

body#single div.after table {
	border-right: 1px solid #f0ede8;
	border-top: 1px solid #f0ede8;
}

body#single div.after table th,
body#single div.after table td {
	border-left: 1px solid #f0ede8;
	padding: 10px 20px;
}

body#single div.after table th {
	background-color: #faf9f7;
	color: #602a00;
}

body#single div.after table td {
	border-bottom: 1px solid #f0ede8;
	text-align: center;
}

body#single div.arrow {
	text-align: center;
}

body#single div.message {
	border-bottom: 4px solid #4ea43f;
	border-top: 4px solid #4ea43f;
	padding: 25px 40px 15px 40px;
}

body#single div.message h3 {
	color: #4ea43f;
	font-size: 20px;
}

body#single div.flow {
	background-color: #faf9f7;
	padding: 30px;
}

body#single div.flow h3 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 25px;
	text-align: center;
}

body#single div.flow p a.flow-btn {
	background-color: #4ea43f;
	border-radius: 5px;
	color: white;
	font-size: 16px;
	font-weight: 700;
	padding: 12px 50px 12px 45px;
	position: relative;
	text-decoration: none;
}

body#single div.flow p a.flow-btn:after {
	content: "＞";
	display: block;
	font-size: 10px;
	font-weight: 700;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}