/********** Template CSS **********/
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}
#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}
img.animated.pulse {
  animation-duration: 5s;
}
/*** Button ***/
.btn {
  font-weight: 500;
  transition: .5s;
}
.btn.btn-primary {
  color: var(--bs-white);
}
.btn-square {
  width: 38px;
  height: 38px;
}
.btn-sm-square {
  width: 32px;
  height: 32px;
}
.btn-lg-square {
  width: 48px;
  height: 48px;
}
.btn-square, .btn-sm-square, .btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50px;
}
table .badge{
	display:inline-block;padding:.6em;font-size:0.9em;font-weight:500;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:5px;margin-bottom: .6em;margin-top: .6em;text-decoration: none;
}
table .btn{
	display:inline-block;padding:.2em;font-size:0.8em;font-weight:500;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:5px;margin-bottom: 0em;margin-top: 0em;text-decoration: none;
}
table ul li a .btn{
	display:inline-block;padding:.2em;font-size:0.8em;font-weight:7500;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:5px;margin-bottom: 0em;margin-top: 0em;text-decoration: none;
}
table .btn a{
	display:inline-block;padding:.2em;font-weight:500;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:5px;margin-bottom: 0em;margin-top: 0em;text-decoration: none;
}
.bg-news{
  background-color: #204E23;
}
.bg-seminar{
  background-color: #204E23;
}
.bg-seminar2{
  background-color: #36843B;
}
.bg-sympo{
  background-color: #76372A;
}
.bg-evo{
  background-color: #76742A;
}
.bg-rinsho{
  background-color: #2A6A76;
}
.bg-tokubetsu{
  background-color: #2A2B76;
}
.bg-rising{
  background-color: #762A64;
}
.bg-meeting{
  background-color: #FFF2CC;
}
hr {
  height: 3px;
  background-color: #8A8A8A;
  border: none;
  color: #8A8A8A;
}
h6 {
  position: relative;
  padding: 1rem;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
}
h6:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}
h6:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}
/*** Navbar ***/
.sticky-top {
  top: -150px;
  transition: .5s;
	background:#2DA58E;
}
.bg-sticky-top{
  background:#2DA58E;
}
.navbar {
  height: 85px;
	
}
.navbar .navbar-nav .nav-link {
  margin-left: 20px;
  padding: 0;
  color: var(--bs-dark);
  font-weight: 500;
  transition: .5s;
  outline: none;
  font-size: 16px;
}
.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
  color: var(--bs-white);
}
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}
.logo{
	width: 90px;
}
@media (max-width: 1080px) {

  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    padding: 0 15px;
    background:#2DA58E;}
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  font-size: 16px;
  }
}
@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}

/*** Hero Header ***/
.hero-header {
  position: relative;
  margin-top: -85px;
  padding-top: 5rem;
  padding-bottom: 6rem;
  background: url(../img/bg.png) center top no-repeat;
  background-size: cover;
}
.hero-header .container {
  position: relative;
  z-index: 1;
}
.hero-header .breadcrumb-item + .breadcrumb-item::before {
  color: var(--bs-light);
}
/*** Feature ***/
.feature-item .border {
  position: relative;
  border-color: rgba(255, 255, 255, .2) !important;
  z-index: 1;
}
.feature-item .border {
  position: relative;
  border-color: rgba(255, 255, 255, .2) !important;
  z-index: 1;
}
/*** Deal ***/
.deal {
  position: relative;
}
.deal .bg-white {
  position: relative;
  z-index: 1;
}
.deal .cdt span {
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 200;
  text-transform: capitalize;
}
/*** How To Use ***/
.how-to-use {
  position: relative;
  background: url(../img/bg.png) center center no-repeat;
  background-size: cover;
}
.how-to-use::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .1);
  clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}
.how-to-use .container {
  position: relative;
  z-index: 1;
}
.how-to-use .border {
  border-color: rgba(255, 255, 255, .2) !important;
}
/*** Product ***/
.product-item {
  transition: .1s;
}
.product-item:hover {
  border-width: 0 !important;
  box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}
.product-item:hover a.btn {
  color: var(--bs-white);
  background: var(--bs-primary);
}
/*** Testimonial ***/
.testimonial {
  position: relative;
  background: url(../img/bg.png) center center no-repeat;
  background-size: cover;
}
.testimonial::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .1);
  clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}
.testimonial .testimonial-carousel {
  position: relative;
  z-index: 1;
}
.testimonial-carousel .owl-item img {
  width: 100%;
  max-width: 840px;
}
.testimonial-carousel .owl-dots {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .2);
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 30px;
  transition: .5s;
}
.testimonial-carousel .owl-dot.active {
  background: var(--bs-dark);
}
/*** Blog ***/
.blog-item {
  transition: .1s;
}
.blog-item:hover {
  border-width: 0 !important;
  box-shadow: 0 0 35px rgba(144, 188, 121, .25);
}
.blog-item:hover a.btn {
  color: var(--bs-white);
  background: var(--bs-primary);
}
/*** Contact ***/
.contact-info-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .1);
  clip-path: polygon(66% 0, 100% 0, 100% 100%, 33% 100%);
}
.contact-info-item .border {
  position: relative;
  border-color: rgba(255, 255, 255, .2) !important;
  z-index: 1;
}
/*** registration ***/
.registration {
  position: relative;
  /*background: url(../img/bg.png) center top no-repeat;*/
  background-size: cover;
}
.registration .container {
  position: relative;
  z-index: 1;
}
.registration .form-control {
  background: rgba(255, 255, 255, .3);
}
.registration .border {
  position: relative;
  border-color: rgba(255, 255, 255, .6) !important;
  z-index: 1;
}
.registration .reg a{color:#E7564A;text-decoration:underline}a:hover{color:#3D5C2D}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}
/*** Footer ***/
.footer .btn.btn-link {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: var(--bs-body);
  font-weight: normal;
  transition: .3s;
}
.footer .btn.btn-link:hover {
  color: var(--bs-primary);
}
.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}
.footer .copyright {
  padding: 25px 0;
  border-top: 3px solid var(--bs-light);
}
.footer .copyright a {
  color: var(--bs-body);
}
.footer .copyright a:hover {
  color: var(--bs-primary);
}
.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 3px solid var(--bs-light);
}
.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.btn-up {
  color: #fff;
  background-color: #57853F;
  border-color: #57853F
}
.btn-up:hover {
  color: #fff;
  background-color: #71AC51;
  border-color: #71AC51
}
.btn-check:focus + .btn-up, .btn-up:focus {
  color: #000;
  background-color: #a1c68d;
  border-color: #9bc386;
  box-shadow: 0 0 0 .25rem rgba(122, 160, 103, .5)
}


@media screen and (max-width: 640px) {
  .scroll {
    overflow-x: auto;
  }
  .tbl-r07 {
    min-width: 640px;
    margin: 0 10px 50px;
  }
  .tbl-r07 td {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
}

.p-5{padding:3rem;}
.p-4{padding:1.5rem}
@media screen and (max-width: 640px) {
  .p-5 {padding:1rem;}
  .p-4 {padding:0rem;}
  }

.pull-right{
	float: right;
	margin-left: 6px;
	width: 120px;
}

.pull-right2{
	float: right;
	margin-left: 6px;
	width: auto;
}

.remodal {
  position: relative;
  padding: 25px;
	text-align: left;
}
.remodal img {
  height: auto;
  vertical-align: top;
	max-width: 200px;
}
.remodal-cancel {
  color: #fff;
  background: #000000;
  width: 100%;
  margin-top: 25px;
}
.remodal-cancel:hover {
  background: #333;
}
.url {
  word-break: break-all;
}

.online_page a{color:#FFFFFF;text-decoration:none}
.online_page a:hover{color:#B3B3B3}
