.salebnr {
  text-align: center;
}
.salebnr a {
  display: block;
}
.salebnr a:hover {
  opacity: .5;
}

.information {
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin: 5rem auto;
}
.information-wrap {
  width: 100%;
  box-sizing: border-box;
}
.information-ttl {
  margin-bottom: 1.5rem;
  font-weight: bold;
  font-size: 16px;
}
.information-body dl {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.information-body dt,
.information-body dt * {
  font-weight: bold;
}
.information-body dt {
  position: relative;
  padding-right: 2rem;
}
.information-body dt::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-right: 1px solid #393939;
  border-bottom: 1px solid #393939;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -3px;
  transition: all .4s ease;
}
.information-body dd {
  display: none;
  margin-top: 1rem;
  padding: .5rem 1rem;
  border-left: 4px solid #eee;
  font-size: 14px;
}
.information-body dd p {
  margin-bottom: 1em;
}
.information .ft-bloc {
  width: 100%;
  text-align: center;
}

.information-body dl.is-active dt::after {
  transform: rotate(225deg);
}
.information-body dl.is-active dd {
  display: block;
}

@media only screen and (min-width: 940px) {
.information {
  width: 100%;
 }
.information-ttl {
  font-size: 22px;
}
.information-wrap {
  width: 70%;
  margin-right: 5%;
  box-sizing: border-box;
}
.information .ft-bloc {
  width: 25%;
}
}
.rank-price__general,
.ftr-price__general {
  margin-top: 5px;
  font-size: 12px;
  color: #9a9a9a;
  text-decoration: line-through;
}
.rcmd-price__general {
  margin-top: 5px;
  padding: 0 10px;
  font-size: 12px;
  color: #9a9a9a;
  text-decoration: line-through;
}