/*  強調  */
.impact {
    background:linear-gradient(transparent 60%, #ffeb3b 60%);
    font-weight: 600;
}

/* サービス特徴 */
.feature-list-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.feature-list-main-title {
  font-size: 20px;
  font-weight: bold;
  margin: 12px 0 12px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.title-bar {
  color: #d23056;
  font-weight: bold;
}

.feature-list-item {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.feature-list-header {
  padding: 16px 20px;
  font-weight: bold;
  font-size: 16px;
  color: #2c3e50;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8f9fa;
  border-bottom: 1px solid #e0e0e0;
}

.feature-list-icon {
  font-size: 24px;
  flex-shrink: 0;
}

.feature-list-title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.feature-list-new {
  font-weight: 600;
  color: #D23056;
}

.feature-list-body {
  padding: 16px 20px;
  line-height: 1.7;
  font-size: 16px;
}

/* 遷移ボタン */
.button-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    margin:20px auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background-color: #ff4a74;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
}

.button-3:hover {
    background-color: #f03d67;
}
.fontcolor{
  color: #fff ;!important
}
.half-mark {
  background: linear-gradient(transparent 50%, #ffff99 50%);
}
