
.container {
    margin-bottom: 65px;
}

#enactment {
  text-align: right;
  margin-bottom: 1rem;
  font-size:1.2rem
}

ul.default{
  list-style: outside disc;
  padding-left:1rem;
  margin: 0.5rem 0 0.5rem 0;
}

ul.default > li {
  margin-bottom: 0.5rem;
}

div.terms-area {
  margin-bottom: 65px;
}

/* comment-dl */
.comment-dl > dd {
  margin-bottom: 30px;
  padding-left: 16px;
}
.comment-dl > dd:last-child {
  margin-bottom: 0;
}
.comment-dl > dd p {
  margin-bottom: 15px;
}

.comment-dl > dd p:last-child {
  margin-bottom: 0;
}
.comment-dl + .comment-dl {
  margin-top: 28px;
}
.comment-dl p a:hover {
  text-decoration: underline;
}

.agreement {
    margin-top: 37px;
    display: flex;
    justify-content: center;
}

.agreement li{
    margin-right: 30px;
}

.agreement button {
    height: 45px;
    width: 180px;
    font-size: 1.4rem;
    font-weight: bold;
}

.terms {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-indent: 13px;
}

.terms::before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 4px;
    left: 0;
    background-color: #FFD803;
    content: "";
}

.screen-shot {
  border: solid 1px;
  margin: 10px;
}

p.img_center{
  text-align: center;
}

div.about-data, div.gui-search-method, div.cui-search-method, div.site-policy {
  p, dl, dt, dd, li {
    line-height: 1.8rem;
  }

  ul {
    margin: 0.45rem;
    margin-left: 3.6rem;
    padding: 0;
    &.default > li { margin-bottom: 0; }
  }
}

div.site-policy dd {
  &+dd {
    margin-top: -30px;
  }

  &+ul {
    margin-top: calc(-30px + 0.45rem);
  }
}
