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

h2 {
  color: #1882C5;
  padding: 0;
  font-size: 120%;
  font-weight: lighter;
  margin-top: 20px;
}
@media screen and (min-width: 764px) {
  h2 {
    font-size: 110%;
  }
}

li {
  list-style-type: none;
}

a.link {
  text-decoration: underline;
  color: #1882C5;
}

.main-content {
  width: 100%;
}
.main-content .contents_inner {
  margin: 40px 17px 30px 17px;
  text-align: justify;
}
@media screen and (min-width: 764px) {
  .main-content .contents_inner {
    margin: 40px 0 40px 0;
  }
}
.main-content ul.wrapper {
  margin: 0 17px 20px 17px;
}
@media screen and (min-width: 764px) {
  .main-content ul.wrapper {
    margin: 0 0 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .main-content ul.wrapper {
    margin: 0 0 20px 0;
  }
}

li.inner {
  margin-bottom: 40px;
}
li.inner .text {
  text-align: justify;
  line-height: 1.6;
}

li.inner:nth-of-type(2) div.text:nth-of-type(2) {
  margin-top: 10px;
}

.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=website.css.map */