@charset "utf-8";
/* top ***************************************************/
.subTopBox {
  width: 100%;
}
.panList {
  padding-top: 220px;
}
.panList ul {
  display: inline-flex;
  align-items: center;
}
.panList ul li {
  margin: 0 6px;
}
.panList ul li:first-child {
  margin: 0 6px 0 0;
}
.panList ul li:last-child {
  margin: 0 0 0 6px;
}
.panList ul li a {
  color: #000;
  font-weight: bold;
}
.panCircle {
  position: relative;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}
.panList ul li.panPreMenu a {
  color: #aaa;
}
.sub_h1-styleA {
  font-size: 3em;
  font-weight: bold;
  margin: 35px auto 0;
  letter-spacing: 0.1em;
}

/* mv ***************************************************/
.subMv {
  height: 100vh;
  max-height: 500px;
  min-height: 350px;
}

@media only screen and (max-width: 768px) {
  /* top ***************************************************/
  .panList {
    padding-top: 170px;
    font-size: 0.85em;
  }
  .panList ul li {
    margin: 0 4px;
  }
  .panList ul li:first-child {
    margin: 0 4px 0 0;
  }
  .panList ul li:last-child {
    margin: 0 0 0 4px;
  }
  .panCircle {
    position: relative;
    width: 4px;
    height: 4px;
  }
  .sub_h1-styleA {
    font-size: 2.2em;
    margin: 12px auto 0;
  }

  /* mv ***************************************************/
  .subMv {
    height: 50vh;
    min-height: 180px;
    max-height: 285px;
  }
}

@media only screen and (max-width: 468px) {
}
