@charset "UTF-8";

:root{
  --font-base: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --color-text: #373d45;
  --color-border: #d9dde3;
}

body{
  font-family: var(--font-base);
  font-weight: 600;
  color: var(--color-text);
}
.anonymized{
    margin-top: 40px;
    margin-bottom: 160px;
  }
  
  .anonymized__section + .anonymized__section{
    margin-top: 40px;
  }
  
  .anonymized__title{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .anonymized__list{
    padding-left: 20px;
    list-style: auto;
    font-weight: 400;
  }
  
  .anonymized__list li{
    font-size: 16px;
    line-height: 1.6;
  }
  

