@charset "utf-8";
span.h2link {
	float: right;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
h2 span a:link, h2 span a:visited {
	color: #000000;
	text-decoration: underline;
}
h2 span a:active, h2 span a:hover {
	color: #000000;
	text-decoration: none;
}
.flowbox {
	background-image: url(../../common/images/gback.gif);
	padding: 19px;
	clear: both;
	width: 690px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}
.flowbox div {
	width: 630px;
	float: right;
}
.flowbox div h3 {
	line-height: 160%;
	clear: both;
	margin-bottom: 15px;
}
.flowbox div p {
	font-size: 75%;
	line-height: 180%;
	clear: both;
	color: #666666;
}
.flowbox:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
@media screen and (max-width:640px) {
	.flowbox {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
	}
	.flowbox .img_left {
		width: 10%;
		float: left;
	}
	.flowbox div {
		width: 88%;
		float: right;
		padding-top: 3px;
	}
	.flowbox div p {
		margin-bottom: 0;
	}
	.flowbox + p {
		width: 70%;
		margin: 0 auto;
	}
	td.sp {
		display: block;
		width: 100%;
		border: none;
	}
	td.sp a {
		color: #CC0000;
	}
}
.flow .flow_ttl_area {
	float: left;
	width: 280px;
}
.flow .flow_ttl {
	margin: 0 0 15px;
	padding: 0;
	background: none;
}
.flow .flow_list {
	float: right;
	width: 450px;
}
.flow .flow_list li {
	position: relative;
	margin-bottom: 30px;
	padding: 1.2em;
	background: #F9F9F9;
	border: #CCC 1px solid;
	text-align: center;
	line-height: 1.2;
}
.flow .flow_list li:after {
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 21px;
	height: 9px;
	background: url("../images/flow_arrow.png") top no-repeat;
}
.flow .flow_list li.last {
	background: #FFFFCC;
}
.flow .flow_list li.last:after {
	content: none;
}
.flow .flow_contact {
	clear: both;
}
@media screen and (max-width:640px) {
	.flow .flow_ttl_area {
		float: none;
		width: 80%;
	}
	.flow .flow_list {
		float: none;
		width: 100%;
	}
	.flow .flow_list li {
		font-size: 75%;
	}
}