@charset "UTF-8";
.main_content article p small {
  display: block;
  text-align: left;
  margin-top: 5px;
  font-size: 0.8em;
}
.main_content article section {
  font-size: 1.6rem;
}
@media print, screen and (min-width: 992px) {
  .main_content article section {
    font-size: 2.2rem;
  }
}
.main_content article section ul li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
.main_content article section ul li + li {
  margin-top: 20px;
}
.main_content article section ul li::before {
  content: "●";
  color: #007a36;
}
.main_content article section div.atten {
  padding: 1.5em 15px;
  margin-top: 50px;
  background-color: #ffeaed;
}
@media print, screen and (min-width: 992px) {
  .main_content article section div.atten {
    padding: 1.5em 2em;
  }
}
.main_content article section div.atten em {
  display: block;
  margin-bottom: 1.5em;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: underline;
  color: red;
}
.main_content article section div.atten ol li {
  padding-left: 2em;
  line-height: 1.4;
  background-image: url(/asset/img/link/check.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 25px;
}
@media print, screen and (min-width: 992px) {
  .main_content article section div.atten ol li {
    background-size: auto 30px;
  }
}
.main_content article section div.atten ol li + li {
  margin-top: 20px;
}
.main_content article section div.img {
  text-align: center;
  margin-top: 30px;
}
.main_content article section div.img p {
  display: inline-block;
  text-align: right;
}
.main_content article section div.img p img {
  display: block;
}
.main_content article section div.img p small {
  display: inline-block;
  text-align: left;
  margin-top: 5px;
  font-size: 0.6em;
}
.main_content article section div.btn {
  margin-top: 40px;
  text-align: center;
}
.main_content article section div.btn a {
  display: inline-block;
  min-width: 300px;
  padding: 1em 1.5em;
  background-color: #007a36;
  border-radius: 2em;
  border-bottom: solid 7px #003c1b;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main_content article section div.btn a:hover {
  border-bottom: solid 2px #003c1b;
  margin-bottom: 5px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}/*# sourceMappingURL=link.css.map */