.hidden {
  display: none;
}

.form-item {
  margin: 0.5em 0 1em 0;
}

.form-item label {
  font-weight: bold;
}

.form-item .m-form-check label {
  font-weight: normal;
}

.form-item .m-form-txt:read-only {
  background-color: #ddd;
}

.validation-error {
  font-size: 85%;
  color: red;
}

@media screen and (max-width: 767px) {
  .menu-reginfo .menu-reginfo-item {
    border-bottom: dotted 1px gray;
    align-items: center;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }

  .menu-reginfo .menu-reginfo-item .item-label {
    font-weight: bold;
  }
  
  .menu-reginfo .menu-reginfo-item .item-value {
    padding-right: 0.5em;
  }
  
  .menu-reginfo .menu-reginfo-item .item-button {
    text-align: right;
  }

  .menu-reginfo .menu-reginfo-item .item-button .m-btn-common {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .menu-reginfo .menu-reginfo-item {
    display: flex;
    border-bottom: dotted 1px gray;
    align-items: center;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }

  .menu-reginfo .menu-reginfo-item .item-label {
    width: 10em;
    font-weight: bold;
  }
  
  .menu-reginfo .menu-reginfo-item .item-value {
    width: 30em;
    padding-right: 0.5em;
  }
  
  .menu-reginfo .menu-reginfo-item .item-button .m-btn-common {
    margin-top: 10px;
  }
}

.m-btn-common.btn-danger[disabled] {
  pointer-events: none;
  border-color: #D6D6D6;
  background-color: #D6D6D6;
}

.m-txt-p.regkey-notice {
  margin-top: 5px;
  font-size: 90%;
}

@media print, screen and (min-width: 768px) {
  .agreements {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

.agreements .m-form-check {
  display: inherit;
}

.contents-list .end-date {
  text-align: right;
  font-size: 90%;
}