﻿.c-lensComHeading__h1__inner {
    margin-top: 25px;
}
div.intro{
  width: 94%;
  margin: 0 auto;
}
.genre_item > h1{
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: .07em;
  padding: 5px 0 5px 15px;
  margin: 30px 0;
  border-left: 3px solid #000;
}
.genre_item{
  width: 94%;
  margin: 0 auto;
}
.genre_item figure{
  margin: 0;
  padding: 0;
}
.genre_item figure img{
  max-width: 100%;
  vertical-align: bottom;
}
.genre_item_main{
  border: solid 1px #d9d9d9;
  background-color: #fff;
  display: block;
  margin-bottom: 15px;
}
.genre_item_detail{
  padding: 15px;
}
.genre_item_detail h2{
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.38889;
  margin-bottom: 1em;
}
.genre_item_detail a{
  color: #000;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  font-weight: 500;
  text-decoration: none;
  border: solid 2px currentColor;
  margin-top: 1.4em;
}
.genre_item_detail a:after {
  content: '>';
  position: absolute;
  right: 1em;
  top: 0;
  font-size: 11px;
}
.column{
  display: none;
}