.btn-how_to a {
  font-size: 14px;
  border-radius: 8px;
}

.catalog_box {
  margin: 0 auto 0;
}
.catalog_box .catalog_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 1px;
}
@media screen and (max-width: 590px) {
  .catalog_box .catalog_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.catalog_box .catalog_list .catalog_item {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  outline: 1px solid #ccc;
}
@media screen and (max-width: 590px) {
  .catalog_box .catalog_list .catalog_item {
    outline: 0;
    border-bottom: 1px solid #cecece;
  }
}
.catalog_box .catalog_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.catalog_box .catalog_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-bottom: 14px;
  padding: 0.4em 1em;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  word-break: keep-all;
  overflow-wrap: break-word;
  background-color: #ddd;
}
@media screen and (max-width: 590px) {
  .catalog_box .catalog_title {
    display: none;
    min-height: initial;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    word-break: initial;
    overflow-wrap: initial;
  }
}
.catalog_box .catalog_title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 24px;
  background-color: #036e4f;
}
@media screen and (max-width: 590px) {
  .catalog_box .catalog_title::after {
    content: none;
  }
}
.catalog_box .catalog_content_wrapper {
  display: flex;
  padding: 0 16px 16px;
  flex: 1;
}
@media (min-width: 769px) {
  .catalog_box .catalog_content_wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 590px) {
  .catalog_box .catalog_content_wrapper {
    padding: 20px 0;
  }
}
.catalog_box .catalog_image_link {
  flex-shrink: 0;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 210px;
  margin: auto;
  background-color: #fff;
}
@media screen and (max-width: 590px) {
  .catalog_box .catalog_image_link {
    max-width: initial;
    width: 32%;
    margin: 0 24px 0 0;
  }
}
.catalog_box .catalog_image_link .catalog_image {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 590px) {
  .catalog_box .catalog_image_link .catalog_image {
    max-height: initial;
  }
}
.catalog_box .catalog_body {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.catalog_box .catalog_body > .catalog_title {
  display: none;
}
@media screen and (max-width: 590px) {
  .catalog_box .catalog_body > .catalog_title {
    display: block;
  }
}
.catalog_box .catalog_meta {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 12px;
}
.catalog_box .catalog_meta br {
  display: contents;
}
@media screen and (max-width: 590px) {
  .catalog_box .catalog_meta {
    text-align: left;
  }
  .catalog_box .catalog_meta br {
    display: block;
  }
}
.catalog_box .catalog_description {
  width: fit-content;
  margin: 0 auto auto;
  text-align: left;
  font-size: 12px;
  line-height: 1.55;
}
.catalog_box .catalog_actions {
  display: flex;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  padding-top: 22px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 590px) {
  .catalog_box .catalog_actions {
    width: 100%;
  }
}
.catalog_box .catalog_btn_view {
  margin: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 14px;
  border-radius: 6px;
}
.catalog_box .catalog_btn_pdf {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.55;
  color: #8EC320;
  transition: 0.24s ease;
  font-weight: 500;
  gap: 0.5em;
}
@media screen and (max-width: 590px) {
  .catalog_box .catalog_btn_pdf {
    font-size: 14px;
  }
}
.catalog_box .catalog_btn_pdf::before {
  content: "";
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWRvd25sb2FkLWljb24gbHVjaWRlLWRvd25sb2FkIj48cGF0aCBkPSJNMTIgMTVWMyIvPjxwYXRoIGQ9Ik0yMSAxNXY0YTIgMiAwIDAgMS0yIDJINWEyIDIgMCAwIDEtMi0ydi00Ii8+PHBhdGggZD0ibTcgMTAgNSA1IDUtNSIvPjwvc3ZnPg==");
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: center center;
  width: 1.4em;
  height: 1.4em;
  background-color: #8EC320;
  transition: 0.24s ease;
}
.catalog_box .catalog_btn_pdf:hover {
  color: #1F8C63;
}
.catalog_box .catalog_btn_pdf:hover::before {
  background-color: #1F8C63;
}
.catalog_box + .btn-how_to {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 590px) {
  .catalog_box + .btn-how_to {
    margin-top: 32px;
    padding-top: 0px;
    border-top: 0px solid #ccc;
  }
}
.catalog_box + .btn-how_to a {
  margin: 0 auto;
}

.catalogForm {
  margin-top: 32px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 590px) {
  .catalogForm {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ccc;
  }
}
.catalogForm__head {
  padding: 0.6em 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  background-color: #EEEEEE;
}
@media screen and (max-width: 590px) {
  .catalogForm__head {
    font-size: 16px;
  }
}
.catalogForm__head span {
  display: block;
  padding: 1px 15px 1px 13px;
  border-left: 3px solid rgb(3, 110, 79);
}
.catalogForm__text {
  margin-top: 32px;
}
.catalogForm__text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  color: #333;
}
.catalogForm__text p:not(:first-of-type) {
  margin-top: 1em;
}
.catalogForm .btn-group {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.catalogForm .btn-group li {
  width: 50%;
}
@media screen and (max-width: 590px) {
  .catalogForm .btn-group li {
    width: 100%;
  }
  .catalogForm .btn-group li:not(:first-of-type) {
    margin-top: 32px;
  }
}
.catalogForm .btn-group li a {
  width: 300px;
  margin: 0 auto;
  font-size: 14px;
  border-radius: 8px;
}
@media screen and (max-width: 590px) {
  .catalogForm .btn-group li a {
    width: 100%;
  }
}

.page-catalog-online .page-header {
  position: relative;
}
.page-catalog-online .page-header .btn-how_to {
  position: absolute;
  width: 230px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 590px) {
  .page-catalog-online .page-header .btn-how_to {
    position: inherit;
    inset: inherit;
    margin: 16px auto 0;
    transform: inherit;
  }
}
.page-catalog-online .page-header .btn-how_to a {
  padding: 0.6em 1em;
}
.page-catalog-online #pick_up_contents {
  margin: 64px auto 32px;
  padding-bottom: 32px;
  text-align: center;
  border-bottom: 2px solid #ccc;
}
.page-catalog-online #pick_up_contents h2 {
  display: flex;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
.page-catalog-online #pick_up_contents h2::before, .page-catalog-online #pick_up_contents h2::after {
  content: "";
  border-top: 2px solid #ccc;
  flex-grow: 1;
}
.page-catalog-online #pick_up_contents h2::before {
  margin-right: 1em;
}
.page-catalog-online #pick_up_contents h2::after {
  margin-left: 1em;
}
.page-catalog-online #pick_up_contents .contents-box {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media screen and (max-width: 590px) {
  .page-catalog-online #pick_up_contents .contents-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.page-catalog-online #pick_up_contents .contents-box a {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 4px;
}
.page-catalog-online #catalog_nav {
  margin-bottom: 40px;
}
@media screen and (max-width: 590px) {
  .page-catalog-online #catalog_nav {
    display: block;
    border: 1px solid #ccc;
  }
}
.page-catalog-online #catalog_nav.is-fixed {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.32);
}
@media (max-width: 590px) {
  .page-catalog-online #catalog_nav.is-fixed {
    position: static !important;
    box-shadow: none !important;
  }
}
.page-catalog-online #catalog_nav h2 {
  display: none;
  margin-bottom: 1em;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  padding: 0.6em;
  background-color: #ccc;
}
@media screen and (max-width: 590px) {
  .page-catalog-online #catalog_nav h2 {
    display: block;
    margin: 0;
  }
}
.page-catalog-online #catalog_nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background-color: #EBF0EE;
}
@media screen and (max-width: 590px) {
  .page-catalog-online #catalog_nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #fff;
  }
}
.page-catalog-online #catalog_nav li {
  width: 100%;
}
.page-catalog-online #catalog_nav li a {
  position: relative;
  display: block;
  padding: 0.5em 2.5em;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: #fff;
  background-color: #1F8C63;
  transition: 0.24s ease;
}
@media screen and (max-width: 590px) {
  .page-catalog-online #catalog_nav li a {
    padding: 0.6em;
    font-size: 13px;
    color: #1F8C63;
    background-color: #fff;
  }
}
.page-catalog-online #catalog_nav li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxuczppPSImYW1wO25zX2FpOyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjIiIHZpZXdCb3g9Ii0zMDAgMzAyIDE2IDE2IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3dpdGNoPjxnIGk6ZXh0cmFuZW91cz0ic2VsZiI+PHBhdGggZD0iTS0yOTYuNDkgMzA4LjVoOWwtNC41MSA0Ljk5LTQuNDktNC45OXoiLz48L2c+PC9zd2l0Y2g+PC9zdmc+");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center center;
  background-color: #fff;
}
@media screen and (max-width: 590px) {
  .page-catalog-online #catalog_nav li a::after {
    right: auto;
    transform: translateY(-50%) rotate(45defg);
    background-color: #1F8C63;
  }
}
.page-catalog-online #catalog_nav li a:hover {
  opacity: 0.8;
}
.page-catalog-online .catalog_box {
  padding-top: 80px;
  margin-top: 44px;
}
@media screen and (max-width: 590px) {
  .page-catalog-online .catalog_box {
    padding-top: 64px;
  }
  .page-catalog-online .catalog_box#general_catalog {
    padding-top: 64px;
  }
}
.page-catalog-online .catalog_box h2 {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 590px) {
  .page-catalog-online .catalog_box h2 {
    font-size: 20px;
    border-bottom: 1px solid #cecece;
    margin-bottom: 0;
    padding-bottom: 1em;
  }
}
.page-catalog-online .catalog_box h2::before, .page-catalog-online .catalog_box h2::after {
  content: "";
  border-top: 2px solid #aaa;
  flex-grow: 1;
}
@media screen and (max-width: 590px) {
  .page-catalog-online .catalog_box h2::before, .page-catalog-online .catalog_box h2::after {
    border-top: none;
  }
}
.page-catalog-online .catalog_box h2::before {
  margin-right: 1em;
}
.page-catalog-online .catalog_box h2::after {
  margin-left: 1em;
}
.page-catalog-online .floatingArea {
  position: fixed;
  top: 50%;
  right: -15px;
  z-index: 998;
  transform: translate(100%, -50%);
  transition: 0.3s;
}
@media screen and (max-width: 590px) {
  .page-catalog-online .floatingArea {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    transform: none;
  }
}
.page-catalog-online .floatingArea--banner {
  display: flex;
  box-sizing: content-box;
  width: 28px;
  background-color: #227b4f;
  padding: 45px 30px 45px 15px;
  border-radius: 12px 0 0 12px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  height: 220px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 590px) {
  .page-catalog-online .floatingArea--banner {
    flex-direction: row;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 2em 1em;
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }
}
.page-catalog-online .floatingArea--banner p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  line-height: 1.15;
}
@media screen and (max-width: 590px) {
  .page-catalog-online .floatingArea--banner p {
    display: block;
    writing-mode: initial;
    text-orientation: initial;
    font-size: 14px;
    line-height: 1;
  }
}
.page-catalog-online .floatingArea.is-show {
  transform: translate(0, -50%);
}
@media screen and (max-width: 590px) {
  .page-catalog-online .floatingArea.is-show {
    transform: none;
  }
}
.page-catalog-online .floatingArea.is-show:hover {
  transform: translate(-15px, -50%);
  opacity: 0.8;
}
@media screen and (max-width: 590px) {
  .page-catalog-online .floatingArea.is-show:hover {
    transform: none;
    opacity: 1;
  }
}

.page-catalog-contract .catalog_box {
  padding-top: 0px;
}

.page-catalog-select .main_image {
  display: block;
}

.page-catalog-proex .main_image {
  margin-bottom: 16px;
}
.page-catalog-proex .main_image > a {
  display: block;
}
.page-catalog-proex .btn {
  margin: 24px auto 40px;
  max-width: 560px;
  width: 100%;
  font-size: 22px;
  border-radius: 8px;
}
@media screen and (max-width: 590px) {
  .page-catalog-proex .btn {
    font-size: 16px;
  }
}

.page-catalog .slide-wrap {
  position: relative;
  margin-top: 48px;
  padding-top: 56px;
  padding-bottom: 56px;
}
.page-catalog .slide-wrap::after {
  content: "";
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 100%;
  background-color: #EBF0EE;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.page-catalog .slide-wrap h2 {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 24px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.75;
}
.page-catalog .slide-wrap h2 br {
  display: none;
}
@media screen and (max-width: 590px) {
  .page-catalog .slide-wrap h2 {
    font-size: 18px;
  }
  .page-catalog .slide-wrap h2 br {
    display: block;
  }
}
.page-catalog .slide-wrap h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2em;
  height: 2px;
  background-color: #1F8C63;
}
.page-catalog .catalogSwiper {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}
.page-catalog .swiper-slide-active {
  opacity: 1;
}
.page-catalog .swiper-slide-next,
.page-catalog .swiper-slide-prev {
  opacity: 0.4;
}
.page-catalog .catalog-slide-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  gap: 32px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 590px) {
  .page-catalog .catalog-slide-inner {
    flex-direction: column;
  }
}
.page-catalog .catalog-slide-inner .catalog-thumb {
  max-width: 297px;
  display: flex;
  width: 100%;
  margin: auto;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background-color: #fff;
}
.page-catalog .catalog-slide-inner .catalog-thumb img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.page-catalog .catalog-slide-inner .catalog-info {
  width: calc(100% - 297px);
}
@media screen and (max-width: 590px) {
  .page-catalog .catalog-slide-inner .catalog-info {
    width: 100%;
  }
}
.page-catalog .swiper-control {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 20px;
}
.page-catalog .swiper-button-next,
.page-catalog .swiper-button-prev {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
  font-size: 16px;
  color: #1F8C63;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 50%;
  transition: all 0.3s;
}
.page-catalog .swiper-button-next:hover,
.page-catalog .swiper-button-prev:hover {
  color: #fff;
  background: #1F8C63;
  border-color: #1F8C63;
}
.page-catalog .swiper-button-next::after,
.page-catalog .swiper-button-prev::after {
  font-size: 16px;
}
.page-catalog .swiper-pagination {
  position: static;
  width: fit-content;
  margin: 0;
}
.page-catalog .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ddd;
  opacity: 1;
  transition: all 0.3s;
}
.page-catalog .swiper-pagination-bullet-active {
  background: #1F8C63;
  transform: scale(1.2);
}
.page-catalog .catalog-categories {
  display: inline-block;
  padding: 0.6em 1em;
  font-size: 12px;
  font-weight: 500;
  color: #1F8C63;
  background-color: #EBF0EE;
  border-radius: 6px;
}
.page-catalog .catalog-title {
  margin: 0.6em 0;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 590px) {
  .page-catalog .catalog-title {
    font-size: 18px;
  }
}
.page-catalog .catalog-text,
.page-catalog .catalog-meta {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}
.page-catalog .catalog-days {
  margin-top: 1em;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "tnum";
  color: #888;
}
.page-catalog .catalog_btn_view {
  max-width: 240px;
  margin-top: 24px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 14px;
  border-radius: 8px;
}
@media screen and (max-width: 590px) {
  .page-catalog .catalog_btn_view {
    margin-left: auto;
    margin-right: auto;
  }
}

.page-catalog-web_catamanual p {
  width: fit-content;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: left;
  font-size: 14px;
  line-height: 1.75;
}
.page-catalog-web_catamanual .image {
  display: block;
  width: 100%;
  padding-bottom: 30px;
}
.page-catalog-web_catamanual .image img {
  display: block;
  margin: 0 auto;
}
.page-catalog-web_catamanual .manual_block {
  margin-bottom: 24px;
}
.page-catalog-web_catamanual .manual_block .toc {
  counter-reset: toc-counter;
  margin-top: 24px;
  border-top: 1px solid rgba(204, 204, 204, 0.8);
  border-bottom: 1px solid rgba(204, 204, 204, 0.8);
}
.page-catalog-web_catamanual .manual_block .toc__item {
  display: flex;
  align-items: flex-start;
  counter-increment: toc-counter;
  position: relative;
  font-size: 16px;
  padding: 10px;
}
@media screen and (max-width: 590px) {
  .page-catalog-web_catamanual .manual_block .toc__item {
    font-size: 14px;
  }
}
.page-catalog-web_catamanual .manual_block .toc__item:not(:last-child) {
  border-bottom: 1px #cccccc dotted;
}
.page-catalog-web_catamanual .manual_block .toc__item::before {
  content: counter(toc-counter);
  display: inline-flex;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  background: #000;
  border-radius: 3px;
}
.page-catalog-web_catamanual .manual_block .toc a {
  display: inline-block;
  transition: 0.24s ease;
}
.page-catalog-web_catamanual .manual_block .toc a::after {
  content: "";
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJsdWNpZGUgbHVjaWRlLWV4dGVybmFsLWxpbmstaWNvbiBsdWNpZGUtZXh0ZXJuYWwtbGluayI+PHBhdGggZD0iTTE1IDNoNnY2Ii8+PHBhdGggZD0iTTEwIDE0IDIxIDMiLz48cGF0aCBkPSJNMTggMTN2NmEyIDIgMCAwIDEtMiAySDVhMiAyIDAgMCAxLTItMlY4YTIgMiAwIDAgMSAyLTJoNiIvPjwvc3ZnPg==");
  mask-position: center center;
  mask-size: contain;
  mask-repeat: no-repeat;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-color: #444;
}
.page-catalog-web_catamanual .manual_block .toc a:hover {
  color: #1F8C63;
}
.page-catalog-web_catamanual .manual_block .toc a:hover::after {
  background-color: #1F8C63;
}
.page-catalog-web_catamanual a.btn {
  margin: 32px auto 0;
}