@charset "utf-8";
.flowWrap {
	margin: 0 auto 80px;
}
.flowBox{
	align-items: center;
}
.flowBox dt{
	width: 30%;
}
.flowBox dt span{
	text-align: center;
    display: block;
    font-weight: bold;
    font-size: 1.2rem;
    letter-spacing: 0;
	line-height: 1.5;
}
.flowBox dd{
	width: 65%;
    line-height: 1.7;
    letter-spacing: 0;
    text-align: justify;
}
.flowBox dd span{
	color: #fff;
    content: "";
    line-height: 1;
    background-image: url(../images/flow/flowArrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: table;
    font-size: 1.2rem;
    margin: 0 auto 20px;
    padding: 5px 15px 15px;
}
.border{
    content: "";
    background-image: url(../images/flow/border.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: table;
    margin: 15px 15% 10px;
    width: 2px;
    height: 70px;
	}
@media screen and (max-width: 768px) {
	.keyBox{
		background-image: url("../images/key/flow.png");
	}
}
@media screen and (min-width: 769px) {
	.keyBox{
		background-image: url("../images/key/flow_pc.png");
	}
	.flowWrap{
		margin: 80px auto;
    width: 800px;
	}
	.flowBox dt{
	width: 22%;
}
	.flowBox dt span{
		font-size: 1.3rem;
		margin: 0 0 10px 0;
	}
	.flowBox dd{
		width: 70%;
	}
	.flowBox dd span{
		font-size: 1.4rem;
		margin: 0 auto 20px;
		padding: 5px 20px 20px;
	}
	.border{
		margin: 30px 11% 40px;
    width: 5px;
    height: 100px;
	}
}