.c5-voiceLink {
  margin: 10px auto 0;
  padding: 15px;
  border: 2px solid #9c5aa1;
}

.c5-voiceLink__ttl {
  width: 100%;
  margin: 0 auto 10px;
  padding-bottom: 10px;
  line-height: 1.5;
  border-bottom: 1px solid #9c5aa1;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: .05em;
}

.c5-voiceLink__ttl span {
  display: inline-block;
  background: #1d2088;
  background: linear-gradient(90deg, #1d2088 0%, #9c5ba1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c5-voiceLink__box-txt {
  margin: 0 auto 15px;
}

.c5-voiceLink__box-txt p {
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  letter-spacing: .05em;
}

.c5-voiceLink__box-link img {
  display: block;
  max-width: 100%;
  margin: 0 auto 10px;
}

.c5-voiceLink__box-link figure {
  margin: 0 auto 15px;
}

.c5-voiceLink__box-link figcaption {
  font-weight: bold;
}

.c5-voiceLink__box-link figcaption span {
  display: block;
  text-align: center;
}

.c5-voiceLink__box-link figcaption span:first-child {
  font-size: 13px;
}

.c5-voiceLink__box-link figcaption span:last-child {
  font-size: 12px;
}

.c5-voiceLink__box-link .c5-buttonContainer {
  margin: 0 auto;
}

@media (min-width: 750px) {
  .c5-voiceLink {
    max-width: 1100px;
    padding: 45px 0;
    border-width: 3px;
  }
  .c5-voiceLink__ttl {
    width: 97%;
    margin: 0 0 25px auto;
    padding-bottom: 10px;
    font-size: 30px;
  }
  .c5-voiceLink__box {
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
  }
  .c5-voiceLink__box-txt {
    width: 65%;
  }
  .c5-voiceLink__box-txt p {
    font-size: 23px;
    line-height: 1.521;
  }
  .c5-voiceLink__box-link {
    width: 34%;
  }
  .c5-voiceLink__box-link img {
    margin: 0 auto 15px;
  }
  .c5-voiceLink__box-link figure {
    margin: 0 auto 15px;
  }
  .c5-voiceLink__box-link figcaption span:first-child {
    font-size: 22px;
  }
  .c5-voiceLink__box-link figcaption span:last-child {
    font-size: 16px;
  }
}
