body #wrapper #contents article {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  body #wrapper #contents article {
    margin-bottom: 15%;
  }
}
body #wrapper #contents article .graphic1 {
  position: absolute;
  top: -80px;
  right: -180px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body #wrapper #contents article .graphic1 {
    width: 60%;
    top: -20%;
    right: -16%;
  }
}
body #wrapper #contents article .graphic2 {
  position: absolute;
  top: -20%;
  left: -180px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  body #wrapper #contents article .graphic2 {
    width: 56%;
    top: -20%;
    left: -10%;
  }
}
body #wrapper #contents h3 {
  font-size: 24px;
  font-weight: 500;
  padding-top: 3em;
  text-align: center;
  position: relative;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  body #wrapper #contents h3 {
    font-size: 4vw;
  }
}
body #wrapper #contents h3:before {
  content: " ";
  display: block;
  width: 54px;
  height: 62px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -27px;
}
@media screen and (max-width: 768px) {
  body #wrapper #contents h3:before {
    width: 34px;
    height: 52px;
    margin-left: -14px;
  }
}
body #wrapper #contents h3.no1:before {
  background: url(../img/no1.png) no-repeat center top;
  background-size: 100%;
}
body #wrapper #contents h3.no2:before {
  background: url(../img/no2.png) no-repeat center top;
  background-size: 100%;
}
body #wrapper #contents h3.no3:before {
  background: url(../img/no3.png) no-repeat center top;
  background-size: 100%;
}
body #wrapper #contents h3.no4:before {
  background: url(../img/no4.png) no-repeat center top;
  background-size: 100%;
}
body #wrapper #contents h3 span {
  display: inline;
  padding: 5px 0;
  line-height: 1.8;
  border-bottom: 2px dotted #2959a7;
}
body #wrapper #contents .linkBtn {
  margin-top: 40px;
  text-align: center;
}
body #wrapper #contents .linkBtn a {
  margin-bottom: 15px;
  width: 31em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  body #wrapper #contents .linkBtn a {
    width: 100%;
    font-size: 3vw;
  }
}

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