@media (max-width: 768px){
#contents h2 {
    font-size: 24px;
}
}

#delivery,#payment,#info{
	background: #fff;
    padding: 1em;
}
#contents h2{
    border-bottom: 1px solid #eee !important;
    width: 98%;
    line-height: 2;
    padding: 1%;
    margin: 0 0 0.8em;
}

#info .row{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
#delivery dl,#payment dl{
        padding: 0 1%;
}

/* delivery_s1 */
#delivery_s1{
    display: flex;
    justify-content: center;
}

#delivery_s1 .contents>div{
    width: 400px;
    position: absolute;
    top: 130px;
    text-align: center;
}

#delivery_s1 .f_green{
    color: #749766;
    border-bottom: 1px solid #749766;
    font-weight: bold;
    font-size: 20px;
}

#delivery_s1 .f_b{
    font-weight: bold;
}

#delivery_s1 .f_b_l{
    border-bottom: 1px solid;
    font-weight: bold;
}

#delivery_s1 .contents>div>div>div{
    border: 1px solid;
    background: rgba(255, 255, 255, 0.5);
    padding: 10px 23px;
}

#delivery_s1 .contents>div>div{
    border-top: 1px solid rgba(0,0,0,0.3);
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding: 15px 0 27px 0;
}

#delivery_s1 .contents>div>div p:last-child{
    text-align: start;
}

#delivery_s1 .ttl{
    font-size: 23px;
}

#delivery_s1 .contents>div p:not(.ttl){
    line-height: 1.8em;
    display: block;
    margin: 20px 0 30px 0;
}

#delivery_s1 img{
    margin:-27px 0 35px 324px;
}

#delivery_s1 h3{
    position: relative;
    text-align: center;
    font-size: 25px;
    font-weight: 100;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

#delivery_s1 .contents>div p{
    line-height: 2em;
}

@media (min-width: 768px){
    #delivery_s1 .sp{
        display: none;
    }
}
@media (max-width: 768px){
    #delivery_s1{
        margin-bottom: 10vw;
    }

    #delivery_s1 .pc{
        display: none;
    }

    #delivery_s1 .contents>div{
        position: relative;
        width: auto;
        top: 0;
    }

    #delivery_s1 img{
        margin: 0;
        position: absolute;
        left: 55%;
        transform: translateX(-50%);
        top: 51vw;
    }

    #delivery_s1 .contents .txt{
        margin: 0vw 0 80vw 0 !important;
        z-index: 1;
        position: relative;
        text-align: start;
    }

    #delivery_s1 h3{
        font-size: 6vw;
        z-index: 1;
        position: relative;
    }

    #delivery_s1 .f_green{
        font-size: 5vw;
        line-height: 1.5em;
        letter-spacing: 0.05em;
    }
}