/* FONT */
/* VW FORMULA */
/* GLOBAL */
body {
  background-color: #fafafa;
}

p {
  margin-bottom: unset;
}

.wrapper.info-list, .wrapper.info-item {
  font-family: "ALS Sirius", sans-serif;
}
.wrapper.info-list .more, .wrapper.info-item .more {
  color: #292929;
  padding: 0 120px 0 0;
  position: relative;
}
.wrapper.info-list .more:not(.noarrow):after, .wrapper.info-item .more:not(.noarrow):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background-image: url(../img/ic-more.svg);
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: center right;
  width: 80px;
  height: 18px;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
.wrapper.info-list .more:hover:after, .wrapper.info-item .more:hover:after {
  right: 0;
  width: 95px;
}
.wrapper .content-info {
  /* LIST (ROOT) SPECIFIC */
  /* ITEM (ARTICLE) SPECIFIC */
}
.wrapper .content-info.list {
  padding: 45px 0 0 0;
}
.wrapper .content-info.list h1 {
  text-align: center;
  font-size: 60px;
  line-height: 72px;
  font-weight: 500;
  max-width: 980px;
  margin: 0 auto;
}
.wrapper .content-info .items-list {
  padding: 100px 0 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.wrapper .content-info .items-list .item {
  flex: 0 0 calc(50% - 20px);
}
@media (max-width: 459px) {
  .wrapper .content-info .items-list .item {
    flex-basis: 100%;
  }
}
.wrapper .content-info .items-list .item:last-child .more {
  display: block;
}
.wrapper .content-info .items-list .item:last-child .more:after {
  transform: translateY(100%);
  right: 150px;
}
.wrapper .content-info .items-list .item.enlarge {
  transition: all 0.25s;
  margin-bottom: 30px;
}
.wrapper .content-info .items-list .item.enlarge .more {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.wrapper .content-info .items-list .item.enlarge .alt_info {
  color: #292929;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.wrapper .content-info .items-list .item.enlarge:hover {
  opacity: 0.7;
}
.wrapper .content-info .items-list .item:last-child {
  margin-bottom: unset;
}
.wrapper .content-info.item {
  padding: 45px 0 0;
}
.wrapper .content-info.item h1 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}
.wrapper .content-info.item .page-body h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 30px;
}
.wrapper .content-info.item .page-body.safe-usage h2 {
  font-size: 38px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
}
.wrapper .content-info.item .page-body p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 16px;
}
.wrapper .content-info.item .page-body p span.bold {
  font-weight: 700;
}
.wrapper .content-info.item .page-body ol, .wrapper .content-info.item .page-body ul {
  margin-bottom: 30px;
}
.wrapper .content-info.item .page-body ol li, .wrapper .content-info.item .page-body ul li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 5px;
}
.wrapper .content-info.item .page-body ol li:last-child, .wrapper .content-info.item .page-body ul li:last-child {
  margin-bottom: unset;
}
.wrapper .content-info.item .page-body ol li span.bold, .wrapper .content-info.item .page-body ul li span.bold {
  font-weight: 700;
}
.wrapper .content-info.item .page-body ul.imager {
  margin-bottom: 40px;
}
.wrapper .content-info.item .page-body ul.imager:last-child {
  margin-bottom: unset;
}
.wrapper .content-info.item .page-body ul.imager li {
  display: flex;
  margin-bottom: 40px;
}
.wrapper .content-info.item .page-body ul.imager li::marker {
  content: none;
}
.wrapper .content-info.item .page-body ul.imager li p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}
.wrapper .content-info.item .page-body ul.imager li img {
  width: 200px;
  height: 200px;
  flex-shrink: 0;
  margin-right: 30px;
}
.wrapper .content-info.item .page-body .global {
  color: #00B1EB;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  transition: all ease 0.3s;
}
@media (min-width: 1110px) {
  .wrapper .content-info.item .page-body .global {
    cursor: pointer;
  }
  .wrapper .content-info.item .page-body .global:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .wrapper.info-list, .wrapper.info-item {
    width: 100%;
    padding-top: 40px;
  }
  .wrapper.info-list a.more, .wrapper.info-item a.more {
    padding: 0 12.5vw 0 0;
  }
  .wrapper.info-list a.more:after, .wrapper.info-item a.more:after {
    right: 3.125vw;
    background-size: auto 4.375vw;
    width: 6.25vw;
    height: 4.375vw;
    transform: translateY(-30%);
  }
  .wrapper.info-list a.more:hover:after, .wrapper.info-item a.more:hover:after {
    right: 0;
    width: 9.375vw;
  }
  .wrapper .content-info {
    /* LIST (ROOT) SPECIFIC */
    /* ITEM (ARTICLE) SPECIFIC */
  }
  .wrapper .content-info.list {
    padding: unset;
  }
  .wrapper .content-info.list h1 {
    line-height: 1.4;
    font-size: 6.5vw;
    max-width: unset;
    margin-bottom: 6.25vw;
  }
  .wrapper .content-info .items-list {
    padding: unset;
    gap: 10px 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 459px) {
  .wrapper .content-info .items-list {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .content-info .items-list .item.enlarge {
    margin-bottom: 3.125vw;
  }
  .wrapper .content-info .items-list .item.enlarge a.more {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) and (max-width: 459px) {
  .wrapper .content-info .items-list .item.enlarge a.more {
    font-size: 4.375vw;
    line-height: 6.5vw;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .content-info .items-list .item:last-child {
    margin-bottom: unset;
  }
  .wrapper .content-info.item {
    padding: unset;
  }
  .wrapper .content-info.item h1 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 8.75vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 459px) {
  .wrapper .content-info.item h1 {
    font-size: 7.5vw;
    line-height: 9vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 460px) {
  .wrapper .content-info.item h1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .content-info.item .page-body h2 {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 459px) {
  .wrapper .content-info.item .page-body h2 {
    font-size: 4.375vw;
    line-height: 5.5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 460px) {
  .wrapper .content-info.item .page-body h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .content-info.item .page-body.safe-usage h2 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) and (max-width: 459px) {
  .wrapper .content-info.item .page-body.safe-usage h2 {
    font-size: 5vw;
    line-height: 9vw;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .content-info.item .page-body p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 459px) {
  .wrapper .content-info.item .page-body p {
    font-size: 3.75vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .content-info.item .page-body p + h2 {
    margin-top: 24px;
  }
  .wrapper .content-info.item .page-body ol, .wrapper .content-info.item .page-body ul {
    margin-bottom: 3.125vw;
  }
  .wrapper .content-info.item .page-body ol li, .wrapper .content-info.item .page-body ul li {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    margin-bottom: 1.5625vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 459px) {
  .wrapper .content-info.item .page-body ol li, .wrapper .content-info.item .page-body ul li {
    font-size: 3.75vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 460px) {
  .wrapper .content-info.item .page-body ol li, .wrapper .content-info.item .page-body ul li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .content-info.item .page-body ol li:last-child, .wrapper .content-info.item .page-body ul li:last-child {
    margin-bottom: unset;
  }
  .wrapper .content-info.item .page-body ul.imager {
    margin-bottom: 12.5vw;
    padding: 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 460px) {
  .wrapper .content-info.item .page-body ul.imager {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .content-info.item .page-body ul.imager:last-child {
    margin-bottom: unset;
  }
  .wrapper .content-info.item .page-body ul.imager li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrapper .content-info.item .page-body ul.imager li p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) and (max-width: 459px) {
  .wrapper .content-info.item .page-body ul.imager li p {
    font-size: 3.75vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .content-info.item .page-body ul.imager li img {
    width: 46.875vw;
    height: 46.875vw;
    margin-right: unset;
    margin-bottom: 9.375vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 460px) {
  .wrapper .content-info.item .page-body ul.imager li img {
    width: 180px;
    height: 180px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .content-info.item .page-body a.global {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) and (max-width: 459px) {
  .wrapper .content-info.item .page-body a.global {
    font-size: 4.375vw;
    line-height: 6.5vw;
  }
}