@charset "UTF-8";


.heroHeading.flow .heroHeading_image {
	background: url("../images/flow/main.jpg") no-repeat center center;
	background-size: cover;
}

@media print, screen and (min-width: 800px) {
	.heroHeading.flow .heroHeading_image {
		background: url("../images/flow/main.jpg") no-repeat center center;
		background-size: cover;
	}
}



.cont-txt {
	font-size: 1.2rem;
	line-height: 1.7;
}

.cont-img {
	width: 100%;
	margin: 40px auto 0;
	padding: 0 20px;
	box-sizing: border-box;
}

.cont-link {
	margin-top: 20px;
	text-align: right;
}

@media print, screen and (min-width: 800px) {
	.cont-txt {
		font-size: 1.6rem;
		line-height: 1.9;
	}
	
	.cont-img {
		width: 740px;
		margin: 80px auto 0;
		padding: 0;
	}
	
	.cont-link {
		margin-top: 30px;
		text-align: right;
		padding-right: 7px;
	}
}