/* @charset "utf-8"; */

.pr_notice {
  border-radius: 10px; 
  background: rgba(250,192,192,0.5); 
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: .5em; 
  padding-bottom: .5em;
}

.pr_item {
  display: flex;
  padding-top: 1em;
  margin-bottom: 1em;
}

.pr_image {
  margin-right: 1em;
}

.pr_caption {
}

.pr_caption p {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}

.lheight2 {
  line-height: 2em;
}

ol li.upper-roman {
  list-style-type: upper-roman;
}

ol li.type_none {
  list-style-type: none;
}
