@charset "UTF-8";
/* ------------------------------------- */
/* 折込広告取扱基準 */
/* ------------------------------------- */
.rule .rulettl {
  padding: 15rem 0 10rem;
}
.rule .rulettl p.right {
  text-align: right;
  margin-bottom: 2.5rem;
}
.rule .rulettl h2.main-ttl {
  font-size: clamp(2.2rem, 2vw + 1rem, 2.8rem);
  letter-spacing: 1rem;
  margin-bottom: 6rem;
}
.rule .rulettl .inner {
  max-width: 790px;
  width: 95%;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 3rem;
}
.rule .rulettl .inner .box {
  text-align: justify;
}
.rule .rulettl .inner .box p {
  margin-bottom: 2.5rem;
}
.rule .rulettl .inner .box ol {
  padding-left: 3rem;
  list-style-type: decimal;
}
.rule .rulettl .inner .box ol li {
  margin-bottom: 2.5rem;
}
@media all and (-ms-high-contrast: none) {
  /* --- IEのみ --- */
}
@supports (-ms-ime-align: auto) {
  /* --- Edgeのみ --- */
}
@media only screen and (max-width: 599px) {
  /* --- スマートフォン縦 --- */
  .rule .rulettl {
    padding: 10rem 0 5rem;
  }
  .rule .rulettl h2.main-ttl {
    letter-spacing: .5rem;
    margin-bottom: 5rem;
  }
  .rule .rulettl .inner {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
}