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

#order{
	    margin-top: 6.92%;
    padding-right: 6.15%;
    padding-left: 6.15%;
}
#order .content_wrap{
	padding-left: 96px;
    padding-right: 96px;
    box-sizing: border-box;
}
#order_flow{
	margin-bottom: 13.07%;
}
#order_flow ul{
	
}
#order_flow ul li{
    display: flex;
    margin-bottom: 72px;
}
.order_flow_ico{
	height: 96px;
	width: 96px;
	border-radius: 50%;
	background-color: #f7f8fb;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 40px;
}
.order_flow_ico img{
	width: 53.84%;
	display: block;
}
.order_flow_num-txt{
	display: flex;
}
.order_flow_num-txt .eng{
	font-size: 40px;
    letter-spacing: 4.8px;
    line-height: 1em;
    font-weight: 500;
    margin-right: 32px;
	position: relative;
}
.order_flow_num-txt .eng::after{
	position: absolute;
    content: "";
    width: 1px;
    height: 100%;
        bottom: -56.15%;
    left: 50%;
    background-color: #002236;
    z-index: -1;
}
.order_flow_txt h3{
	    font-size: 32px;
    line-height: 1em;
    font-weight: 600;
	margin-bottom: 8.46%;
}
.order_flow_txt a{
	text-decoration: underline;
}
.order_flow_txt p{
	font-size: 16px;
    line-height: 1.8em;
    font-weight: 500;
}


#order_notice{
	margin-bottom: 10%;
}
#order_notice .child_border-tit{
	    margin-bottom: 3.84%;
}
#order_notice ul{
	list-style:decimal;
	padding-left: 24px;
}
#order_notice ul li{
	font-size: 15px;
    line-height: 1.8em;
    font-weight: 500;
    margin-bottom: 10px;
}
