@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.section_title {
  position: relative;
  background: none;
  padding: 0 0 0 20px;
  margin: 0 0 40px 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
}

.gr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 47px;
  transform: translateY(-50%);
  background: url("/img/usr/genre/rW1/title_gr.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.block-free-recommend .block-ranking-lightningrecommend .block-ranking-r--rank {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

/* 戻るボタン */
.link_return {
  display: block;
  width: 310px;
  margin: 60px auto 0;
  padding: 8px 5px 8px 0;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 60px;
  position: relative;
  background: #009844;
  color: #fff;
}

.link_return::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  transform: rotate(45deg);
}
a:hover{
  text-decoration: none;
}