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

.l-content {
  display: block;
  line-height: 28px;
  font-size: 15px; }
  .l-content.l-content_in {
    display: block; }
  .l-content a {
    color: #538227;
    text-decoration: underline; }
  .l-content .text, .l-content dl {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 28px; }
  .l-content dl dt {
    margin-bottom: 6px;
    font-weight: bold; }
  .l-content ul {
    margin-left: 30px;
    padding: 6px 0;
    list-style: disc; }
  .l-content small {
    font-size: 80%;
    opacity: 0.6; }
  .l-content .right {
    text-align: right; }
  .l-content p.back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .l-content p.back a {
      text-decoration: none;
      display: block;
      position: relative;
      border: 1px solid #E6E6E6;
      color: #4D4D4D;
      background: #fff;
      width: 250px;
      line-height: 54px;
      text-align: center;
      transition: opacity .3s linear; }
      .l-content p.back a:hover {
        opacity: .8; }
