@charset "UTF-8";

.recall {
  margin: 40px 0 70px;
}
@media (min-width: 769px) {
  .recall {
    margin: 90px 0 100px;
  }
}

/* List -------------------------------- */
.recall-list {
  margin: 40px 0;
}
.recall-list__items {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.recall-list__item:nth-of-type(n + 2) {
  border-top: 1px solid #d9d9d9;
}
.recall-list__item a {
  display: block;
  padding: 24px 65px 24px 10px;
  position: relative;
  z-index: 1;
}
.recall-list__item a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%) rotate(45deg);
}
.recall-list__item a:hover p {
  text-decoration: none;
}
.recall-list__title {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.67;
}
.recall-list__title span {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  overflow: hidden;
  font-weight: bold;
}
.recall-list__date {
  color: #636468;
  font-size: 11px;
  line-height: 1;
  margin: 8px 0 0;
}
@media (min-width: 769px) {
  .recall-list {
    margin: 60px 0;
  }
  .recall-list__title {
    font-size: 13px;
  }
  .recall-list__date {
    font-size: 12px;
  }
}

/* Arcticle -------------------------------- */
.recall-article {
  max-width: 860px;
  margin: 0 auto;
}

/* Header */
.recall-article__header {
  text-align: center;
  margin: 0 0 30px;
}
.recall-article__tag {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 0 10px;
}
.recall-article__heading {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.recall-article__date {
  color: #636468;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 14px 0 0;
}
.recall-article__logo {
  width: 100%;
  max-width: 130px;
  margin: 40px auto 0;
}
@media (min-width: 769px) {
  .recall-article__header {
    margin: 0 0 40px;
  }
  .recall-article__tag {
    font-size: 13px;
    margin: 0 0 20px;
  }
  .recall-article__heading {
    font-size: 24px;
  }
  .recall-article__date {
    margin: 30px 0 0;
  }
  .recall-article__logo {
    max-width: 150px;
    margin: 70px auto 0;
  }
}

/* Body */
.recall-article__body {
  > *:not(:first-child) {
    margin-top: var(--stack-space, 1.5em);
  }
  h4 {
    font-size: 15px;
    font-weight: bold;
    --stack-space: 2.5em;
    + * {
      --stack-space: 1.125em;
    }
  }
  dl {
    padding-left: 1.375em;
    /* display: grid;
    grid-template-columns: auto 1fr; */
    gap: 1.5em 2em;
    line-height: 1.6;
    > dt:not(:first-child) {
      margin-top: 1.5em;
    }
    + p {
      --stack-space: 2.5em;
    }
  }
  dt {
    font-weight: 500;
  }
  dd {
  }
}
.recall-article__body {
  font-size: 14px;
  line-height: 2;
}
.recall-article__body p + p {
  margin-top: 2em;
}
.recall-article__body hr {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  border: none;
  border-top: 1px solid #ccc;
}
.recall-article__body img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 30px auto;
}
@media (min-width: 769px) {
  .recall-article__body hr {
    margin: 30px 0;
  }
}

/* Info */
.recall-article__info {
  font-size: 14px;
  line-height: 2;
  background: #f7f7f7;
  padding: 30px 15px;
  margin: 40px 0 0;
}
@media (min-width: 769px) {
  .recall-article__info {
    padding: 30px 35px;
    margin: 60px 0 0;
  }
}

/* Footer */
.recall-article__footer {
  margin: 50px 0 0;
}
.recall-article__back a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 310px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  border: 1px solid #636468;
}
@media (min-width: 769px) {
  .recall-article__footer {
    margin: 80px 0 0;
  }
  .recall-article__back a {
    max-width: 320px;
  }
}
