@charset "utf-8";
.content {
  padding-bottom: 30px;
	line-height: 1.5;
}
section {
  font-size: 14px;
}
.important_news_ttl {
  padding: 30px 0 15px;
}
.charge_ttl img {
  margin-left: 10px;
  vertical-align: middle;
}
.contents_wrapper {
  padding: 15px 15px 0;
}
.important_news1 {
  background-image: url(../img/important_news/border.png), url(../img/important_news/border.png);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 20px 4px, 20px 4px;
  border: 1px solid #cfcfcf;
}
.important_news1 .ttl {
  font-size: 16px;
  font-weight: bold;
  background: url(../img/important_news/bg_important_news1.png) no-repeat 0 8px;
  background-size: 101px 58px;
  border-bottom: 1px dashed #bebebe;
  padding: 25px 0 25px 30px;
}
.important_news1 .txt {
  padding: 20px 15px;
}
.important_news1 .txt > * + * {
  margin-top: 15px;
}
.important_news1 .btn a {
  width: fit-content;
	margin-inline: auto;
}
.important_news1 .txt span {
  color: #ff0000;
  font-weight: bold;
}
.important_news2 {
  margin-top: 20px;
}
.important_news2 > * + * {
  margin-top: 15px;
}
