@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,800");
.n-banner {
  width: 100%;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 50px;
}
.n-banner .n-banner-left {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 30px;
}
.n-banner .n-banner-left h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #fff;
  line-height: 1.2em;
  text-transform: uppercase;
}
.n-banner .n-banner-left .n-banner-left-date {
  position: relative;
}
.n-banner .n-banner-left .n-banner-left-date span {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #feca31;
  text-transform: uppercase;
}
.n-banner .n-banner-left .n-banner-left-date .n-line {
  width: calc(100% - 107px);
  height: 4px;
  position: absolute;
  right: 0;
  top: 11px;
  background-color: #feca31;
}
.n-banner .n-banner-image-circle-0 {
  width: 50%;
  height: auto;
  padding: 3px;
  position: relative;
  border: 3px solid #fff;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.n-banner .n-banner-image-circle-0 .n-banner-image-circle-1 {
  width: 100%;
  height: auto;
  padding-bottom: 100%;
  border-radius: 50%;
  background-size: cover;
  background-position: 50% 50%;
}

.n-left-content {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}
.n-left-content h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 27px;
  color: #000;
}
.n-left-content img {
  max-width: 100%;
}
.n-left-content ul {
  list-style: none;
  padding-left: 40px;
}
.n-left-content ul li:before {
  content: "■";
  color: #1f3769;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
  margin-left: -2em;
}
.n-left-content .n-left-content-infographic {
  position: relative;
}
.n-left-content .n-left-content-infographic img {
  width: 100%;
  height: auto;
}
.n-left-content .n-left-content-infographic img.n-inner {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s;
}
.n-left-content .n-left-content-infographic img.n-inner.active {
  opacity: 1;
}

.n-left-tl {
  padding: 30px;
  background-color: #eeeeee;
}
.n-left-tl .n-left-tl-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 27px;
  color: #000;
  margin-bottom: 10px;
}
.n-left-tl .n-left-tl-item {
  margin-top: 20px;
}
.n-left-tl .n-left-tl-item .n-left-tl-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 2px solid #feca31;
  border-radius: 50%;
  background-color: #fff;
  background-size: 60% auto;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.6s;
}
.n-left-tl .n-left-tl-item .n-left-tl-icon.active {
  opacity: 1;
}
.n-left-tl .n-left-tl-item .n-left-tl-text {
  width: calc(100% - 90px);
  height: 70px;
  float: right;
}
.n-left-tl .n-left-tl-item .n-left-tl-text .n-left-tl-text-inner {
  width: 100%;
  height: 100%;
  display: flex;
}
.n-left-tl .n-left-tl-item .n-left-tl-text .n-left-tl-text-inner span {
  margin-top: auto;
  margin-bottom: auto;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #000;
}

.n-left-tips {
  padding: 30px;
  background-color: #eeeeee;
}
.n-left-tips .n-left-tips-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 27px;
  color: #000;
  margin-bottom: 10px;
}
.n-left-tips .n-left-tips-subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #000;
}
.n-left-tips .n-left-tips-item {
  margin-top: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #000;
  position: relative;
  padding-left: 90px;
}
.n-left-tips .n-left-tips-item .n-left-tips-item-icon {
  color: #1f3769;
  text-align: center;
  font-size: 1.4em;
  display: inline-block;
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.6s;
}
.n-left-tips .n-left-tips-item .n-left-tips-item-icon.active {
  opacity: 1;
}

.n-left-questions {
  padding: 30px;
  background-color: #eeeeee;
}
.n-left-questions .n-left-questions-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 27px;
  color: #000;
  margin-bottom: 10px;
}
.n-left-questions .n-left-question {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 20px;
  color: #000;
  margin-top: 10px;
}
.n-left-questions p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #000;
}

.n-right li {
  list-style: none;
}
.n-right h4 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 21px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.n-right .wp-search-form #search {
  width: 100%;
  border-bottom: 2px solid #000;
}

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