/******** coror ********/
/********* parts *******/
/********************************************/
.history section:not(:last-child) {
  margin-bottom: 60px;
}
.history .caption {
  font-size: 20px;
  line-height: 1.65em;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.history .caption span {
  color: #e60012;
}
.history .youtube {
  text-align: center;
}
.history .history_list {
  margin-top: 105px;
}
.history .history_list .history_item {
  float: left;
  width: 315px;
  background: #FFF;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding-bottom: 40px;
  height: 335px;
  margin-bottom: 80px;
  position: relative;
}
.history .history_list .history_item:not(:nth-child(3n)) {
  margin-right: 15px;
}
.history .history_list .history_item:nth-child(3n+1) {
  clear: left;
}
.history .history_list .history_item a {
  color: #000;
}
.history .history_list .history_item a:hover {
  text-decoration: none;
}
.history .history_list .history_item .img {
  margin-bottom: 25px;
}
.history .history_list .history_item .img img {
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.history .history_list .history_item .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 18px 10px;
}
.history .history_list .history_item .title span {
  font-size: 14px;
  line-height: 1;
  display: block;
}
.history .history_list .history_item .disc {
  color: #e60012;
  margin: 0 18px 10px;
  line-height: 1.4;
  font-size: 14px;
}
.history .history_list .history_item .icon_no1 {
  position: absolute;
  width: 103px;
  height: 103px;
  margin-left: auto;
  right: 5px;
  bottom: -10px;
}
.history .history_list .history_item .icon-fuji {
  position: absolute;
  width: 45px;
  height: 45px;
  top: -50px;
  left: 2px;
}
.history .history_list .history_item .num {
  position: absolute;
  top: -35px;
  left: 50px;
  font-size: 20px;
  font-weight: bold;
}
