@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
html,
body {
  width: 100%;
  font-family: "Souce Sans Pro", sans-serif;
  background-color: #F4F4F4;
}

body {
  overflow-x: hidden;
}

.kv__wrap {
  background-color: #ffffff;
}
.kv__wrap .kv__box {
  max-width: 1400px;
  margin: 0 auto;
}
.kv__wrap .kv__box .kv__img {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .kv__wrap .kv__box .kv__img {
    content: url("../img/support/kv_manual_sp.webp");
  }
}
.content__section {
  background-color: #ffffff;
  padding: 5rem 0 10rem;
}
.content__section .content__manual-wrap {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 5rem;
}
.content__section .content__manual-wrap .content__manual-text {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3rem;
}
.content__section .content__manual-wrap .content__manual-text::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #979797;
  margin-top: 16px;
}
.content__section .content__manual-wrap .site-section__support-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 500px;
  border: 2px solid #000000;
  background-color: #2A2424;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
  padding: 2.5rem 0 3.5rem;
}
.content__section .content__manual-wrap .site-section__support-link .site-section__support-icon {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content__section .content__manual-wrap .site-section__support-link .site-section__support-icon .site-section__support-icon-svg {
  height: 57px;
  position: relative;
  top: 7px;
}
.content__section .content__manual-wrap .site-section__support-link .site-section__support-icon .site-section__support-icon-svg path {
  fill: #ffffff;
}
.content__section .content__manual-wrap .site-section__support-link .site-section__support-title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  line-height: 1.25;
  padding-left: 24px;
}
.content__section .content__manual-wrap .site-section__support-link:hover {
  border: 2px solid #2A2424;
  background-color: #ffffff;
  transform: scale(1.025);
}
.content__section .content__manual-wrap .site-section__support-link:hover .site-section__support-icon .site-section__support-icon-svg path {
  fill: #2A2424;
}
.content__section .content__manual-wrap .site-section__support-link:hover .site-section__support-title {
  color: #2A2424;
}
.content__section .content__manual-wrap .content__manual-link {
  text-decoration: none;
  background-color: #2A2424;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 400;
  padding: 1rem 2rem;
  border-radius: 5px;
  transition: 0.3s;
  border: 1px solid #2A2424;
}
.content__section .content__manual-wrap .content__manual-link:hover {
  border: 1px solid #CDCDCD;
  background-color: #ffffff;
  color: #2A2424;
}
.content__section .content__catalog-wrap .content__catalog-text {
  font-size: 30px;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3rem;
}
.content__section .content__catalog-wrap .content__catalog-text::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #979797;
  margin-top: 16px;
}
.content__section .content__catalog-wrap .content__catalog-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
}
.content__section .content__catalog-wrap .content__catalog-links .catalog-links {
  max-width: 25vw;
  text-decoration: none;
  transition: 0.3s;
}
.content__section .content__catalog-wrap .content__catalog-links .catalog-links .catalog-img {
  max-width: 100%;
  border: 1px solid #CDCDCD;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  transition: 0.3s;
}
.content__section .content__catalog-wrap .content__catalog-links .catalog-links .catalog-text {
  font-size: 18px;
  font-weight: 400;
  color: #2A2424;
  text-align: center;
}
.content__section .content__catalog-wrap .content__catalog-links .catalog-links:hover .catalog-img {
  transform: scale(1.05);
}

@media screen and (max-width: 980px) {
  .content__section .content__catalog-wrap .content__catalog-links {
    flex-wrap: wrap;
  }
  .content__section .content__catalog-wrap .content__catalog-links .catalog-links {
    max-width: 40vw;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .content__section .content__manual-wrap {
    padding-bottom: 8rem;
  }
  .content__section .content__manual-wrap .content__manual-text {
    font-size: 26px;
  }
  .content__section .content__manual-wrap .site-section__support-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 85%;
    border: 2px solid #000000;
    background-color: #2A2424;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.3s;
    padding: 1rem 0 1.5rem;
  }
  .content__section .content__manual-wrap .site-section__support-link .site-section__support-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content__section .content__manual-wrap .site-section__support-link .site-section__support-icon .site-section__support-icon-svg {
    height: 40px;
    position: relative;
    top: 8px;
  }
  .content__section .content__manual-wrap .site-section__support-link .site-section__support-icon .site-section__support-icon-svg path {
    fill: #ffffff;
  }
  .content__section .content__manual-wrap .site-section__support-link .site-section__support-title {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 1.25;
    padding-left: 24px;
  }
  .content__section .content__manual-wrap .site-section__support-link:hover {
    border: 2px solid #2A2424;
    background-color: #ffffff;
    transform: scale(1.025);
  }
  .content__section .content__manual-wrap .site-section__support-link:hover .site-section__support-icon .site-section__support-icon-svg path {
    fill: #2A2424;
  }
  .content__section .content__manual-wrap .site-section__support-link:hover .site-section__support-title {
    color: #2A2424;
  }
  .content__section .content__manual-wrap .content__manual-link {
    font-size: 18px;
  }
  .content__section .content__catalog-wrap .content__catalog-text {
    font-size: 26px;
  }
  .content__section .content__catalog-wrap .content__catalog-links {
    flex-direction: column;
    align-items: center;
  }
  .content__section .content__catalog-wrap .content__catalog-links .catalog-links {
    max-width: 80vw;
    padding-bottom: 3rem;
  }
  .content__section .content__catalog-wrap .content__catalog-links .catalog-links:last-child {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=catalogs.css.map */