body{
  font-family:'メイリオ',Meiryo,'Noto Sans Japanese','Roboto',sans-serif;
}

a {
  text-decoration: none;
  word-break: break-all;
}

ul {
/*  border: solid 2px rgba(230,35,46,1); */
  padding: 0.5em;
  position: relative;
  margin-top: 2em;
}
ul li {
  font-size: 1.0em;
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
/*  border-bottom: dashed 1px silver; */
  list-style-type: none!important;
}
ul li:last-of-type {
  border-bottom: none;
}
ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: bold;
  position: absolute;
  left : 0.5em;
  color: rgba(230,35,46,1);
}

ul li ol li {
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 0.5em;
  border-bottom: dashed 1px silver;
  list-style-type: none;
}
ul li ol li:last-of-type {
  border-bottom: none;
}
ul li ol li:before {
  content: "";
  font-weight: bold;
  position: absolute;
  left : 0.5em;
  color: rgba(230,35,46,1);
}

dl {
/*  padding: 1em 1em 1em 2.5em; */
}
dt, dd {
  font-size: .95em;
  line-height: 1.6;
/*  padding: .4em 0; */
}

.acd_content{
  position: relative;
  overflow: hidden;
  max-height: 0;
  padding: 0 0 0 2.5em;
  -webkit-transition: max-height 0.2s;
          transition: max-height 0.2s;
  border-radius: 0 0 0.5em 0.5em;
}
