@charset "UTF-8";
@import url(notosansjapanese.css);
.wrapper {
  position: relative;
}

.l-content-inner {
  width: auto;
  margin: 0 auto 0;
}

@media screen and (max-width: 769px) {
  .l-content-inner {
    margin: 20px auto 0;
  }
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-wrap: break-word !important;
  overflow-wrap: break-word;
}

.wrapper img {
  width: 100%;
}

p {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a:hover {
  text-decoration: none;
}

iframe {
  height: 100%;
  width: 100%;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.pc_only {
  display: block;
}

@media screen and (max-width: 769px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 769px) {
  .sp_only {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .wrapper {
    overflow-x: hidden;
  }
}

.contents {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .contents {
    max-width: 769px;
  }
}

h2 {
  color: #00a4f1;
  font-size: 3.6vw;
  text-align: center;
}

@media screen and (min-width: 1001px) {
  h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 769px) {
  h2 {
    font-size: 7.28218vw;
  }
}

p, dd, dt, button, em {
  color: #666666;
  font-size: 1.6vw;
  word-break: break-word !important;
}

@media screen and (min-width: 1001px) {
  p, dd, dt, button, em {
    font-size: 16px;
  }
}

@media screen and (max-width: 769px) {
  p, dd, dt, button, em {
    font-size: 4.16125vw;
  }
}

.kv {
  width: 100%;
  padding: 7.3vw 0 0;
  background-color: #35bcf3;
}

@media screen and (min-width: 1001px) {
  .kv {
    padding: 73px 0 0;
  }
}

@media screen and (max-width: 769px) {
  .kv {
    padding: 5.3316vw 0 0;
  }
}

.kv__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr [2];
  grid-template-rows: repeat(2, 1fr);
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1130px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .kv__inner {
    display: block;
  }
}

.kv__txt {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

@media screen and (max-width: 769px) {
  .kv__txt {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}

.kv__ttl {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}

.kv__ttlWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
  padding: 10px 20px;
  border: 2px solid #fff;
  border-radius: 5px;
}

@media screen and (max-width: 1129px) {
  .kv__ttlWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 20px;
  }
}

@media screen and (max-width: 769px) {
  .kv__ttlWrap {
    width: 70%;
    margin: 20px auto;
    padding: 10px;
  }
}

.kv__data {
  padding: 5px 9px;
  background-color: #fff;
  color: #35bcf3;
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 1129px) {
  .kv__data {
    margin-top: 10px;
  }
}

@media screen and (max-width: 769px) {
  .kv__data {
    margin-top: 10px;
    font-size: 12px;
  }
}

.kv__desc {
  margin-left: 20px;
  color: #fff;
  font-size: 37px;
  line-height: 1;
}

@media screen and (max-width: 769px) {
  .kv__desc {
    margin-left: 0;
    font-size: 24px;
  }
}

.kv__illustration {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  margin-left: 50px;
}

@media screen and (max-width: 769px) {
  .kv__illustration {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}

.lead {
  padding: 8vw 0;
}

@media screen and (min-width: 1001px) {
  .lead {
    padding: 80px 0;
  }
}

.anchor {
  padding: 4.8vw 0;
  background-color: #ececec;
}

@media screen and (min-width: 1001px) {
  .anchor {
    padding: 48px 0;
  }
}

@media screen and (max-width: 769px) {
  .anchor {
    padding: 10.40312vw 0;
  }
}

.anchor__ttl {
  width: 22vw;
  margin: 0 auto 2.4vw;
  background-color: #00a4f1;
  color: #fff;
  font-size: 1.8vw;
  text-align: center;
}

@media screen and (min-width: 1001px) {
  .anchor__ttl {
    width: 220px;
    margin-bottom: 24px;
    font-size: 18px;
  }
}

@media screen and (max-width: 769px) {
  .anchor__ttl {
    width: 57.21717vw;
    margin-bottom: 5.20156vw;
    font-size: 4.6814vw;
  }
}

.anchor h2 {
  margin-bottom: 4.2vw;
}

@media screen and (min-width: 1001px) {
  .anchor h2 {
    margin-bottom: 42px;
  }
}

@media screen and (max-width: 769px) {
  .anchor h2 {
    margin-bottom: 7.54226vw;
  }
}

.anchor__txt {
  text-align: center;
  margin-bottom: 6.5vw;
}

@media screen and (min-width: 1001px) {
  .anchor__txt {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 769px) {
  .anchor__txt {
    width: 89.3368vw;
    margin: 0 auto 11.18336vw;
  }
}

.anchor__contents {
  width: 20.6vw;
  margin: 0 auto 2.8vw;
  text-align: center;
}

@media screen and (min-width: 1001px) {
  .anchor__contents {
    width: 206px;
    margin-bottom: 28px;
  }
}

@media screen and (max-width: 769px) {
  .anchor__contents {
    width: 53.57607vw;
    margin-bottom: 5.46164vw;
  }
}

.anchor__contents p:first-child {
  color: #00a4f1;
  margin: 0;
  font-size: 2vw;
  border-bottom: solid 1px #000;
}

@media screen and (min-width: 1001px) {
  .anchor__contents p:first-child {
    font-size: 20px;
  }
}

@media screen and (max-width: 769px) {
  .anchor__contents p:first-child {
    font-size: 5.20156vw;
  }
}

.anchor ul {
  width: 87vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1001px) {
  .anchor ul {
    width: 870px;
  }
}

@media screen and (max-width: 769px) {
  .anchor ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 92.3277vw;
  }
}

.anchor ul li {
  width: 41vw;
  background: #00a4f1;
  position: relative;
}

.anchor ul li:hover {
  background: #66C8F7;
}

@media screen and (min-width: 1001px) {
  .anchor ul li {
    width: 410px;
  }
}

@media screen and (max-width: 769px) {
  .anchor ul li {
    width: 85.17555vw;
    margin-left: auto;
    height: 11.96359vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.anchor ul li:after {
  content: "";
  position: absolute;
  top: 30%;
  right: 4%;
  width: 1vw;
  padding-top: 1vw;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 1001px) {
  .anchor ul li:after {
    width: 10px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 769px) {
  .anchor ul li:after {
    width: 2.60078vw;
    padding-top: 2.60078vw;
    right: 7%;
  }
}

.anchor ul li a {
  color: #fff;
  font-size: 1.6vw;
  letter-spacing: -1px;
  display: block;
  position: relative;
  padding: 1.1vw 0 1.1vw 3vw;
}

@media screen and (min-width: 1001px) {
  .anchor ul li a {
    font-size: 16px;
    padding: 11px 0 11px 30px;
  }
}

@media screen and (max-width: 769px) {
  .anchor ul li a {
    width: 100%;
    font-size: 4.16125vw;
    line-height: 1.2;
    padding: 0 0 0 7.80234vw;
  }
}

.anchor ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5vw;
  height: 100%;
}

@media screen and (min-width: 1001px) {
  .anchor ul li:before {
    width: 50px;
  }
}

@media screen and (max-width: 769px) {
  .anchor ul li:before {
    width: 12.22367vw;
  }
}

.anchor ul li:nth-child(1):before {
  background: url(../png/anchor__btn--no1.png);
  background-size: cover;
}

@media screen and (max-width: 769px) {
  .anchor ul li + li {
    margin-top: 3.25098vw;
  }
}

.anchor ul li:nth-child(2):before {
  background: url(../png/anchor__btn--no2.png);
  background-size: cover;
}

.anchor ul li:nth-child(3) {
  margin-top: 2.5vw;
}

.anchor ul li:nth-child(3):before {
  background: url(../png/anchor__btn--no3.png);
  background-size: cover;
}

@media screen and (min-width: 1001px) {
  .anchor ul li:nth-child(3) {
    margin-top: 25px;
  }
}

@media screen and (max-width: 769px) {
  .anchor ul li:nth-child(3) {
    margin-top: 3.25098vw;
  }
}

.anchor ul li:nth-child(4) {
  margin-top: 2.5vw;
}

.anchor ul li:nth-child(4):before {
  background: url(../png/anchor__btn--no4.png);
  background-size: cover;
}

@media screen and (min-width: 1001px) {
  .anchor ul li:nth-child(4) {
    margin-top: 25px;
  }
}

@media screen and (max-width: 769px) {
  .anchor ul li:nth-child(4) {
    margin-top: 3.25098vw;
  }
}

.anchor ul li:nth-child(5) {
  margin-top: 2.5vw;
}

.anchor ul li:nth-child(5):before {
  background: url(../png/anchor__btn--no5.png);
  background-size: cover;
}

@media screen and (min-width: 1001px) {
  .anchor ul li:nth-child(5) {
    margin-top: 25px;
  }
}

@media screen and (max-width: 769px) {
  .anchor ul li:nth-child(5) {
    margin-top: 3.25098vw;
  }
}

.anchor ul li:nth-child(6) {
  margin-top: 2.5vw;
}

.anchor ul li:nth-child(6):before {
  background: url(../png/anchor__btn--no6.png);
  background-size: cover;
}

@media screen and (min-width: 1001px) {
  .anchor ul li:nth-child(6) {
    margin-top: 25px;
  }
}

@media screen and (max-width: 769px) {
  .anchor ul li:nth-child(6) {
    margin-top: 3.25098vw;
  }
}

.anchor ul li:nth-child(7) {
  margin-top: 2.5vw;
}

.anchor ul li:nth-child(7):before {
  background: url(../png/anchor__btn--no7.png);
  background-size: cover;
}

@media screen and (min-width: 1001px) {
  .anchor ul li:nth-child(7) {
    margin-top: 25px;
  }
}

@media screen and (max-width: 769px) {
  .anchor ul li:nth-child(7) {
    margin-top: 3.25098vw;
  }
}

@media screen and (min-width: 770px) {
  .anchor ul li.last {
    margin: 25px auto 0 !important;
  }
}

@media screen and (min-width: 1001px) {
  .anchor ul li.last {
    margin: 25px auto 0 !important;
  }
}

@media screen and (max-width: 769px) {
  .anchor ul li.last a {
    padding: 0 0 0 7.80234vw;
    text-align: left;
  }
}

.related {
  padding: 8.2vw 0 3.2vw;
}

@media screen and (min-width: 1001px) {
  .related {
    padding: 82px 0 32px;
  }
}

@media screen and (max-width: 769px) {
  .related {
    padding: 10.40312vw 5.20156vw;
  }
}

.related h2 {
  text-align: center;
  font-size: 2.4vw;
  color: #666;
  position: relative;
}

@media screen and (min-width: 1001px) {
  .related h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 769px) {
  .related h2 {
    font-size: 6.24187vw;
  }
}

.related h2:before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24.5vw;
  padding-top: 1.5vw;
  background: #def3fc;
  z-index: -1;
}

@media screen and (min-width: 1001px) {
  .related h2:before {
    width: 245px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 769px) {
  .related h2:before {
    width: 63.71912vw;
    padding-top: 3.90117vw;
  }
}

.related__read {
  text-align: center;
  font-size: 2.6vw;
  font-weight: bold;
  margin-top: 2vw;
  position: relative;
}

@media screen and (min-width: 1001px) {
  .related__read {
    font-size: 26px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 769px) {
  .related__read {
    font-size: 5.46164vw;
    margin-top: 3.90117vw;
  }
}

.related__read:before {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  width: 0.3%;
  padding-top: 8%;
  background: #666666;
  margin: 0 0 0 -20%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

@media screen and (max-width: 769px) {
  .related__read:before {
    width: 0.8vw;
    padding-top: 20%;
    margin: 0 0 0 -45%;
  }
}

.related__read:after {
  content: "";
  position: absolute;
  top: 10%;
  left: 50%;
  width: 0.3%;
  padding-top: 8%;
  background: #666666;
  margin: 0 0 0 20%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

@media screen and (max-width: 769px) {
  .related__read:after {
    width: 0.8vw;
    padding-top: 20%;
    margin: 0 0 0 45%;
  }
}

.related__list {
  width: 72vw;
  margin: 6vw auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1001px) {
  .related__list {
    width: 720px;
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 769px) {
  .related__list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.related__list--item {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .related__list--item {
    margin-bottom: 15.60468vw;
  }
}

.related__list--ttl {
  font-size: 1.8vw;
}

@media screen and (min-width: 1001px) {
  .related__list--ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 769px) {
  .related__list--ttl {
    font-size: 4.6814vw;
  }
}

.related__list--link {
  margin: 1vw 0 0 0;
  font-size: 1.6vw;
}

@media screen and (min-width: 1001px) {
  .related__list--link {
    font-size: 16px;
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 769px) {
  .related__list--link {
    font-size: 4.16125vw;
    margin: 1.30039vw 0 0 0;
  }
}

.related__list--link + .related__list--link {
  margin: 2vw 0 0 0;
}

@media screen and (min-width: 1001px) {
  .related__list--link + .related__list--link {
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 769px) {
  .related__list--link + .related__list--link {
    margin: 2.60078vw 0 0 0;
  }
}

.related__list--link a {
  position: relative;
  display: block;
}

.related__list--link a span {
  display: inline-block;
  width: 1.1vw;
  padding-top: 1vw;
  border-right: 1px solid #019fe7;
  border-top: 1px solid #019fe7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 1vw 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1001px) {
  .related__list--link a span {
    width: 11px;
    padding-top: 10px;
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 769px) {
  .related__list--link a span {
    width: 2.86vw;
    padding-top: 2.66vw;
    margin: 1.95059vw 0 0 0;
  }
}

.related__share {
  width: 16.6vw;
  margin: .5vw 0 .5vw auto;
  text-align: center;
}

@media screen and (min-width: 1001px) {
  .related__share {
    width: 166px;
  }
}

@media screen and (max-width: 769px) {
  .related__share {
    width: 43.17295vw;
    margin: 0 auto;
  }
}

.related__share--ttl {
  font-weight: bold;
  color: #000;
}

.related__share--txt {
  font-size: 1.4vw;
  color: #000;
}

@media screen and (min-width: 1001px) {
  .related__share--txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 769px) {
  .related__share--txt {
    font-size: 3.64109vw;
  }
}

.related__sns {
  width: 16.6vw;
  margin: 0 0 0 auto;
}

@media screen and (min-width: 1001px) {
  .related__sns {
    width: 166px;
  }
}

@media screen and (max-width: 769px) {
  .related__sns {
    width: 43.17295vw;
    margin: 1vw auto 0;
  }
}

.related__sns li {
  float: left;
  width: 7vw;
}

@media screen and (min-width: 1001px) {
  .related__sns li {
    width: 70px;
  }
}

@media screen and (max-width: 769px) {
  .related__sns li {
    width: 18.20546vw;
  }
}

.related__sns li:nth-child(n+2) {
  margin-left: 2.6vw;
}

@media screen and (min-width: 1001px) {
  .related__sns li:nth-child(n+2) {
    margin-left: 26px;
  }
}

@media screen and (max-width: 769px) {
  .related__sns li:nth-child(n+2) {
    margin-left: 6.76203vw;
  }
}

.pagetop {
  display: block;
  z-index: 99;
  position: fixed;
  width: 8vw;
  bottom: 3vw;
  right: 2.2vw;
}

@media screen and (min-width: 1001px) {
  .pagetop {
    bottom: 30px;
    right: 22px;
    width: 80px;
  }
}

@media screen and (max-width: 769px) {
  .pagetop {
    bottom: 80px !important;
    width: 10.40312vw;
  }
}

.breadcrumb {
  width: 100%;
  height: auto;
  background-color: #ededed;
  border-top: 1px solid #bbb;
}

.breadcrumb__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 12px 0 10px;
}

@media screen and (max-width: 769px) {
  .breadcrumb__wrap {
    width: 90%;
  }
}

.breadcrumb__item {
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  font-size: 12px;
}

@media screen and (max-width: 769px) {
  .breadcrumb__item {
    font-size: 10px;
  }
}

.breadcrumb__item:nth-child(n+2) {
  position: relative;
  padding-left: 32px;
}

.breadcrumb__item:nth-child(n+2)::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 13px;
  width: 6px;
  height: 7px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAHCAYAAAArkDztAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFIGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjAtMDEtMzFUMTI6NDg6MjErMDk6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIwLTAxLTMxVDEyOjQ5OjI3KzA5OjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIwLTAxLTMxVDEyOjQ5OjI3KzA5OjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOmZmZDgxMzZlLTZjNDMtNGUwNy04YzQyLTQwN2MyNjcxMjBkNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpmZmQ4MTM2ZS02YzQzLTRlMDctOGM0Mi00MDdjMjY3MTIwZDQiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmZmQ4MTM2ZS02YzQzLTRlMDctOGM0Mi00MDdjMjY3MTIwZDQiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmZmZDgxMzZlLTZjNDMtNGUwNy04YzQyLTQwN2MyNjcxMjBkNCIgc3RFdnQ6d2hlbj0iMjAyMC0wMS0zMVQxMjo0ODoyMSswOTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7mlcOgAAAFpJREFUCJltjkERgDAQA7dMlYAVLHASsICXSshJqAYk1AJIKJ+W6aN5ZmczCbVWZonu/gAOJDO7O1iADXiBLKlIugDCqEvagfyDVpzA0WejpNKEZGY26uvs1Qd5yh5XFUcTeAAAAABJRU5ErkJggg==") no-repeat center center/contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.breadcrumb__item strong {
  color: #000724;
  font-weight: bold;
}

article.active {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-animation-duration: .7s;
          animation-duration: .7s;
  -webkit-animation-name: active00;
          animation-name: active00;
  visibility: visible !important;
}

@-webkit-keyframes active00 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

@keyframes active00 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
/*# sourceMappingURL=style.css.map */