@charset "utf-8";
/* CSS Document */

/*.prog dt {
  float: none;
  width: 690px;
  margin: 1.5em 0 1em 0;
  box-sizing: border-box;
  border-bottom: 1px solid #333;
}

.prog dd {
  margin: 0;
  padding-left: 0;
}

.prog dd span.title {
  margin: 0.5em 0 1em 1em;
}*/


h4 {
  width: 92%;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem !important;
  border-bottom: 1px solid #000; 
}
h4 span::before {
  content: url(../../../images/icon_pdf.gif);
  width: 21px;
  height: 20px;
  padding-right: 0.2rem;
  position: relative;
  top: 4px;
}
h5 {
  width: 92%;
  font-size: 0.9rem;
  margin-bottom: 1rem !important;
  background: #EEFDFF;
}
.sympotop dl { padding: 0; margin: 0;}
.sympotop dt { text-indent: 0; padding: 0; margin: 0; width: 100%;float: none; display: block;}
.sympotop dd { margin: 0; padding: 0; width: 100%;}



div.box {
  display: flex;
  justify-content: space-between;
 /* align-items: center;*/
  width: 92%;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #ccc;
}
div.box:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
div.box dl dt {
  text-indent: -4em;
  margin-left: 4em;
}

div.box dl dd {
  margin: 0 0 1rem 1rem;
}

ul.box {
  display: flex;
  justify-content: space-between;
 /* align-items: center;*/
  width: 92%;
  margin-bottom: 0.5rem;
}
ul.box li {
  width: 15%;
  text-align: center;
}

