/******** coror ********/
/********* parts *******/
/********************************************/
/********* parts *******/
.page_title .title {
  width: 420px;
  width: 56%;
}

.history_list {
  margin-top: 30px;
}
.history_list section:not(:last-child) {
  margin-bottom: 30px;
}
.history_list section .cate_title .title {
  letter-spacing: -0.1em;
}
.history_list section.others .cate_title .title {
  letter-spacing: -0em;
}
.history_list .caption {
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.history_list .caption span {
  color: #e60012;
}
.history_list .youtube {
  position: relative;
  width: 89%;
  margin: 0 auto 80px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.history_list .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.history_list .history_item {
  position: relative;
  background: #FFF;
  margin: 55px 20px;
  padding: 15px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.history_list .history_item .num-title {
  position: absolute;
  top: -40px;
  left: 0;
  text-align: left;
}
.history_list .history_item .num-title .icon-fuji {
  display: inline-block;
  width: 32px;
}
.history_list .history_item .num-title .num {
  display: inline-block;
  vertical-align: text-top;
  font-weight: bold;
}
.history_list .history_item .img {
  width: 30%;
  margin-right: 3%;
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.history_list .history_item .info {
  width: 67%;
  float: left;
}
.history_list .history_item .info .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.history_list .history_item .info .title span {
  font-size: 14px;
}
.history_list .history_item .info .disc {
  color: #e60012;
  line-height: 1.4;
  font-size: 13px;
}
.history_list .history_item .info .icon_no1 {
  position: absolute;
  right: 0;
  bottom: -10px;
  margin: auto;
  width: 15.2%;
}
