@charset "UTF-8";
/* ======================================================================
 * フリーワード検索
====================================================================== */
.p-freeword-result-word {
  padding-block: 5rem 6.25rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06rem;
}
.p-freeword-result-word.-portal {
  margin-bottom: 4rem;
  font-weight: 500;
  border-bottom: 1px solid #a3a4a4;
}

.p-freeword-result-container {
  margin-bottom: -2.5rem;
}
.p-freeword-result-container .content-box {
  padding-block: 5rem;
  border-bottom: 1px solid #5a5a5a;
}
.p-freeword-result-container .content-box:first-child {
  padding-top: 0;
}
.p-freeword-result-container .content-box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.p-freeword-result-container .c-button {
  min-width: 11.8rem;
}
.p-freeword-result-container.-portal {
  margin-bottom: 0;
}
.p-freeword-result-container.-portal .content-box {
  border-bottom-color: #a3a4a4;
}
.p-freeword-result-container.-portal .content-box .c-card-post .eyecatch {
  border-color: #707070;
}
.p-freeword-result-container.-portal .content-box .archive-box.-column-1 .c-card-post .summary .title {
  -webkit-line-clamp: 2;
}
.p-freeword-result-container .others-contents .item-box {
  padding-block: 3rem;
  border-bottom: 1px solid #a3a4a4;
}
.p-freeword-result-container .others-contents .item-box:first-child {
  padding-top: 0;
}
.p-freeword-result-container .others-contents .item-box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.p-freeword-result-container .others-contents .item-box a {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.p-freeword-result-container .others-contents .item-box .summary {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  width: 73.13%;
  font-size: 1.2rem;
}
.p-freeword-result-container .others-contents .item-box .summary::after {
  display: block;
  width: 0.9rem;
  min-width: 0.9rem;
  aspect-ratio: 1/1;
  content: "";
  border-top: 1px solid #005aae;
  border-right: 1px solid #005aae;
  transform: rotate(45deg);
}
.p-freeword-result-container .others-contents .item-box .summary p {
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.2rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  letter-spacing: 0.03em;
  -webkit-box-orient: vertical;
}
.p-freeword-result-container .others-contents .item-box .logo {
  flex: 1;
}