/* Your custom styles */
.detail {
    padding-bottom: 100px
}

td.attribute {
  width: 7.5%;
  background-image: linear-gradient(to right, rgba(76,175,80, 1) 0%, rgba(76,175,80, 1) 17%, rgba(76,175,80, 1) 33%, rgba(76,175,80, 1) 67%, rgba(76,175,80, 1) 83%, rgba(76,175,80, 1) 100%);  /* your gradient */
  background-repeat: no-repeat;  /* don't remove */
}

td.attribute_sex {
  width: 7.5%;
  background-image: linear-gradient(to right, rgba(255,193,7, 1) 0%, rgba(255,193,7, 1) 17%, rgba(255,193,7, 1) 33%, rgba(255,193,7, 1) 67%, rgba(255,193,7, 1) 83%, rgba(255,193,7, 1) 100%);  /* your gradient */
  background-repeat: no-repeat;  /* don't remove */
}

.report-menu {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 25px;
}


.side-split {
  position: -webkit-sticky;
  position: sticky;
  top: 0;/*上から離す距離（50pxとか）*/
}
