@charset "UTF-8";
.process-item{
	display: flex;
	margin-bottom: 1.2rem;
}
.process-item > .en{
    width: 7rem;
    display: inline-block;
    line-height: 1.1;
}
.process-item p{
    width: calc(100% - 7rem);
    line-height: 1.4;
}