@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 .hes_pink_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 8px;
}
@media only screen and (max-width:768px) {
  .box_small_col .hes_pink_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 10px;
    margin-bottom: 16px;
  }
}
.box_small_col .hes_pink_list li {
  border-radius: 10px;
  padding: 8px 0;
  color: #ae2573;
  background: #fce3ea;
  width: 272px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
@media only screen and (max-width:768px) {
  .box_small_col .hes_pink_list li {
    padding: 10px 0;
    width: 100%;
    line-height: 1.5;
  }
}
.box_small_col .right_txt {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
}
@media only screen and (max-width:768px) {
  .box_small_col .right_txt {
    text-align: left;
  }
}

.top-adjust {
  margin-top: -60px;
}
@media only screen and (max-width:768px) {
  .top-adjust {
    margin-top: 0;
  }
}/*# sourceMappingURL=style.css.map */