

.uk-card-orange {
  background: orange;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.uk-card-orange .uk-card-title {
  color: #fff;
}

.uk-card-orange.uk-card-hover:hover {
  background-color: orange;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16);
}

.logo {
  width: 100px;
}

.products-bg {
  background: rgb(7, 65, 55);
  background: linear-gradient(90deg, rgba(7, 65, 55, 1) 0%, rgba(0, 22, 13, 1) 100%, rgba(0, 22, 13, 1) 100%);
}

.txt-intro,
.txt-intro-bk,
.sec-title-h2,
.sec-title-h3 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", "Noto Serif JP", serif;
}

.txt-wh {
  color: #fff;
}

.txt-bk {
  color: #000;
}

.sec-title-h2 {
  font-size: 1.5em;

}

.sec-title-h3 {
  font-size: 1.1em;
}

.sec-title-h2:after,
.sec-title-h3 before {
  content: '';
  background-image: url("../imgs/arrow_bk.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 1em;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

.txt-intro-flex {
  font-size: 1.5rem;
  line-height: 1.5;
}

@media (max-width:767px) {
  .txt-intro-flex {
    font-size: 1.1rem;
    line-height: 1.0;
  }

  .sec-title-h2 {
    font-size: 1.4rem;

  }

  .sec-title-h3 {
    font-size: 1.1rem;
  }
}
