/* 文字色・背景色CSS */
.txt-blue {
  color: #2d4be0;
}
.txt-orange {
  color: #E39217;
}
.txt-smoke {
  color: #f8f8ff !important;
}
.bg-blue {
  background-color: #004EA2;
}
.bg-gray {
  background: #e1e2e3;
}

li > a {
  color: white !important;
}
.navbar-nav > li {
  float: left;
  position: relative;
}
.header-desc {
  font-size: 0.8rem;
  margin-bottom: 0;
  transform: translateY(1.2rem);
}
.logo {
  font-size: 2rem;
  padding-left: 0.5rem;
}
@media screen and (min-width:767px) {

}
.president-logo {
  width: 70%;
  max-width: 300px;

}
.top-wrapper {
  position: relative;
  overflow: hidden;
}
.vd-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}


#bg-video {
  width: 100vw;
  height: auto;
}
.top-buttons {
  width: 100%;
  position: absolute;
  bottom: 8%;
}

.transform-scale {
  transform: scale(1.5);
  width: 105px;
}

/* .drop-shadow {
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.8));
  filter: drop-shadow(0px 0px 10px rgba(255, 255, 255, 1));
} */
#service-button {
  background: rgba(0, 100, 0, .6);
  box-shadow: 0 0 15px white;
}
#vehicle-button {
  background: rgba(243, 152, 0, .6);
  box-shadow: 0 0 15px white;
}
#intro-img {
  width: 50vw;
  box-shadow: inset 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.fix-line-height1 {
  line-height: 1.4rem;
}
@media screen and (max-width: 991px) {
  .display-br br {
    display: none;
  }
}
@media screen and (min-width: 792px) {
  .fix-line-height {
    line-height: 2rem;
  }
}

.footer-menu {
  white-space: nowrap;
}
.footer-menu > .nav-link {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .text-align {
    text-align-last: justify;
  }
  
}
@media screen and (max-width: 767px) {
  .text-align {
    text-align: center;
  }
  .fix-height {
    max-height: 24px;
  }
}
@media screen and (min-width: 576px) {
  .footer-menu li+li {
    border-right:1px solid white;
  }
  .footer-menu li:nth-child(1) {
    border-left:1px solid white;
    border-right:1px solid white;
  }
}
.overview td {
  vertical-align: middle;
}
.border-bottom {
  padding-bottom: 10px;
  border-bottom: 2px solid #2d4be0;
}
.border-bottom-green {
  padding-bottom: 10px;
  border-bottom: 2px solid #28A745;
}
.border-bottom-orange {
  padding-bottom: 10px;
  border-bottom: 2px solid #E39217;
}

.vertical-align {
  vertical-align: middle !important;
}
.fix-img {
  object-fit: cover;
}
#vehicle-list {
  padding-left: 0;
  list-style-position: inside;
}
.permission-table {
  white-space: nowrap;
  border-collapse: collapse;
  border: 1px #666666 solid;
}

.permission-table th {
  vertical-align: middle;
}
.permission-table th span {
  font-weight: normal;

}
.permission-table tr:nth-child(1) th span {
  writing-mode: horizontal-tb;
  white-space: nowrap;
}
.permission-table tr:nth-child(2) th {
  padding-right: 0;
  padding-left: 0;
}
.permission-table tr:nth-child(2) th span {
  writing-mode: vertical-rl;
}
.table-bordered {
  border-color: black !important;
}
.permission-table tr:nth-child(3) td span {
  white-space: nowrap;
}
.table-bordered td, .table-bordered th {
  border: 1px solid black;
}
.table-contents {
  overflow-x: scroll;
}
.control-label {
  background-color: #e1e2e3;
}

.form-col {
  height: 100%;
}
label {
  margin-bottom: 0px;
}
.checkbox + label {
  line-height: 1rem;
}
.border, .form-control {
  border: 1px solid #333333!important;
  border-radius: 0;
}
.control-label {
  background-color: #e1e3e6;

}
#check-height {
  max-height: 56px;
}
@media screen and (max-width: 768px) {
  .respo-br {
    display: block;
  }
  .respo-input {
    transform: translateY(8px);
  }
  input {
    transform: translateY(2px) !important;
  }
  form label {
    font-size: 80%;
  }
}
@media screen and (min-width: 769px) {
  .respo-br {
    display: none;
  }
}
/* input, .fix-height {
  transform: translateY(5px);
} */

.checkbox {
  transform: translateY(0px);
}
.form-buttons input {
  border: none;
  letter-spacing: 0.1rem;
}
#top_button1 {
  font-weight: bold;
}
.text-success {
  font-weight: bold;
}
.head_01 {
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
}
#center_1 {
  margin-bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}





@media screen and (max-width:768px) {
  .navbar-brand {
    font-size: 1rem;
  }
  .logo {
    font-size: 1.5rem;
    padding-left: 0.5rem;
  }
  .top_font1 {
    font-size: 20px;
  }
  #icons {
    width: 20px;
  }
  #icons1 {
    width: 33px;
  }






}
