@charset "UTF-8";

.contentswrap {
  border: 2px solid #0066CC;
  padding: 20px!important;
  margin-top: 20px!important;
}
.contentswrap p {
  margin-bottom: 10px!important;
}
.isms_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 dl {
  display: grid;
  grid-template-columns: auto 1fr;
  width: max-content;
  max-width: 100%;
  line-height: 1.7;
}
dt {
  text-align-last: justify;
}
dt::after {
  content: "：";
  padding-inline: 0.1em;
}
.img_inner {
  text-align: center;
}
.img_inner img {
 margin-bottom: 10px;
}