#acting_alert {
  position: absolute;
  left: 0;
  top: 0;
  margin: 5px;
  z-index: 1000;
  opacity: 0.6;
}
#acting_alert p.close_alert {
  margin: 0;
  padding: 3px;
  background: #1393c0;
  text-align: right;
  height: 25px;
}
#acting_alert p.content {
  padding: 1em;
  margin: 0;
  background: #fff;
  border: 1px solid #1393c0;
  height: 100%;
}
#acting_alert span.bottom,
#acting_alert span.top {
  display: block;
  background: #fff;
}
#acting_alert span.bottom span,
#acting_alert span.top span {
  display: block;
  height: 1px;
  overflow: hidden;
  background: #1393c0;
}
#acting_alert span.r1 {
  margin: 0 5px;
}
#acting_alert span.r2 {
  margin: 0 3px;
}
#acting_alert span.r3 {
  margin: 0 2px;
}
#acting_alert span.top span.r4,
span.bottom span.r4 {
  margin: 0 1px;
  height: 2px;
}
#acting_alert span.item {
  font-size: 12px;
}
.close_alert a img {
  float: left;
  width: 23px;
  height: 23px;
}
.breadcrumb-item {
  color: #999;
  align-items: center;
}
.breadcrumb-item::before {
  font-family: 'Material Icons';
  width: 1.5rem;
  font-weight: 600;
  font-size: 0.8rem;
}
.pre-scrollable {
  height: 6rem;
  font-size: 0.7rem;
  background-color: #fff;
  border: 3px solid #efefef;
}
.bg-gray200 {
  background-color: #e9ecef;
}
.form-control:focus {
  border-width: medium;
}
.form-bg-light .form-control {
  background-color: #f8f9fa;
}
.form-bg-light .form-control:focus {
  background-color: #fff;
}
/* .ss_bottomComment,
.ss_rightComment,
.ss_upComment {
  display: none;
} */
.g-recaptcha {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
}
.input-label {
  font-size: 0.9rem;
}
.input-group-append .input-group-text {
  font-size: 0.7rem;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fff;
}
input::-moz-placeholder {
  font-size: 0.9rem;
}
input:-ms-input-placeholder {
  font-size: 0.9rem;
}
input::-ms-input-placeholder {
  font-size: 0.9rem;
}
input::placeholder {
  font-size: 0.9rem;
}
input[type='checkbox'],
input[type='radio'] {
  margin-right: 0.5rem;
  width: 1.1rem;
  height: 1.3rem;
}
label {
  cursor: pointer;
}

.error_msg {
  color: red;
  font-size: 1.2em;
  font-weight: bold;
}
