@charset "UTF-8";
h1, h1 img {
  width: 100%;
}
dl dt {
  font-size: 13px;
  color: #34485fa6;
}
dl dd {
  margin-bottom: 15px;
  padding: 3px 0 15px;
  font-size: 15px;
  border-bottom: solid #e4e4e4 1px;
  ;
}
dl dd.last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wrap {
  margin-top: 40px;
}

.important {
    border: 2px solid #e28000;
    background: #fff;
    margin-bottom: 2rem;
    padding: 1rem;
    font-size: 15px;
}
.important h2 {
    text-align: center;
    background:  #e28000;
    color: #fff;
    font-size: 18px;
    margin-bottom: 1rem;
    border-radius: 18px;
}
.important dt {
    text-align: center;
    color: #e28000;
    border-bottom: 1px solid #e28000;
    font-size: 100%;
    margin: 1rem 0 0.5rem 0;
}
.important dd {
    margin-bottom: 0;
    padding: 0;
    font-size: 15px;
    border-bottom: none;
    margin-bottom: 1rem;
}
.important dd span {
    background: #34485fa6;
    padding: 0.1rem 0.5rem;
    color: #fff;
}
.tyui {
    padding-left: 1rem;
    text-indent: -1rem;
}