h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
h4 {
  font-size: 14px;
}
p {
  font-size: 14px;
}
li {
  font-size: 14px;
}
table {
  width: 100%;
}
.title {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}
.news-date {
  font-size: 14px;
  margin-bottom: 30px;
  text-align: right;
}
.icon {
  display: list-item;
  list-style: none;
}
.icon span {
  display: table-cell;
  font-size: 12px;
}
.icon p {
  display: table-cell;
  font-size: 12px;
  padding-left: 0.2em;
}
.li-number {
  margin-left: 1.5em;
  list-style: decimal;
}
.ml4m {
  margin-left: 4em;
}
.bg-w456 {
  background-color: #f4f5f6;
}
.bd-d1 {
  border-bottom: dotted 2px #ccc;
}
.l-frame {
  padding: 80px 20px;
}
.l-contents {
  display: block;
}
.s-contents {
  display: none;
}
@media screen and (max-width: 768px) {
.title {
  font-size: 20px;
  margin-bottom: 10px;
}
.news-date {
  margin-bottom: 20px;
}
.ml4m {
  margin-left: 0em;
}
.l-frame {
  padding: 40px 20px;
}
.l-contents {
  display: none;
}
.s-contents {
  display: block;
}
.scroll {
  overflow-x: auto;
}
.tbl-r07 {
  min-width: 768px;
  margin: 0 0 10px;
}
.tbl-r07 td {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
}
