.p-checkup-item__more {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75em 2em;
  justify-content: flex-end;
  margin-top: 2em;
}

.ex-link,
.ex-link:visited,
.ex-link:hover,
.ex-link:active {
  display: inline-block;
  color: #0091db;
  border-bottom: 1px dashed;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .ex-link,
  .ex-link:visited,
  .ex-link:hover,
  .ex-link:active {
    line-height: 1.35;
  }
}

.ex-link svg {
  width: 1em;
  height: 1em;
}

.ex-link svg path {
  fill: #0091db;
}

.p-answer {
  padding-left: 2.5em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-answer {
    padding-left: 0;
    padding-top: 2.5em;
  }
}

.p-answer:before {
  content: "A.";
  position: absolute;
  left: 0px;
  top: -20px;
  font-size: 28px;
  font-family: "Kiwi Maru", serif;
}