@charset "UTF-8";
.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

.alignL {
  text-align: left;
}

.container {
  margin-top: 10px;
}

#loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: #ccc;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10% 0;
}

.logo {
  width: 410px;
  height: 100px;
}

.form-control.picker__input:disabled,
.form-control.picker__input[readonly] {
  background-color: #fff;
}

h1 {
  margin: 10px 0;
}

h2 {
  position: relative;
  background: #f4f4f4;
  padding: 2px 5px 2px 20px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
  margin: 20px 0 20px 15px;
}

h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f041";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

.output-badge {
  width: 100%;
  cursor: pointer;
}

@media (max-width: 767px) {
  /* 横幅が767px以下の場合に適用するスタイル */
  div#sidebar {
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* 横幅が768px以上の場合に適用するスタイル */
  div#sidebar {
    width: 240px;
  }
}