.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) {
  .terms {
    background-color: #eff8fb;
    margin-bottom: -40px;
  }
}
.terms__wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .terms__wrapper {
    top: -110px;
    max-width: 1280px;
    padding: 0 20px;
  }
}
.terms__box {
  background-color: #fff;
}
@media (min-width: 768px) {
  .terms__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) {
  .terms__box {
    padding: 35px 20px 50px;
  }
}
.terms__head {
  background-color: #358dbc;
  color: #fff;
  padding: 10px;
  line-height: 38px;
}
@media (min-width: 768px) {
  .terms__body {
    padding: 0 100px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .terms__body {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .terms__body {
    padding: 0 10px;
  }
}
.terms__subtitle {
  background-color: #eff8fb;
  color: #358dbc;
  border: 1px solid #358dbc;
  padding: 15px 5px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .terms__content {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .terms__content {
    padding: 0 10px;
  }
}
.terms__ol {
  list-style-position: inside;
}
.terms__ul {
  list-style: none;
}
.terms__ul > li {
  position: relative;
  text-indent: 0;
}
.terms__ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  background-color: #358dbc;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.terms__li {
  color: #434343;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 32px;
}
.terms__p {
  color: #434343;
  line-height: 32px;
}
.terms__table {
  display: table;
  width: 100%;
  line-height: 32px;
  border-collapse: collapse;
  border-top: 1px solid #358dbc;
  border-bottom: 1px solid #358dbc;
}
.terms__table thead th {
  background-color: #eff8fb;
  padding: 10px;
  border-bottom: 1px solid #358dbc;
}
.terms__table tbody tr:first-child th {
  border-bottom: 1px solid #fff;
}
.terms__table tbody tr:first-child td {
  border-bottom: 1px solid #358dbc;
}
.terms__table tbody tr {
  width: 100%;
}
@media (max-width: 767px) {
  .terms__table tbody tr {
    display: block;
  }
}
.terms__table tbody th, .terms__table tbody td {
  width: 100%;
}
@media (max-width: 767px) {
  .terms__table tbody th, .terms__table tbody td {
    display: block;
  }
}
.terms__table tbody th {
  background-color: #358dbc;
  color: #fff;
}
@media (min-width: 768px) {
  .terms__table tbody th {
    width: 28%;
    padding: 30px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .terms__table tbody th {
    width: 32%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .terms__table tbody th {
    padding: 5px;
  }
}
@media (min-width: 768px) {
  .terms__table tbody td {
    padding: 30px 30px 30px 60px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .terms__table tbody td {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .terms__table tbody td {
    padding: 10px 20px;
  }
}
.terms__table tbody ul {
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 768px) {
  .terms__table tbody ul li {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .terms__table tbody ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .terms__table tbody ul li {
    width: 100%;
  }
}
.terms__table caption {
  color: #ff4f4f;
  line-height: 24px;
  caption-side: bottom;
}/*# sourceMappingURL=terms.css.map */