/*hasami*/
.waku {
background: #F7F7F7; border: 1px solid #ccc; padding: 25px;
}
.waku .ques {
color: red; font-size: 13px; padding-left:2em; text-indent:-2em; margin-bottom: 7px;
}
.waku .answ {
font-size: 13px; padding-left:2em; text-indent:-2em;
}
.waku .ques:before {content: "£Ñ¡¥";}
.waku .answ:before {content: "£Á¡¥";}



#information {
margin: 5px 12px;
}
.waku1 {
padding: 7px 15px; border: 1px solid #999; background: #eee;
line-height: 1.5em;
}
.topmain {
  margin: 10px;
}
.topmain h3 {
  text-align: center; font-size: 22px; font-weight: bold;
  margin: 15px 0 5px 0;
}

.ban1 {margin-bottom: 10px;}

.itemttl {
 margin: 10px 10px; color: #fff; font-size: 14px;
 background: #555; padding: 7px 10px; line-height: 1;
}
.news-block {
  border: 1px solid #ccc;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  font-family: sans-serif;
  font-size: 13px;
  margin: 0 10px 10px;
}
.news-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
}
.news-header-label {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
}
.news-list { list-style: none; margin: 0; padding: 0; }
.news-item {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 9px 16px;
  border-bottom: 1px solid #eee;
}
.news-item:last-child { border-bottom: none; }
.news-date {
  font-size: 11px;
  color: #888;
  white-space: nowrap;
  min-width: 72px;
}
.news-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #aaa;
  flex-shrink: 0;
  align-self: center;
}
.news-message { color: #222; line-height: 1.5; }
.news-message a { color: #222; text-decoration: none; }
.news-message a:hover { color: #555; text-decoration: underline; }