.tpl_title_s {
  margin-bottom: 16px;
  padding: 0 12px;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #214985;
  border-left: 8px solid #214985;
}
.tpl_title_s a {
  color: #214985;
}

dl.dl_list dd {
  margin-bottom: 35px;
}

dl.dl_list dd ul {
  margin-top: 24px;
}

dl.dl_list {
  margin-top: 40px;
}

dl.dl_list ul {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

dl.dl_list ul li {
  margin: 0 35px 8px 0;
  padding-left: 17px;
  position: relative;
}

dl.dl_list ul li:before {
  position: absolute;
  top: 6px;
  left: 0px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #214985;
}
dl.dl_list ul a {
  color: #44b4b3;
}

@media screen and (max-width: 500px) {
  section.privacypolicy {
    font-size: 14px;
    line-height: 20px;
  }

  dl.dl_list {
    margin-top: 30px;
  }

  dl.dl_list dd p {
    font-size: 14px;
    line-height: 21px;
  }

  p.dl_list_p {
    font-size: 14px;
    line-height: 21px;
  }

  dl.dl_list ul {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  dl.dl_list ul li {
    margin: 0 24px 4px 0;
    padding-left: 14px;
    position: relative;
    font-size: 14px;
  }

  dl.dl_list ul li:before {
    position: absolute;
    top: 6px;
    left: 0px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #214985;
  }
}
