body {
 
  font-family: 'Rounded M Plus 1c', 'Noto Sans JP', sans-serif;
  background-color: #f8f9fa;
  margin: 0;
  padding: 0;
  color: #333;
}

.container2 {
   background-color: #ed9ab7;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

header h1 {
  font-size: 1.8em;
  color: #31708f;
  text-align: center;
  margin-bottom: 10px;
}

.intro {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 30px;
}

.problems3{
  background-color: rgb(247, 241, 234);
}
.problems2 ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.callout2 {
  font-weight: bold;
  margin: 20px 0;
}

.callout2 span {
  background-color: #d9edf7;
  padding: 4px 8px;
  border-radius: 4px;
}

.contact2 {
  text-align: center;
  background-color: #f1f8ff;
  padding: 20px;
  margin: 30px 0;
}

.contact2 h2 {
  text-align: center;
  margin-top: 0;
  color: #31708f;
}
.contact2 p{
  text-align: center;
}

.contact3{
   background-color: rgb(247, 241, 234);
}
.contact3 h2{
  text-align: center;
  color: #333;
}

.line-banner-container2 {
  text-align: center;
  margin: 20px 0;
}

.line-banner2 {
  width: 100%;
  max-width: 320px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.free-info2 {
  text-align: center;
  margin-top: 15px;
  font-size: 1.1em;
  font-weight: bold;
  color: #172517;
}

.character-image-container {
  text-align: center;
  margin: 40px 0 20px;
}

.character-img {
  width: 160px;
  height: auto;
  border-radius: 8px;
  opacity: 0.9;
}

footer {
  font-size: 0.9em;
  color: #777;
  margin-top: 30px;
  line-height: 1.6;
  text-align: center;
}
html {
  scroll-behavior: smooth;
}

.title-link {
  text-decoration: none;
  color: inherit;
}
.title-link:hover {
  opacity: 0.8;
}
.line-banner {
  width: 100%;
  max-width: 320px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.line-banner:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

