table.regist {
  width: 95%;
  margin: 20px auto;
  border-collapse: separate;
  border-spacing: 0px;
  border: 1px #BFBFBF solid;
  border-radius: 5px;
}
table.regist td.item_name {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  white-space: nowrap;
  background-color: #000000;
  color: #FFFFFF;
  width: 100%;
  height: 30px;
  padding: 6px 0 4px 10px;
  box-sizing: border-box;
  margin: 0 0 0 10px;
  border-bottom: 1px solid #BFBFBF;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: relative;
}
@media screen and (max-width:374px) {
  table.regist td.item_name {
    font-size: 1.1rem;
  }
}
@media screen and (min-width:414px) {
  table.regist td.item_name {
    font-size: 1.4rem;
  }
}
table.regist td.item_name span {
  color: #bdb6ff;
}
table.regist td.item_desc {
  width: 100%;
  padding: 10px 5px;
}
table.regist table.item_list {
  width: 100%;
  font-size: 0.8em;
}
table.regist table.item_list .item_20 {
  width: 20%;
  text-align: center;
  border: 1px solid #BFBFBF;
}
table.regist table.item_list .item_5 {
  width: 5%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
table.regist table.item_list .item_regist {
  width: 18%;
  text-align: center;
  padding-left: 2%;
}
table.regist table.item_list .item_regist .regist_button {
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 6px 12px !important;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: #aa8942;
  font-weight: bold !important;
  border-bottom: solid 4px #765F2D;
  transition: none;
}
table.regist table.item_list .item_gry {
  background-color: #a6a6a6;
  color: #fff;
}
table.regist table.item_list .item_pnk {
  background-color: #bdb6ff;
  color: #fff;
}
table.regist td.item_name .fuki {
  position: absolute;
  top: -18px;
  right: 10px;
  display: inline-block;
  padding: 0px 5px;
  text-align: center;
  min-width: 80px;
  max-width: 100%;
  color: #fff;
  font-size: 11px;
  background: #bdb6ff;
  border-radius: 3px;
  animation: blink 0.8s alternate infinite;
  -webkit-animation: blink 0.8s alternate infinite;
}
@keyframes blink {
  0% {
    background-color: #bdb6ff
  }
  100% {
    background-color: #D285FF
  }
}
table.regist td.item_name .fuki:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #bdb6ff;
  animation: blink2 0.8s alternate infinite;
  -webkit-animation: blink2 0.8s alternate infinite;
}
@keyframes blink2 {
  0% {
    border-top: 5px solid #bdb6ff;
  }
  100% {
    border-top: 5px solid #D285FF;
  }
}
.regist_otameshi {
  background-color: #9E96B3;
  padding: 15px 0;
  text-align: center;
  text-decoration: none !important;
}
.regist_otameshi span {
  color: #fff;
}
.regist_otameshi h5 {
  font-size: 2.6rem;
  color: #fff;
  margin-bottom: 15px;
}
.regist_otameshi h6 {
  font-size: 1.6rem;
  color: #fff;
}
.regist_otameshi h6 span {
  font-weight: bold;
  color: #FBFF9C;
}