@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

body:not(.home) header.listivo-menu-v2.listivo-menu-v2--light {
    background-color: #374b5c;
}


.flex-wrap {
    margin: 2rem 0 1rem;
    display: flex;
    align-items: center;
}

img.cp-minlogo {
    width: 12rem;
	margin-right: 24px;
}


img.zt-minlogo {
    width: 8rem;
}

.login-info {
  padding: 0 0 4% 12%;
}

.login-info .login-info-link {
  color: #0080ff;
  font-weight: bold;
}


/* ユーザーの会社紹介 */
/* brタグを無視する */
.listivo-company-information br {
    display: none;
}

/* 全体のカードデザイン */
.listivo-company-information {
    color: #314451;
    background: #fff;
    border: 1px solid #f3f4f8;
    border-radius: 6px;
    max-width: 720px;
    margin: 30px auto;
    line-height: 1.6;
}

/* タイトル */
.listivo-company-information h4 {
    border-bottom: 1px solid #f3f4f8;
	padding: 20px 30px;
}

.shop-card {
    padding: 30px;
}

/* 会社名 */
.shop-card .company-name {
    font-weight: 700;
    font-size: 1.05rem;
	margin-bottom: 20px;
}

/* liリスト全体 */
.shop-info {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px; /* li間の縦スペース */
}

/* 各項目（li） */
.shop-info li {
    display: flex;
    align-items: center;
    gap: 12px; /* ラベルと値の横スペース */
}

/* ラベル部分 */
.shop-info .label {
    color: #0080ff;
    padding: 5px;
    border-radius: 4px;
    min-width: 88px;
    text-align: center;
    font-size: 0.85rem;
    border: 1px solid;
}
/* 値部分 */
.shop-info .value {
    color: #555;
    font-size: 0.8rem;
    line-height: 1.5;
}

span.value a {
    /* max-width: 200px; */
    /* display: block; */
    /* display: inline-block; */
    word-break: break-all;
    color: #0080ff;
    text-decoration: underline;
}

/* ユーザーSNSタイトル一列中央に */
.user-sns-title.e-con.e-child {
    display: flex;
    justify-content: center;
}

/*取付車種メーカ別*/
.car-maker-listings {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
}

.term-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 10px 16px;
  min-width: 20%;
  max-width: 42%;
  transition: all 0.25s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.term-item:hover {
  background: #f8f9fa;
  border-color: #ccc;
  transform: translateY(-2px);
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

.term-item a {
  font-weight: 600;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  transition: color 0.2s;
}

.term-item a:hover {
  color: #0073aa;
}

.term-count {
  background: #0073aa;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50%;
  padding: 3px 8px;
  margin-left: 10px;
  min-width: 24px;
  text-align: center;
}


/*サンルーフ製品別*/
.sunroof-product-listings {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.sunroof-product-listings .term-item {
    min-width: 48%;
}

/*販売店一覧*/
.dealer-listings {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

/* スマホ対応 */
@media (max-width: 480px) {
    .shop-info li {
        flex-direction: column;
        align-items: flex-start;
    }
    .shop-info .label {
        min-width: auto;
        text-align: left;
        margin-bottom: 4px;
    }
	  .listivo-hero-search-v10__form {
        margin-top: var(--e-global-size-4);
        margin-top: -16px;
    }
}

@media (max-width: 1024px) {
  
}

