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

.inner{display: -webkit-box; display: flex;  -webkit-box-pack: justify; justify-content: space-between; flex-wrap: wrap; align-items: flex-start;}
.inner p{margin:0 0 40px;}
.flow_exp{width:100%;}
.inner img{margin:0 0 40px;}
.inner p:not(.flow_exp){width:500px;}
p span{width: 18px; height:18px; margin: 0 1em 0 0; background: #71dae2; color: #fff; border-radius: 9px; float: left; display: block; text-align: center;}
@media screen and (max-width: 720px){
	.inner img {display: block; width: 100%; max-width: 300px; margin: 0 auto 20px;}
	.inner p:not(.flow_exp){width: 100%; margin: 0 0 20px;}
}