@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&display=swap");
body {
  background-color: #f0f4f7; }

.l-content .b-box00 {
  width: 100%;
  padding: 55px; }

.l-content dl {
  font-size: 13px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  line-height: 28px; }

.l-content dt {
  font-weight: bold;
  width: 420px; }

.l-content dd {
  width: calc(100% - 420px); }

.l-content dt, .l-content dd {
  padding: 14px 0;
  border-top: solid 1px #e6e6e6; }
  .l-content dt:nth-of-type(1), .l-content dt:nth-of-type(2), .l-content dd:nth-of-type(1), .l-content dd:nth-of-type(2) {
    border-top: none; }

.l-content a {
  position: relative;
  display: flex;
  align-items: center;
  color: #538227; }
  .l-content a:after {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    box-sizing: border-box;
    border-right: 2px solid #538227;
    border-bottom: 2px solid #538227;
    transform: rotate(-45deg); }
