/*--------------コラムからジャンルページへのリンク--------------*/
#ohugen_wrapper #ochugen_list {
  padding: 0px 0 50px;
}
#ochugen_list h2, .link_h2, .category-ttl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/*--------------h2--------------*/
#ochugen_list h2, .link_h2 {
  position: relative;
  text-align: center;
  font-size: 22px;
  padding-top: 30px;
  font-weight: bold;
  color: #333;
  background: none;
  border-left: none;
}
/*--------------h3--------------*/
.category-ttl {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
  color: #333;
}
/*-------category------------*/
.link_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  padding-left: 0;
}
.link_list li {
  width: calc((100% / 2 - 20px));
  text-align: center;
  margin: 5px auto;
  background: #FFFFFF;
  list-style: none;
  border: 2px solid #3c61b1;
  font-size: 15px;
  padding: 1px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link_list li a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #3c61b1;
  font-weight: 600;
}