@charset "utf-8";
/* CSS Document */


/* ==========================
main
============================= */

.contents_box {
    background: url("../img/bg_right.png")no-repeat right bottom;
}


/* ==========================
category
============================= */
.category {
    background: url(../img/category.png)no-repeat center right;
    padding: 90px 0;
}
.cate_tit {
    background: url(../img/title_bg.png)no-repeat center;
    padding: 30px 0;
    margin: 0 auto 0 10%;
    max-width: 360px;
}
.cate_name {
    text-align: center;
    line-height: 0.8em;
    font-size: 230%;
}
.cate_name span {
    font-size: 40%;
}
/* ==========================
category
============================= */

p.contents_title span {
    font-size: 50%;
}
.product_box ul {
    max-width: 1030px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
.product_box li {
    margin: 0 15px 40px;
}
.product_box li a {
    text-decoration: none;
}
p.p_li_text {
    padding: 20px 0;
    text-align: left;
}
.product_box {
background: url("../img/support_bg.png")no-repeat left;
padding: 140px 0 70px;
}


@media screen and ( max-width: 1000px ){

}
@media screen and ( max-width: 767px ){

.category {
    background: url(../img/category.png)no-repeat center right;
    background-size: cover;
    padding: 0;
}
.cate_tit {
    width: 90%;
    margin: auto;
}
.product_box {
    background: url(../img/support_bg.png)no-repeat center right 17%;
    background-size: cover;
    padding: 40px 0 0px;
}
.product_box ul {
    max-width: 1030px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
}
@media print {


}