/* product-block-items */

/* .product-block:nth-of-type(1) {
    margin-bottom: 100px;
} */

.product-block-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-block-items {
    margin-bottom: 70px;
}

.product-block-items:last-child {
    margin-bottom: 140px;
}

.line-break {
    display: block;
}

.product-block-items .small-text {
    font-size: 100%;
    line-height: 2;
}

.note-mark {
    position: relative;
    padding-left: 15px;
}

.note-mark::before {
    /* font-size: 80%; */
    position: absolute;
    content: '※';
    top: 0;
    left: 0;
}


@media (min-width: 768px) {

    .product-block {
        align-items: start;
    }
    
    .product-block-items .product-block__text {
        width: 500px;
    }
    
    .product-block-items .product-block__image {
        min-width: 215px;
        padding-top: 55px;
    }

    .product-block-items .small-text:first-child {
        margin-top: 20px!important;
    }
    
    .product-block-items .small-text:last-child {
        margin-bottom: 0!important;
    }
    .product-block-items .small-text {
        font-size: 80%;
        margin-bottom: 5px!important;
    }
    .product-block-items {
        margin-bottom: 100px;
    }
    .product-block-items:last-child {
        margin-bottom: 140px;
    }
    .note-mark::before {
        position: absolute;
        content: '※';
        top: 0;
        left: 0;
    }
    
    .note-mark-num {
        padding-left: 12px;
    }

}
/* product-block-items */