@charset "UTF-8";
.vis {
	margin-bottom: 106px;
}
.vis:last-child {
	margin-bottom: 0;
}
.vis_title {}
.vis_text {}
.vis_image {
	margin-top: 74px;
}
.vis_image > img {
	display: block;
}
.flow {
	background-color: #f5f7f7;
	padding: 58px 80px;
	margin: 22px auto 44px;
}
.flow_title {
	color: #73a2c8;
	background-color: #fff;
	padding: 16px 10px;
	text-align: center;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 12px;
	font-size: 19px;
}
.flow_title > b {
	font-weight: bold;
	display: inline-block;
	font-size: 22px;
	letter-spacing: 0.1em;
	margin-right: 10px;
	line-height: 1;
}
.flow_table {
	width: 100%;
}
.flow_table > tbody {}
.flow_table > tbody > tr {
	border-bottom: 1px solid #f5f7f7;
}
.flow_table > tbody > tr:first-child {}
.flow_table > tbody > tr:last-child {
	border-bottom: none;
}
.flow_table > tbody > tr > th {
	white-space: nowrap;
	background-color: #73a2c8;
	color: #fff;
	padding: 8px 10px;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	width: 440px;
	box-sizing: border-box;
}
.flow_table > tbody > tr > td {
	background-color: #fff;
	text-align: center;
	padding: 8px 10px;
}
.flow_table > tbody > tr > td > b {
	font-weight: bold;
	color: #73a2c8;
	letter-spacing: 0.1em;
	font-size: 22px;
	display: inline-block;
	margin: 0 4px;
}
.flow_caution {
	color: #f70000;
	text-align: right;
	margin-top: 10px;
	font-size: 90%;
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.vis {
		margin-bottom: 70px;
	}
	.vis:last-child {}
	.vis_title {}
	.vis_text {}
	.vis_image {
		margin-top: 40px;
	}
	.vis_image > img {}
	.flow {
		padding: 30px 40px;
		margin: 20px auto 30px;
	}
	.flow_title {
		font-size: 15px;
		padding: 12px 10px;
	}
	.flow_title > b {
		font-size: 20px;
		letter-spacing: inherit;
	}
	.flow_table {}
	.flow_table > tbody {}
	.flow_table > tbody > tr {}
	.flow_table > tbody > tr:first-child {}
	.flow_table > tbody > tr:last-child {}
	.flow_table > tbody > tr > th {
		font-size: 15px;
		width: 325px;
	}
	.flow_table > tbody > tr > td {}
	.flow_table > tbody > tr > td > b {
		font-size: 20px;
	}
}
@media screen and (max-width:767px) {
	.vis {
		margin-bottom: 45px;
	}
	.vis:last-child {}
	.vis_title {}
	.vis_text {}
	.vis_image {
		margin-top: 20px;
	}
	.vis_image > img {}
	.flow {
		padding: 15px 15px;
		margin: 15px auto 20px;
	}
	.flow_title {
		font-size: 14px;
		text-align: left;
		margin-bottom: 20px;
	}
	.flow_title > b {
		font-size: 18px;
		display: block;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.flow_table {
		display: block;
	}
	.flow_table > tbody {
		display: block;
	}
	.flow_table > tbody > tr {
		display: block;
		border-bottom: none;
	}
	.flow_table > tbody > tr:first-child {}
	.flow_table > tbody > tr:last-child {}
	.flow_table > tbody > tr > th {
		display: block;
		width: auto;
		font-size: 14px;
		padding: 3px 5px;
	}
	.flow_table > tbody > tr > td {
		display: block;
		padding: 3px 5px;
	}
	.flow_table > tbody > tr > td > b {
		font-size: 18px;
	}
	.flow_caution {
		margin-top: 5px;
	}
}
