.line00 {
  line-height: 0;
}
.alert-deliwell {
  background-color: rgb(15,140,207);
  color: #fff;
  text-align: center;
  line-height: 2;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 5px;
}
.alert-deliwell.alert-deliwell_sp {
  line-height: 1.6;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 13px;
}
.link-premium01 {
  position: relative;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 2px;
  margin-bottom: 1em;
  background-color: #463D3A;
  color: #fff !important;
  padding: 15px 45px 15px 10px;
  border: 0 !important;
  transition: all .3s;
}
.link-premium01:hover {
  font-weight: bold !important;
  background-color: #000;
  border: 0 !important;
  opacity: 1 !important;
}
.link-premium01::after{
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 16px;
  height: 16px;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}