@import url('style.css');

/* ページタイトル */
.page-title {
  padding: 120px 20px 40px;
  text-align: center;
}

.page-title h1 {
  font-size: 36px;
  color: #222;
}

/* セクション */
.cm-section {
  max-width: 960px;
  margin: 40px auto 100px;
  padding: 0 20px;
}

.cm-section h2 {
  font-size: 24px;
  margin: 40px 0 20px;
  border-bottom: 2px solid #ccc;
  padding-bottom: 5px;
}

.brand-block h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #3c687e;
}

.brand-block ul {
  padding-left: 0;
  list-style: none;
}

.brand-block li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.6;
  word-break: break-word;
}

.brand-block a {
  display: inline-block;
  margin-top: 3px;
  margin-right: 10px;
  color: #007acc;
  text-decoration: underline;
  font-weight: 500;
}

.brand-block a:hover {
  text-decoration: none;
}

.cm-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 2rem auto;
  width: 100%;
  max-width: 600px;
}