article .page .titleWrap {
  width: 100%;
  margin-bottom: 20px;
  padding: 5px;
  background-color: #730606;
}
@media screen and (max-width: 900px) {
  article .page .titleWrap {
    margin-bottom: 4vw;
    padding: 1vw;
  }
}
article .page .titleWrap.yellow {
  background-color: #997A00;
}
article .page .titleWrap .inner {
  padding: 10px;
  border: 4px double #FFF;
}
@media screen and (max-width: 900px) {
  article .page .titleWrap .inner {
    padding: 2vw;
    border: 1vw double #FFF;
  }
}
article .page .titleWrap .inner p {
  font-family: "Noto Serif JP", serif;
  color: #FFF;
}
article .page .titleWrap .inner p.sub {
  font-size: 27px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  article .page .titleWrap .inner p.sub {
    font-size: 3.5vw;
  }
}
article .page .titleWrap .inner p.main {
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 900px) {
  article .page .titleWrap .inner p.main {
    font-size: 4.5vw;
    letter-spacing: 0;
  }
}
article .page ul.tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 900px) {
  article .page ul.tab {
    display: block;
  }
}
article .page ul.tab li {
  width: 33%;
  background-color: #777;
}
@media screen and (max-width: 900px) {
  article .page ul.tab li {
    width: 100%;
    margin-bottom: 2vw;
  }
}
article .page ul.tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100px;
  color: #FFF;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  article .page ul.tab li a {
    height: 20vw;
    font-size: 4vw;
  }
}
@media screen and (min-width: 1366px) {
  article .page ul.tab li a:hover::before {
    right: 40px;
  }
}
article .page ul.tab li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  transition: right 0.5s;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  vertical-align: middle;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
}
@media screen and (max-width: 900px) {
  article .page ul.tab li a::before {
    right: 6vw;
    width: 4vw;
    height: 4vw;
  }
}
article .page ul.tab li.current {
  background-color: #000;
  pointer-events: none;
}
article .page .tab-past__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0 30px;
  padding: 0;
  list-style: none;
}
article .page .tab-past__item {
  flex-basis: 9.8%;
  position: relative;
  margin: 0 0.2% 0.2% 0;
  list-style: none;
  background-color: #666;
  border-radius: 3px;
}
@media screen and (max-width: 900px) {
  article .page .tab-past__item {
    flex-basis: 32%;
    margin: 0 2% 2% 0;
  }
  article .page .tab-past__item:nth-child(3n) {
    margin-right: 0;
  }
}
article .page .tab-past__item:first-child {
  margin-left: 0;
}
article .page .tab-past__item--current {
  background-color: #000;
}
article .page .tab-past__item a {
  display: block;
  padding: 10px 5px;
  color: #FFF;
  transition: 0.5s;
  font-size: 14px;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 900px) {
  article .page .tab-past__item a {
    margin: 0 0 1vw;
    padding: 3vw 0;
    font-size: 4vw;
  }
}
article .page .tab-past__item a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 900px) {
  article .page .tab-past__item a:hover {
    color: white;
    transform: translateY(0);
  }
}
article .page .slider {
  margin: 0 auto 30px;
  padding: 20px 0;
  background-color: #DDD;
}
article .page .slider__img {
  margin: 0 0 5px;
  padding: 10px 150px;
  list-style: none;
}
@media screen and (max-width: 900px) {
  article .page .slider__img {
    padding: 10px;
  }
}
article .page .slider__img-item {
  margin: 0;
  padding: 0;
}
article .page .slider__img-item img {
  width: 100%;
  height: auto;
}
article .page .slider__thumb {
  position: relative;
  margin: 0;
  padding: 0 60px;
}
@media screen and (max-width: 900px) {
  article .page .slider__thumb {
    padding: 0 10px;
  }
}
article .page .slider__thumb-item {
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  article .page .slider__thumb-item {
    margin: 0 2px;
  }
}
article .page .slider__thumb-item img {
  width: 100%;
  margin: 0;
  vertical-align: top;
}
article .page .history-heading {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
@media screen and (max-width: 900px) {
  article .page .history-heading {
    display: block;
  }
}
article .page .history-heading__logo {
  flex-basis: 20%;
}
@media screen and (max-width: 900px) {
  article .page .history-heading__logo {
    width: 70%;
    margin: 0 auto 10px;
  }
}
article .page .history-heading__logo img {
  width: 100%;
}
article .page .history-heading__title {
  flex-basis: 78%;
}
article .page .history-heading__title h2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  text-align: left;
  border: 0;
}
@media screen and (max-width: 900px) {
  article .page .history-heading__title h2 {
    margin: 0 0 10px;
    font-size: 20px;
  }
}
article .page .history-heading__title p {
  margin: 0;
  padding: 0;
}
article .page table {
  width: 100%;
  margin: 1.5em 0;
  border-collapse: collapse;
  border-spacing: 0;
}
article .page table th, article .page table td {
  padding: 0.5em;
  border: 1px solid #aaa;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 900px) {
  article .page table th, article .page table td {
    padding: 0.5em 0.25em;
    font-size: 3vw;
  }
}
article .page table thead th {
  color: #FFF;
  background-color: #222;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
article .page table tbody th {
  width: 25%;
  background-color: #CCC;
}
@media screen and (max-width: 900px) {
  article .page table tbody th {
    width: 35%;
  }
}
article .page table tbody td {
  vertical-align: middle;
}
article .page table tbody td a {
  display: inline-block;
  position: relative;
  margin: 0 0 0 16px;
}
@media screen and (max-width: 900px) {
  article .page table tbody td a {
    width: 100%;
    margin: 0 0 0 2vw;
  }
}
article .page table tbody td a:before {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  left: -18px;
  width: 6px;
  height: 6px;
  transition-duration: 0s;
  transform: rotate(45deg);
  vertical-align: middle;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
}
@media screen and (max-width: 900px) {
  article .page table tbody td a:before {
    left: -3vw;
    width: 1vw;
    height: 1vw;
  }
}
article .page table:first-child {
  margin: 0;
}
article .page .btn {
  display: flex;
}
article .page .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 180px;
  height: 50px;
  margin-right: 10px;
  font-size: 15px;
  border: 1px solid #000;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  article .page .btn a {
    width: 36vw;
    height: 10vw;
    font-size: 3vw;
  }
}
@media screen and (min-width: 1366px) {
  article .page .btn a:hover::before {
    right: 13px;
  }
}
article .page .btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  transition: right 0.5s;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  vertical-align: middle;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}
@media screen and (max-width: 900px) {
  article .page .btn a::before {
    right: 4vw;
    width: 2vw;
    height: 2vw;
  }
}
article section .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
article section .content:last-of-type {
  margin-bottom: 0;
}
article section .content .image {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 250px;
  height: 250px;
  margin-right: 20px;
  text-align: center;
}
article section .content .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 0;
}
article section .content .rightWrap {
  flex: 1;
}
article section .content .rightWrap .graph {
  border: 1px solid #000;
}
article section .content .rightWrap .graph dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
article section .content .rightWrap .graph dl:last-of-type {
  border-bottom: none;
}
article section .content .rightWrap .graph dl dt {
  width: 30%;
  padding: 12px 10px;
  background-color: #AAA;
  border-bottom: 1px dotted #000;
}
article section .content .rightWrap .graph dl dd {
  width: 70%;
  padding: 10px;
  border-bottom: 1px dotted #000;
}
article section .content .rightWrap a.bts {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 170px;
  height: 50px;
  margin-top: 20px;
  font-size: 14px;
  border: 1px solid #000;
  border-radius: 5px;
}
article section .content .rightWrap a.bts::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 7px;
  transition: right 0.5s;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  vertical-align: middle;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
}
article section .content .rightWrap h3.title {
  text-align: left;
}
article section .content .rightWrap p.title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
article section .content .rightWrap p.body {
  font-size: 16px;
}

/* ------------------------------*/
.slick-prev {
  top: 50%;
  left: 15px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-color: url(../images/history/slider_prev.png) left top no-repeat;
  text-indent: -9999px;
  border: 0;
  outline: none;
}
@media screen and (max-width: 900px) {
  .slick-prev {
    display: none !important;
  }
}

.slick-next {
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-color: url(../images/history/slider_next.png) left top no-repeat;
  text-indent: -9999px;
  border: 0;
  outline: none;
}
@media screen and (max-width: 900px) {
  .slick-next {
    display: none !important;
  }
}

.slick-arrow {
  position: absolute;
  z-index: 9998;
  cursor: pointer;
}
