.sec1{
    padding:2.1% 0;
}
.sec1 .inner{
    width:1120px;
    overflow:hidden;
}
.sec1 .title{
    text-align:center;
    line-height:1.5;
    margin-bottom:0.625em;
}
.sec1 .title h1{
    font-size:2.25em;
    margin-bottom:0.56em;
}
.sec1 .title p{
    font-size:0.875em;
}
.sec1 ul{
    display:flex;
    align-items:flex-start;
    justify-content: space-between;
    flex-direction:row;
    flex-wrap:wrap;
    margin-bottom:1.875em;
}
.sec1 li{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    padding: 1.875em 0;
    width:49.1%;
    position:relative;
}
.sec1 li::before{
    border-bottom: 1px solid rgba(0,0,0,0.3);
    content:"";
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    width:300%;
}
.sec1 li .img-box{
    width: 10em;
    margin-right: 1em;
    flex-shrink: 0;
}
.sec1 li h5{
    line-height: 1.5;
    margin-bottom: 1.125em;
}
.sec1 li p{
    font-size: 0.875em;
    line-height: 1.5;
    margin-bottom: 0.214em;
}
.sec1 li p:last-child{
    margin-bottom: 0;
}
.sec1 li .input-box{
    border: 1px solid #000;
    position: relative;
    margin-right: 1.125em;
    display: inline-block;
    margin-top: 0.75em;
    text-align: center;
}
.sec1 li input{
    width: 8.125em;
    height: 2.125em;
    text-align: inherit;
    font-size: inherit;
}
.sec1 li .input-box p{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 3em;
}
.sec1 li .input-box p.minus{
    left: 0;
}
.sec1 li .input-box p.plus{
    right: 0;
}
.sec1 li .remove{
    font-size: 0.875em;
    text-decoration: underline;
}
.sec1 .send{
    height:3em;
    line-height:3;
    color:#fff;
    background-color:#000;
    text-align:center;
    display:block;
    width:42.3%;
    margin:0 auto;
}
.sec1 li:last-child::before{
    display:none;
}
@media only screen and (max-width:1245px){
    .sec1 .inner{
        width:90%;
    }
}
@media only screen and (min-width:1025px){
    .sec1 li:nth-last-child(2)::before{
        display:none;
    }
}
@media only screen and (max-width:1024px){
    .sec1{
        padding:8% 0;
    }
    .sec1 .title{
        margin-bottom:3.75em;
    }
    .sec1 .title h1{
        font-size:3em;
        margin-bottom:0.3125em;
        line-height: 1.2;
    }
    .sec1 .title p{
        font-size:1.875em;
    }
    .sec1 ul{
        margin-bottom:2.5em;
    }
    .sec1 li{
        padding: 2.5em 1.25em;
        width:100%;
    }
    .sec1 li .img-box{
        width: 12.5em;
        margin-right: 1.125em;
    }
    .sec1 li h5{
        font-size: 2em;
        line-height: 1.2;
        margin-bottom: 0.75em;
    }
    .sec1 li p{
        font-size: 1.75em;
        line-height: 1.2;
    }
    .sec1 li .input-box{
        font-size: 2em;
    }
    .sec1 li input{
        width: 7.125em;
        height: 1.6875em;
    }
    .sec1 li .input-box p{
        width: 2em;
        font-size: inherit;
    }
    .sec1 li .remove{
        font-size: 1.75em;
    }
    .sec1 .send{
        font-size: 2em;
        width:100%;
    }
}