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

.top1 .cate1_title {
  text-align: center;
}

.top1 .cate1_title > div {
  margin-bottom: 20px;
}

.top1 .cate1_title > div img {
  width: 34px;
  height: auto;
  display: inline-block;
}

.top1 .cate1_title h2 {
  font-weight: 400;
  letter-spacing: 0.12em;
}

.top1 .cate1_title p {
  letter-spacing: 0.08em;
}

.top1 .cate1_title span {
  border-bottom: 1px solid #c9a96a;
}
@media screen and (max-width: 768px) {
  .top1 .cate1_title {
    text-align: left;
  }

  .top1 .cate1_title > div {
    text-align: center;
  }
}
/* ---------- 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){
}

