@charset "utf-8";
/* CSS Document */
.cate1, .cate2, .cate3 {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.titlebox4 .jptitle {
  width: auto;
    text-align: left;
}
/* ---------- 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) {

}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}