.main-container {
  margin-bottom: 10vh;
  display: block;
  margin-top: 0px;
  width: 98%;
}
@media screen and (min-width: 768px) {
  .main-container {
    width: 100%;
  }
}
.main-container h1 {
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  font-size: 20px;
  color: #1882C5;
  display: flex;
  align-items: center;
  margin: 0 17px 15px 17px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .main-container h1 {
    margin: 0 0 15px 0;
    font-size: 25px;
  }
}
.main-container h1::before {
  position: absolute;
  bottom: 0;
  content: "";
  width: 100%;
  border-bottom: 2px solid #1882C5;
}

h2 {
  padding: 0;
  font-size: 120%;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  h2::after {
    display: block;
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #01a3f7;
  }
}

li {
  list-style-type: none;
}

.main-content {
  width: 100%;
}

.main-content-inner {
  margin: 0 17px 0 17px;
}
@media screen and (min-width: 768px) {
  .main-content-inner {
    margin: 0 0 0 0;
  }
}
.main-content-inner .introduction {
  padding: 10px;
  background-color: rgb(232, 245, 212);
  margin: auto;
  margin-top: 6vw;
}
@media screen and (min-width: 1024px) {
  .main-content-inner .introduction {
    margin-top: 50px;
  }
}
.main-content-inner .introduction .main-title {
  font-size: 16px;
  font-weight: 500;
  color: rgb(122, 168, 53);
}
@media screen and (min-width: 768px) {
  .main-content-inner .introduction .main-title {
    font-size: 20px;
    font-weight: 500;
    color: rgb(122, 168, 53);
    white-space: nowrap;
  }
}
.main-content-inner .introduction p.text {
  font-size: 13px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .main-content-inner .introduction p.text {
    font-size: 17px;
  }
}
.main-content-inner ul.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  width: 70vw;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .main-content-inner ul.wrapper {
    margin-top: 5vw;
    width: 550px;
  }
}
@media screen and (min-width: 1024px) {
  .main-content-inner ul.wrapper {
    margin-top: 3vw;
    width: 800px;
  }
}
.main-content-inner ul.wrapper li.inner {
  margin-bottom: 40px;
  width: 30vw;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main-content-inner ul.wrapper li.inner {
    margin-top: 3vw;
    width: 220px;
  }
}
@media screen and (min-width: 1024px) {
  .main-content-inner ul.wrapper li.inner {
    width: 300px;
  }
}
.main-content-inner ul.wrapper li.inner a.title {
  text-decoration: underline;
}
.main-content-inner ul.wrapper li.inner a.title img {
  margin-top: 10px;
  object-fit: contain;
}

.bottom {
  display: flex;
  justify-content: center;
  font-size: 100%;
  margin-bottom: 40px;
  align-items: center;
}
.bottom a {
  color: #1882C5;
  text-decoration: underline;
  margin: 5px;
  display: flex;
}
.bottom img {
  justify-content: center;
  margin-top: 4px;
  vertical-align: middle;
}
.bottom .button {
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .bottom .button {
    width: 18px;
    height: 18px;
  }
}/*# sourceMappingURL=glocal.css.map */