@charset "utf-8";
.content-inner.w960 {
    max-width: 1000px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

.cf {
    zoom: 1;
}
.cf:after {
    display: block;
    clear: both;
    height: 0;
    content: '';
}

.main_image {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto 40px auto;
    padding: 0 20px;
    text-align: center;
}
.main_image img {
    width: 100%;
    height: auto;
}

h2 img {
    margin: 0 0 30px 0;
}
.printer_features {
    margin: 0 0 80px 0;
}
.features_list {
    margin: 0;
    padding: 0;
}
.features_list li {
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.features_list li img {
    display: block;
    min-width: 330px;
    max-width: 500px;
    width: auto;
    margin: 0 auto 30px auto;
}
.features_list li h3 {
    margin: 0 0 20px 0;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.4;
    color: #000;
    text-align: center;
}
.features_list li p {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: left;
}
.features_list li p.notice {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
}
.ie8 .features_list {
    margin: 0;
    padding: 0;
}
.ie8 .features_list li {
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.campaign_term {
    margin: 0 0 80px 0;
}
.campaign_term p {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    text-align: center;
}
.campaign_term p.campaign_link {
    margin: 0 0 40px 0;
}
.campaign_term p.campaign_link a {
    color: #2950a5;
    word-wrap: break-word;
}
.campaign_term p.campaign_link a:hover{
    text-decoration: underline;
    filter: alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)"; /* IE 8,9 */
    -moz-opacity:0.7; /* FF , Netscape */
    -khtml-opacity: 0.7; /* Safari 1.x */
    opacity: 0.7;
}

.target_items {
    margin: 0 0 80px 0;
}
.target_items h3 {
    padding: 6px 10px;
    font-size: 26px;
    font-size: 2.6rem;
    color: #fff100;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    background-color: #000;
}
/* キャッシュバックアイテムリスト */
.item_list {
    margin: 0 0 60px 0;
    border-bottom: 1px solid #ccc;
}
.item_list ul {
    margin: 0 -15px;
    padding: 0;
}
.item_list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.3333%;
    height: 100%;
    margin: 10px 0 40px 0;
    padding: 0 15px 0 15px;
}
.item_list li a {
    display: block;
}
.item_list li a:hover {
    text-decoration: none;
}
.item_list li a:hover .name {
    text-decoration: underline;
}
.item_list li .list_inner {
    display: block;
    text-decoration: none;
    text-align: center;
}
.item_list li .list_inner .image {
    margin-bottom: 10px;
    text-align: center;
}
.item_list li .list_inner .image img {
    max-width: 240px;
    width: 100%;
    height: auto;
}
.item_list li .list_inner span {
    display: block;
}
.item_list li .list_inner .price {
    display: inline-block;
    padding: 2px 8px 1px 8px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    color: #fff;
    background-color: #ff0000;
}
.item_list li .list_inner .name {
    position: relative;
    height: 45px;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #2950a5;
    text-align: left;
    word-break: break-all;
}
.item_list li .list_inner .name:before,
.item_list li .list_inner .name:after {
    position: absolute;
    background: #fff;
}
.item_list li .list_inner .name:before {
    content: "･･･";
    bottom: 0;
    right: 0;
}
.item_list li .list_inner .name:after {
    content: '';
    width: 100%;
    height: 100%;
}
.item_list ul li .list_inner .text {
    position: relative;
    margin-top: 15px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    word-break: break-all;
}
.item_list ul li .list_inner .text:before,
.item_list ul li .list_inner .text:after {
    position: absolute;
    background: #fff;
}
.item_list ul li .list_inner .text:before {
    content: "･･･";
    bottom: 0;
    right: 0;
}
.item_list ul li .list_inner .text::after {
    content: '';
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 920px) {
    .printer_features {
        margin: 0 0 60px 0;
    }
    .features_list li h3 {
        margin: 0 0 20px 0;
        font-size: 26px;
        font-size: 2.6rem;
        font-weight: bold;
        line-height: 1.4;
        color: #000;
        text-align: center;
    }
    .features_list li p {
        margin: 0 0 20px 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        text-align: left;
    }
    .features_list li p.notice {
        margin: 0;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .campaign_term {
        margin: 0 0 60px 0;
    }
    .campaign_term p {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6;
        text-align: center;
    }

    .target_items {
        margin: 0 0 60px 0;
    }
    .target_items h3 {
        padding: 6px 10px;
        font-size: 24px;
        font-size: 2.4rem;
        color: #fff100;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
        background-color: #000;
    }

    .item_list li .list_inner .price {
        display: inline-block;
        padding: 2px 8px 1px 8px;
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.5;
        color: #fff;
        background-color: #ff0000;
    }
}


@media screen and (max-width: 599px) {
    .content-inner.w960 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6;
    }

    .main_image {
        margin: 10px 0 20px 0;
        padding: 0 10px;
    }

    h2 img {
        margin: 0 0 20px 0;
    }

    .printer_features {
        margin: 0 0 40px 0;
    }
    .features_list {
        margin: 0;
        padding: 0;
    }
    .features_list li {
        float: none;
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 0 30px 0;
        text-align: center;
    }
    .features_list li img {
        display: block;
        min-width: initial;
        max-width: initial;
        width: 80%;
        margin: 0 auto 20px auto;
    }
    .features_list li h3 {
        margin: 0 0 20px 0;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1.4;
    }
    .features_list li p {
        margin: 0 0 15px 0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .features_list li p.notice {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .campaign_term {
        margin: 0 0 40px 0;
    }
    .campaign_term p {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: left;
    }
    .campaign_term p br {
        display: none;
    }
    .campaign_term p.campaign_link {
        margin: 0 0 30px 0;
    }
    .campaign_term p.campaign_link a {
        color: #2950a5;
        word-wrap: break-word;
    }
    .campaign_term p.campaign_link a:hover{
        text-decoration: underline;
        filter: alpha(opacity=100);/* IE 6,7*/
        -ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
        -moz-opacity: 1.0; /* FF , Netscape */
        -khtml-opacity: 1.0; /* Safari 1.x */
        opacity: 1.0;
    }


    .target_items {
        margin: 0 0 40px 0;
    }
    .target_items h3 {
        padding: 4px 10px;
        font-size: 15px;
        font-size: 1.5rem;
        color: #fff100;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
        background-color: #000;
    }

    /* キャッシュバックアイテムリスト */
    .item_list {
        margin: 0 0 40px 0;
        border-bottom: 1px solid #ccc;
    }
    .item_list ul {
        margin: 0;
        padding: 0;
    }
    .item_list li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 50%;
        height: 100%;
        margin: 0 0 30px 0;
        padding: 0 15px 0 15px;
    }
    .item_list li a {
        display: block;
    }
    .item_list li a:hover {
        text-decoration: none;
        filter: alpha(opacity=100);/* IE 6,7*/
        -ms-filter: "alpha(opacity=100)"; /* IE 8,9 */
        -moz-opacity: 1.0; /* FF , Netscape */
        -khtml-opacity: 1.0; /* Safari 1.x */
        opacity: 1.0;
    }
    .item_list li a:hover .name {
        text-decoration: none;
    }
    .item_list li .list_inner {
        display: block;
        text-decoration: none;
        text-align: center;
    }
    .item_list li .list_inner .image {
        margin-bottom: 0;
        text-align: center;
    }
    .item_list li .list_inner .image img {
        max-width: 240px;
        width: 100%;
        height: auto;
    }
    .item_list li .list_inner span {
        display: block;
    }
    .item_list li .list_inner .price {
        display: inline-block;
        padding: 2px 8px 1px 8px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.5;
        color: #fff;
        background-color: #ff0000;
    }
    .item_list li .list_inner .name {
        position: relative;
        height: 38px;
        overflow: hidden;
        margin-bottom: 10px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
        color: #2950a5;
        text-align: left;
        word-break: break-all;
    }
    .item_list ul li .list_inner .text {
        position: relative;
        margin-top: 10px;
        height: 38px;
        overflow: hidden;
        margin-bottom: 15px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
        text-align: left;
        word-break: break-all;
    }
}
