.section_history {
  padding-top: 120px;
  padding-bottom: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_history .section_main {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  width: 95%;
}

.history_content {
  display: flex;
  flex-direction: column;
  gap: 120px;
  width: 100%;
}
.history_content .history_content_inbox {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.history_content .history_content_inbox h3 {
  color: #111;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 38.4px */
  letter-spacing: 1.92px;
  margin: 0;
  padding-bottom: 32px;
  border-bottom: 1px solid #111;
}
.history_content .history_content_inbox .history_box {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 42px;
  width: 100%;
  padding-bottom: 23px;
}
.history_content .history_content_inbox .history_box::before {
  content: "";
  position: absolute;
  left: 125px;
  top: 10px;
  bottom: 0px;
  width: 1px;
  background: rgba(197, 11, 47, 0.2);
}
.history_content .history_content_inbox .history_box .history_box__item {
  display: flex;
  gap: 13px;
  width: 100%;
}
.history_content .history_content_inbox .history_box .history_box__item .history_content__item__content__item__title {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 130px;
  max-width: 130px;
  height: 28px;
  justify-content: right;
  gap: 16px;
}
.history_content .history_content_inbox .history_box .history_box__item .history_content__item__content__item__title h4 {
  color: #C50B2F;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.28px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-variant-numeric: lining-nums tabular-nums;
  width: 102px;
  margin: 0;
}
.history_content .history_content_inbox .history_box .history_box__item .history_content__item__content__item__title h4 span {
  color: #C50B2F;
  text-align: right;
  font-feature-settings: "palt" on;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 28px */
  letter-spacing: 2.24px;
}
.history_content .history_content_inbox .history_box .history_box__item .history_content__item__content__item__title .circle {
  position: relative;
  z-index: 2;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C50B2F;
}
.history_content .history_content_inbox .history_box .history_box__item .history_content__item__content__info {
  display: flex;
  width: 100%;
}
.history_content .history_content_inbox .history_box .history_box__item .history_content__item__content__info .history_content__item__content__info__date {
  color: #002452;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.28px;
  max-width: 100px;
  min-width: 100px;
}
.history_content .history_content_inbox .history_box .history_box__item .history_content__item__content__info .history_content__item__content__info__text {
  color: #111;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.28px;
}
.history_content .history_content_inbox .history_box .history_box__item .history_content__item__content__info_2 {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
}
.history_content .history_content_inbox .history_box .history_box__item .history_content__item__content__info_2 .history_content__item__content__info__text {
  color: #111;
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 1.28px;
}
.history_content .history_content_inbox .history_box .history_box__item .history_content__item__content__info_2 img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 211px;
}

@media screen and (max-width: 880px) {
  .title {
    gap: 12px;
  }
  .title span {
    font-size: 12px;
  }
  .title h2 {
    font-size: 24px;
    line-height: 160%; /* 38.4px */
    letter-spacing: 1.92px;
  }
  .line_box__line_top {
    height: 20px;
  }
  .line_box__line_bottom {
    height: 20px;
  }
  .section_history {
    padding-top: 120px;
    padding-bottom: 160px;
  }
  .history_content {
    gap: 88px;
    width: 91.79%;
  }
  .section_history .section_main {
    gap: 40px;
  }
  .history_content .history_content_inbox h3 {
    font-size: 20px;
    letter-spacing: 1.6px;
  }
  .history_content .history_content_inbox .history_box .history_box__item .history_content__item__content__info {
    flex-direction: column;
    gap: 16px;
  }
  .history_content .history_content_inbox .history_box .history_box__item .history_content__item__content__item__title h4 {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1.12px;
    width: unset;
  }
  .history_content .history_content_inbox .history_box .history_box__item .history_content__item__content__item__title h4 span {
    font-size: 20px;
    line-height: 100%; /* 20px */
    letter-spacing: 1.6px;
  }
  .history_content .history_content_inbox .history_box .history_box__item .history_content__item__content__item__title {
    min-width: 106px;
    max-width: 106px;
  }
  .history_content .history_content_inbox .history_box::before {
    left: 100px;
  }
  .history_content .history_content_inbox .history_box .history_box__item .history_content__item__content__info .history_content__item__content__info__date {
    font-size: 14px;
    line-height: 160%; /* 22.4px */
    letter-spacing: 1.12px;
  }
  .history_content .history_content_inbox .history_box .history_box__item .history_content__item__content__info .history_content__item__content__info__text {
    font-size: 14px;
    line-height: 160%; /* 22.4px */
    letter-spacing: 1.12px;
  }
  .history_content .history_content_inbox .history_box .history_box__item .history_content__item__content__info_2 .history_content__item__content__info__text {
    font-size: 14px;
    line-height: 160%; /* 22.4px */
    letter-spacing: 1.12px;
  }
  .history_content .history_content_inbox .history_box {
    gap: 29px;
  }
}

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