@media (max-width: 736px) {
  .only-pc {
    display: none !important;
  }
}

@media (min-width: 737px) {
  .only-sp {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .l-auto-header__inner, .l-auto-local-header__inner {
    width: 1020px;
  }
  .l-auto-local-header {
    min-width: 1020px;
  }
  body, html {
    width: auto;
    min-width: 1020px;
  }
}
@media (max-width: 768px) {
  .l-auto-header__inner {
    margin: 0 auto !important;
  }
}
.wrapper {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  color: #303030;
  font-family: "Noto Sans JP", sans-serif;
  max-width: 100%;
}
@media (max-width: 736px) {
  .wrapper {
    width: 100%;
    min-width: 0;
    font-size: 12px;
    line-height: 21px;
  }
}

.wrapper-content {
  width: 760px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 736px) {
  .wrapper-content {
    width: 100%;
    min-width: 0;
  }
}

.text-bold {
  font-weight: 700;
}

img {
  max-width: 100%;
}

@media (min-width: 737px) {
  .over {
    transition: all 0.35s ease;
  }
}
@media (min-width: 737px) and (hover: hover) {
  .over:hover {
    opacity: 0.7;
  }
}