@charset "UTF-8";
/* CSS Document */
@media (max-width: 700px) {
#order{
	    margin-top: 40px;
    padding-right: 6.15%;
    padding-left: 6.15%;
}
#order .content_wrap{
	padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}
	#order .child_h2_h2{
		margin-bottom: 26px;
	}
#order_flow{
	margin-bottom: 22.3%;
}
#order_flow ul{
	
}
#order_flow ul li{
    display: flex;
    margin-bottom: 50px;
	justify-content: space-between;
}
.order_flow_ico{
	max-height: 56px;
	max-width: 56px;
	border-radius: 50%;
	background-color: #f7f8fb;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0;
	box-sizing: border-box;
	width: 19.23%;
}
.order_flow_ico img{
	width: 28px;
	display: block;
	box-sizing: border-box;
}
.order_flow_num-txt{
	display: flex;
	box-sizing: border-box;
	width: 77.69%;
}
.order_flow_num-txt .eng{
	font-size: 26px;
    letter-spacing: 2px;
    line-height: 1em;
    font-weight: 500;
    margin-right: 8px;
	position: relative;
	box-sizing: border-box;
}
.order_flow_num-txt .eng::after{
	position: absolute;
    content: "";
    width: 1px;
    height: 100%;
        bottom:-32px;
    left: 50%;
    background-color: #002236;
    z-index: -1;
}
.order_flow_txt h3{
	    font-size: 22px;
    line-height: 1em;
    font-weight: 600;
	margin-bottom: 16px;
}
.order_flow_txt a{
	text-decoration: underline;
}
.order_flow_txt p{
	font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
}


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