@charset "utf-8";

:root {
  --orange: #db701b;
  --green: #006934;
  --blue: #2b5aa6;
  --zenkaku: "Zen Kaku Gothic New", sans-serif;
}

.risnos-index_nums_ct.num_new_ct {
  max-width: 44px;
  width: 44px;
}

.risnos_ct.orange .risnos-index_nums_ct.num_new_ct {
  background-image: url(../images/num_new_orange.svg);
}

.risnos_ct.green .risnos-index_nums_ct.num_new_ct {
  background-image: url(../images/num_new_green.svg);
}

.risnos_ct.blue .risnos-index_nums_ct.num_new_ct {
  background-image: url(../images/num_new_blue.svg);
}

.risnos-content_title_ct.num_new_ct::before {
  width: 44px;
}

.risnos_ct.orange .risnos-content_title_ct.num_new_ct::before {
  background-image: url(../images/num_new_orange.svg);
}

.risnos_ct.green .risnos-content_title_ct.num_new_ct::before {
  background-image: url(../images/num_new_green.svg);
}

.risnos_ct.blue .risnos-content_title_ct.num_new_ct::before {
  background-image: url(../images/num_new_blue.svg);
}

.risnos-content_more_ct.risnos-content_more_close_ct {
  height: auto;
  text-align: center;
}

.risnos-content_more_close_ct .risnos-content_link_ct {
  background-image: none !important;
  font-weight: 700;
  text-indent: 0;
  text-decoration: underline !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.risnos_ct.orange .risnos-content_more_close_ct .risnos-content_link_ct {
  color: var(--orange);
}

.risnos_ct.blue .risnos-content_more_close_ct .risnos-content_link_ct {
  color: var(--blue);
}

.risnos_ct.green .risnos-content_more_close_ct .risnos-content_link_ct {
  color: var(--green);
}

.risnos_ct .risnos-content_link_ct {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media not all and (min-width: 768px) {
  .risnos-products_ct .risnos-items_ct::after {
    display: none;
  }

  .risnos-index_items_ct {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  .risnos-index_nums_ct.num_new_ct {
    max-width: 34px;
  }
}
