section {
    margin-top: 40px;
}
section .items {
    gap: 40px;
}
section .items a {
    padding: 0;
    border: none;
}
section .items a::after {
    content: none;
}
section .items a .flex {
    gap: 16px;
    justify-content: space-between;
    align-items: stretch;
}
section .items a .flex .img img {
    box-shadow: none;
    width: 120px;
}
section .items a .flex .txt {
    width: calc(100% - 120px - 16px);
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction:column;
    flex:1;
}
section .items a .flex .txt .item_name {
    font-size: 14px;
}
section .items a .item_price {
    font-size: 17px;
    width: 100%;
    margin-bottom: 12px;
    margin-top:auto;
}
section .items a .item_price::before,
section .items a .item_price span {
    font-size: 10px;
}
section .items a .flex .txt::after {
    display: block;
    content: "\5546\54C1\3092\8A73\3057\304F\898B\308B>" !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    background-image: none !important;
    width: 73%;
    height: auto !important;
    padding: 9px 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
    color: #fff;
    background-color: #F3B9B9;
    border-radius: 50px;
}
#jn_search_c .search_box > span {
    margin-top: 40px;
    background-color: #F3E9DB;
}
@media screen and (min-width: 960px) {
    section {
        margin-top: 80px;
    }
    section .items {
        row-gap: 80px;
    }
    section .items a .flex {
        gap: unset;
    }
    section .items a .flex .img img {
        width: 200px;
    }
    section .items a .flex .txt {
        width: calc( 100% - 200px );
    }
    section .items a .flex .txt .item_name {
        font-size: 20px;
    }
    section .items a .item_price {
        font-size: 24px;
        margin-bottom: 20px;
    }
    section .items a .item_price::before,
    section .items a .item_price span {
        font-size: 14px;
    }
    section .items a .flex .txt::after {
        font-size: 16px;
        padding: 16px 40px;
        width: 50%;
    }
}