@charset "UTF-8";

.main {
}

.intro {
	margin-bottom: 80px;
}

.intro_row {
	display: table;
	width: 100%;
}

.intro_col {
	display: table-cell;
	vertical-align: bottom;
}

.intro_col.-img {
	text-align: right;
	padding-left: 20px;
}

.intro_catch {
	font-size: 20px;
	margin-bottom: 20px;
}

.intro_txt {
}

.ques {
	margin-bottom: 60px;
}

.ques_cnt {
	background: #f0f0f0;
	padding: 30px 20px 20px 20px;
	position: relative;
}

.ques_ttl {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2px 15px;
	background: #FFF;
	position: absolute;
	top: -15px;
	left: 15px;
}

.ques_txt {
}

.flow {
}

.flow_row {
	display: table;
	width: 100%;
}

.flow_col {
	display: table-cell;
	vertical-align: bottom;
}

.flow_col.-img {
	text-align: right;
	padding-left: 20px;
}

.flow_list {
	list-style: none;
	position: relative;
	padding-left: 40px;
}

.flow_list:before {
	content: "";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffffff;
	background: -moz-linear-gradient(top, #f8fcff 0%, #3f9be4 100%);
	background: -webkit-linear-gradient(top, #f8fcff 0%, #3f9be4 100%);
	background: linear-gradient(to bottom, #f8fcff 0%, #3f9be4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8fcff', endColorstr='#3f9be4', GradientType=0);
}

.flow_list:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 10px 0 10px;
	border-color: #3f9be4 transparent transparent transparent;
}

.flow_list > li {
	border-top: 1px dotted #ccc;
	padding: 15px 0;
}

.flow_list > li:first-child {
	border-top: none;
}

.flow_list_ttl {
	font-weight: bold;
	color: #1C92E4;
}

.flow_list_txt {
	padding-left: 1em;
}

@media screen and (max-width:980px) {
	.main {
	}

	.intro {
	}

	.intro_row {
	}

	.intro_col {
	vertical-align: top;
	}

	.intro_col.-img {
	}

	.intro_catch {
	}

	.intro_txt {
	}

	.ques {
	}

	.ques_cnt {
	}

	.ques_ttl {
	}

	.ques_txt {
	}

	.flow {
	}

	.flow_row {
	}

	.flow_col {
	}

	.flow_col.-img {
	}

	.flow_list {
	}

	.flow_list:before {
	}

	.flow_list:after {
	}

	.flow_list > li {
	}

	.flow_list > li:first-child {
	}

	.flow_list_ttl {
	}

	.flow_list_txt {
	}

}

/* All SP */
@media screen and (max-width:640px) {
	.main {
	}

	.intro {
	margin-bottom: 50px;
	}

	.intro_row {
	}

	.intro_col {
	display: block;
	}

	.intro_col.-img {
	padding-left: 0;
	text-align: center;
	margin-top: 15px;
	}

	.intro_catch {
	}

	.intro_txt {
	}

	.ques {
	margin-bottom: 40px;
	}

	.ques_cnt {
	}

	.ques_ttl {
	}

	.ques_txt {
	}

	.flow {
	}

	.flow_row {
	}

	.flow_col {
	display: block;
	}

	.flow_col.-img {
	padding-left: 0;
	text-align: center;
	margin-top: 30px;
	}

	.flow_list {
	}

	.flow_list:before {
	}

	.flow_list:after {
	}

	.flow_list > li {
	}

	.flow_list > li:first-child {
	}

	.flow_list_ttl {
	}

	.flow_list_txt {
	}

}