@charset "UTF-8";
/* CSS Document */

#flow{
	padding-top: 6.15%;
    padding-bottom: 6.15%;
}
#flow ul{
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.flow_li_in{
	padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 24px;
    border-radius: 8px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.flow_txt{
	width: 52.3%;
}
.flow_txt_head{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.flow_txt_head h2{
    font-size: 26px;
    font-weight: 800;
    line-height: 1.3em;
    letter-spacing: 0.05em;
}
.flow_txt h3 {
	
}
.flow_txt h3 span {
	padding-bottom: 3px;
	background: linear-gradient(transparent 65%,#D9EEC4 65%);
}
.flow_num{
    margin-right: 16px;
    background-color: #dd0001;
    border-radius: 50%;
    height: 72px;
    width: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.flow_num_eng {
    color: #FFFFFF;
    font-family: "Anton", sans-serif;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.09em;
    margin-bottom: 4px;
}
.flow_num_num {
    font-family: "Anton", sans-serif;
    font-size: 32px;
    line-height: 1em;
    font-weight: 500;
    letter-spacing: 0.09em;
    color: #FFFFFF;
}

.flow_txtbox{
	margin-top: 20px;
}
.flow_txtbox p{
	font-size: 16px;
    line-height: 1.7em;
}
.flow_img{
	    width: 42.3%;
}
.flow_img img{
	width: 100%;
}
.flow_arrow{
    width: 88px;
    margin-top: 1.53%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.53%;
}
.flow_arrow img{
	width: 100%;
}
