@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
.c-block {
  margin-bottom: 3em;
}
.c-block h2 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.2em;
}
.c-block dl {
  margin-bottom: 1.5em;
}
.c-block dl dt {
  font-weight: bold;
}
.c-block dl dd {
  padding-left: 1em;
}
.c-block dl dd a {
  text-decoration: underline;
}
.c-block dl dd a:hover {
  text-decoration: none;
}
.c-block ul {
  list-style: disc;
  padding-left: 1.5em;
}
