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

.alignR {
  text-align: right;
}

.alignL {
  text-align: left;
}

.container {
  margin-top: 10px;
}

#loading {
  display: none;
  position: absolute;
  position: fixed;
  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;
}

#entry_url input[type=search] {
  display: inline-block;
  width: calc(100% - 2em);
  padding: 3px 0.5rem;
  /*font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;*/
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

#stealth input[type=search] {
  display: inline-block;
  width: calc(100% - 2em);
  padding: 3px 0.5rem;
  /*font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;*/
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

#free_url input[type=search] {
  display: inline-block;
  width: calc(100% - 2em);
  padding: 3px 0.5rem;
  /*font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;*/
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f102";
  font-size: 20px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

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