/*--------------コラムからジャンルページへのリンク--------------*/
#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 {
  text-align: center;
  padding-top: 50px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  background: none;
  border-left: none;
}
/*--------------h3--------------*/
.category-ttl {
  font-size: 22px;
  font-weight: 700;
  margin-top: 45px;
  text-align: center;
  color: #333;
}
/*--------------category--------------*/
.link_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: center;
}
.link_list li {
  width: calc((100% / 3 - 30px));
  text-align: center;
  margin: 10px;
  font-weight: 600;
  color: #3c61b1;
  background: #FFFFFF;
  list-style: none;
  border: 2px solid #3c61b1;
  /*border-radius: 20px;*/
}
.link_list li a {
  display: block;
  padding: 15px;
  font-size: 15px;
  color: #3c61b1;
  background: #FFFFFF;
  text-decoration: none;
}
.link_list li a:hover {
  /*opacity: 0.5;*/
  color: #FFFFFF;
  background: #3c61b1;
  transition: all .2s ease-out;
}