
ul.recommend_inner_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
li.recommend_item {
    width: 249px;
    width: 235px;
}
.recommend_item .brand {
	font-size: 12px;
	margin-bottom: 3px;
}
.recommend_item .product_name {
	font-size: 16px;
}
.recommend_item .product_price span {
	font-size: 16px;
	font-weight: bold;
	font-family: "Montserrat", serif;
}
@media screen and (max-width:600px){
.recommend_slider_04 .recommend_slider .about__util_slider-arrow.slick-next,.recommend_slider .about__util_slider-arrow.slick-prev {
    display: none !important;
}
ul.recommend_inner_box {
    flex-wrap: wrap;
    justify-content: space-around;
}
li.recommend_item {
    width: 156px;
    width: 133px;
}
.recommend_item .brand {
    font-size: 11px;
    margin-bottom: 0;
}
.recommend_item .product_name {
    font-size: 13px;
}
.recommend_item .product_price span {
    font-size: 15px;
}
}

/* 赤字終了文言追加 */
@media screen and (min-width: 1040px) {
    .endtext {
        margin: 30px auto 0;
        text-align: center;
        width: 70%;
        color: red;
        max-width: 900px;
    }
    .endtext .line {
        padding: 10px 0;
        border: 3px solid red;
        margin: 0 auto;
        color: red;
        font-size: 18px;
        font-weight: bold;
    }
}
@media screen and (max-width: 1039px) {
    .endtext {
        margin: 20px auto 0;
        text-align: center;
        color: red;
    }
    .endtext .line {
        padding: 10px 0;
        border: 3px solid red;
        width: 80%;
        margin: 0 auto;
        color: red;
        font-weight: bold;
    }
}