@charset "UTF-8";
#cta-688c1fb81291d318f9cef2d9 {
  /* 上部バナー */
  /* 見出し */
  /* ポイントリスト */
  /* CTAボタン */
}
#cta-688c1fb81291d318f9cef2d9 .muryosodan-sec {
  background-color: #f4fcfd;
  /* ← 薄い水色（変更済） */
  border: 1px solid #418ee2;
  /* ← 緑枠→水色系に変更するとより馴染む */
  border-radius: 12px;
  padding: 24px;
  margin: 32px 0;
  font-family: "Noto Sans JP", sans-serif;
}
#cta-688c1fb81291d318f9cef2d9 .muryosodan-sec__top-banner h2 {
  background: linear-gradient(to right, #418ee2, #5bd7e7);
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
}
#cta-688c1fb81291d318f9cef2d9 .muryosodan-sec__headline-box {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
#cta-688c1fb81291d318f9cef2d9 .muryosodan-sec__point-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 16px;
  padding-right: 16px;
}
#cta-688c1fb81291d318f9cef2d9 .muryosodan-sec__point-item {
  background-color: #ffffff;
  border: 1px solid #418ee2;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 15px;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
#cta-688c1fb81291d318f9cef2d9 .muryosodan-sec__cta-section {
  text-align: center;
  margin-top: 32px;
}
#cta-688c1fb81291d318f9cef2d9 .muryosodan-sec__cta-button {
  background-color: #ffffff !important;
  color: #418ee2 !important;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #418ee2;
  font-weight: bold;
  transition: all 0.3s ease;
}
#cta-688c1fb81291d318f9cef2d9 .muryosodan-sec__cta-button:hover {
  background: linear-gradient(to right, #418ee2, #418ee2) !important;
  color: #ffffff !important;
}