.foodprint-parent-box .images-top-head {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}
.foodprint-parent-box .images-top-head .images img{
    min-height: 152px;
}
@media (min-width: 360px) {
    .foodprint-parent-box .images-top-head .images img {
        min-height: 172px;
    }
}
@media (min-width: 375px) {
    .foodprint-parent-box .images-top-head .images img {
        min-height: 180px;
    }
}
@media (min-width: 390px) {
    .foodprint-parent-box .images-top-head .images img {
        min-height: 187px;
    }
}
@media (min-width: 414px) {
    .foodprint-parent-box .images-top-head .images img {
        min-height: 199px;
    }
}
@media (min-width: 430px) {
    .foodprint-parent-box .images-top-head .images img {
        min-height: 207px;
    }
}

.foodprint-parent-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.foodprint-parent-box .txt-img-head {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    margin-top: -2px;
    position: relative;
}

.foodprint-parent-box .txt-img-head p {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 500;
    padding: 10px;
}
.foodprint-parent-box .column-ct .title-box h2 {
    font-size: 16px;
    line-height: 16px;
    color: #000;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.foodprint-parent-box .column-ct .title-box h2:after {
    content: '';
    border-bottom: 2.3px solid #d61518;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    z-index: 9;
}

.foodprint-parent-box .column-ct {
    margin-bottom: 40px;
}

.foodprint-parent-box .column-ct .inline-border-2 {
    height: 2px;
    width: 100%;
    background: #000;
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.foodprint-parent-box .row-ct-foodprint {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.foodprint-parent-box .row-ct-foodprint .item-box {
    width: calc(100% / 2);
    padding-right: 7.5px;
    padding-left: 7.5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.foodprint-parent-box .row-ct-foodprint .item-box-3 {
    width: calc(100% / 2);
    padding-right: 7.5px;
    padding-left: 7.5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.foodprint-parent-box .row-ct-foodprint .images-box {
    background-color: #f7f7f7;
    margin-bottom: 10px;
    min-height: 150px;
}
.foodprint-parent-box .row-ct-foodprint .images-box img {
    min-height: 150px;
}

.row-ct-foodprint .item-box-3 .images-box img {
    display: block;
    margin: 0 auto ;
}
.row-ct-foodprint .txt p {
    font-size: 14px;
    line-height: 23px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 1.6px;
}
.btn-red-dtf a {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    display: flex;
    width: 100%;
    padding: 10px 11px;
    background-color: #E61E02;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    margin-top: 20px;
}
@media (min-width: 992px) {
    .btn-red-dtf {
        padding: 0 40px;
    }
    .btn-red-dtf a {
        font-size: 22px;
        line-height: 24px;
        padding: 22px 20px;
        align-items: center;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
    }
}
.btn-red-dtf a:after {
    content: '';
    background: url('/common/design/user/img/guide/right-icon-dtf.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    width: 16px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-shrink: 0;
}
@media (min-width: 992px) {
    .btn-red-dtf a:after {
        width: 22px;
        height: 22px;
        position: unset;
        top: 0;
        transform: unset;
        margin-left: 5px;
    }
}
.section-review-foodprint .txt-top {
    margin-bottom: 20px;
}
.section-review-foodprint .txt-top p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1.6px;
    margin-bottom: 0;
}
.section-review-foodprint .txt-top .red-color {
    color: #C2172D;
}

.review-color-foodprint .line-txt-top {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}

.review-color-foodprint .line-txt-top p {
    font-size: 14px;
    line-height: 10px;
    letter-spacing: 1.6px;
    font-weight: 700;
    padding: 6px 11px;
    border-radius: 16px;
    background-color: #0072d2;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}
.review-color-foodprint .line-txt-top:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #0072d2;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.review-color-foodprint .images-color {
    width: 155px;
    max-height: 130px;
    margin: 0 auto 20px;
}
.review-color-foodprint .txt-top span {
    color: #d20000;
}
.review-color-foodprint .row-ct-foodprint {
    margin: 0;
}
.review-color-foodprint .row-ct-foodprint .item-box-full {
    width: 100%;
}
.review-color-foodprint .row-ct-foodprint .item-box-full .images-box {
    min-height: auto;
}
.review-color-foodprint .row-ct-foodprint .images-box {
    padding: 20px 19px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
}

.review-color-foodprint .row-ct-foodprint .images-box .txt p {
    color: #000;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}
.review-color-foodprint .row-ct-foodprint .images-box img {
    max-width: 400px;
    max-height: unset;
}
.column-ct .error-box .title-error {
    padding: 20px;
    border-radius: 10px;
    background-color: #ffecec;
    margin-bottom: 50px;
}
.column-ct .error-box .title-error h2 {
    font-size: 18px;
    line-height: 28px;
    color: #C2172D;
    font-weight: 700;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1.6px;
}
.column-ct .error-box .title-error h2:before {
    content: '';
    background: url('/common/design/user/img/guide/error-icon-dtf.png') no-repeat;
    background-size: 100% 100%;
    width: 33px;
    height: 28px;
    display: block;
    margin-right: 5px;
}
.column-ct .error-box .title-error span {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1.6px;
}
.section-note-send-db-foodprint .item-box {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.section-note-send-db-foodprint .item-box:last-child {
    margin-bottom: 0;
}
.section-note-send-db-foodprint .item-box .left-box .images {
    width: 100px;
    display: flex;
    flex-shrink: 0;
}
.section-note-send-db-foodprint .item-box .right-box p {
    font-size: 16px;
    line-height: 21px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 1.6px;
}
.section-note-send-db-foodprint .item-box:last-child .right-box span:before {
    content: '・';
    display: block;
    margin-right: 2px;
}
.section-note-send-db-foodprint .item-box .right-box span {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1.6px;
    display: flex;
    align-items: start;
}
.section-note-send-before-foodprint .txt-content {
    margin-bottom: 20px;
}
.section-note-send-before-foodprint .txt-content .box-content {
    padding: 20px;
    background-color: #f7f7f7;
    margin-bottom: 10px;
    border-radius: 10px;
}

.section-note-send-before-foodprint .txt-content .box-content:last-child {
    margin-bottom: 0;
}
.section-note-send-before-foodprint .txt-content .box-content p {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 1.6px;
    color: #000;
    margin-bottom: 0;
}

.section-note-send-before-foodprint .error-box .txt {
    margin-bottom: 22px;
}
.section-note-send-before-foodprint .error-box .txt:last-child {
    margin-bottom: 0;
}
.section-note-send-before-foodprint .error-box .txt h3 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 4px;
    font-weight: 700;
    display: flex;
    align-items: start;
    letter-spacing: 1.6px;
}

.section-note-send-before-foodprint .error-box .txt h3:before {
    content: '';
    background: url('/common/design/user/img/guide/foodprint/icon-q-foodprint.png') no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    display: flex;
    margin-right: 5px;
    flex-shrink: 0;
}
.section-note-send-before-foodprint .error-box .txt span {
    font-size: 14px;
    line-height: 23px;
    display: block;
    font-weight: 500;
}
.foodprint-parent-box-add-news .txt-htp p {
    font-size: 12px;
    line-height: 17px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 0;
}
.dtf-parent-box-add-news .images-top-head .images {
    margin-bottom: 19px;
}
.dtf-parent-box-add-news .images-top-head img {
    max-height: 200px;
    object-fit: cover;
    display: block;
}
.dtf-parent-box-add-news .images-top-head {
    margin-bottom: 30px;
}
.dtf-parent-box-add-news .title-underline {
    margin-bottom: 15px;
}
.dtf-parent-box-add-news .column-ct {
    margin-bottom: 40px;
}
.dtf-parent-box-add-news .btn-red-dtf a {
    min-height: 45px;
    align-items: center;
}
.dtf-parent-box-add-news .btn-red-dtf a:after {
    position: unset;
    display: block;
    margin-left: 4px;
    top: unset;
    transform: unset;
    margin-bottom: 3px;
}
.foodprint-parent-box .row-ct-foodprint .img__custom--side img {
    max-width: 132px ;
    min-height: 90px;
}
.section-review-foodprint .row-ct-sublimation-sp .images-box img ,
.custom_width--boxone .row-ct-foodprint .images-box img ,
.custom_width--boxtwo .row-ct-foodprint .item-box-3 img {
    max-width: 100%;
    max-height: 100%;
    padding: 0;
}
.custom_width--boxone .row-ct-foodprint .images-box img {
    min-height: 166px;
    max-height: 166px;
}
.custom_width--boxtwo .row-ct-foodprint .item-box-3 img {
    min-height: 150px;
    max-height: 150px;
}
.note__box {
    margin-bottom: 30px;
}
.note__box:last-child {
    margin-bottom: 0;
}
.note__box span  {
    font-size: 14px;
    font-weight: 500;
    line-height: 22.4px;
    letter-spacing: 1.6px;
    text-align: left;
}
.foodprint-parent-box .column-ct:last-child {
    margin-bottom: 30px;
}
.note__star--box p {
    display: flex;
    gap: 10px;
}
.note__star--box p:before {
    content: '※';
    display: block;
}