﻿
@charset "utf-8";

.form-control-kai {
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control-kai:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

::placeholder {
  color:#ccc;
}

/* 仕切り部分 */
.b-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

/* ↑はそのうち消す */
.divider-0 {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.divider-1 {
  height: 3rem;
  background-color:#ffffff;
  border-top: solid rgba(0, 0, 0, .15);
  border-bottom: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  
}

.divider-2 {
  height: 3rem;
  background-color:#ffffff;
 
}

.divider-3 {
  height: 0px;
  border-bottom: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
 
}

.divider-4 {
  height: 2px;
  border: none;
  background:#cccccc;
 
}

.divider-5 {
  height: 3px;
  border: none;
  background:#333333;
 
}

.divider-6 {
  height: 7px;
  border: none;
  background: linear-gradient(
    90deg,
    rgba(220, 220, 220, 1) 0%,
    rgba(160, 160, 160, 1) 51%,
    rgba(220, 220, 220, 1) 100%
  );
}

.divider-7 {
  height: 0px;
  border: none;

}

hr.tensen{
    /* hr上書き */
  color:#ffffff;
  background-color:none;
  opacity:1;

    border: none;
    border-bottom:1px dotted #999999;
}


/* BS 明るいナビ文字タイプ  上書き*/
.navbar-dark .nav-link.active{
  color: white!important;
  
}
.navbar-dark a:hover.nav-link {
  color: white!important;

}
.navbar-dark .nav-link{
  color: #eeeeee!important;
}

/* BS 暗いナビ文字タイプ  上書き*/
.navbar-light .nav-link.active{
  color:#000000!important;
  
}
.navbar-light a:hover.nav-link {
  color:#000000!important;

}
.navbar-light .nav-link{
  color: #666666!important;
}

/* ロゴ画像ハミ出し対策 */
/* 追記 */
    @media (max-width: 575px) {
.navbar-brand {
width: 75%;
}

.navbar-brand img{
width: 100%;
}
    }



/*　開閉速度上書き */
.collapsing {
    -webkit-transition: height 0.2s ease;
    transition: height 0.2s ease;
}


.list2 ul li a{
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

}
.list2 ul li a:before{
  position: absolute;
  right: 0;
  content: '\f138';
  color: #ccc;
  font-family: "Font Awesome 5 Free";
  font-weight:900;
  z-index: -1;
  opacity: 0.5;
}


