.updateline-year {
  margin-top: 10px;
  margin-bottom: -34px;
  padding-top: 14px;
  width: 100px;
  height: 20px;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  position: relative;
  z-index: 60;
  text-shadow: 0 0 5px #ffc13d;
}

.triangle {
  margin-left: 10px;
  width: 0px;
  height: 26px;
  border-bottom: 0 solid transparent;
  border-left: 40px solid white;
  border-right: 40px solid white;
  border-top: 26px solid rgba(255,193,61,1);
}

.updateline {
  padding: 50px 0 10px;
  position: relative;
  list-style: none;
}

.updateline:before {
  margin-left: 0px;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 80px;
  background: rgb(2,0,36);
  background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(253,243,220,1) 0%, rgba(255,193,61,1) 100%);
  content: " ";
}

.updateline>li {
  margin-bottom: 20px;
  position: relative;

}

.updateline>li:before,
.updateline>li:after {
  content: " ";
  display: table;
}

.updateline>li:after {
  clear: both;
}

.updateline>li>.updateline-panel {
  border-radius: 2px 2px 12px 2px;
  border: 3px solid #ffc13d;
  box-shadow: 0 1px 2px rgba(100, 100, 100, 0.2);
  margin-left: 100px;
  padding: 20px;
  position: relative;
  background: #fdf3dc;
}

.updateline>li>.updateline-panel .updateline-heading .updateline-panel-controls {
  padding: 6px 24px 8px 20px;
  border-radius: 0 0 12px 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffc13d;
  color: white;
  font-weight: bold;
}

.updateline>li .updateline-badge {
  background-color: white;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 35px;
  top: 9px;
  z-index: 50;
  box-shadow: 0 0px 2px rgba(100, 100, 100, 0.5);
  background-image: url('/-/Media/Ricoh/Sites/co_jp/service/ricoh-kintone-plus/update/img/badge.jpg');
  background-repeat: no-repeat;
  background-position: 4px 4px;
  background-size: 22px;
}

.updateline>li .updateline-badge+.updateline-panel:before {
  width: 50px;
  height: 3px;
  background: #ffc13d;
  content: " ";
  display: inline-block;
  position: absolute;
  top: 20px;
  left: -53px;
  right: auto;
}

.updateline-title {
  margin-top: 46px;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: inherit;
}

.updateline-body>ul li::before {
  content: "\2022";
  color: #ffc13d;
  font-weight: bold;
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}
.updateline-body>ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.updateline-body>p,
.updateline-body>ul {
  margin-bottom: 0;
}

.updateline-body>a {
  margin: 26px 0 0;
  padding: 5px 20px;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  color: white;
  background: #ffc13d;
  box-shadow: 0 0 2px rgba(100, 100, 100, 0.2);
}
.updateline-body>a:hover {
  opacity: 0.9;
}