@charset "utf-8";




.name{text-align: right;font-weight: bold;}


section dl{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px dotted var(--c_site_c);
  padding: .75em 3em;
}
section dl dt{
  width: 8em;
  font-weight: bold;
}
section dl dd{
  width: calc(100% - 9em);
}


@media (max-width:599px){

section dl{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px dotted var(--c_site_c);
  padding: 0;
}
section dl dt,section dl dd{
  width: 100%;
  padding: .75em 1em;
}
section dl dt{
  background: #ddf7f7;
  text-align: center;
}


}

