/*
font-family: 'Roboto', sans-serif;
font-family: 'Kosugi', sans-serif;
font-family: 'Kosugi Maru', sans-serif;
*/
p {
    line-height: 1.9;
}
.ec-line-box {
  background-color: #245d1c;
  padding: 10px 0px;
}

.ec-line-box2 {
  background-color: #44AF35;
  padding: 10px 0px;
}

.ec-ch {
  color: #4AAF43;
}

/*UIKIT*/
.uk-card-default {
  color: #252525;
}

.uk-navbar-nav > li > a {
  color: #5f6368;
}

.uk-divider-small::after {
  border-top: 1px solid #245d1c !important;
}

.ec-background-muted {
  background: #F7F9F9;
}

/*UIKIT*/
.ec-gradient-space-green {
  display: block;
  height: 26px;
  background: linear-gradient(107deg, #00b40b, #007f33);
}

.ec-gradient-space-gray {
  height: 26px;
  background: linear-gradient(107deg, #ccc, #8a8a8a);
}

.ec-position-center-left {
  top: 20%;
  left: 10%;
}

@media screen and (max-width: 640px) {
  .ec-position-center-left {
    top: 20%;
    left: 6%;
    width: auto;
  }
}

.ec-slide-text {
  font-family: 'Kosugi Maru', sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 2px #222;
  letter-spacing: 0px;
  /* width: 100%; */
}

@media screen and (max-width: 640px) {
  .ec-slide-text {
    font-size: 16px;
    padding: 10px 3px;
    margin: 0 16px 0 0;
  }
}

.ec-top-nav-line {
  border-top: 3px solid #44AF35;
}

.ec-margin-medium-bottom {
  margin-bottom: 56px;
}

.ec-head2 {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-weight: bold;
}

.ec-head2:before {
  content: '';
  position: absolute;
  bottom: -23px;
  display: block;
  width: 36px;
  height: 3px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #44AF35;
  border-radius: 2px;
}

.ec-gaiyou th {
  font-weight: bold !important;
  font-size: 16px;
  color: #222;
  text-align: center;
  vertical-align: middle !important;
  border-right: 1px solid #e5e5e5;
}

@media (max-width: 680px) {
  .ec-gaiyou th {
    border-right: none;
  }
}

@media (max-width: 640px) {
  .ec-gaiyou th {
    border-right: none;
  }
}

.ec-gaiyou tr th {
  width: 80px;
}

@media (max-width: 640px) {
  .ec-gaiyou tr th {
    width: auto;
  }
}

@media (max-width: 640px) {
  .ec-gaiyou-sf-1 th, .ec-gaiyou-sf-1 td {
    display: block;
    text-align: center;
  }
}
