/* クラブヒストリー */
.nenpyou{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
  margin-bottom:20px;
}
.nenpyou li{
  display:table-cell;
  position:relative;
  background: #fabd00;
  padding: 1em 0.5em 1em 2em;
  color: #fff;
}
.nenpyou li:last-child{
  padding-right: 1em;
  background:#fff;
}
.nenpyou li:last-child:before,
.nenpyou li:last-child:after{
  display:none;
}
.nenpyou li:before,
.nenpyou li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}
.nenpyou li:before{
  top:-15px;
  right:-1em;
  border-style: solid;
  border-color: transparent transparent transparent #ebb301;
  border-width: 43px 0 40px 1em;
  z-index: 10;
}
.nenpyou li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #fabd00;
  border-width: 43px 0 40px 1em;
  z-index: 10;
}
.nenpyou li.is-current{
  background: #fabd00;
  font-weight: bold;
}
.nenpyou li.is-current:after{
  border-color: transparent transparent transparent #fabd00;
}

.history h4 {
	padding:0;
	margin:90px 0 30px 30px;
	max-width: 264px;
}

.event {
    background-image: url(/img/history/line_history.png);
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0 0 -1px 100px;
    padding-bottom: 50px;
    overflow: hidden;
}
.event h5 {
    margin: 0 0 20px 75px;
}
.event h5 img:nth-child(1) {
	max-width:129px;
}
.event h5 img:nth-child(2) {
	max-width:91px;
}
.event p {
    margin: 0 20px 20px 80px;
    color: #003894;
    font-weight: bold;
}
.event p:before {
	content:"●";
	font-size:1.8rem;
}
.evetnt p.history-image {
    margin: 0 100px 20px 80px;
}
.event p.history-image:before {
	content:"";
}

.history-image img {
    width: 100%;
    height: auto;
}