/*----------------------------------------

	CONDOM HISTORY CSS

-----------------------------------------*/
/*----------------------------------------
	- HISTORY
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .history {
    margin-block-start: 158px;
  }
}
@media screen and (max-width: 768px) {
  .history {
    margin-block-start: 22vw;
  }
}
@media screen and (min-width: 769px) {
  .history .c-box {
    width: min(1060px, 90%);
  }
}
@media screen and (min-width: 769px) {
  .history .item-list {
    margin-block-start: 129px;
  }
}
@media screen and (max-width: 768px) {
  .history .item-list {
    margin-block-start: 17vw;
  }
}
.history li {
  position: relative;
}
@media screen and (min-width: 769px) {
  .history li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .history li:not(:last-of-type) {
    padding-block-end: 46px;
  }
}
@media screen and (max-width: 768px) {
  .history li:not(:last-of-type) {
    padding-block-end: 12.5vw;
  }
}
.history li::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/asset/img/common/ic-line-american.svg);
  background-repeat: repeat-y;
  background-size: contain;
  background-position: left top;
  z-index: -2;
}
@media screen and (min-width: 769px) {
  .history li::after {
    top: 0;
    left: 79px;
    width: 2px;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .history li::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 769px) {
  .history li:first-of-type::after {
    top: 50%;
    height: 50%;
  }
}
@media screen and (min-width: 769px) {
  .history li:last-of-type::after {
    top: 0;
    height: 50%;
  }
}
@media screen and (min-width: 769px) {
  .history li:has(figure) {
    grid-template-columns: auto 1fr 32.07547%;
  }
}
@media screen and (max-width: 768px) {
  .history li:has(figure) .font16_14 {
    padding-block: 5vw 5vw;
  }
}
.history .txt {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .history .txt {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 768px) {
  .history .txt {
    width: 34vw;
    height: 34vw;
    margin-inline: auto;
  }
}
.history .txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color-primarylight);
  z-index: -1;
}
.history .txt .font24_20 {
  font-weight: var(--font-medium);
  line-height: 1;
  letter-spacing: 0.01em;
}
.history .txt .font18_15 {
  font-weight: var(--font-medium);
  line-height: 1.5;
}
.history .txt .font15_13 {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .history .txt .font15_13:has(br) {
    line-height: 1.25;
  }
}
@media screen and (max-width: 768px) {
  .history .txt .font15_13:has(br) {
    line-height: 1.5;
  }
}
.history .font16_14 {
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .history .font16_14 {
    padding-inline: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .history .font16_14 {
    background-color: var(--color-white);
    padding-block: 5vw 7.5vw;
    margin-block-start: 8vw;
  }
}
.history .font11_10 {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .history .font11_10 {
    margin-block-start: 10px;
  }
}
@media screen and (max-width: 768px) {
  .history .font11_10 {
    margin-block-start: 2.5vw;
  }
}
.history .font11_10 a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .history figure {
    width: 82.35294%;
    margin-inline: auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .history figure {
    background-color: var(--color-white);
    width: 60vw;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .history figure.pb {
    padding-block-end: 3.75vw;
  }
}
.history .point .txt::before {
  background-color: var(--color-primarydefault);
}
.history .point .txt .font24_20 {
  color: var(--color-white);
}
.history .point .txt .font18_15 {
  color: var(--color-white);
}
.history .point .txt .font15_13 {
  color: var(--color-white);
}
@media screen and (min-width: 769px) {
  .history .point .txt .font15_13 {
    font-weight: var(--font-medium);
  }
}
.history .point .font16_14 {
  color: var(--color-primarydark);
  font-weight: var(--font-medium);
}