@charset "UTF-8";

body {
}
.pricelist_box {
    width: 1000px;
    margin-left: -20px;
}
.price_set {
    width: 310px;
    min-height: 190px;
    float: left;
    margin: 0 0 10px 20px;z
}
.pricelist_box:after,
.price_set:after {
	content: "";
	display: block;
	clear: both;
}
.card {
    float: left;
}
.card img {
    width: 177px;
    height: 140px;
    object-fit: contain;
}
.txt {
    padding-left: 180px;
    line-height: 1.4;
}
.t_red {
    color: #E60012;
}
.t_price {
    color: #E60012;
    font-size: 2em;
    line-height: 1;
}
.price_note {
    font-size: 13px;
}
@media screen and (max-width:640px){
    .pricelist_box {
    width: 100%;
    margin-left: 0;
    }
    .price_set {
        width: 90%;
        min-height: 130px;
        float: none;
        margin: 0 0 20px 0;
    }
    .card img {
        width: 100px;
        height: auto;
    }
    .txt {
        padding-left: 110px;
        line-height: 1.4;
    }
    .t_red {
        color: #E60012;
    }
    .t_price {
        color: #E60012;
        font-size: 2em;
        line-height: 1;
    }
    .price_note {
        font-size: 13px;
    }
}