/* 対応不可ケース: セクション中央寄せ */
.front-excluded-cases {
  text-align: center;
}

/* 対応不可ケース: 見出し */
.front-excluded-cases h2 {
  font-family: var(--font-gothic);
  font-size: var(--h2-size);
  margin-bottom: 18px;
}

/* 対応不可リスト: 枠付きボックス */
.front-excluded-cases .excluded-box {
  border: 1px solid var(--color-border);
  border-radius: 8px;
  width: 284px;
  height: 88px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .front-excluded-cases {
    padding-top: 120px;
  }

  .front-excluded-cases h2 {
    margin-top: 0;
  }

  .front-excluded-cases .btn-cta {
    font-size: 16px;
  }

  /* 対応不可リスト: 枠付きボックス（PC） */
  .front-excluded-cases .excluded-box {
    width: 592px;
    height: 120px;
    font-size: 19px;
  }
}

/* 対応不可リスト: テキストの余白 */
.front-excluded-cases .excluded-box-text {
  margin: 0;
  font-size: 16px;
  font-weight: var(--weight-gothic-medium);
}

@media (min-width: 768px) {
  .front-excluded-cases .excluded-box-text {
    font-size: 16px;
  }
}

/* 対応不可ケース: 注意書き */
.front-excluded-cases .excluded-note {
  max-width: 640px;
  margin: 0 auto 24px;
  font-size: 15px;
  font-weight: var(--weight-gothic-regular);
  color: var(--color-muted);
}
