/* BASIC css start */
/* ¸ÞÀÎº£³Ê ¹Ù·Î ¾Æ·¡ È¸¿øÇýÅÃ º£³Ê*/
.benefit-banner {  max-width: 1200px; background: linear-gradient(45deg, #000000, #910000); color: #ffffff; text-align: left; /* ÁÂÃø Á¤·Ä */ 
 padding: 10px; border-radius: 0px; margin: 0px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
.benefit-banner .banner-link { text-decoration: none; color: inherit; display: block; }
.benefit-banner .banner-content h2 { font-size: 1.5em; margin-bottom: 10px; font-weight: bold; }
.benefit-banner .banner-content p { font-size: 1em; margin: 5px 0; }
.benefit-banner .banner-content strong { color: #fff; font-weight: bold; }







body {
  font-family: 'Noto Sans', sans-serif;
  line-height: 1.8;
  color: #333;
  margin: 0;
  padding: 0;
}

.renewal-announcement {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.banner {
  background-color: #76ac0a;
  color: #fff;
  text-align: center;
  padding: 50px 20px;
  border-radius: 10px 10px 0 0;
}

.banner h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.banner p {
  font-size: 24px;
  margin: 0;
}

.content {
  padding: 40px 20px;
}

.intro {
  font-size: 19px;
  text-align: center;
  margin-bottom: 40px;
}

.section {
  margin-bottom: 40px;
}

.section h2 {
  font-size: 28px;
  color: #76ac0a;
  margin-bottom: 20px;
}

.section p {
  font-size: 18px;
  line-height: 1.6;
}

.section strong {
  color: #333;
  font-weight: bold;
}

.section ul {
  list-style: disc;
  padding-left: 40px;
  font-size: 18px;
}

.section ul li {
  margin-bottom: 10px;
}
/* BASIC css end */

