
#topCts {
  position: absolute;
  top: 30%;
  width: 80%;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(-30%);
  text-align: center;
}

#topCts dt {
  position: relative;
}

#topCts dt span {
  position: absolute;
  right: 0;
  bottom: 10%;
  color: #590E10;
  border: 1px solid #590E10;
  font-size: 1rem;
  width: 70px;
  white-space: nowrap;
}

#topCts dt img {
  width: 25%;
}

#topCts dd img {
  width: 100%;
}

#topPh {
  display: none;
}

#topCts dd p {
  margin-top: 10%;
  color: #590E10;
  line-height: 1.8;
  font-size: 1.2vw;
}

#topCts dd p span {
  font-size: 1.6vw;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2%;
  display: flex;
  align-items: center;
}

#topCts dd p span:before,
#topCts dd p span:after {
  border-top: 1px solid #590E10;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
}

#topCts dd p span:before {
  margin-right: 3%;
}

#topCts dd p span:after {
  margin-left: 3%;
}

@media only screen and (max-width: 768px) {

#topCts {
  position: static;
  transform: translateY(0%);
  margin-top: 10%;
  height: auto;
}

#topCts dt span {
  font-size: 0.8rem;
  width: 60px;
}

#topPh {
  display: block;
  margin-top: 5%;
  border-radius: 10px;
}

#topCts dd p {
  margin-top: 5%;
  font-size: 3vw;
}

#topCts dd p span {
  font-size: 3.6vw;
}
}
