@charset "UTF-8";
.btn,
.btn:visited {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #06538c;
  background-color: #06538c;
  transition: all 0.1s linear;
}
@media only screen and (max-width: 480px) {
  .btn,
.btn:visited {
    padding: 0 1em;
    font-size: 16px;
    line-height: 40px;
  }
}
.btn:after,
.btn:visited:after {
  content: "";
  margin-left: 10px;
  font-family: "Fontawesome";
  font-weight: normal;
}
.btn:hover,
.btn:visited:hover {
  color: #06538c;
  border-color: rgba(6, 83, 140, 0.3);
  background-color: #fff;
}
.btn._small,
.btn:visited._small {
  padding: 0 1em;
  font-size: 14px;
  line-height: 36px;
}
.btn._white,
.btn:visited._white {
  color: #06538c;
  border-color: #fff;
  background-color: #fff;
}
.btn._white:hover,
.btn:visited._white:hover {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}
.btn._gold,
.btn:visited._gold {
  color: #fff;
  border-color: #af9b53;
  background-color: #af9b53;
}

.content {
  position: relative;
}

body.frr .content-body {
  max-width: 1200px;
  margin: 0 auto;
}

.frr-title {
  z-index: 1;
  position: relative;
  height: 646px;
  padding: 250px 0 0;
  text-align: center;
  color: #fff;
}
.frr-title em {
  z-index: 1;
  position: relative;
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.frr-title span {
  z-index: 1;
  position: relative;
  display: block;
  margin-top: 18px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
  color: #fff;
}

.frr-visual {
  width: 100%;
  height: 645px;
}
.frr-visual li {
  width: 100%;
}

.bx-viewport {
  width: 100% !important;
  margin: 0 !important;
}

body.frr .bx-wrapper .bx-viewport {
  width: 100%;
  left: auto;
}

.bx-wrapper {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 645px;
}
.bx-wrapper .frr-visual div {
  width: 100%;
  height: 645px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.frr-visual-overlay {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 645px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(/images/bg-world.svg);
  background-size: 2500px;
  background-position: center;
}

.frr-overview {
  margin-bottom: 120px;
  padding: 80px 0 0;
}
.frr-overview ._lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
.frr-overview ._note {
  margin-top: 1em;
  text-align: center;
}
.frr-overview ._note small {
  font-size: 14px;
}

.frr-scheme {
  margin: 50px auto 0;
  padding: 0 80px;
}
.frr-scheme li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 250px;
  padding-left: 350px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 300px;
}
.frr-scheme li:nth-child(1) {
  background-image: url(/images/fr/fr-scheme-1.svg);
}
.frr-scheme li:nth-child(2) {
  background-image: url(/images/fr/fr-scheme-2.svg);
}
.frr-scheme li:nth-child(3) {
  background-image: url(/images/fr/fr-scheme-3.svg);
}
.frr-scheme li h3 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 1.5em;
  line-height: 1.5;
  color: #059;
}
.frr-scheme li h3 ._num {
  margin-right: 30px;
  font-family: "Barlow";
  font-size: 64px;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
}
.frr-scheme li h3 ._title {
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
}
.frr-scheme li h3 ._title span {
  display: inline-block;
}
.frr-scheme li ._note {
  color: #059;
}

.frr-chart {
  margin-bottom: 120px;
}
.frr-chart ._chart {
  padding: 50px 0 50px 30px;
  text-align: center;
  background-color: rgba(6, 83, 140, 0.1);
}

.frr-feature {
  margin-bottom: 120px;
}
.frr-feature ul {
  display: flex;
  margin: 0 50px;
}
.frr-feature li {
  width: 33.333%;
  font-size: 16px;
  padding: 100px 20px 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 80px;
}
.frr-feature li:nth-of-type(1) {
  background-image: url(/images/icon-globe.svg);
}
.frr-feature li:nth-of-type(2) {
  background-image: url(/images/icon-gov.svg);
}
.frr-feature li:nth-of-type(3) {
  background-image: url(/images/icon-talk.svg);
}

.frr-example {
  padding: 80px 0;
  background-color: rgba(6, 83, 140, 0.1);
}
.frr-example ul {
  margin: 0 50px;
  border-top: 1px solid #ccc;
}
.frr-example li {
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}

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