  /* ナビゲーションバー */
  body { padding-top: 15px; }

  .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  
  .navbar-dark .navbar-toggler {
    border: 0px none;
  }

  /* フッター */
  .footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
  }
  body > .container {
  padding: 0px 15px 0;
  }
  .container .text-muted {
  margin: 10px 0;
  }
   
  .footer > .container {
  padding-right: 15px;
  padding-left: 15px;
  }

  /* ボーダーの太さ */
  .border-2{
    border-width:2px !important;
  }
  
  .border-3{
    border-width:3px !important;
  }
  
  .border-4{
    border-width:4px !important;
  }
  
  .border-5{
    border-width:5px !important;
  }
  
  /* アンダーライン */
  .u{
    text-decoration: underline;
  }
  
  /* ボールド */
  .b{
    font-weight: bold;
  }

  /* カードヘッダー */  
  .card-header{
    background-color:#d9edf7;
  }

/* ナビリンクの下線 */
.nav-link:focus, .nav-link:hover {
  text-decoration: underline;
}

/* 選択肢の最低幅を指定(頭を揃えて並べるため) */
.custom-control-label {
  /* min-width: 200px; */
}

.mw-200 {
  min-width: 200px;
}

/* bg-lightの背景を少し濃くする */
.bg-light {
  background-color: #dee2e6 !important;
}

/* badge-lightの背景を少し濃くする */
.badge-light
 {
  background-color: #dee2e6 !important;
}

/* bg-infoの背景を少し薄くする */
.bg-info {
  background-color: #A0D9E1 !important;
}

.text-warning {
  color: #fa4007 !important;
}

.bg-danger {
  background-color: #FFF0F0 !important;
}

.card-body {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.w5{
  width:5%;
}

.w10{
  width:10%;
}

.w15{
  width:15%;
}

.w20{
  width:20%;
}

.w25{
  width:25%;
}

.w30{
  width:30%;
}

.w35{
  width:35%;
}

.w40{
  width:40%;
}

.w45{
  width:45%;
}

.w50{
  width:50%;
}

.w55{
  width:55%;
}

.w60{
  width:60%;
}

.w65{
  width:65%;
}

.w70{
  width:70%;
}

.w75{
  width:75%;
}

.w80{
  width:80%;
}

.w95{
  width:95%;
}

.w100{
  width:100%;
}

.input-wrap{
    position: relative;
}
     
.toggle-pass{
    position:absolute;
    top:70%;
    right: 25px;
    transform: translateY(-50%);
}

.navbar-brand {
  margin-right: 0rem;
}

.navbar-toggler {
  padding: .25rem .25rem;
}

@media (max-width: 575.98px) {

.navbar-brand {
  font-size: 0.75rem;
}

}

@media (min-width: 576px) and (max-width: 767.98px) {

.navbar-brand {
  font-size: 1rem;
}

}

@media (min-width: 768px) and (max-width: 991.98px) {

.navbar-brand {
  font-size: 1rem;
}

}

@media (min-width: 992px) and (max-width: 1199.98px) {

.navbar-brand {
  font-size: 1rem;
}

}

@media (min-width: 1200px) {
}

/* 1remだと間隔が空きすぎるので狭める */
.mb-3 {
  margin-bottom: 4px !important;
}