.l-content .auto{
    margin: auto;
    display: block;
}

.l-content .summary{
    font-size: 21px;
}

.l-content .h2{
    height: 80px;
    background-image: url("/contents/info/dropoff_delivery_cart/img/bg_h2.png");
    background-repeat: no-repeat;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-content .scene .container{
    display: flex;
    justify-content: center;
}

.l-content .scene .container .item{
    width: 360px;
    border: 3px solid #bbbbbb;
    box-sizing: border-box;
}

.l-content .scene .container .item .flex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-content .scene .container .item .title{
    width: 200px;
    height: 60px;
    background-color: #0f218b;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-content .scene .container .item .problem{
    font-size: 16px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-content .scene .container .item .solution{
    margin: auto;
    width: 314px;
    height: 50px;
    background-color: #ececec;
    font-size: 18px;
    color: #0f218b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-content .means .inner{
    margin: auto;
    width: 1120px;
}

.l-content .means .h3{
    border-bottom: 3px solid #0f218b;
    font-size: 30px;
    display: flex;
    align-items: center;
}

.l-content .means .h3 span{
    font-size: 18px;
}

.l-content .means .text{
    color: #0f218b;
    font-size: 30px;
}

.l-content .means .note{
    margin: auto;
    padding: 26px 6px;
    width: 800px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.l-content .contact{
    margin: auto;
    width: 800px;
    border: 1px solid #cccccc;
}

.l-content .contact .title{
    height: 40px;
    background-color: #f5f5f5;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-content .contact .txt{
    height: 65px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.l-content .contact .txt span{
    font-size: 13px;
}