@charset "utf-8";

/* sale c
-------------------------------------------*/

.c_page .main_area {
    margin-bottom: 30px;
}

.c_page .main_area .image + p {
    margin: 25px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.c_page .main_area .bnr {
    padding: 0 25px;
    text-align: center;
}

.c_page .main_area .bnr a {
    display: inline-block;
}

.c_page .ttl_sec {
    padding: 13px 20px;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    background-color: #001eaa;
}

.c_page .item_area {
    margin-bottom: 80px;
}

.c_page .item_area .bnr {
    margin-top: 40px;
    padding: 0 25px;
    text-align: center;
}

.c_page .item_area .bnr a {
    display: inline-block;
}

.c_page .item_list + .ttl_sec {
    margin-top: 40px;
}

.c_page .item_list {
    position: relative;
    overflow: hidden;
}

.c_page .item_list:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #cccccc;
}

.c_page .item_list ul {
    margin: 0 -10px;
    zoom: 1;
}

.c_page .item_list ul:after {
    display: block;
    clear: both;
    height: 0;
    content: '';
}

.c_page .item_list ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 16.66666%;
    padding: 30px 10px;
    border-bottom: #cccccc solid 1px;
}

.c_page .item_list ul li a {
    display: block;
}

.c_page .item_list ul li a:hover {
    text-decoration: none;
}

.c_page .item_list ul li a:hover .name,
.c_page .item_list ul li a:hover .text {
    text-decoration: underline;
}

.c_page .item_list ul li .list_inner {
    display: block;
    text-decoration: none;
}

.c_page .item_list ul li .list_inner span {
    display: block;
}

.c_page .item_list ul li .list_inner .image {
    margin-bottom: 10px;
    text-align: center;
}

.c_page .item_list ul li .list_inner .image img {
    max-width: 100%;
    height: auto;
}

.c_page .item_list ul li .list_inner .name {
    position: relative;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #2950a5;
    text-align: left;
    word-break: break-all;
}

.c_page .item_list ul li .list_inner .price {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
    color: #ff0000;
    text-align: center;
    line-height: 1;
}

.c_page .item_list ul li .list_inner .text {
    position: relative;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    word-break: break-all;
}

.c_page .item_list ul li .list_inner .name:before,
.c_page .item_list ul li .list_inner .name:after,
.c_page .item_list ul li .list_inner .text:before,
.c_page .item_list ul li .list_inner .text:after {
    position: absolute;
    background: #fff;
}

.c_page .item_list ul li .list_inner .name:before,
.c_page .item_list ul li .list_inner .text:before {
    content: "･･･";
    bottom: 0;
    right: 0;
}

.c_page .item_list ul li .list_inner .name:after,
.c_page .item_list ul li .list_inner .text:after {
    content: '';
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    ul.cal_itemList li .i_price span {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .c_page .item_list ul li {
        width: 25%;
    }
}

@media screen and (max-width: 599px) {
    /* sale c
-------------------------------------------*/
    .c_page .main_area {
        margin-bottom: 15px;
    }
    .c_page .main_area .image + p {
        margin: 15px 0;
        font-size: 10px;
        font-size: 1rem;
    }
    .c_page .ttl_sec {
        padding: 7px 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .c_page .item_area {
        margin-bottom: 40px;
    }
    .c_page .item_list + .ttl_sec {
        margin-top: 20px;
    }
    .c_page .item_list ul {
        margin: 0 -7px;
    }
    .c_page .item_list ul li {
        width: 33.33333%;
        padding: 15px 7px;
    }
    .c_page .item_list ul li .list_inner .name {
        height: 28px;
        overflow: hidden;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.2;
        text-align: left;
        word-break: break-all;
    }
    .c_page .item_list ul li .list_inner .price {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .c_page .item_list ul li .list_inner .text {
        height: 28px;
        overflow: hidden;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.2;
        text-align: left;
        word-break: break-all;
    }
}