.equipments {
  background-color: #f5f5f5;
  font-family: "Shippori Mincho", serif;
}

.equipments .breadcrumb li p {
  color: #242424;
}

.equipments__box {
  padding: 120px 0 200px;
}

@media screen and (max-width: 767px) {
  .equipments__box {
    padding: 80px 15px 120px;
  }
}

.equipments__block {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .equipments__block {
    max-width: 100%;
  }
}

.equipments__note {
  padding: 65px 0;
  background-color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .equipments__note {
    padding: 40px 15px;
  }
}

.equipments__note-text {
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}

.equipments__title {
  font-size: 60px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  margin-bottom: 100px;
}

@media screen and (max-width: 992px) {
  .equipments__title {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .equipments__title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}

.equipments__subtitle {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
  padding-bottom: 10px;
  border-bottom: 1px solid #C2C2C2;
  margin-bottom: 30px;
}

.equipments__subtitle.noline {
  padding-bottom: 0;
  border-bottom: 0px;
  margin-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .equipments__subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .equipments__subtitle {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .equipments__subtitle.noline {
    margin-bottom: 15px;
  }
}

.equipments__desc:has(.equipments__tips) .equipments__tips {
  margin-top: 10px;
}

.equipments__desc-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  color: #000000;
}

@media screen and (max-width: 992px) {
  .equipments__desc-text {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .equipments__desc-text {
    font-size: 15px;
    line-height: 1.5;
  }
}

.equipments__desc-text strong {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.equipments__tips {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  color: #000000;
}

@media screen and (max-width: 992px) {
  .equipments__tips {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .equipments__tips {
    font-size: 12px;
    line-height: 1.4;
  }
}

.equipments__row {
  display: flex;
  gap: 40px;
  margin-bottom: 100px;
}

.equipments__row.mb-small {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .equipments__row {
    gap: 20px;
    margin-bottom: 60px;
    flex-direction: column;
  }
  .equipments__row.mb-small {
    margin-bottom: 20px;
  }
}

.equipments__img {
  display: flex;
}

.equipments__col--1-2 {
  flex: 0 1 calc(50% - 20px);
}

.equipments__col--1-3 {
  flex: 0 1 calc(33.333% - 26.67px);
}

.equipments__col--720 {
  flex: 0 1 65.454%;
}

.equipments__col--340 {
  flex: 0 1 30.909%;
}

.equipments__col--full {
  flex: 0 1 100%;
}

.equipments__col-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.equipments__col-inner .equipments__subtitle {
  margin-bottom: 10px;
}

.equipments__col.equipments__col--reverse .equipments__col-inner {
  flex-direction: column-reverse;
}

@media screen and (max-width: 767px) {
  .equipments__col {
    flex: 0 0 100% !important;
  }
}

.equipments__border {
  border: 1px solid #000000;
  padding: 15px 15px 7px;
  margin-top: 13px;
}

.equipments__inner:first-child {
  margin-bottom: 200px;
}

@media screen and (max-width: 767px) {
  .equipments__inner:first-child {
    margin-bottom: 120px;
  }
}

.equipments .mb-0 {
  margin-bottom: 0;
}

.equipments .mb-10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .equipments .mb-10 {
    margin-bottom: 5px;
  }
}

.equipments .mb-30 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .equipments .mb-30 {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=equipment.css.map */