@charset "utf-8";

.midashi-zumen{
    background: no-repeat center url(../img/bg-drawing.webp);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 0;
    margin: 2rem auto;
    min-height: 240px;
}

.flow{
	list-style: none;
	background-color: #f2f2f2;
	padding: 0.125rem 1rem 2rem;
	border-radius: 1rem;
	text-align: center;
}
.flow li h3 {
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

