p {
  margin: 20px 0;
}

a {
  color: #105fa1;
}

h1 {
  font-size: 32px;
  line-height: 46px;
  font-weight: 600;
  margin: 0;
  max-width: 980px;
  letter-spacing: -0.005em;
}

h2 {
  font-size: 32px;
  line-height: 1.2;
  margin: 48px 0 22px;
  font-weight: 600;
}

.title {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 32px;
  margin-top: 30px;
  font-weight: 600;
}
.title.t2 {
  margin-bottom: 22px;
}
.title.t3 {
  font-size: 20px;
  margin-top: 21px;
  background-color: #00619e;
  padding: 12px 0;
  color: #fff;
  position: relative;
  text-align: center;
}
.title.t3:before {
  content: "";
  position: absolute;
  background: #fff;
  left: 0;
  top: -21px;
  height: 21px;
  width: 100%;
}

h3 {
  margin: 65px 0 35px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  clear: both;
}

h4 {
  font-weight: 600;
  font-size: 24px;
  margin: 20px 0;
}

blockquote {
  margin: 20px 0;
  padding: 30px 55px;
  border-left: solid 5px #dc2c0b;
  background: #f4f9ff;
  position: relative;
}

hr {
  border: 0;
  border-bottom: solid 2px #2889db;
}

ul {
  margin: 20px 0;
}
ul li {
  overflow: hidden;
  position: relative;
  padding-left: 40px;
}
ul li + li {
  margin-top: 10px;
}
ul li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  left: 0;
  top: 12px;
  background: #ff4f2e;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol {
  list-style-image: none;
  list-style-type: none;
  margin: 20px 0;
  counter-reset: item;
}
ol > li {
  display: block;
  position: relative;
  overflow: hidden;
  padding-left: 40px;
}
ol > li + li {
  margin-top: 10px;
}
ol > li:before {
  content: counters(item, "") ". ";
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  color: #ff4f2e;
}

.table {
  margin: 25px 0;
  width: 100%;
  clear: both;
}
.table p {
  margin: 0;
}
.table tr:nth-child(2n+1) td {
  background: #efefef;
}
.table tr + tr td {
  border-top: solid 1px #dcdcdc;
}
.table th {
  text-align: center;
  padding: 9px 5px 9px;
  font-weight: 600;
  vertical-align: top;
  border-bottom: solid 2px #2889db;
  color: #000;
}
.table th + th {
  border-left: solid 1px #dcdcdc;
}
.table b {
  font-weight: 500;
}
.table td {
  padding: 10px 9px 9px;
  color: #111212;
  background: #ffffff;
  vertical-align: top;
}
.table td + td {
  border-left: solid 1px #dcdcdc;
  padding-left: 20px;
}

table.flex3 {
  display: block;
}
table.flex3 tbody {
  display: block;
}
table.flex3 tbody tr {
  display: flex;
  width: 100%;
  max-width: 1500px;
}
table.flex3 tbody tr td {
  display: block;
  padding: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 1650px) {
  table.flex3 {
    display: none;
  }
}
@media screen and (max-width: 680px) {
  h1 {
    font-size: 26px;
    line-height: 1;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
}

/*# sourceMappingURL=content.css.map */
