@charset "utf-8";



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: 9em;
  font-weight: bold;
}
section dl dd{
  width: calc(100% - 10em);
}

section h3 {
  text-align:left;
  font-weight:normal;
  font-size: 1.4rem;
  color:#12b2b4;
  padding-bottom: 10px;
  border-bottom:1px dotted #12b2b4;
}

section .dot>li:before{
  content: "・";
}

section li{
  text-indent: -1em;
  padding-left: 1em;
}


@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;
}


}