.recordsCategory-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.recordsCategory {
  width: calc((100% - 60px) / 4);
}
.recordsCategory__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #222222;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 130%;
  transition: 0.3s ease all;
}
.recordsCategory__link:hover {
  border: 1px solid #222222;
  background: #fff;
  color: #222222;
  transition: 0.3s ease all;
}

.recordsIndex-listWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.recordsIndex-listWrap__title {
  position: relative;
  width: 100%;
  font-size: 1.25rem;
  margin-top: 100px;
}
.recordsIndex-listWrap__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1.5rem;
  width: 100%;
  height: 1px;
  background: #999;
}
.recordsIndex-listWrap__title--margin0 {
  margin-top: 3rem;
}

.recordsIndex {
  width: calc((100% - 40px) / 3);
}
.recordsIndex__link {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #fff;
  text-align: left;
  transition: 0.3s ease all;
}
.recordsIndex__link:hover {
  transform: translateY(-5px);
  transition: 0.3s ease all;
}
.recordsIndex__img {
  text-align: center;
  line-height: 0;
  margin-bottom: 20px;
}
.recordsIndex__img img {
  width: 80%;
  height: auto;
}
.recordsIndex__img--vertical img {
  width: auto;
  height: 190px;
}
.recordsIndex__img--border img {
  border: 1px solid #ccc;
}
.recordsIndex__scene {
  display: inline-block;
  color: #9f9f9f;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 0.5rem;
  padding: 4px;
  border: 1px #D9D9D9;
  border-style: solid none;
}
.recordsIndex__title {
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 0.5rem;
}
.recordsIndex__customer {
  font-size: 0.875rem;
  line-height: 130%;
  margin-bottom: 0.75rem;
}
.recordsIndex__info {
  background: #f5f5f5;
  font-size: 0.875rem;
  line-height: 120%;
  padding: 1rem;
}
.recordsIndex__info li {
  margin-bottom: 0.375rem;
}
.recordsIndex__info li:last-child {
  margin-bottom: 0;
}
.recordsIndex__info span {
  font-weight: 600;
}

@media screen and (max-width: 680px) {
  .recordsIndex {
    width: 100%;
  }
}
.recordsPageHead {
  padding: 60px 0 40px;
  border-bottom: 1px solid #D9D9D9;
}
.recordsPageHead__title {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 1rem;
}
.recordsPageHead__title::before {
  content: "";
  position: absolute;
  top: -14px;
  width: 40px;
  height: 4px;
  background: #e81f20;
}
.recordsPageHead__customer {
  line-height: 130%;
}

.recordsBody-bg {
  background: #f5f5f5;
}

.recordsBody-wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 38px 100px;
  background: #fff;
}

.recordsBody-text {
  background: #f5f5f5;
  margin-bottom: 40px;
  padding: 30px 40px;
}
.recordsBody-text__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.recordsBody-text__subTitle {
  font-weight: 600;
}
.recordsBody-text__marginTop {
  margin-top: 10px;
}
.recordsBody-text a {
  color: #e81f20;
  border-bottom: 1px solid #e81f20;
  transition: 0.3s ease all;
}
.recordsBody-text a:hover {
  opacity: 0.5;
  transition: 0.3s ease all;
}
.recordsBody-table {
  width: 100%;
}
.recordsBody-table__tr {
  border-bottom: 1px solid #9f9f9f;
  padding: 1rem 0;
}
.recordsBody-table__tr--borderNon {
  border-bottom: 0;
}
.recordsBody-table__th {
  background: #f5f5f5;
  width: 200px;
  font-weight: 600;
  text-align: center;
  padding: 8px 12px;
}
.recordsBody-table__td {
  width: calc(100% - 200px);
  padding: 8px 12px;
}

.recordsBlock-photo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 40px;
}
.recordsBlock-photo--margin0 {
  margin-bottom: 10px;
}
.recordsBlock-photo__horizontal {
  width: calc((100% - 20px) / 3);
  height: auto;
}
.recordsBlock-photo__horizontal--shadow {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.recordsBlock-photo__vertical {
  width: auto;
  height: 320px;
}
.recordsBlock-photo__vertical--shadow {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.recordsVideo-wrap {
  width: 70%;
  text-align: center;
  line-height: 0;
  margin: 0 auto 60px;
}

.recordsLarge {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto 60px;
}
.recordsLarge__horizontal {
  width: calc((100% - 20px) / 2);
  height: auto;
}
.recordsLarge__horizontal--shadow {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.recordsLarge__vertical {
  width: auto;
  height: 500px;
}
.recordsLarge__vertical--shadow {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

@media screen and (max-width: 680px) {
  .recordsBody-wrap {
    padding: 40px 20px 100px;
  }
  .recordsBody-text {
    padding: 20px;
  }
  .recordsBody-table__tr {
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .recordsBody-table__th {
    width: 100%;
    text-align: left;
  }
  .recordsBody-table__td {
    width: 100%;
  }
  .recordsBlock-photo {
    gap: 10px;
  }
  .recordsBlock-photo__horizontal {
    width: calc((100% - 10px) / 2);
    height: auto;
  }
  .recordsBlock-photo__vertical {
    width: 40%;
    height: auto;
  }
  .recordsVideo-wrap {
    width: 100%;
    margin: 0 auto 40px;
  }
  .recordsLarge__horizontal {
    width: 100%;
  }
  .recordsLarge__vertical {
    width: auto;
    height: 300px;
  }
}/*# sourceMappingURL=style-records.css.map */