span.reg_mark {
  font-family: "meiryo";
  font-size: 90%;
}
@media (max-width: 767px) {
  .c-list-a--green .c-list-a__item::before {
    top: 9px;
    left: -12px;
    width: 5px;
    height: 5px;
  }
}
.welfare {
  background-color: #f2f7f9;
  border-radius: 5px;
  padding: 25px 35px;
  width: calc(100% - 70px);
}
.welfare dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 2;
}
.welfare dl dt {
  width: 4.5em;
  font-weight: bold;
}
.welfare dl dd::before {
  content: "：";
  margin-right: 0.5em;
}
.welfare dl dd {
  width: calc(100% - 4.5em - 2.5em);
}
@media (max-width: 767px) {
  .welfare {
    width: 100%;
    padding: 1em 0;
  }
  .welfare dl {
    line-height: 1.5;
  }
  .welfare dl dt {
    width: 4em;
  }
  .welfare dl dd::before {
    margin-right: 0;
  }
  .welfare dl dd {
    width: calc(100% - 6em);
    margin-left: 1em;
    margin-bottom: 0.5em;
    text-indent: -1em;
  }
}
.p-table-b__table th {
  width: 200px;
}
.l-section__content .p-media-news__content ul li {
  list-style: disc;
}
.l-section__content .p-media-news__content ul {
  margin-left: 2em;
}
.l-section__content .p-media-news__content ol li {
  list-style: decimal;
}
.l-section__content .p-media-news__content ol {
  margin-left: 2em;
}
