@charset "UTF-8";
/******************************************
Title:EGPAについて知る
url:/epidemiology.html
******************************************/
.header {
  padding-bottom: 60px;
}
@media only screen and (max-width:768px) {
  .header {
    padding: 0;
  }
}

.bg_wrapper {
  padding-top: 118px;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  .bg_wrapper {
    padding-top: 148px;
  }
}
@media only screen and (max-width:768px) {
  .bg_wrapper {
    padding-top: 80px;
  }
}
@media only screen and (max-width:767px) {
  .bg_wrapper {
    padding-top: 0;
  }
}

@media only screen and (min-width:768px) {
  .firstview-sub__list {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 50px;
  }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  .firstview-sub__list {
    height: 80px;
  }
}

@media only screen and (min-width:768px) {
  [class^=section],
  [class*=" section"] {
    padding-top: 74px;
    margin-top: -50px;
  }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
  [class^=section],
  [class*=" section"] {
    padding-top: 210px;
    margin-top: -146px;
  }
}

.box_small_col figure {
  padding-top: 16px !important;
}

.top-adjust {
  margin-top: -60px;
}
@media only screen and (max-width:768px) {
  .top-adjust {
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */