<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#info{
  
}
.def_lst{
  display:flex;
  flex-wrap:wrap;
}
.def_lst dd:not(:last-child){
  border-bottom:1px dotted #0a132f;
}
.def_lst dt{
  padding-top:0.5em;
  padding-bottom:0.5em;
  padding-left:1em;
  padding-right:1em;
  width:100%;
}
.def_lst dt p{
  color:#0a132f;
  font-weight:bold;
  line-height:1.6em;
  font-size:1.2em;
}
.def_lst dd{
  padding-bottom:0.5em;
  padding-left:1em;
  padding-right:1em;
  width:100%;
  line-height:1.92em;
}
/* タブレットサイズ ////////////////////////////////////////////////////////////////////*/
@media screen and (min-width:600px){
  .def_lst dt:not(:nth-child(1)), .def_lst dd:not(:nth-child(2)){
    border-top:1px dotted #0a132f;
  }
  .def_lst{
  }
  .def_lst dt{
    width:35%;
  }
  .def_lst dd{
    width:65%;
	padding-top:0.5em;
    border-bottom:0px solid #f0f !important;
  }
}</pre></body></html>