/* // .navbar-nav > li > a::after {
//     content:'|';
//     padding-left:10px;
//     @media (max-width: 767px) {
//         content: none;
//         padding-left:0;
//     }
// }
//  .navbar-nav > li:last-child > a::after {
//          content:none;
// } */
h1 {
  margin: 16px 0px;
  padding-top: 12px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 5px;
  text-align: left;
  font-weight: normal;
  line-height: 13px;
  font-size: 32px;
  color: #666666;
}

h2 {
  background: linear-gradient(#7dc68e, #28a745);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  text-align: left;
  overflow: hidden;
  height: 50px;
  line-height: 54px;
  color: white;
}

h3 {
  margin-top: 20px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 3px;
  padding-left: 15px;
  text-align: left;
  background-color: #eeefef;
  font-size: 1.3em;
  line-height: 1.7em;
  font-weight: normal;
  text-align: left;
  border-left-width: 8px;
  border-left-style: solid;
  border-left-color: #81ce4d;
}

h4 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 2px;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.2;
  font-weight: bold;
  color: #81ce4d;
}

a:link {
  color: #4e8826;
  text-decoration: underline;
}
a:visited {
  color: #4e8826;
  text-decoration: underline;
}
a:hover {
  color: #81ce4d;
  text-decoration: none;
}
a:active {
  color: #81ce4d;
  text-decoration: none;
}

.img_hover {
  transition: filter 0.25s ease;
  filter: brightness(1);
}
.img_hover:hover {
  filter: brightness(1.25);
}

.list-item {
  opacity: 1;
}
.list-item.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  display: none;
}
.list-btn {
  margin-top: 20px;
}
.list-btn.is-btn-hidden {
  display: none;
  height: 0px;
}
.list-btn button {
  background-color: #81ce4d;
  color: #fff;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: auto;
  height: 48px;
  line-height: 32px;
  width: 256px;
  border-radius: 5px;
  display: block;
  text-align: center;
}

dd.list-item {
  padding-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #81ce4d;
  padding-left: 1em;
  font-size: small;
}

.list {
  height: auto;
}

.list.li {
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.nav-item .en {
  display: block;
  line-height: 10px;
  font-size: 10px;
  text-transform: uppercase;
}

nav ul li {
  padding: 0 10px;
  text-decoration: none;
  text-align: center;
}
@media (max-width: 992px) {
  nav ul {
    display: grid !important;
    grid-template-columns: auto auto auto;
  }
  nav ul li {
    display: inline-block;
    margin: 0px -10px;
    font-size: small;
  }
}

ul.midori_list li {
  width: max-content;
  margin: 5px;
  padding: 4px;
  display: inline-block;
  border: #a7e7a7;
  border-style: solid;
  border-radius: 5px;
  border-width: 2px;

  list-style: '・';
}

.about {
  font-size: x-small;
}

.swiper-slide {
  width: fit-content;
}
.swiper-wrapper {
  width: auto;
}

@media (max-width: 900px) {
  .swiper-slide {
    height: auto;
    text-align: center;
    line-height: 100px;
  }
}

.swiper-slide img {
  border: solid thin gray;
  transition: all 300ms 0s ease;
  width: 90%;
}

section {
  padding: 16px 8%;
  text-align: left;
}

table.table tbody tr td,
table.table thead tr th,
table.table thead {
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #cacaca;
}

.nav-item img {
  width: 32px;
  margin: 0 5px;
  align-items: center;
}

.nav-tabs .nav-item {
  border: #c7e7c8;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  background-color: #f1f1f1;
}

@media (max-width: 992px) {
  .nav-item img {
    width: 16px;
    margin: 0 5px;
    align-items: center;
  }
}

/*break md*/
@media (max-width: 768px) {
  /* .tab-content table {
    font-size: 10px;
  } */

  table {
    font-size: 10px;
  }
}

/* .main {
  box-shadow: 2px 2px 4px;
  width: max-content;
  height: max-content;
} */
