p, button, ul, li, tr, td, span, a, div, small, h2, h3, h4, h5{
	font-family: "秀英丸ゴシック L";
}
b{
	font-family: "モトヤ丸アポロ Std W6";
}
img {
	max-width: 100%;
}
.center {
	text-align: center;
}
.row {
	display: flex;
}
.jc-center {
	justify-content: center;
}
.jc-between {
	justify-content: space-between;
}
.row .left {
	width: 50%;
}
.row .right {
	width: 50%;
}
br.sp{
	display: none;
}
br.pc{
	display: block;
}
@media only screen and (max-width : 900px) {
	.row {
		flex-wrap: wrap;
	}
	.row .left {
		width: 100%;
	}
	.row .right {
		width: 100%;
	}
	br.pc{
		display: none;
	}
	br.sp{
		display: block;
	}
}


.flow__pic2 {
	margin-left: 20px;
}

@media only screen and (max-width : 769px) {
	.flow__pic2 {
		margin-left: 0;
	}
}