@charset "UTF-8";
/* CSS Document */
@media (max-width: 700px) {
#flow{
	padding-top: 10%;
    padding-bottom: 0;
}
#flow ul{
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.flow_li_in{
	padding-top: 24px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 28px;
    border-radius: 8px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
	#flow ul li:last-child .flow_li_in{
		margin-bottom: 40px;
	}
.flow_txt{
	width: 100%;
}
.flow_txt_head{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.flow_txt_head h2{
    font-size: 21px;
    font-weight: 800;
    line-height: 1.3em;
    letter-spacing: 0.05em;
}
.flow_txt h3 {
	font-size: 18px;
}
.flow_txt h3 span {
	padding-bottom: 3px;
	background: linear-gradient(transparent 65%,#D9EEC4 65%);
}
.flow_num{
    margin-right: 12px;
    background-color: #dd0001;
    border-radius: 50%;
    height: 56px;
    width: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.flow_num_eng {
	display: inline-block;
    color: #FFFFFF;
    font-family: "Anton", sans-serif;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0.072em;
	margin-top: 3px;
    margin-bottom: 2px;
}
.flow_num_num {
	display: inline-block;
    font-family: "Anton", sans-serif;
    font-size: 24px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0.09em;
    color: #FFFFFF;
	margin-left: 1px;
}

.flow_txtbox{
	margin-top: 18px;
	margin-bottom: 24px;
}
.flow_txtbox p{
	font-size: 16px;
    line-height: 1.6em;
}
.flow_img{
	    width: 100%;
}
.flow_img img{
	width: 100%;
}
.flow_arrow{
    width: 64px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}
.flow_arrow img{
	width: 100%;
}
}