@charset "UTF-8";
/*
 * 幅定義
 *
 */
/*
 * 色定義
 *
 */
.contents-box h2 {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.contents-box h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 60px;
  height: 4px;
  background-color: #e50012;
}
.contents-box img {
  max-width: 100%;
}

.box1 {
  display: flex;
}
.box1 .buttons-pc div {
  position: relative;
  width: 250px;
  padding: 20px 0 20px 20px;
  background-color: #f9f9f9;
  border: 1px solid #fff;
  margin-right: 50px;
}
.box1 .buttons-pc div::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #d1d1d1;
  border-right: solid 2px #d1d1d1;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.box1 .buttons-pc .active {
  font-weight: bold;
  background-color: #fff2f3;
}
.box1 .buttons-pc .active::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ffced1;
  border-right: solid 2px #ffced1;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.box1 .history * {
  box-sizing: unset;
}
.box1 .history > div {
  display: flex;
}
.box1 .history > div > div:nth-child(1) {
  font-size: 17px;
  font-weight: bold;
  padding-right: 40px;
  border-right: 1px solid #e50012;
  min-width: 5em;
  position: relative;
  color: #e50012;
}
.box1 .history > div > div:nth-child(1)::after {
  content: "●";
  position: absolute;
  right: -0.52em;
}
.box1 .history > div > div:nth-child(2) {
  font-size: 14px;
  padding-left: 60px;
  padding-bottom: 50px;
}
.box1 .history ul li {
  position: relative;
}
.box1 .history ul li::before {
  position: absolute;
  left: -30px;
  content: "－";
  color: #e6e6e6;
}
.box1 .history ul li:not(:last-child) {
  margin-bottom: 10px;
}
.box1 .history .first > div:nth-child(1)::before {
  content: "";
  position: absolute;
  right: -1px;
  width: 2px;
  height: 0.5em;
  background-color: #fff;
}
.box1 .history .last > div:nth-child(1) {
  padding-right: 40px;
  border-right: 1px solid #fff;
}
.box1 .history .last > div:nth-child(1)::before {
  content: "";
  position: absolute;
  right: -1px;
  width: 1px;
  height: 0.5em;
  background-color: #e50012;
}

a {
  text-decoration: none;
  color: #000;
}

.buttons-sp {
  display: none;
}
.buttons-sp a {
  flex-grow: 1;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.buttons-sp a::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #d1d1d1;
  border-right: solid 2px #d1d1d1;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 30%;
  left: 48%;
}
.buttons-sp a:not(:first-child) {
  border-left: 1px solid #d1d1d1;
}
.buttons-sp .active {
  background-color: #fff2f3;
}
.buttons-sp .active div {
  font-weight: bold;
}
.buttons-sp .active::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ffced1;
  border-right: solid 2px #ffced1;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 30%;
  left: 48%;
}

/**
 * スマホレスポンシブ対応
 */
@media screen and (max-width: 750px) {
  .buttons-pc {
    display: none;
  }

  .buttons-sp {
    display: flex;
  }
}

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