:root {
  font-size: 16px;
}

@media (min-width: 1024px) {
  :root {
    font-size: 25px;
  }
}
body {
  color: #000000;
  background-color: #76A59C;
  font-size: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.table {
  border-collapse: collapse;
  width: 100%;
}

table td,
table th {
  border: 1px solid black;
  padding: 0.25rem;
  text-align: center;
  width: calc((100% - 1.24rem) / 9);
}

.table-ttl {
  font-size: 1.12rem;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  text-align: left;
  padding: 0.62rem 0 0.31rem 0;
}

.ttl {
  font-size: 1.37rem;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .ttl {
    font-size: 1.2rem;
  }
}

.btn {
  background-color: rgba(217, 217, 217, 0.6);
  border: 2px solid black;
  font-weight: bold;
  border-radius: 3.75rem;
  padding: 0.25rem 1.75rem;
}

.character__header {
  display: flex;
  justify-content: center;
  margin: 0.62rem 0.62rem 0.94rem 0.62rem;
}
.character__ttl {
  font-size: 1.5rem;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  position: absolute;
}
@media (min-width: 1024px) {
  .character__ttl {
    font-size: 1.52rem;
  }
}
.character__burger-shower {
  position: relative;
  left: -1000px;
}
.character__burger-menu {
  display: none;
  margin-top: 1rem;
  top: 1rem;
}
.character__burger-shower:checked ~ .character__burger-menu {
  display: block;
}
.character__hamburger {
  position: absolute;
  width: 1.88rem;
  height: 1.88rem;
  background-image: url("../img/menu-burger.svg");
  left: 0.62rem;
}
@media (min-width: 1024px) {
  .character__hamburger {
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.notif-success {
  color: #063f17;
  text-align: center;
  margin: 0 0 2rem 1rem;
}

.notif-error {
  color: #6e0d0d;
  text-align: center;
  margin: 0 0 2rem 1rem;
}

.password__container {
  display: flex;
  gap: 0.5rem;
}
.password__img {
  width: 100%;
}
.password__icon {
  width: 5%;
}

/* COMPONENTS */
.footer {
  background-image: url(../img/jdr-mobile.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin: 0.94rem 0.62rem 0.62rem 0.62rem;
}
@media (min-width: 1024px) {
  .footer {
    height: 8rem;
    background-image: url(/img/jdr-desktop.webp);
  }
}
.footer__separation {
  border-bottom: 2px solid black;
  margin: 0.94rem 0.62rem 1.43rem 0.62rem;
  padding-bottom: 1.43rem;
}
.footer__background {
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: space-evenly;
  padding: 2rem 0 2rem 0;
}
@media (min-width: 1024px) {
  .footer__background {
    height: 100%;
    align-items: center;
  }
}
.footer__txt {
  color: #FFFFFF;
  text-align: center;
  font-size: 0.75rem;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .footer__txt {
    font-size: 0.84rem;
  }
}
.footer__copyright {
  text-align: center;
  margin-bottom: 1rem;
}

.header {
  position: relative;
  margin: 0.62rem 0.62rem 0.94rem 0.62rem;
}
.header__separation {
  border-bottom: 2px solid black;
  margin-bottom: 1.43rem;
  padding-bottom: 1.43rem;
}
.header__img {
  position: relative;
  background-image: url(../img/paysage-mobile.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 25rem;
}
@media (min-width: 1024px) {
  .header__img {
    background-image: url(/img/paysage-desktop.webp);
  }
}
.header__ttl {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-size: 1rem;
  text-align: center;
  padding: 0.62rem;
}
.header__logo {
  position: absolute;
  width: 7.5rem;
  top: calc(50% + 30px - 3.75rem);
  left: calc(50% - 3.75rem);
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .header__logo {
    width: 8rem;
    top: calc(50% - 4rem);
    left: calc(50% - 4rem);
  }
}
@media (min-width: 1024px) {
  .header__nav {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.burger-shower {
  position: relative;
  left: -3.12rem;
}

.burger-menu {
  display: none;
  padding-top: 4rem;
  margin-top: 5rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .burger-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 1.25rem;
    padding: 0.5rem;
  }
}

.burger-shower:checked ~ .burger-menu {
  display: block;
}

.hamburger {
  position: absolute;
  width: 1.88rem;
  height: 1.88rem;
  background-image: url("../img/menu-burger.svg");
}
@media (min-width: 1024px) {
  .hamburger {
    display: none;
    position: static;
  }
}

.login {
  position: absolute;
  top: 4rem;
  right: 1rem;
}

.login__itm {
  background-color: rgba(217, 217, 217, 0.6);
  border: 1px solid black;
  padding: 0 0.25rem 0.3rem 0.25rem;
}

.logout {
  position: absolute;
  top: 4rem;
  right: 1rem;
}

.logout__itm {
  width: 1.88rem;
  height: 1.88rem;
  background-color: rgba(217, 217, 217, 0.6);
  border-radius: 0.25rem;
  border: 1px solid black;
}
@media (min-width: 1024px) {
  .logout__itm {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.careers {
  background: linear-gradient(#76A59C, #48A9DE);
}
.careers__lst {
  display: flex;
  border: 1px solid black;
  margin-bottom: 0.94rem;
}
.careers__lst-avanced {
  display: flex;
  border: 1px solid black;
}
.careers__ttl {
  border: 1px solid black;
  padding: 0 0 1.18rem 0.62rem;
}
@media (min-width: 1024px) {
  .careers__ttl {
    padding: 0;
  }
}
.careers__style {
  list-style-type: disc;
  padding: 0 0.62rem 0.62rem 0.62rem;
  width: 50%;
}
.careers__border {
  border-right: 1px solid black;
}
.careers__lnk {
  margin-left: 1.5rem;
  text-decoration: underline;
}
.careers__index {
  padding: 0.3rem 0 0.3rem 0;
}
@media (min-width: 1024px) {
  .careers__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0 0.8rem;
    grid-template-areas: "A B" "C D";
  }
}
.careers__container .A {
  grid-area: A;
  text-align: center;
}
.careers__container .B {
  grid-area: B;
  text-align: center;
}
.careers__container .C {
  grid-area: C;
}
.careers__container .D {
  grid-area: D;
}

.careers-sheets {
  background: linear-gradient(#76A59C, #48A9DE);
}
.careers-sheets__txt {
  font-weight: bold;
  padding-bottom: 0.62rem;
}
.careers-sheets__ttl {
  text-align: center;
  text-decoration: underline;
  padding-bottom: 0.62rem;
}
@media (min-width: 1024px) {
  .careers-sheets__ttl {
    padding-bottom: 0.8rem;
  }
}
.careers-sheets__ttl-lst {
  text-decoration: underline;
  margin-top: 0.62rem;
}
.careers-sheets__txt-lst {
  list-style-type: disc;
  margin-left: 1.5rem;
}
.careers-sheets__txt-itm {
  margin-left: 0.62rem;
}
.careers-sheets__btn {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 0.5rem;
  margin: 0.94rem 0;
  margin-left: max(1rem, 1rem + 25vw);
  margin-right: max(1rem, 1rem + 25vw);
}
@media (min-width: 1024px) {
  .careers-sheets__btn {
    margin-left: max(1rem, 1rem + 32vw);
    margin-right: max(1rem, 1rem + 32vw);
  }
}
.careers-sheets__separation {
  border-top: 2px solid black;
  padding: 1.43rem 0 0.62rem 0;
  margin-top: 1.43rem;
}
@media (min-width: 1024px) {
  .careers-sheets__container {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }
}

.contact {
  background: linear-gradient(#76A59C, #48A9DE);
}
.contact__ttl {
  padding: 0.31rem 0 0.31rem 0;
  margin: 0.94rem 0 0.94rem 0;
}
@media (min-width: 1024px) {
  .contact__ttl {
    text-align: center;
    margin: 1.2rem 0 1.2rem 0;
  }
}
.contact__txt {
  margin-bottom: 0.5rem;
}
.contact__social-networks {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 0.62rem 0 0.62rem 0;
  margin: 0.94rem 0 0.94rem 0;
}
@media (min-width: 1024px) {
  .contact__social-networks__img {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.contact__form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.contact__form-btn {
  align-self: flex-end;
  background-color: rgba(217, 217, 217, 0.6);
  border: 2px solid black;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.75rem 0.19rem;
  margin-top: 0.94rem;
}
@media (min-width: 1024px) {
  .contact__form-btn {
    padding: 0.8rem 0.4rem;
    margin: 0 3rem 0 0;
    align-self: start;
  }
}
.contact__form-mail {
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .contact__form-mail {
    margin-bottom: 0;
  }
}

.index {
  background: linear-gradient(#76A59C, #AAA0C4);
}
.index__itm {
  margin-bottom: 1.43rem;
}
@media (min-width: 1024px) {
  .index__itm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 0.8rem;
    grid-template-areas: "img1 img2" "txt1 txt2";
  }
}
.index__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .index__img.classes-img {
    content: url(/img/classes.webp);
  }
  .index__img.races-img {
    content: url(/img/races.webp);
  }
}
.index__img__container {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0.94rem;
}
@media (min-width: 1024px) {
  .index__img__container--1 {
    grid-area: img1;
  }
}
@media (min-width: 1024px) {
  .index__img__container--2 {
    grid-area: img2;
  }
}
.index__img__overlay {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 1.68rem 0 1.68rem 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .index__img__overlay {
    padding: 2.5rem 0 2.5rem 0;
  }
}
.index__btn {
  display: flex;
  justify-content: center;
  margin-left: max(1rem, 1rem + 25vw);
  margin-right: max(1rem, 1rem + 25vw);
}
@media (min-width: 1024px) {
  .index__btn {
    margin-left: max(1.2rem, 1.2rem + 35vw);
    margin-right: max(1.2rem, 1.2rem + 35vw);
  }
}
.index__lnk {
  font-size: 0.84rem;
  font-style: italic;
  text-decoration: underline;
}
.index__txt {
  margin-bottom: 4rem;
}
@media (min-width: 1024px) {
  .index__txt--1 {
    grid-area: txt1;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .index__txt--2 {
    grid-area: txt2;
    height: auto;
  }
}
.index__modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.index__modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1.5rem;
  background-color: white;
  border-radius: 1rem;
  text-align: center;
}
.index__modal__content button {
  margin: 1rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  cursor: pointer;
}
.index__modal__content p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.advent__container {
  padding: 0 1rem 1rem 1rem;
}
.advent__txt {
  margin-bottom: 1rem;
}
.advent__lst {
  margin-top: 1rem;
  text-align: center;
}
.advent__itm {
  margin-bottom: 0.5rem;
}
.advent__buttons {
  display: flex;
  justify-content: space-evenly;
  gap: 0.5rem;
  margin: 0 0.62rem;
}
.advent__dice {
  width: 50px;
  height: 50px;
}
@media (min-width: 1024px) {
  .advent__dice {
    width: 100px;
    height: 100px;
  }
}
.advent__btn-checkbox {
  background-color: rgba(217, 217, 217, 0.6);
  border: 2px solid black;
  font-weight: bold;
  border-radius: 3.75rem;
  padding: 0 1.43rem 0 1.43rem;
  margin: 0.37rem 0.5rem 0.37rem 0;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .advent__btn-checkbox {
    margin: 0.37rem 1.8rem 0.37rem 0;
  }
}
.advent__btn-validation {
  background-color: rgba(217, 217, 217, 0.6);
  border: 2px solid black;
  font-weight: bold;
  padding: 0.75rem 0.37rem;
  font-size: 1rem;
}
.advent__message {
  text-align: center;
  margin: 1rem 0;
}

.playable-races__ttl {
  margin: 1.18rem 0 0.62rem 0;
}
@media (min-width: 1024px) {
  .playable-races__ttl {
    margin: 1.2rem 0 1.2rem 0;
    text-align: center;
  }
}
.playable-races__txt {
  margin-bottom: 0.94rem;
}
@media (min-width: 1024px) {
  .playable-races__txt {
    margin-bottom: 0.8rem;
  }
}
@media (min-width: 1024px) {
  .playable-races__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.playable-races__img {
  margin-bottom: 0.62rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .playable-races__img {
    margin-bottom: 0;
  }
  .playable-races__img.human-img {
    content: url(/img/humain-desktop.webp);
  }
  .playable-races__img.human2-img {
    content: url(/img/humaine-desktop.webp);
  }
  .playable-races__img.elf-img {
    content: url(/img/homme-elfe-desktop.webp);
  }
  .playable-races__img.elf2-img {
    content: url(/img/femme-elfe-desktop.webp);
  }
  .playable-races__img.dwarf-img {
    content: url(/img/homme-nain-desktop.webp);
  }
  .playable-races__img.dwarf2-img {
    content: url(/img/femme-naine-desktop.webp);
  }
  .playable-races__img.half-man-img {
    content: url(/img/semi-homme-desktop.webp);
  }
  .playable-races__img.half-man2-img {
    content: url(/img/semi-homme-fille-desktop.webp);
  }
}
.playable-races__btn {
  text-align: end;
}
@media (min-width: 1024px) {
  .playable-races__btn {
    margin-top: 1rem;
  }
}
.playable-races__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.character-identity {
  margin: 0.62rem;
}
.character-identity__btn {
  display: flex;
  justify-content: center;
  padding: 0.25rem 1.75rem;
  margin: 0.94rem 7rem 0 7rem;
}
@media (min-width: 1024px) {
  .character-identity__btn {
    margin: 0 14rem 0 14rem;
  }
}
.character-identity__img {
  margin-bottom: 0.94rem;
}
@media (min-width: 1024px) {
  .character-identity__img {
    margin-bottom: 1.2rem;
  }
}
.character-identity__sub-ttl {
  margin-bottom: 0.94rem;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}
@media (min-width: 1024px) {
  .character-identity__sub-ttl {
    margin-bottom: 1.2rem;
  }
}
.character-identity__lst {
  margin-bottom: 0.94rem;
}
@media (min-width: 1024px) {
  .character-identity__lst {
    margin-bottom: 1.2rem;
    display: flex;
    flex-wrap: wrap;
  }
  .character-identity__lst li {
    flex: 0 0 50%;
  }
}

.character-charac {
  margin: 0.62rem;
}
.character-charac__btn {
  display: flex;
  justify-content: space-evenly;
  margin-top: 0.94rem;
}
@media (min-width: 1024px) {
  .character-charac__btn {
    margin-top: 1.2rem;
  }
}
.character-charac__ttl {
  text-align: center;
  text-decoration: underline;
  margin: 0.94rem 0 0.62rem 0;
}
@media (min-width: 1024px) {
  .character-charac__ttl {
    margin: 1.2rem 0 0.62rem 0;
  }
}
.character-charac__sub-ttl {
  text-align: start;
  font-size: 1.12rem;
  font-weight: bold;
  padding-bottom: 0.31rem;
  margin-top: 0.62rem;
  font-family: "Times New Roman", Times, serif;
}
.character-charac__container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  text-align: center;
  margin-bottom: 0.31rem;
}
.character-charac__lst {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
}
.character-charac__last-container {
  display: grid;
  grid-template-columns: 1fr 2fr 3fr;
  gap: 0.25rem;
}
.character-charac__last-container input[type=checkbox] {
  width: 1rem;
  height: 1rem;
}

.character-equip {
  margin: 0.62rem;
}
.character-equip__btn {
  display: flex;
  justify-content: space-evenly;
  margin: 0.94rem;
}
.character-equip__sub-ttl {
  font-weight: bold;
  padding-bottom: 0.31rem;
  margin-top: 0.94rem;
  text-decoration: underline;
  text-align: center;
}
@media (min-width: 1024px) {
  .character-equip__container {
    display: flex;
    gap: 1.2rem;
  }
}

.character-creation {
  margin: 1rem;
  display: flex;
  flex-direction: column;
}
.character-creation__ttl {
  margin-bottom: 1rem;
  font-size: 1.56rem;
  text-align: center;
}
.character-creation__form {
  margin-bottom: 0.62rem;
}
.character-creation__form-inline {
  display: flex;
  align-items: center;
}
.character-creation__input {
  text-align: center;
}
@media (min-width: 1024px) {
  .character-creation__input {
    width: 50%;
    font-size: 1.2rem;
  }
}
.character-creation__dice {
  width: 50px;
  height: 50px;
}
.character-creation__btn {
  font-size: 1rem;
  margin: 1rem 10rem 0 0;
}
.character-creation__table-dice {
  margin: 1rem 0 -0.62rem 10rem;
}

.login__ttl {
  text-align: center;
  margin: 1rem auto;
}
@media (min-width: 768px) {
  .login__ttl {
    max-width: 450px;
    margin: 2rem auto;
  }
}
@media (min-width: 1024px) {
  .login__ttl {
    max-width: 500px;
  }
}
.login__form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .login__form {
    width: 100%;
    max-width: 400px;
    margin: 2rem auto;
    padding: 2rem;
    border: 1px solid #000000;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 1024px) {
  .login__form {
    max-width: 500px;
  }
}
.login__form-itm {
  margin-bottom: 1rem;
  width: 100%;
}
.login__form-txt {
  text-align: center;
  margin: 2rem 0 1rem 0;
}
.login__form-lnk {
  display: flex;
  justify-content: center;
  margin: 0 5.5rem 0 5.5rem;
}
@media (min-width: 768px) {
  .login__form-lnk {
    max-width: 300px;
    margin: 2rem auto;
  }
}
@media (min-width: 1024px) {
  .login__form-lnk {
    max-width: 400px;
  }
}
.login__container {
  display: flex;
  justify-content: space-between;
  gap: 1.1rem;
}
.login__lnk {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .login__lnk {
    color: #FFFFFF;
  }
}
@media (min-width: 1024px) {
  .login__lnk {
    font-size: 0.8rem;
  }
}
@media (min-width: 768px) {
  .login__txt {
    color: #FFFFFF;
  }
}

.register__ttl {
  text-align: center;
  margin: 1rem auto;
}
@media (min-width: 768px) {
  .register__ttl {
    max-width: 450px;
    margin: 2rem auto;
  }
}
@media (min-width: 1024px) {
  .register__ttl {
    max-width: 500px;
  }
}
.register__form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .register__form {
    width: 100%;
    max-width: 400px;
    margin: 2rem auto;
    padding: 2rem;
    border: 1px solid #000000;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 1024px) {
  .register__form {
    max-width: 450px;
  }
}
.register__form-itm {
  margin-bottom: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .register__btn {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .register__txt {
    color: #FFFFFF;
  }
}

@media (min-width: 768px) {
  .new-password__ttl {
    max-width: 450px;
    margin: 2rem auto;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .new-password__ttl {
    max-width: 650px;
  }
}
.new-password__txt {
  margin-top: 1.56rem;
  font-style: italic;
  font-size: 0.94rem;
}
@media (min-width: 768px) {
  .new-password__txt {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .new-password__txt {
    max-width: 500px;
  }
}
.new-password__form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.62rem;
  margin-top: 1.56rem;
}
@media (min-width: 768px) {
  .new-password__form {
    width: 100%;
    max-width: 400px;
    margin: 2rem auto;
    padding: 2rem;
    border: 1px solid #000000;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 1024px) {
  .new-password__form {
    max-width: 500px;
  }
}
.new-password__itm {
  width: 100%;
  margin-bottom: 1rem;
}
.new-password__btn {
  margin-top: 1.56rem;
}

.password-reset__form {
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
  margin-top: 1.56rem;
}
.password-reset__itm {
  width: 100%;
}
@media (min-width: 1024px) {
  .password-reset__itm {
    width: 25%;
  }
}

.rules__container {
  margin-top: 1.5rem;
}
.rules__lst {
  font-size: 0.84rem;
}
.rules__lst-itm {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}
.rules__ttl {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.rules__container-lst {
  margin-bottom: 0.8rem;
}
.rules__subttl {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.rules__itm {
  font-size: 0.84rem;
  margin: 0 0 0.25rem 1rem;
  list-style-type: disc;
}
.rules__container-itm {
  margin: 1rem 0 0 3rem;
}
.rules__txt {
  margin: 0 0 0.25rem 1.5rem;
  font-size: 0.84rem;
}

.notices__ttl {
  color: #000000;
  font-size: 1.37rem;
  text-align: center;
}
.notices__sub-ttl {
  color: #000000;
  font-size: 1.37rem;
  margin: 2rem 0 1.25rem 0;
}
.notices__lst {
  margin-bottom: 0.75rem;
}

/*# sourceMappingURL=style.css.map */
