/******************** フロントページ専用スタイル ********************/

/******************** ニュースセクション ********************/

.news {
  margin-top: 20px;
  padding-bottom: 10px;
  background-color: #ffffff;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.news-title {
  background-color: #9d0000;
  height: 40px;
  line-height: 40px;
  padding-left: 14px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
}

.summary {
  margin: 0 10px 0px 10px;
}

.news-item {
  border-bottom: 1px solid #f5f5f5;
}

.news-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/******************** 選ばれる3つの理由セクション ********************/

.news.reasons-section {
  padding-bottom: 0;
  margin-top: 0 !important;
  border-radius: 4px;
}

.reasons-content {
  position: relative;
  background-color: white;
  padding: 0;
  min-height: 200px;
  border-radius: 0 0 4px 4px;
}

.reasons-image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 240px;
}

.reasons-image img {
  max-width: 100%;
  height: auto;
}

.reasons-list {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 20px;
}

.reason-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px 20px;
  background-color: #f5f5f5;
  border-left: 5px solid #9d0000;
}

.reason-item:last-child {
  margin-bottom: 0;
}

.reason-number {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: #9d0000;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}

.reason-text {
  font-size: 15px;
  line-height: 1.6;
  font-weight: bold;
}
