@charset "utf-8";

.cate_subCateList .text_more,
.cate_subCateList_top .text_more {
  color: #34a049;
}

.subCateUl3 li {
  border: 1px solid #34a049;
}

.subCateUl3 li p {
  font-size: 20px;
  color: #34a049;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

@media (max-width: 767px) {
  .subCateUl3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .subCateUl3 li p {
    font-size: 14px;
  }

  .subCateUl3 li {
    width: 48%;
    display: flex;
    height: auto;
    display: flex;
    flex-direction: column;
  }
}

.cate_spe_howto h3 {
  color: #34a049;
  background-color: #f6fff7;
  border-top: 1px solid #34a049;
  border-bottom: 1px solid #34a049;
}

.cate_spe_howtoBox {
  background-color: #f6fff7;
}

.cate_spe_howtoBox h4 {
  color: #34a049;
}
.cate_spe_News {
  border: 2px solid #34a049;
}

.cate_spe_News .news_ttl {
  color: #34a049;
}

.cate_spe_News p strong {
  color: #34a049;
}
