@-webkit-keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.kv-title__main > div:nth-child(2) {
  -webkit-transition: opacity 0.3s ease-out 0.05s, -webkit-transform 0.3s ease-out 0.05s;
  transition: opacity 0.3s ease-out 0.05s, -webkit-transform 0.3s ease-out 0.05s;
  -o-transition: opacity 0.3s ease-out 0.05s, transform 0.3s ease-out 0.05s;
  transition: opacity 0.3s ease-out 0.05s, transform 0.3s ease-out 0.05s;
  transition: opacity 0.3s ease-out 0.05s, transform 0.3s ease-out 0.05s, -webkit-transform 0.3s ease-out 0.05s;
}

.kv-title__main > div:nth-child(3) {
  -webkit-transition: opacity 0.3s ease-out 0.1s, -webkit-transform 0.3s ease-out 0.1s;
  transition: opacity 0.3s ease-out 0.1s, -webkit-transform 0.3s ease-out 0.1s;
  -o-transition: opacity 0.3s ease-out 0.1s, transform 0.3s ease-out 0.1s;
  transition: opacity 0.3s ease-out 0.1s, transform 0.3s ease-out 0.1s;
  transition: opacity 0.3s ease-out 0.1s, transform 0.3s ease-out 0.1s, -webkit-transform 0.3s ease-out 0.1s;
}

.kv-title__main > div:nth-child(4) {
  -webkit-transition: opacity 0.3s ease-out 0.15s, -webkit-transform 0.3s ease-out 0.15s;
  transition: opacity 0.3s ease-out 0.15s, -webkit-transform 0.3s ease-out 0.15s;
  -o-transition: opacity 0.3s ease-out 0.15s, transform 0.3s ease-out 0.15s;
  transition: opacity 0.3s ease-out 0.15s, transform 0.3s ease-out 0.15s;
  transition: opacity 0.3s ease-out 0.15s, transform 0.3s ease-out 0.15s, -webkit-transform 0.3s ease-out 0.15s;
}

.kv-title__sub > div {
  -webkit-transition: opacity 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
  -o-transition: opacity 0.3s ease-out 0.3s, transform 0.3s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s, transform 0.3s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s, transform 0.3s ease-out 0.3s, -webkit-transform 0.3s ease-out 0.3s;
}

.kv-title__sub > div:nth-child(2) {
  -webkit-transition: opacity 0.3s ease-out 0.35s, -webkit-transform 0.3s ease-out 0.35s;
  transition: opacity 0.3s ease-out 0.35s, -webkit-transform 0.3s ease-out 0.35s;
  -o-transition: opacity 0.3s ease-out 0.35s, transform 0.3s ease-out 0.35s;
  transition: opacity 0.3s ease-out 0.35s, transform 0.3s ease-out 0.35s;
  transition: opacity 0.3s ease-out 0.35s, transform 0.3s ease-out 0.35s, -webkit-transform 0.3s ease-out 0.35s;
}

.kv-title__sub > div:nth-child(3) {
  -webkit-transition: opacity 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
  transition: opacity 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
  -o-transition: opacity 0.3s ease-out 0.4s, transform 0.3s ease-out 0.4s;
  transition: opacity 0.3s ease-out 0.4s, transform 0.3s ease-out 0.4s;
  transition: opacity 0.3s ease-out 0.4s, transform 0.3s ease-out 0.4s, -webkit-transform 0.3s ease-out 0.4s;
}

.kv-title__sub > div:nth-child(4) {
  -webkit-transition: opacity 0.3s ease-out 0.45s, -webkit-transform 0.3s ease-out 0.45s;
  transition: opacity 0.3s ease-out 0.45s, -webkit-transform 0.3s ease-out 0.45s;
  -o-transition: opacity 0.3s ease-out 0.45s, transform 0.3s ease-out 0.45s;
  transition: opacity 0.3s ease-out 0.45s, transform 0.3s ease-out 0.45s;
  transition: opacity 0.3s ease-out 0.45s, transform 0.3s ease-out 0.45s, -webkit-transform 0.3s ease-out 0.45s;
}

.box1 {
  margin-bottom: 6em;
}

.box2 {
  margin-bottom: 6.75em;
}

.gms-area {
  margin-bottom: .25em;
  -webkit-transition: opacity 0.5s ease-out, margin 0.3s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  transition: opacity 0.5s ease-out, margin 0.3s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -o-transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), margin 0.3s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), margin 0.3s ease-out;
  transition: opacity 0.5s ease-out, transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1), margin 0.3s ease-out, -webkit-transform 0.5s cubic-bezier(0.13, 0.38, 0.12, 1);
  -webkit-transform: translateY(5em);
      -ms-transform: translateY(5em);
          transform: translateY(5em);
  opacity: 0;
}

.gms-area.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.gms-area.active {
  margin-bottom: 2.5em;
}

.gms-area.active:before {
  background-image: url(/common/img/selector-arrow-close.png);
}

.gms-area:last-child {
  margin-bottom: 0 !important;
}

.gms-area:before {
  display: block;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -.75em;
  background-image: url(/common/img/selector-arrow.png);
  background-repeat: no-repeat;
  background-size: 0.7em auto;
  background-position: 97.5% 1.4em;
}

.gms-title-area {
  padding-bottom: 1.03em;
  margin-bottom: 2.65em;
  cursor: pointer;
}

.gms-title-area:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #ebecef;
  left: 0;
  bottom: 0;
}

.gms-title-area:after {
  content: " ";
  display: block;
  position: absolute;
  width: 8.33%;
  height: 2px;
  background-color: #cb322b;
  left: 0;
  bottom: 0;
}

.gms-title {
  font-size: 1.12em;
  color: #cb322b;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 2em;
}

.gms-text-area {
  -webkit-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
  height: 0;
  overflow: hidden;
}

.ir-gms-area-desc {
  padding-bottom: 1em;
}

.ir-gms-area-desc__heading {
  float: left;
  font-size: 1rem;
  width: 4.75em;
  position: relative;
  margin-right: .65em;
}

.ir-gms-area-desc__heading::after {
  content: ":";
  position: absolute;
  right: 0;
}

.ir-gms-area-desc__text {
  font-size: 1rem;
  width: calc(100% - 5.4em);
  margin-bottom: 1em;
  margin-left: 5.4em;
}

.ir-gms-area-desc__text:last-of-type {
  margin-bottom: 0;
}

.ir-gms-area-list__item {
  padding: .9em 0;
}

.ir-gms-area-list__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.ir-gms-area-list__item a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(/img/news-link-arrow.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 0.45em auto;
}

.ir-gms-area-list {
  padding: 1.125em 0 1.25em;
}

.ir-gms-area-list:before, .ir-gms-area-list:after {
  display: none;
}

.ir-gms-area-text {
  max-width: calc(100% - 3.44em);
  line-height: 1;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  padding-right: .6em;
  display: inline-block;
  line-height: 1.5em;
  margin: -.25em 0;
}

.pdf-icon {
  width: 1.44em;
  height: 2em;
  background-image: url(/img/ir-news-icon.png);
  background-size: 1.44em auto;
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin: -.5em 0;
}

@media screen and (min-width: 769px) {
  .gms-title-area:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  .ir-gms-area-list__item :hover .ir-gms-area-text {
    color: #cb322b;
    text-decoration: underline;
  }
}

@media screen and (max-width: 768px) {
  .main-content {
    margin-bottom: 10vw;
  }
  .box1 {
    margin-bottom: 18.25vw;
  }
  .box2 {
    margin-bottom: 0;
  }
  .gms-area.active {
    margin-bottom: 6.9vw;
  }
  .gms-area:before {
    background-position: 94.1% 5.4vw;
    background-size: 2.2vw auto;
    top: -3vw;
  }
  .gms-title-area {
    padding-bottom: 3.3vw;
    margin-bottom: 9vw;
  }
  .gms-title-area:before {
    height: 0.65vw;
  }
  .gms-title-area:after {
    width: 23.8%;
    height: 0.65vw;
  }
  .gms-title {
    font-size: 3.75vw;
    margin-right: 6.4vw;
  }
  .ir-gms-area-desc {
    padding: 1.6vw 0;
  }
  .ir-gms-area-desc__heading {
    font-size: 3.466vw;
  }
  .ir-gms-area-desc__text {
    font-size: 3.466vw;
    margin-bottom: 2.25vw;
  }
  .ir-gms-area-list__item {
    padding: 4vw 0;
  }
  .ir-gms-area-list {
    padding: 3.466vw 0 0;
  }
  .ir-gms-area-text {
    max-width: calc(100% - 10.866vw);
    font-size: 3.466vw;
    line-height: 1.3em;
    padding-right: 3.733vw;
    margin: -.15em 0;
  }
  .pdf-icon {
    height: 7.866vw;
    width: 6.133vw;
    background-size: 100% auto;
    margin: -2.2vw 0;
  }
}
/*# sourceMappingURL=index.css.map */
