@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
.altiri-section {
  position: relative;
  padding-top: 64px;
  z-index: 1;
  width: 100%;
}
.altiri-section img {
  margin: initial;
}
.altiri-section a {
  text-decoration: none;
  color: #5C77FF;
}
.altiri-section a:hover {
  transition: all 0.3s ease;
  opacity: 0.8;
  background: rgba(92, 119, 255, 0.04);
}
.altiri-section li {
  list-style: none;
}
.altiri-section label {
  cursor: pointer;
}
.altiri-section main {
  font: 500 16px/1.65 "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.72px;
  width: min(100%, 1296px);
  max-width: initial;
  margin: 1.5em auto;
  padding: 1.5em;
  color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .altiri-section main {
    font-size: 20px;
  }
}
.altiri-section main .guideline_ttl {
  display: flex;
  flex-direction: column;
  gap: 1em;
  line-height: 1.2;
  margin-bottom: 4em;
}
.altiri-section main .guideline_ttl h1 {
  font-size: 1.5em;
}
.altiri-section main .guideline_ttl h2 {
  font-size: 1.093em;
}
.altiri-section main .guideline_ttl p {
  font-size: 0.875em;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
.altiri-section main .guideline_contents .clause {
  margin-bottom: 3em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.altiri-section main .guideline_contents .clause_ttl {
  font-size: 1.125em;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 0.5em;
  border-bottom: 2px solid rgba(255, 255, 255, 0.24);
}
.altiri-section main .guideline_contents .clause_ttl:before {
  content: "";
  background: #fff;
  width: 0.6em;
  height: 0.6em;
  margin-right: 0.375em;
}
.altiri-section main .guideline_contents .clause_txt-wrppr {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
}
.altiri-section main .guideline_contents .clause_txt {
  font-size: 0.875em;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
.altiri-section main .guideline_contents .clause_dot {
  list-style-type: none;
  line-height: 1.4;
}
.altiri-section main .guideline_contents .clause_dot li {
  position: relative;
  padding-left: 0.8em;
  margin-bottom: 0.75em;
}
.altiri-section main .guideline_contents .clause_dot li:last-of-type {
  margin-bottom: initial;
}
.altiri-section main .guideline_contents .clause_dot li::before {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0.6em;
  margin: auto;
}
.altiri-section main .guideline_contents .clause_dot .within-dot {
  position: relative;
  padding-left: 0.8em;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
}
.altiri-section main .guideline_contents .clause_dot .within-dot:last-of-type {
  margin-bottom: initial;
}
.altiri-section main .guideline_contents .clause_dot .within-dot::before {
  content: "";
  display: block;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0.6em;
  margin: auto;
}
.altiri-section main .guideline_contents .clause_dot .within-dot li {
  margin-bottom: initial;
  font-size: 0.875em;
}
.altiri-section main .guideline_contents .clause_dot .within-dot li:first-of-type {
  margin-top: 0.5em;
}
.altiri-section main .guideline_contents .clause_ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
  margin-bottom: 0.75em;
}
.altiri-section main .guideline_contents .clause_ol li:last-of-type {
  margin-bottom: initial;
}
.altiri-section main .guideline_contents .clause_ol .within-ol {
  margin-top: 0.5em;
}
.altiri-section main .guideline_contents .clause_ol .within-ol li {
  list-style-type: lower-latin;
  margin-bottom: initial;
}
.altiri-section main .guideline_contents .clause_ul {
  margin-left: 1.5em;
}
.altiri-section main .guideline_contents .clause_ul li {
  list-style-type: lower-latin;
  margin-left: 1.5em;
  margin-bottom: 0.75em;
}
.altiri-section main .guideline_contents .clause_ul li:last-of-type {
  margin-bottom: initial;
}/*# sourceMappingURL=guideline.css.map */