.fv {
  background: linear-gradient(90deg, #f1f1ec 0%, #43b3de 49%, #2b72a3 100%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .fv {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .fv {
    height: 155px;
    margin-top: 54px;
  }
}
.fv__wrapper {
  height: 100%;
}
.fv__title {
  position: relative;
  color: #fff;
  letter-spacing: 0.16em;
}
.fv__title span {
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .fv__title span {
    padding-top: 120px;
  }
}
.fv__title::after {
  content: attr(data-en);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  color: #16a0d5;
  font-family: "futura-pt-bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
  z-index: 0;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .fv__title::after {
    font-size: 90px;
    line-height: 125px;
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .fv__title::after {
    font-size: 80px;
    line-height: 105px;
  }
}

@media (min-width: 768px) {
  .law {
    background-color: #eff8fb;
    margin-bottom: -40px;
  }
}
.law__wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .law__wrapper {
    top: -110px;
    max-width: 1280px;
    padding: 0 20px;
  }
}
.law__box {
  background-color: #fff;
}
@media (min-width: 768px) {
  .law__box {
    padding: 50px 50px 80px;
    border-radius: 5px;
    box-shadow: 2px 5px 10px rgba(153, 153, 153, 0.5), -2px -5px 10px rgba(153, 153, 153, 0.5);
  }
}
@media (max-width: 767px) {
  .law__box {
    padding: 35px 20px 50px;
  }
}
.law__head {
  background-color: #358dbc;
  color: #fff;
  padding: 10px;
  line-height: 38px;
}
@media (min-width: 768px) {
  .law__body {
    padding: 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .law__body {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .law__body {
    padding: 0 20px;
  }
}
.law__subtitle {
  background-color: #eff8fb;
  color: #358dbc;
  border: 1px solid #358dbc;
  padding: 15px 0;
  line-height: 32px;
}
.law__table {
  width: 100%;
  border-top: 1px solid #358dbc;
  border-bottom: 1px solid #358dbc;
}
.law__table.noborder {
  border: none;
}
@media (min-width: 768px) {
  .law__table.noborder tr {
    padding: 2px 20px;
  }
}
@media (max-width: 767px) {
  .law__table.noborder tr {
    padding: 2px 10px;
  }
}
.law__table.noborder tr + tr {
  border-top: none;
}
@media (min-width: 768px) {
  .law__table {
    display: table;
  }
}
.law__table tr {
  width: 100%;
}
@media (min-width: 768px) {
  .law__table tr {
    display: table;
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .law__table tr {
    display: block;
    padding: 15px 10px;
  }
}
.law__table tr + tr {
  border-top: 1px solid #358dbc;
}
@media (min-width: 768px) {
  .law__table th, .law__table td {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .law__table th, .law__table td {
    display: block;
  }
}
.law__table th {
  color: #358dbc;
  text-align: left;
}
@media (min-width: 768px) {
  .law__table th {
    width: 160px;
  }
}
.law__table td {
  text-align: left;
}
.law__dl {
  padding-left: 15px;
}
.law__dl dt {
  font-weight: bold;
  color: #358dbc;
}
.law__anc {
  color: #358dbc;
  text-decoration: underline;
}/*# sourceMappingURL=law.css.map */