﻿/*
Theme Name: 買取比較ナビ v5
Theme URI: https://kurashi-choices.com/
Author: Self
Version: 1.1.3
Description: 買取比較ナビ用の買取業者比較テーマ。
*/

:root {
  --kc-orange: #f39800;
  --kc-orange-dark: #e58500;
  --kc-green: #30a46c;
  --kc-blue: #2868b7;
  --kc-sky: #58bfd7;
  --kc-sky-light: #eefafe;
  --kc-yellow: #fff46a;
  --kc-red: #e95454;
  --kc-text: #222;
  --kc-muted: #6d7480;
  --kc-line: #e6e8eb;
  --kc-bg: #f4f4f4;
  --kc-panel: #fff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--kc-text);
  background: var(--kc-bg);
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.75;
}

a {
  color: var(--kc-blue);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-header {
  background: var(--kc-panel);
  border-top: 3px solid var(--kc-orange);
  border-bottom: 1px solid #ddd;
}

.site-header__inner,
.site-footer__inner,
.layout {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 58px;
}

.site-logo {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--kc-orange);
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.site-logo:hover {
  text-decoration: none;
}

.site-logo__sub {
  color: #9aa5ad;
  font-size: 10px;
  font-weight: 700;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  font-weight: 700;
}

.site-nav a {
  color: #555;
}

.site-nav li {
  list-style: none;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 4px;
  color: #fff;
  background: var(--kc-sky);
  font-weight: 800;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.12);
}

.site-nav .cta-button {
  color: #fff;
}

.layout {
  display: grid;
  grid-template-columns: minmax(0, 720px) 280px;
  gap: 24px;
  align-items: start;
  padding: 18px 0 40px;
}

.content,
.sidebar-section {
  background: var(--kc-panel);
}

.content {
  padding: 18px 24px 28px;
}

.breadcrumb {
  margin: 0 0 16px;
  color: var(--kc-muted);
  font-size: 13px;
}

.article-title {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.45;
  letter-spacing: 0;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 20px;
  color: var(--kc-muted);
  font-size: 13px;
}

.category-pill {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 3px;
  color: #fff;
  background: var(--kc-green);
  font-size: 12px;
  font-weight: 700;
}

.kc-company-home > .kc-company-hero {
  border-bottom: 1px solid #e3e3e3;
  background: #fff;
}

.kc-company-home > .kc-company-hero .kc-company-hero__inner {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 30px;
}

.kc-company-home > .kc-company-hero h1 {
  margin: 6px 0 8px;
  font-size: 28px;
  line-height: 1.35;
}

.kc-company-home > .kc-company-hero p {
  margin: 0 0 16px;
  color: var(--kc-muted);
  font-size: 14px;
}

.kc-company-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  max-width: 720px;
  border: 2px solid var(--kc-orange);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.kc-company-search input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 0;
  font-size: 15px;
}

.kc-company-search button {
  border: 0;
  color: #fff;
  background: var(--kc-orange);
  font-weight: 800;
  cursor: pointer;
}

.kc-company-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 700;
}

.kc-company-hero-links a {
  color: #2c86a4;
}

.kc-company-home__main section + section {
  margin-top: 26px;
}

.kc-company-filter h2,
.kc-company-rank-board h2,
.kc-company-review-search h2,
.kc-company-major h2,
.kc-company-directory h2 {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-left: 5px solid var(--kc-sky);
  background: var(--kc-sky-light);
  font-size: 18px;
}

.kc-rank-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.kc-rank-box {
  border: 1px solid #d8edf4;
  background: #fff;
}

.kc-rank-box h3 {
  margin: 0;
  padding: 10px 12px;
  border-bottom: 1px solid #d8edf4;
  color: #2387a4;
  background: #f5fcff;
  font-size: 14px;
}

.kc-rank-box ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kc-rank-box li + li {
  border-top: 1px solid #edf3f5;
}

.kc-rank-box a {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  gap: 8px;
  padding: 10px 12px;
  color: var(--kc-text);
}

.kc-rank-box li span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--kc-orange);
  font-weight: 800;
}

.kc-rank-box strong,
.kc-rank-box em {
  display: block;
  grid-column: 2;
  min-width: 0;
}

.kc-rank-box strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kc-rank-box em {
  color: var(--kc-muted);
  font-size: 12px;
  font-style: normal;
}

.kc-review-chips,
.kc-major-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kc-review-chips a,
.kc-major-links a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #cfeaf2;
  border-radius: 999px;
  background: #fff;
  color: #2c86a4;
  font-size: 13px;
  font-weight: 700;
}

.kc-company-list {
  display: grid;
  gap: 16px;
}

.kc-company-list-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 14px;
  padding: 16px;
  border: 1px solid #d7edf4;
  background: #fff;
}

.kc-company-list-card__thumb {
  display: grid;
  min-height: 92px;
  place-items: center;
  border: 1px solid #e1edf1;
  background: #f7fdff;
}

.kc-company-list-card__thumb img {
  max-width: 82px;
  max-height: 82px;
  object-fit: contain;
}

.kc-company-list-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.kc-company-list-card__score {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-bottom: 8px;
  color: var(--kc-muted);
  font-size: 13px;
}

.kc-company-list-card__score strong {
  color: var(--kc-orange);
  font-size: 18px;
}

.kc-company-list-card p {
  margin: 0 0 12px;
  font-size: 13px;
}

.kc-company-list-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kc-company-list-card__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--kc-orange);
  border-radius: 4px;
  color: var(--kc-orange);
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.kc-company-list-card__actions a.is-primary {
  color: #fff;
  background: var(--kc-orange);
}

.article-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 14px auto;
}

.article-content h2 {
  margin: 34px 0 16px;
  padding: 11px 14px;
  border-left: 5px solid var(--kc-sky);
  border-bottom: 1px solid #b8e8f2;
  background: var(--kc-sky-light);
  color: #333;
  font-size: 20px;
  line-height: 1.45;
}

.article-content h3 {
  margin: 30px 0 14px;
  padding: 10px 12px;
  border-left: 5px solid var(--kc-sky);
  border-bottom: 1px solid #cdeef5;
  background: #f4fcff;
  font-size: 18px;
}

.article-content h4 {
  margin: 24px 0 10px;
  padding: 0 0 7px;
  border-bottom: 2px solid #e7f4f7;
  color: #333;
  font-size: 16px;
}

.article-content h5 {
  margin: 18px 0 8px;
  color: #333;
  font-size: 14px;
}

.article-content p,
.article-content li {
  font-size: 14px;
}

.article-content p {
  margin: 0 0 1.05em;
}

.article-content strong,
.article-content b {
  color: #333;
  font-weight: 700;
}

.article-content em {
  background: linear-gradient(transparent 58%, var(--kc-yellow) 58%);
  font-style: normal;
}

.article-content blockquote {
  margin: 14px 0;
  padding: 14px 16px;
  border: 1px solid #e3eef2;
  border-left: 4px solid var(--kc-sky);
  background: #fbfeff;
  color: #444;
}

.article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
  background: #fff;
}

.article-content th,
.article-content td {
  padding: 10px 12px;
  border: 1px solid var(--kc-line);
  vertical-align: top;
}

.article-content th {
  width: 30%;
  background: #eaf9fc;
  font-weight: 800;
}

.article-content .page_content > p:first-child img,
.article-eyecatch img {
  width: auto;
  max-width: 520px;
}

.article-content a[href*="estimate_form"],
.article-content .coCategoryClickTransferRecommendedStoresRow-OfficialLink,
.article-content .coCategoryClickTransferRecommendedStoresRow-Wrapper > a:last-child,
.article-content a[href*="/reviews/new/"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 3px;
  color: #fff;
  background: var(--kc-orange);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.article-content p[style*="center"] a[href*="estimate_form"] {
  min-height: 38px;
  padding: 0 18px;
  background: var(--kc-orange);
  font-size: 14px;
}

.article-content .coCategoryClickTransferRecommendedStoresList-Wrapper {
  margin: 18px -8px;
  border: 1px solid #f1d6a6;
  background: #fffaf0;
}

.article-content .coCategoryClickTransferRecommendedStoresList-Title {
  padding: 8px 12px;
  color: #fff;
  background: var(--kc-orange);
  font-size: 14px;
  font-weight: 700;
}

.article-content .coCategoryClickTransferRecommendedStoresList-RowsWrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
}

.article-content .coCategoryClickTransferRecommendedStoresRow-Wrapper {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
}

.article-content .coCategoryClickTransferRecommendedStoresRow-Link {
  color: inherit;
  text-decoration: none;
}

.article-content .coCategoryClickTransferRecommendedStoresRow-StoreInfo {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.article-content .coCategoryClickTransferRecommendedStoresRow-Logo img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin: 0;
}

.article-content .coCategoryClickTransferRecommendedStoresRow-StoreName {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.article-content .coCategoryClickTransferRecommendedStoresRow-Rating {
  color: var(--kc-red);
  font-weight: 700;
}

.article-content .coCategoryClickTransferRecommendedStoresRow-RankWrapper {
  position: absolute;
  top: -8px;
  left: -6px;
}

.article-content .coCategoryClickTransferRecommendedStoresRow-RankIcon {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: var(--kc-orange);
  font-size: 12px;
  font-weight: 700;
}

.article-content div:has(> blockquote) {
  margin: 16px 0;
  padding: 12px;
  border: 1px solid #e3eef2;
  background: #fbfeff;
}

.article-content div:has(> blockquote) h5 {
  margin-top: 0;
  padding-bottom: 7px;
  border-bottom: 1px solid #d8edf2;
}

.article-content small {
  display: block;
  color: var(--kc-muted);
  font-size: 11px;
}

.article-content .page_content > div:has(span):has(i) {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 16px 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: #f3f3f3;
  color: #777;
  font-size: 12px;
}

.article-list {
  display: grid;
  gap: 16px;
}

.article-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 16px;
  padding: 16px;
  border: 1px solid var(--kc-line);
  border-radius: 4px;
  background: var(--kc-panel);
}

.article-card__thumb {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 4px;
  background: #eee;
}

.article-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-card__title {
  margin: 0 0 8px;
  font-size: 19px;
  line-height: 1.45;
}

.sidebar-section {
  padding: 18px;
  margin-bottom: 18px;
}

.sidebar-section h2 {
  margin: 0 0 12px;
  padding-bottom: 8px;
  border-bottom: 3px solid var(--kc-orange);
  font-size: 17px;
}

.site-footer {
  padding: 34px 0 42px;
  color: #fff;
  background: #61bfd5;
  font-size: 13px;
}

.site-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.site-footer__links a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
}

.kc-company-top .kc-company-hero {
  margin: -18px -24px 22px;
  padding: 26px 24px;
  border-bottom: 1px solid #d9edf3;
  background: linear-gradient(180deg, #f2fbfe, #fff);
}

.kc-company-top .kc-company-hero h1 {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.35;
}

.kc-company-top .kc-company-hero p {
  margin: 0;
  color: var(--kc-muted);
}

.kc-company-categories,
.kc-company-ranking {
  margin: 24px 0;
}

.kc-company-categories h2,
.kc-company-ranking h2,
.kc-company-content .info__title,
.kc-company-content .coEnterpriseReviewSummary-Header,
.kc-company-content .store__header-review__header,
.kc-company-content .headline_bu,
.kc-company-content .company-RelatedStoreList_Title {
  margin: 0 0 14px;
  padding: 9px 12px;
  border-left: 5px solid var(--kc-sky);
  background: var(--kc-sky-light);
  font-size: 18px;
}

.kc-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.kc-category-grid a {
  display: block;
  padding: 10px 12px;
  border: 1px solid #d8edf2;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 13px;
  font-weight: 700;
}

.kc-company-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.kc-company-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 12px;
  min-height: 96px;
  padding: 12px;
  border: 1px solid #dfe8eb;
  border-radius: 4px;
  background: #fff;
  color: #333;
  text-decoration: none;
}

.kc-company-card:hover {
  border-color: var(--kc-sky);
  text-decoration: none;
}

.kc-company-card__thumb {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 1px solid #edf2f4;
  background: #fff;
}

.kc-company-card__thumb img {
  max-width: 68px;
  max-height: 68px;
  width: auto;
  height: auto;
}

.kc-company-card__body {
  display: grid;
  gap: 4px;
  min-width: 0;
  color: var(--kc-muted);
  font-size: 12px;
}

.kc-company-card__body strong {
  color: #333;
  font-size: 15px;
  line-height: 1.35;
}

.kc-rating {
  color: var(--kc-red);
  font-weight: 700;
}

.kc-company-header {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 18px;
  margin: 0 0 22px;
  padding: 16px;
  border: 1px solid #d9edf3;
  background: #f8fdff;
}

.kc-company-logo {
  display: grid;
  place-items: center;
  width: 116px;
  min-height: 116px;
  border: 1px solid #e4eef1;
  background: #fff;
}

.kc-company-logo img {
  max-width: 104px;
  max-height: 104px;
  width: auto;
  height: auto;
}

.kc-company-catch {
  margin: 0 0 10px;
  color: #555;
  font-size: 14px;
  font-weight: 700;
}

.kc-company-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

.kc-company-stats span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #d8edf2;
  font-size: 12px;
}

.kc-company-stats strong {
  margin-left: 4px;
  color: var(--kc-red);
  font-size: 16px;
}

.kc-company-content .store-header-info-name-and-rank-badge-wrapper,
.kc-company-content .campany_meta,
.kc-company-content .coEnterpriseReviewSummary-Wrapper,
.kc-company-content .store__header-review,
.kc-company-content .company-RelatedStoreList,
.kc-company-content .companyShow-Products,
.kc-company-content .companyShow-Areas {
  margin: 18px 0;
  padding: 14px;
  border: 1px solid #dfe8eb;
  background: #fff;
}

.kc-company-content .store-header-info-shopname {
  margin: 0;
  font-size: 20px;
}

.kc-company-content .store-header-info-catch-copy {
  display: block;
  margin-top: 5px;
  color: #555;
  font-size: 13px;
}

.kc-company-content .companyShow-InfoCompanyUnorderedList {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #e6eef1;
  border-left: 1px solid #e6eef1;
}

.kc-company-content .companyShow-InfoCompanyUnorderedList_ListItem {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  border-right: 1px solid #e6eef1;
  border-bottom: 1px solid #e6eef1;
}

.kc-company-content .companyShow-InfoCompanyUnorderedList_InfoCompanyItem {
  margin: 0;
  padding: 9px;
  background: #eaf9fc;
  font-size: 12px;
  font-weight: 700;
}

.kc-company-content .companyShow-InfoCompanyUnorderedList_InfoCompanyAnswer {
  margin: 0;
  padding: 9px;
  font-size: 12px;
}

.kc-company-content .keishiki {
  display: inline-flex;
  margin: 0 4px 4px 0;
  padding: 2px 8px;
  border-radius: 3px;
  background: var(--kc-orange);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.kc-company-content .kc-hk-summary {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 16px;
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid #d7edf4;
  background: #fff;
}

.kc-hk-summary__brand {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  grid-column: 1 / -1;
}

.kc-hk-logo {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid #e5eef2;
  background: #fff;
}

.kc-hk-logo img {
  max-width: 66px;
  max-height: 66px;
  width: auto;
  height: auto;
  margin: 0;
}

.kc-hk-summary h2 {
  margin: 0 0 4px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 20px;
}

.kc-hk-summary p {
  margin: 0 0 8px;
  font-size: 13px;
}

.kc-hk-scoreline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-size: 12px;
}

.kc-hk-scoreline strong {
  color: #f5a100;
  font-size: 18px;
}

.kc-hk-summary__rating,
.kc-hk-summary__review {
  border: 1px solid #e2eef2;
  background: #fbfeff;
  padding: 12px;
}

.kc-hk-stars {
  margin-bottom: 8px;
  color: #f7a500;
  font-weight: 700;
}

.kc-rating-row {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) 34px;
  gap: 8px;
  align-items: center;
  margin: 5px 0;
  font-size: 11px;
}

.kc-rating-row b {
  display: block;
  height: 8px;
  overflow: hidden;
  background: #d9f0f6;
}

.kc-rating-row i {
  display: block;
  height: 100%;
  background: #61bfd5;
}

.kc-rating-row em {
  background: none;
  color: #70a8b8;
  font-style: normal;
}

.kc-hk-official,
.kc-company-content .sw-Button,
.kc-company-content .coReviewsUserFeedbackButton-Button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 3px;
  background: var(--kc-orange);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.kc-hk-ranking {
  margin: 18px 0;
  padding: 14px;
  background: #eaf8fc;
}

.kc-hk-ranking h2 {
  text-align: center;
  border: 0;
  background: transparent;
  font-size: 15px;
}

.kc-hk-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 18px 0 0;
  border-bottom: 3px solid #61bfd5;
}

.kc-hk-tabs span {
  display: grid;
  place-items: center;
  min-height: 36px;
  border: 1px solid #d7edf4;
  border-bottom: 0;
  background: #f9fdff;
  color: #4c9bad;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
}

.kc-hk-tabs span:first-child {
  background: #61bfd5;
  color: #fff;
}

.kc-hk-tabs span:not(.is-active) {
  background: #f9fdff;
  color: #4c9bad;
}

.kc-hk-tabs span.is-active {
  background: #61bfd5;
  color: #fff;
}

.kc-company-content [hidden] {
  display: none !important;
}

.kc-company-detail-layout .sidebar {
  margin-top: 640px;
}

.kc-hk-ai-summary {
  margin: 18px 0;
  border: 1px solid #d7edf4;
  background: #fff;
}

.coReviewAiSummary-Header {
  padding: 12px 14px;
  border-bottom: 1px solid #d7edf4;
  background: var(--kc-sky-light);
}

.coReviewAiSummary-Header_Title {
  margin: 0;
  color: #333;
  font-size: 17px;
}

.coReviewAiSummary-Body {
  padding: 14px;
}

.coReviewAiSummary-Body_Line {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  margin: 0 0 9px;
  font-size: 13px;
}

.coReviewAiSummary-Body_CheckIcon {
  display: inline-grid;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 2px 0 0;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--kc-orange);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.coReviewAiSummary-Body_Disclaimer {
  margin: 10px 0 0;
  color: var(--kc-muted);
  font-size: 12px;
}

.kc-company-content .kaitoriStoresReviews-ReviewList {
  display: grid;
  gap: 14px;
}

.kc-company-content .kaitoriStoresReviews-ReviewList_ReviewContainer,
.kc-company-content .kaitoriStoresReviews-Review {
  border: 1px solid #f2dfc4;
  background: #fff;
}

.kc-company-content .kaitoriStoresReviews-Review_Head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 12px;
  background: #fff7e8;
}

.kc-company-content .kaitoriStoresReviews-Review_RatingContainer {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #f7a500;
  font-weight: 700;
}

.kc-company-content .kaitoriStoresReviews-Review_Content {
  padding: 12px;
  font-size: 13px;
}

.kc-company-content .kaitoriStoresReviews-Review_Bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-top: 1px solid #f2dfc4;
  color: var(--kc-muted);
  font-size: 11px;
}

.kc-company-content .coCompanyReviewTopicFilter-Topic,
.kc-company-content .tag_list a {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  margin: 0 5px 6px 0;
  padding: 0 10px;
  border: 1px solid #cbeaf2;
  border-radius: 999px;
  background: #fff;
  color: #4c9bad;
  font-size: 12px;
  text-decoration: none;
}

.kc-company-content .shoplist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.kc-company-content .shopcell {
  border: 1px solid #dbeef4;
  background: #fff;
}

.kc-company-content .shopcell__link {
  display: block;
  padding: 12px;
  color: #333;
  text-decoration: none;
}

.kc-company-content .shopcell__title {
  margin: 0 0 8px;
  font-size: 13px;
}

.kc-company-content .shopcell__thumb {
  display: grid;
  min-height: 58px;
  place-items: center;
  background: #fff;
}

.kc-company-content .shopcell__thumb img {
  width: auto;
  max-width: 54px;
  max-height: 54px;
  object-fit: contain;
}

.kc-company-content .review__stars::before,
.kc-company-content .review_star::before {
  content: "★★★★★";
  color: #f7a500;
  letter-spacing: 1px;
}

.kc-company-content .company-RelatedStoreList,
.kc-company-content .kc-hk-related {
  background: #eaf8fc;
}

.kc-company-content .company-RelatedStore_CardList,
.kc-company-content .company-RelatedStoreList_List {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

@media (max-width: 860px) {
  .site-header__inner {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
  }

  .site-nav {
    flex-wrap: wrap;
  }

  .layout {
    grid-template-columns: 1fr;
  }

  .kc-company-detail-layout .sidebar {
    margin-top: 0;
  }

  .content {
    padding: 16px;
  }

  .article-title {
    font-size: 21px;
  }

  .article-content .coCategoryClickTransferRecommendedStoresList-RowsWrapper {
    grid-template-columns: 1fr;
  }

  .article-card {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .kc-category-grid,
  .kc-company-card-grid,
  .kc-rank-columns,
  .kc-company-content .companyShow-InfoCompanyUnorderedList,
  .kc-company-content .kc-hk-summary,
  .kc-company-content .shoplist,
  .kc-company-content .company-RelatedStore_CardList,
  .kc-company-content .company-RelatedStoreList_List {
    grid-template-columns: 1fr;
  }

  .kc-company-header {
    grid-template-columns: 1fr;
  }

  .kc-hk-summary__brand {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .kc-hk-tabs {
    grid-template-columns: 1fr;
  }

  .kc-company-search,
  .kc-company-list-card {
    grid-template-columns: 1fr;
  }
}

/* Front page: Hikakaku company index style */
.kc-company-home {
  background: #f5f5f5;
}

.kc-company-home > .kc-company-hero {
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.kc-company-home > .kc-company-hero .kc-company-hero__inner {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 22px;
}

.kc-company-home .breadcrumb {
  margin: 0 0 12px;
  color: #7a8790;
  font-size: 12px;
}

.kc-company-hero__copy {
  max-width: 760px;
}

.kc-company-home > .kc-company-hero h1 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: 0;
}

.kc-company-home > .kc-company-hero p {
  margin: 0 0 16px;
  color: #5d6871;
  font-size: 14px;
  line-height: 1.8;
}

.kc-company-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 128px;
  width: min(720px, 100%);
  border: 2px solid #f39800;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
}

.kc-company-search input {
  min-width: 0;
  min-height: 44px;
  padding: 0 14px;
  border: 0;
  outline: 0;
  font-size: 14px;
}

.kc-company-search button {
  border: 0;
  color: #fff;
  background: #f39800;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.kc-company-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 700;
}

.kc-company-hero-links a {
  color: #2c86a4;
  text-decoration: none;
}

.kc-company-home-layout {
  align-items: start;
  width: min(1080px, calc(100% - 32px));
  margin-top: 20px;
}

.kc-company-home__main {
  padding: 0;
  background: transparent;
}

.kc-company-home__main > section {
  padding: 18px;
  border: 1px solid #e1e6e8;
  background: #fff;
}

.kc-company-home__main section + section {
  margin-top: 18px;
}

.kc-company-filter h2,
.kc-company-rank-board h2,
.kc-company-review-search h2,
.kc-company-major h2,
.kc-company-directory h2 {
  margin: 0 0 14px;
  padding: 9px 12px;
  border-left: 5px solid #58bfd7;
  background: #eefafe;
  color: #222;
  font-size: 18px;
  line-height: 1.45;
}

.kc-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.kc-category-grid a {
  display: flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid #cfeaf2;
  border-radius: 3px;
  background: #fff;
  color: #2c86a4;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.kc-rank-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.kc-rank-box {
  min-width: 0;
  border: 1px solid #d7edf4;
  background: #fff;
}

.kc-rank-box h3 {
  margin: 0;
  padding: 10px 12px;
  border-bottom: 1px solid #d7edf4;
  color: #2387a4;
  background: #f5fcff;
  font-size: 14px;
  line-height: 1.4;
}

.kc-rank-box ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kc-rank-box li + li {
  border-top: 1px solid #edf3f5;
}

.kc-rank-box a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 10px 12px;
  color: #222;
  text-decoration: none;
}

.kc-rank-box li span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #f39800;
  font-size: 13px;
  font-weight: 800;
}

.kc-rank-box strong,
.kc-rank-box em {
  display: block;
  min-width: 0;
}

.kc-rank-box strong {
  overflow: hidden;
  font-size: 13px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kc-rank-box em {
  margin-top: 2px;
  color: #6d7480;
  font-size: 12px;
  font-style: normal;
}

.kc-review-chips,
.kc-major-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kc-review-chips a,
.kc-major-links a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid #cfeaf2;
  border-radius: 999px;
  background: #fff;
  color: #2c86a4;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.kc-company-list {
  display: grid;
  gap: 14px;
}

.kc-company-list-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid #d7edf4;
  background: #fff;
}

.kc-company-list-card__thumb {
  display: grid;
  min-height: 96px;
  place-items: center;
  border: 1px solid #e1edf1;
  background: #f7fdff;
  text-decoration: none;
}

.kc-company-list-card__thumb img {
  width: auto;
  max-width: 86px;
  max-height: 86px;
  object-fit: contain;
}

.kc-company-list-card__thumb span {
  color: #58bfd7;
  font-size: 30px;
  font-weight: 800;
}

.kc-company-list-card h3 {
  margin: 0 0 7px;
  font-size: 18px;
  line-height: 1.45;
}

.kc-company-list-card h3 a {
  color: #222;
  text-decoration: none;
}

.kc-company-list-card__score {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-bottom: 8px;
  color: #6d7480;
  font-size: 13px;
}

.kc-company-list-card__score strong {
  color: #f39800;
  font-size: 18px;
}

.kc-company-list-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 12px;
  color: #333;
  font-size: 13px;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.kc-company-list-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.kc-company-list-card__actions a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border: 1px solid #f39800;
  border-radius: 3px;
  color: #f39800;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.kc-company-list-card__actions a.is-primary {
  color: #fff;
  background: #f39800;
}

@media (max-width: 860px) {
  .kc-company-home > .kc-company-hero .kc-company-hero__inner,
  .kc-company-home-layout {
    width: min(100% - 24px, 640px);
  }

  .kc-company-home > .kc-company-hero h1 {
    font-size: 23px;
  }

  .kc-company-home__main > section {
    padding: 14px;
  }

  .kc-category-grid,
  .kc-rank-columns,
  .kc-company-search,
  .kc-company-list-card {
    grid-template-columns: 1fr;
  }

  .kc-company-search button {
    min-height: 42px;
  }

  .kc-company-list-card__thumb {
    min-height: 84px;
  }

  .kc-company-list-card__thumb img {
    max-width: 72px;
    max-height: 72px;
  }
}
