.p-history-block {
  position: relative;
}
@media print, screen and (min-width: 741px) {
  .p-history-block {
    margin-left: 2.8rem;
  }
}

.p-history-ttl {
  border-bottom: 1px solid #e88418;
  font-size: 0.15rem;
  padding-bottom: 1em;
}
@media print, screen and (min-width: 741px) {
  .p-history-ttl {
    text-align: center;
    margin-left: 0.1rem;
  }
}

.p-history-ttl-public {
  border-bottom: 1px solid #e88418;
  font-size: 0.15rem;
  padding-bottom: 1em;
}
@media only screen and (max-width: 740px) {
  .p-history-ttl-public {
    display: none;
  }
}
@media print, screen and (min-width: 741px) {
  .p-history-ttl-public {
    width: 2.7rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: -2.8rem;
  }
}

.p-history-list {
  margin-top: 0.35rem;
  border-left: 1px solid #cccccc;
  padding-block: 0.2rem 0;
}
.p-history-item {
  padding-left: 0.3rem;
  position: relative;
}
@media only screen and (max-width: 740px) {
  .p-history-item:not(:first-child) {
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-history-item:not(:first-child) {
    margin-top: 0.4rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-history-item.-shinsai {
    margin-bottom: 1.4rem;
  }
}

@media only screen and (max-width: 740px) {
  .p-history-item-bg {
    display: none;
  }
}
@media print, screen and (min-width: 741px) {
  .p-history-item-bg {
    font-size: 1.77rem;
    color: #f2f2f2;
    position: absolute;
    right: 0;
    top: 0;
    font-family: "Libre Baskerville", serif;
    font-optical-sizing: auto;
    pointer-events: none;
    z-index: -1;
  }
}

.p-history-item-hl {
  font-size: 0.13rem;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0.1rem;
  padding-block: 0.1rem;
  position: relative;
}
.p-history-item-hl .-year {
  font-size: 0.24rem;
  font-family: "Libre Baskerville", serif;
  font-optical-sizing: auto;
}
.p-history-item-hl:before {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: #fff;
  border: 0.02rem solid #e88418;
  border-radius: 100%;
  box-shadow: 0 0 0 0.04rem #fff;
  position: absolute;
  left: -0.3rem;
  top: calc(0.1rem + 0.9em);
  translate: -50% 0;
}

.p-history-item-body {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.1rem;
}
@media only screen and (max-width: 740px) {
  .p-history-item-body {
    margin-top: 0.1rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-history-item-body {
    margin-top: 0.1rem;
  }
}

.p-history-item-txt {
  flex: 1 1 auto;
}
.p-history-item-txt p:not(:first-child) {
  margin-top: 1.5em;
}

.p-history-item-img {
  margin-top: 0.06rem;
}
@media only screen and (max-width: 740px) {
  .p-history-item-img {
    flex: 0 0 1.2rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-history-item-img {
    flex: 0 0 1.6rem;
    text-align: center;
  }
}
.p-history-item-img img {
  width: 100%;
}
@media only screen and (max-width: 740px) {
  .p-history-item-img.-person {
    flex: 0 0 0.72rem;
  }
}
.p-history-item-img.-person img {
  width: auto;
}
@media only screen and (max-width: 740px) {
  .p-history-item-img.-person img {
    height: 0.96rem;
  }
}
@media print, screen and (min-width: 741px) {
  .p-history-item-img.-person img {
    height: 1.28rem;
  }
}

.p-history-item-public {
  border: 1px solid #e88418;
  background: #fef9f3;
  border-radius: 0.05rem;
}
@media only screen and (max-width: 740px) {
  .p-history-item-public {
    padding: 0.1rem 0.15rem;
    margin-top: 0.15rem;
    position: relative;
  }
}
@media print, screen and (min-width: 741px) {
  .p-history-item-public {
    padding: 0.1rem 0.15rem;
    width: 2.5rem;
    position: absolute;
    top: 0.03rem;
    left: -2.8rem;
  }
}
@media only screen and (max-width: 740px) {
  .p-history-item-public dt {
    font-size: 0.13rem;
    color: #e88418;
    font-weight: 500;
  }
}
@media print, screen and (min-width: 741px) {
  .p-history-item-public dt {
    display: none;
  }
}
.p-history-item-public:before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.16rem;
}
@media only screen and (max-width: 740px) {
  .p-history-item-public:before {
    border: 0.08rem solid transparent;
    border-right: 0.1rem solid #e88418;
    border-left: none;
    position: absolute;
    top: 0.15rem;
    left: -0.1rem;
    translate: 0 50%;
  }
}
@media print, screen and (min-width: 741px) {
  .p-history-item-public:before {
    border: 0.08rem solid transparent;
    border-left: 0.1rem solid #e88418;
    border-right: none;
    position: absolute;
    top: 0.22rem;
    right: -0.1rem;
    translate: 0 -50%;
  }
}
.p-history-item-public:after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.16rem;
}
@media only screen and (max-width: 740px) {
  .p-history-item-public:after {
    border: 0.08rem solid transparent;
    border-right: 0.1rem solid #fef9f3;
    border-left: none;
    position: absolute;
    top: 0.15rem;
    left: -0.08rem;
    translate: 0 50%;
  }
}
@media print, screen and (min-width: 741px) {
  .p-history-item-public:after {
    border: 0.08rem solid transparent;
    border-left: 0.1rem solid #fef9f3;
    border-right: none;
    position: absolute;
    top: 0.22rem;
    right: -0.08rem;
    translate: 0 -50%;
  }
}