@media screen and (max-width: 1199px) {
  .custom-elem-people.elem-people.elem-form input {
    width: 3em !important;
  }
}

.elem-form .elem-tabradio {
  justify-content: space-around;
}

.protect{
  pointer-events:none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  user-select:none;
}

/* ヘッダーのログイン枠CSS */
.block-header .login {
  display: contents;
}
/* ヘッダーのログイン枠CSS ここまで */