.cta-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #d7d7d7;
}

.cta-card-head {
  position: relative;
  display: block;
  padding-top: 2rem;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .cta-card-head {
    font-size: 16px;
    padding-top: 2.6rem;
  }
}
.cta-card-head span {
  font-size: 14px;
}
@media (max-width: 768px) {
  .cta-card-head span {
    font-size: 14px;
  }
}

.cta-card-body {
  position: relative;
  padding: 0.5rem 1rem 1rem;
}

.cta-card-head-balloon {
  position: absolute;
  top: -1.7rem;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 230px;
  max-width: 260px;
  margin: auto;
  padding: 8px 0;
  background-color: #454545;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 50rem;
}
.cta-card-head-balloon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #454545;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cta-card-head-main-balloon {
  position: absolute;
  top: -1.7rem;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 230px;
  max-width: 260px;
  margin: auto;
  padding: 8px 0;
  background-color: #bf0000;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
}
.cta-card-head-main-balloon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #bf0000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cta-card-head-sub-balloon {
  position: absolute;
  top: -1.7rem;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  min-width: 230px;
  max-width: 260px;
  margin: auto;
  padding: 8px 0;
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
}
.cta-card-head-sub-balloon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.data-section {
  border: solid 1px #d7d7d7;
  border-radius: 8px;
}

.data-section__title {
  text-align: center;
  padding: 5px 10px;
  background-color: #f7f7f7;
  border-radius: 8px 8px 0 0;
}
.data-section__title span {
  position: relative;
  top: -8px;
  display: inline-block;
  font-size: 18px;
  margin: 0 4px;
  padding: 4px 8px;
  border: solid 1px #ffffff;
  border-radius: 4px;
  background-color: #bf0000;
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  -webkit-transform: rotate(355deg);
  transform: rotate(355deg);
}
@media (max-width: 576px) {
  .data-section__title span {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
}

.win-data {
  padding: 16px 0 0;
}

.win-data__title {
  padding-left: 5px;
  border-left: solid 8px #bf0000;
}

.win-data__head img {
  height: 70px;
}

.win-data__body {
  padding: 0;
}

.win-data__column th {
  text-align: left;
  width: 60%;
}
.win-data__column td {
  text-align: right;
  width: 40%;
}

.win-data__table {
  width: 100%;
}

.win-data__column__no1 th {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #bf0000;
  border-bottom: dashed 1px #bf0000;
}
.win-data__column__no1 th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 26px;
  background: url(/img/tips/win_data/icon_rank_1.gif) no-repeat;
  background-size: contain;
}
.win-data__column__no1 td {
  font-size: 18px;
  font-weight: bold;
  color: #bf0000;
  border-bottom: dashed 1px #bf0000;
}

.win-data__column__no2 th {
  position: relative;
  padding-left: 40px;
  font-weight: normal;
}
.win-data__column__no2 th::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 20px;
  height: 20px;
  background: url(/img/tips/win_data/icon_rank_2.gif) no-repeat;
  background-size: contain;
}

.win-data__column__no3 th {
  position: relative;
  padding-left: 40px;
  font-weight: normal;
}
.win-data__column__no3 th::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 20px;
  height: 20px;
  background: url(/img/tips/win_data/icon_rank_3.gif) no-repeat;
  background-size: contain;
}

.win-data__speech-balloon {
  position: relative;
  padding: 8px 14px;
  border-radius: 8px;
  background-color: #fff8eb;
}
.win-data__speech-balloon::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 32px;
  right: 0;
  display: block;
  width: 12px;
  border-bottom: 12px solid #fff8eb;
  border-left: 12px solid rgba(255, 248, 235, 0);
  border-right: 12px solid rgba(255, 248, 235, 0);
}