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

/* -----------------------------------------------------------
	main_img
----------------------------------------------------------- */

.area #main_img{
	background: url(../img/order_flow_main.jpg);
	height: 400px;
	    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.area .main_title{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 84px;
    font-size: 40px;
    text-align: center;
}
.area .contents_inner {
    text-align: center;
}
.area_title {
    font-size: 26px;
    border-left: 5px solid #699936;
    padding-left: 14px;
    margin-bottom: 10px;
    text-align: left;
}
.area_list {
    text-align: left;
    margin-bottom: 30px;
}
@media screen and (max-width: 750px){

}
