* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 16px;
  font-family: "Merriweather", serif;
  background-image: linear-gradient(to bottom, rgba(63, 43, 150, 0.8), rgba(168, 193, 255, 0.8)), url("/125885762_284536606297424_4248760053004680417_n.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 100vh;
}

.main-title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #3f2b96;
  border-radius: 5px;
  margin: 0 auto 1rem auto;
}

.caution {
  height: 100px;
  margin: 10px 10px;
}
.title {
  display: inline-block;
  text-align: center;

  font-size: 2rem;
  margin: 1rem auto;
}

.en-title {
  color: #3f2b96 !important;
}
.part1 {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.logo {
  width: 200px;
  height: auto;
}

.list {
  font-size: 1.4rem;
  background-image: linear-gradient(to right, #0f0c29, #302b63, #24243e);
  color: #fff;
  list-style-position: inside;
  padding: 1.4rem;
  margin: 1rem 0;
  border: 2px solid #3f2b96;
  border-radius: 5px;
}

.part2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.part2 h2 {
  font-size: 1.2rem;
  color: #fff;
}
.list2 {
  list-style-type: none;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  background-image: linear-gradient(to right, #0f0c29, #302b63, #24243e);
  color: #fff;
  padding: 1.4rem;
  border: 2px solid #3f2b96;
  border-radius: 5px;
  margin: 10px auto 0 auto;
}

.list2 li {
  margin: 10px 0 0 0;
}

.list2 a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #3f2b96;
}

.c-title {
  font-size: 2rem;
}

@media screen and (max-width: 480px) {
  .title {
    font-size: 1.2rem;
  }
  .caution {
    display: none;
  }

  .part1 {
    width: 100%;
  }

  .list {
    font-size: 1rem;
    list-style-type: disc;
    list-style-position: outside;
  }
  .list li {
    margin: 0 auto;
  }

  .part2 {
    text-align: center;
  }

  .list2 .c-title {
    font-size: 1.5rem;
  }

  .list2 {
    font-size: 1rem;
    width: 100%;
  }

  .list2:last-child {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 568px) {
  .part1 {
    width: 90%;
  }

  .list {
    list-style-position: outside;
  }

  .part2 h2 {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .part1 {
    width: 90%;
  }
  .logo {
    width: 300px;
  }

  .part2 h2 {
    text-align: center;
    font-size: 2rem;
  }
  .c-title {
    font-size: 2rem;
  }
  .list2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .part1 {
    width: 90%;
  }
  .logo {
    width: 400px;
  }

  .list {
    font-size: 2rem;
  }
  .part2 h2 {
    text-align: center;
    font-size: 3rem;
  }
  .c-title {
    font-size: 3rem;
  }
  .list2 {
    font-size: 2rem;
  }
  .list2 li {
    margin: 2rem 0 0 0;
  }
}
@media screen and (max-width: 1366px) {
  .part1 {
    width: 90%;
  }
  .logo {
    width: 300px;
  }

  .list {
    font-size: 1.6rem;
  }
  .part2 h2 {
    text-align: center;
    font-size: 2rem;
  }
  .c-title {
    font-size: 2.5rem;
  }
  .list2 {
    font-size: 1.5rem;
  }
  .list2 li {
    margin: 1rem 0 0 0;
  }
}
