@charset "utf-8";
/* CSS Document */
.cate2{
    background: #F8F8F8;
}




/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
        .pagetitle_d1 .pagetitle .titlebox p {
        font-size: 40px;
                letter-spacing: 0.1em;
    }
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

