@charset "UTF-8";
/******************************************
Title:医療費の助成について知る
url:/intractabledisease.html
******************************************/
.header {
  padding-bottom: 60px;
}
@media only screen and (max-width:768px) {
  .header {
    padding-bottom: 0;
  }
}

.bg_wrapper {
  padding-top: 118px;
}
@media only screen and (max-width:768px) {
  .bg_wrapper {
    padding-top: 50px;
  }
}
@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;
  }
}

#howtouse {
  padding-top: 50px;
  margin-top: -50px;
}
@media only screen and (min-width:768px) {
  #howtouse {
    padding-top: 198px;
    margin-top: -198px;
  }
}

@media only screen and (min-width:768px) {
  [class^=section],
  [class*=" section"] {
    padding-top: 74px;
    margin-top: -50px;
  }
}

.box_small {
  width: 100%;
}
.box_small_col_system h4 {
  font-size: 1.125rem;
  line-height: 1.7;
  font-weight: 700;
  color: #ae2573;
}
.box_small_col_system p {
  color: #333f48;
}
.box_small_col_system .target-audience {
  margin: 4px 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #adb2b6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.box_small_col_system .target-audience dt,
.box_small_col_system .target-audience dd {
  color: #333f48;
}
.box_small_col_system .target-audience dt {
  width: 62px;
  font-size: 0.875rem;
  font-weight: 700;
  border: 1px solid #858c91;
  height: 28px;
  text-align: center;
  line-height: 24px;
}
.box_small_col_system .target-audience dd {
  width: calc(100% - 62px);
  margin-left: 6px;
  line-height: 1.7;
}
.box_small_col_system_another-line {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #adb2b6;
}
@media only screen and (max-width:767px) {
  .box_small_col_system_another-line {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width:768px) {
  .width70 {
    width: 70% !important;
    margin-right: auto;
  }
}/*# sourceMappingURL=style.css.map */