/* usage example
---------------------------------------------------------- */
.usage {
  padding-top: 8rem;
}
.usage-kv {
  margin-bottom: 8rem;
  padding: 0 5rem;
  width: 100%;
  height: 32rem;
  background: url("/eve-full/img/usageexample/page-title_bg.jpg") no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.usage-kv_inner {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
.usage-kv_inner h1 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}
.usage-kv_inner .en {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}
.usage-kv_inner p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}
.usage-content {
  margin-bottom: 5.2rem;
}
.usage-inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 5rem;
}
.usage-nav {
  margin-bottom: 4rem;
}
.usage-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 1.1rem;
}
.usage-nav ul li a {
  width: 14rem;
  padding: 1.8rem 0;
  background: #F5F5F5;
  border-radius: 99rem;
  color: #21429D;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media (hover: hover) {
  .usage-nav ul li a:hover {
    opacity: 0.6;
  }
}
.usage-nav ul li a.is-current {
  background: #21429D;
  color: #fff;
}
.usage-title {
  margin-bottom: 1.6rem;
  font-size: 2rem;
  font-weight: 700;
}
.usage-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 5.6rem 2.4rem;
}
.usage-list_item {
  width: calc(33.33% - 1.6rem);
}
.usage-list_item a {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media (hover: hover) {
  .usage-list_item a:hover {
    opacity: 0.6;
  }
}
.usage-list_item figure {
  display: block;
  margin-bottom: 1.4rem;
}
.usage-list_item .tag {
  margin-bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 0.4rem;
}
.usage-list_item .tag li {
  padding: 0.5rem 0.8rem;
  background: #F5F5F5;
  border-radius: 0.4rem;
  color: #21429D;
  font-size: 1.4rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.usage-list_item h3 {
  margin-bottom: 0.6rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}
.usage-list_item p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
}
.usage .pagination {
  margin-top: 5.2rem;
}
.usage .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
.usage .pagination ul li {
  font-size: 2rem;
  font-weight: 500;
}
.usage .pagination ul li.current {
  color: #21429D;
}
.usage .pagination ul li.prev a, .usage .pagination ul li.next a {
  color: #21429D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.4rem;
}
.usage .pagination ul li.prev a::before {
  display: block;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url("/eve-full/img/common/pagination_icon_arrow.png") no-repeat center;
  background-size: contain;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.usage .pagination ul li.next a::after {
  display: block;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url("/eve-full/img/common/pagination_icon_arrow.png") no-repeat center;
  background-size: contain;
}
.usage .pagination ul li.dot {
  color: #969696;
}
.usage .pagination ul li a {
  color: #969696;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
@media (hover: hover) {
  .usage .pagination ul li a:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 768px) {
  .usage {
    padding-top: 5.2rem;
  }
  .usage-kv {
    margin-bottom: 4rem;
    padding: 0 2rem;
    height: 13.7rem;
  }
  .usage-kv_inner h1 {
    margin-bottom: 1rem;
    font-size: 3.3rem;
  }
  .usage-kv_inner .en {
    margin-bottom: 1rem;
    font-size: 3.3rem;
  }
  .usage-kv_inner p {
    font-size: 1.2rem;
  }
  .usage-inner {
    padding: 0 2rem;
  }
  .usage-nav {
    margin-bottom: 2.4rem;
  }
  .usage-nav ul {
    gap: 1.4rem 0.7rem;
  }
  .usage-nav ul li a {
    width: 10.7rem;
    height: 3.5rem;
    padding: 0.8rem 0;
    font-size: 1.1rem;
  }
  .usage-title {
    margin-bottom: 1.2rem;
    font-size: 1.4rem;
  }
  .usage-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 2.8rem;
  }
  .usage-list_item {
    width: 100%;
  }
  .usage-list_item figure {
    display: block;
    margin-bottom: 1.2rem;
  }
  .usage-list_item .tag {
    margin-bottom: 0.8rem;
    gap: 0.4rem;
  }
  .usage-list_item .tag li {
    font-size: 1.2rem;
  }
  .usage-list_item h3 {
    margin-bottom: 0.6rem;
    font-size: 1.8rem;
  }
  .usage-list_item p {
    font-size: 1.4rem;
    line-height: 1.57;
  }
  .usage .pagination {
    margin-top: 2.8rem;
  }
  .usage .pagination ul {
    gap: 1.2rem;
  }
  .usage .pagination ul li {
    font-size: 1.6rem;
  }
  .usage .pagination ul li.prev a, .usage .pagination ul li.next a {
    font-size: 1.4rem;
  }
  .usage .pagination ul li.prev a::before {
    width: 1.6rem;
    height: 1.6rem;
  }
  .usage .pagination ul li.next a::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */