body {
  font-family: dico-typewriter-slab, mono;
}

a img.logo {
  width: 250px;
}


img.top_logo {
  max-width: 60%;
  margin-top: 20px;
}

.nav {
  margin-top: 20px;
}

.nav-item {
  margin-right: 20px;
  border-bottom: solid 2px #dee2e6 ;
  font-size: 1.2rem;
}

.nav-item:last-child {
  margin-right: 0px;
}


.about dt {
  margin-right: 0px;
  padding-right: 20px;
  text-align: right;
}

.about dt ,
.about dd {
  border-bottom: solid 1px #dee2e6;
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
}

.top_menu a.nav-link {
  font-size: 1.5rem;
}


table.brandsTable th, 
table.brandsTable td {
  border : solid 1px  #dee2e6;
  padding: 5px;
  font-size: 0.8rem;
}


table.brandsTable th {
  background-color: #f3f3f3;
}


@media screen and (max-width: 480px) {
  .main_image {
    width:95% !important;
  }

  .top_menu a.nav-link {
    font-size: 1.0rem;
  }

  .about dt {
    text-align: left !important;
    border-bottom: none;
    font-size: 1.0rem;
  }

  .about dd {
    margin-top: 0px;
    font-size: 0.9rem;
  }

  h3.recruit_title {
    font-size: 1.2rem;
  }

  table.brandsTable th, 
  table.brandsTable td {
    font-size: 0.7rem;
  }

  table.brandsTable td.kana ,
  table.brandsTable td.last ,
  table.brandsTable td.start ,
  table.brandsTable td.products {
    display:none;
  }

  table.brandsTable td.country,
  table.brandsTable td.classification {
    width: 30%;
  }

  th.smp_none {
    display:none;
  }


}

.main_image {
  width:80%;
  margin-top: 20px;
}


/**--------------------**/

.b-example-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);
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}


.w-90 {
  width: 90% !important;
}