.top.is-fix .system section.sec7 > div dl dd {
  padding: 15px min(3.85vw, 15px);
}
@media screen and (min-width: 769px) {
  .top.is-fix .system section.sec7 > div dl dd {
    padding: 20px;
  }
}
.top.is-fix .system section.sec7 > div dl dd div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3.5vw;
}
@media screen and (min-width: 561px) {
  .top.is-fix .system section.sec7 > div dl dd div {
    padding-top: .5vw;
  }
}

.top.is-fix .system section.sec7 > div dl dd div p {
  font-size: min(5.64vw, 22px);
  margin-right: 0;
}
@media screen and (min-width: 769px) {
  .top.is-fix .system section.sec7 > div dl dd div p {
    font-size: 30px;
  }
}
.top.is-fix .system section.sec7 > div dl dd div .is-label {
  background-color: #970005;
  color: #fff;
  font-size: min(6.15vw, 24px);
  padding: 5px 12px;
  white-space: nowrap;
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .top.is-fix .system section.sec7 > div dl dd div .is-label {
    font-size: 32px;
    padding: 8px 16px;
  }
}
.top.is-fix .system section.sec7 > div dl dd div p:first-of-type:not(:last-of-type) {
  background: none;
  padding: 0;
}
