.label-font-large{
  font-size: 1.4rem;
}

.label-font-medium{
  font-size: 120%;
}
.mandatory-label{
    font-size: 80%;
}

@media only screen and (min-width: 1600px) {
  .container{
    width:40% !important;
  }
}

@media only screen and (max-width: 767px){
    .mb-5px{
        margin-bottom: 5px;
    }
}
input[type=text]{
  font-size: 1.4rem !important;
}
.border_bottom_grey {
    border-bottom: dashed 1px rgb(129, 129, 129);
}

.button_wrapper {
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 5%;
    height: calc(100%);
    line-height: 2;
    font-size: 110%;
}
.input-field div.error{
    position: relative;
    top: -1rem;
    left: 0rem;
    font-size: 1.0rem;
    color:#F44336;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    text-align: left;
    margin-top: 1.0rem;
}
.valid_error{
    position: relative;
    top: -1rem;
    left: 0rem;
    font-size: 1.0rem;
    color:#F44336;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    text-align: left;
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}

.hide {
    display: none;
}
.preloader-background {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #eee; */
    background-color: rgba(51,153,255,0.25);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  p {
    padding-top:120px;
    margin-left: -60px;
    opacity: 0.8;
  }
}

.blinking {
    animation: blinker 0.5s linear infinite;
}
@keyframes blinker {
  50% { opacity: 0; }
}

*.logbox
{
   border: solid 1px #808080;
   width: 100%;
   height: 240px;
   padding: 0.5em;
   overflow: auto;
}

*.logbox_full
{
   border: solid 1px #808080;
   width: 100%;
   height: 100%;
   padding: 0.5em;
   overflow: auto;
}

.notice_title {
  display: block;
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}

.notice_content {
  width: auto;
  border: 1px;
  border-style: solid;
  border-color: #ff0000;
  padding: 8px 16px;
  border-radius: 0 0 2px 2px;
  text-align: left;
}

.notice_content pre {
  word-break: break-all;
  white-space: pre-wrap;
  margin: 0px;
  font-family: inherit;
}

.content_title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.registered_number {
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
}

.registered_content {
  font-size: 14px;
  text-align: center;
}

.no-mb{
  margin-bottom: 0px;
}

.logo_top {
  width: 93px;
  height: 23px;
  margin: 15px;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance:textfield;
}

.validation-error{
  width: 100%;
  background-color: #fff6f7;
  border: 1px solid #d42233;
  font-size: 18px;
  padding: 15px;
  text-align: center;
  color: #d42233;
  box-sizing: border-box;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.error-bold{
  font-weight: bold;
}

.modal {
    max-height: 90%;
}

.modal .modal-content-img {
    padding: 8px;
}

@media only screen and (max-width: 992px) {
  .modal {
    width: 95%;
  }
}

.modal-vertical {
    width: 360px;
}

@media only screen and (min-width: 993px) {
  .modal-vertical-medium {
    width: 550px;
  }
}

input.half-width-ime-mode {
    ime-mode: inactive;
}

.validation-error-leftalign {
  width: 80%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

ul.indent {
  padding-left: 1em;
}

.link-btn{
  cursor: pointer;
  border: none;
  background: none;
  color: #039be5;
}

/* 検証NGの場合の入力欄 */
input.error, input.select_error {
    background-color: #f7dfdf !important;
}

@media only screen and (min-width: 601px) {
  .form-label {
    width: 245px;
    display: table-cell;
    padding: 0 0 0 0px;
    font-size: 1em;
    font-weight: bold;
    vertical-align: top;
  }
  .form-link {
    display: table-cell;
    padding: 0;
  }
  .form-lmg {
    display: table-cell;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .form-link {display:inline-flex}
  .form-lmg {display:inline}
}