body {
    margin: 0;
    padding: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    background-color: #FFF;
    height: 100%;
    word-wrap: break-word;
    font-weight: 500;
}

img {
    display: block;
    width: 100%;
}

.main_image {
    margin-bottom: 35px;
    background: #11c7d2;
}

.main_image p {
    padding: 20px 0 40px;
    text-align: center;
    color: white;
    font-size: 200%;
    font-weight: bold;
}

._midashi {
    background: url('https://www.isunokoujyou.com/hpgen/HPB/theme/img/Tline-scolumn.gif') repeat-x scroll left bottom transparent;
    color: #333333;
    font-size: 90%;
    font-weight: bold;
    line-height: 165%;
    margin-bottom: 15px;
    padding: 0 0 10px;
}

.item_tile {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.item_tile li {
    width: 23.5%;
    list-style-type: none;
    margin: 0 2% 3.5% 0;
    font-size: 80%;
    line-height: 130%;
    padding-bottom: 15px;
    border-bottom: 1px solid lightgrey;
}

.item_tile li:nth-child(4n) {
    margin-right: 0;
}

.item_tile a {
    text-decoration: none;
    color: #333;
}

.item_tile p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 8px 0;
}

.item_tile>li>a>div {
    text-align: right;
}

.regular_price {
    text-decoration: line-through;
}

.sale_price {
    margin-top: 8px;
    font-size: 135%;
    color: red;
}

.sale_price span {
    display: block;
}

.sale_price span:last-child {
    margin-top: 8px;
    font-size: 115%;
}

.sale_price span:last-child::before {
    content: "⇒";
    margin-right: 5px;
}