@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans CJK JP Thin"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype");
  font-display: swap;
}
/*                トップページ用
======================================================= */
/*TOP共通*/
body.home #wrapper #main_area {
  padding-bottom: 0;
}
body.home #wrapper #main_area .news_area {
  background: #f2f2f2;
  padding: 40px 0 56px;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .news_area {
    padding: 3.33vw 0 4.67vw;
  }
}
body.home #wrapper #main_area .news_area .page_width {
  padding: 0;
}
body.home #wrapper #main_area .news_area .lump_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap {
    margin: 0 1.33vw 0;
  }
}
body.home #wrapper #main_area .news_area .lump_wrap .lump {
  padding: 20px;
  margin: 0 20px 40px;
  width: calc(33.3333333% - 40px);
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump {
    margin: 0 1.33vw 2.67vw;
    width: 46vw;
    padding: 2.67vw;
  }
}
body.home #wrapper #main_area .news_area .lump_wrap .lump a {
  display: block;
  height: 389px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump a {
    height: 32.42vw;
  }
}
body.home #wrapper #main_area .news_area .lump_wrap .lump a:hover .ttl {
  color: #c30000;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump a {
    margin-bottom: -5.33vw;
    height: 67.47vw;
  }
}
body.home #wrapper #main_area .news_area .lump_wrap .lump a > .img {
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
  height: 174px;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump a > .img {
    height: 14.5vw;
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump a > .img {
    height: 22.13vw;
    margin-bottom: 2.13vw;
  }
}
body.home #wrapper #main_area .news_area .lump_wrap .lump a > .img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump a > .text_area {
    margin-bottom: 5.33vw;
  }
}
body.home #wrapper #main_area .news_area .lump_wrap .lump a > .text_area .ttl {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump a > .text_area .ttl {
    margin-bottom: 2.13vw;
  }
}
body.home #wrapper #main_area .news_area .lump_wrap .lump a > .text_area .ttl.limit_text {
  max-height: calc(20px * 1.4 * 1.96);
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump a > .text_area .ttl.limit_text {
    font-size: 1.67vw;
    max-height: calc(1.67vw * 1.4 * 1.96);
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump a > .text_area .ttl.limit_text {
    font-size: 3.73vw;
    max-height: calc(3.73vw * 1.4 * 1.96);
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump a > .text_area .text {
    margin-bottom: 4.27vw;
  }
}
body.home #wrapper #main_area .news_area .lump_wrap .lump a > .text_area .text.limit_text {
  max-height: calc(16px * 1.5 * 1.96);
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump a > .text_area .text.limit_text {
    max-height: calc(1.33vw * 1.5 * 1.96);
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump a > .text_area .text.limit_text {
    max-height: calc(3.73vw * 1.5 * 1.96);
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump a > .text_area .additional {
    position: relative;
  }
}
body.home #wrapper #main_area .news_area .lump_wrap .lump a > .text_area .additional .category {
  position: absolute;
  left: 0;
  bottom: 17px;
  min-width: 88px;
  height: 18px;
  border-radius: 9px;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  background: #c30000;
  padding: 2px 8px;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump a > .text_area .additional .category {
    bottom: auto;
    top: -1.5vw;
    font-size: 3vw;
    line-height: 4.5vw;
    height: auto;
    padding: 0 8px;
  }
}
body.home #wrapper #main_area .news_area .lump_wrap .lump a > .text_area .additional .date {
  position: absolute;
  right: 0;
  bottom: 22px;
  font-size: 11px;
  color: #909090;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump a > .text_area .additional .date {
    right: auto;
    left: 0;
    bottom: 0;
    font-size: 0.92vw;
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump a > .text_area .additional .date {
    bottom: auto;
    top: 20px;
    font-size: 3vw;
  }
}
body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type {
  width: 100vw;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type {
    margin: -3.33vw -1.33vw 2.67vw;
  }
}
body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a {
    display: block;
    margin: 0;
    height: auto;
    padding-bottom: 12.27vw;
  }
}
body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .img {
  margin: 0 20px;
  padding: 20px;
  width: calc(58.79% - 40px);
  height: 349px;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .img {
    height: 29.08vw;
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .img {
    height: 51.47vw;
    margin: 0 0 4.27vw;
    width: 100%;
    padding: 0;
  }
}
body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .text_area {
  padding: 20px 48px 20px 28px;
  width: 41.21%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .text_area {
    padding: 0 2.67vw;
    margin-bottom: 0;
    width: 100%;
  }
}
body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .text_area .ttl {
  line-height: 1.31;
  font-size: 32px;
  margin: 16px 0;
}
body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .text_area .ttl.limit_text {
  max-height: calc(32px * 1.31 * 1.96);
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .text_area .ttl.limit_text {
    font-size: 2.67vw;
    max-height: calc(2.67vw * 1.31 * 1.96);
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .text_area .ttl.limit_text {
    font-size: 5.33vw;
    max-height: calc(5.33vw * 1.31 * 1.96);
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .text_area .ttl {
    margin: 0 0 2.13vw;
  }
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .text_area .text {
    margin-bottom: 2.67vw;
  }
}
body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .text_area .text.limit_text {
  max-height: calc(16px * 1.5 * 2.96);
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .text_area .text.limit_text {
    max-height: calc(1.33vw * 1.5 * 2.96);
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .text_area .text.limit_text {
    max-height: calc(3.73vw * 1.5 * 1.96);
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .text_area .text {
    margin-bottom: 2.13vw;
  }
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .text_area .additional {
    position: relative;
  }
}
body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .text_area .additional .category {
  position: absolute;
  left: 28px;
  bottom: 147px;
  min-width: 88px;
  height: 18px;
  border-radius: 9px;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  background: #c30000;
  padding: 2px 8px;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .text_area .additional .category {
    top: 0;
    bottom: auto;
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .text_area .additional .category {
    left: 0;
    bottom: auto;
    top: -1.5vw;
    font-size: 3vw;
    line-height: 4.5vw;
    height: auto;
    padding: 0 8px;
  }
}
body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .text_area .additional .date {
  position: absolute;
  right: 48px;
  bottom: 147px;
  font-size: 11px;
  color: #909090;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .text_area .additional .date {
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .news_area .lump_wrap .lump:first-of-type a > .text_area .additional .date {
    top: 0;
    bottom: auto;
    right: 0;
    font-size: 3vw;
  }
}
body.home #wrapper #main_area .news_area .lump_wrap .lump:nth-child(n+8) {
  display: none;
}
body.home #wrapper #main_area .archives_area {
  padding: 56px 0;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .archives_area {
    padding: 4.67vw 0;
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .archives_area {
    padding: 8.53vw 0;
  }
}
body.home #wrapper #main_area .archives_area h2 {
  position: relative;
  padding-top: 84px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 36px;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .archives_area h2 {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .archives_area h2 {
    font-size: 6.4vw;
  }
}
body.home #wrapper #main_area .archives_area h2:before {
  background: url(/common/img/icon-archive.svg) no-repeat center center;
  background-size: 24px 24px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid #f2f2f2;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -36px;
}
body.home #wrapper #main_area .archives_area .btn_area {
  float: right;
  width: 256px;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .archives_area .btn_area {
    width: 44.8vw;
  }
}
body.home #wrapper #main_area .archives_area .btn_area .list a {
  display: block;
  float: left;
  width: 124px;
  line-height: 32px;
  border-radius: 16px;
  border: 1px solid #dedede;
  text-align: center;
  font-size: 12px;
  background: url(/common/img/icon-arrow-r-secondary.svg) no-repeat right 8px center;
  background-size: 12px 12px;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .archives_area .btn_area .list a {
    line-height: 2.67vw;
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .archives_area .btn_area .list a {
    width: 21.33vw;
    line-height: 8.53vw;
    border-radius: 4.27vw;
    font-size: 2.67vw;
    background: url(/common/img/icon-arrow-r-secondary.svg) no-repeat right 2.67vw center;
    background-size: 1.87vw 3.2vw;
  }
}
body.home #wrapper #main_area .archives_area .btn_area .rss a {
  display: block;
  float: right;
  width: 124px;
  line-height: 32px;
  border-radius: 16px;
  border: 1px solid #dedede;
  text-align: center;
  font-size: 12px;
  background-image: url(/common/img/icon-arrow-r-secondary.svg), url(/common/img/icon-rss.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: right 8px center, left 10px center;
  background-size: 12px 12px, 12px 12px;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .archives_area .btn_area .rss a {
    line-height: 2.67vw;
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .archives_area .btn_area .rss a {
    width: 21.33vw;
    line-height: 8.53vw;
    border-radius: 4.27vw;
    font-size: 2.67vw;
    background-image: url(/common/img/icon-arrow-r-secondary.svg), url(/common/img/icon-rss.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: right 2.67vw center, left 10px center;
    background-size: 1.87vw 3.2vw, 12px 12px;
  }
}
body.home #wrapper #main_area .archives_area h3 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .archives_area h3 {
    font-size: 2vw;
    margin-bottom: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .archives_area h3 {
    padding-top: 1.6vw;
    font-size: 5.33vw;
    margin-bottom: 5.33vw;
  }
}
body.home #wrapper #main_area .archives_area .page_width > div {
  padding-bottom: 32px;
  border-bottom: 4px solid #ededed;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .archives_area .page_width > div {
    padding-bottom: 4.27vw;
  }
}
body.home #wrapper #main_area .archives_area .page_width > div .article {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
body.home #wrapper #main_area .archives_area .page_width > div .article .lump {
  margin: 0 20px;
  width: calc(33.3333333% - 40px);
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .archives_area .page_width > div .article .lump {
    padding-top: 4.27vw;
    padding-bottom: 4.27vw;
    width: 100%;
    border-bottom: 1px solid #dedede;
  }
  body.home #wrapper #main_area .archives_area .page_width > div .article .lump:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
}
body.home #wrapper #main_area .archives_area .page_width > div .article .lump a {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
body.home #wrapper #main_area .archives_area .page_width > div .article .lump a:hover .ttl {
  color: #c30000;
}
body.home #wrapper #main_area .archives_area .page_width > div .article .lump a .img {
  width: 36.67%;
  height: 71px;
  margin-right: 2.22%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .archives_area .page_width > div .article .lump a .img {
    height: 5.92vw;
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .archives_area .page_width > div .article .lump a .img {
    height: 17.33vw;
  }
}
body.home #wrapper #main_area .archives_area .page_width > div .article .lump a .img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
body.home #wrapper #main_area .archives_area .page_width > div .article .lump a .text_area {
  width: 58.89%;
  margin-left: 2.22%;
}
body.home #wrapper #main_area .archives_area .page_width > div .article .lump a .text_area .ttl {
  line-height: 1.43;
  font-weight: bold;
  margin-bottom: 12px;
}
body.home #wrapper #main_area .archives_area .page_width > div .article .lump a .text_area .ttl.limit_text {
  max-height: calc(14px * 1.43 * 1.96);
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .archives_area .page_width > div .article .lump a .text_area .ttl.limit_text {
    max-height: calc(1.17vw * 1.43 * 1.96);
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .archives_area .page_width > div .article .lump a .text_area .ttl.limit_text {
    max-height: calc(3.73vw * 1.43 * 1.96);
  }
}
body.home #wrapper #main_area .archives_area .page_width > div .article .lump a .text_area .date {
  font-size: 11px;
  color: #909090;
}
body.home #wrapper #main_area .archives_area .page_width > div.events {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
body.home #wrapper #main_area .archives_area .page_width > div.events .article {
  display: block;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .archives_area .page_width > div.events .article {
    overflow: scroll;
    margin: 0 -4px;
    display: block;
  }
}
body.home #wrapper #main_area .archives_area .page_width > div.events .article .lump_wrap {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .archives_area .page_width > div.events .article .lump_wrap {
    width: calc(32px + 150.39vw);
  }
}
body.home #wrapper #main_area .archives_area .page_width > div.events .article .lump_wrap .lump {
  border: 1px solid #dedede;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .archives_area .page_width > div.events .article .lump_wrap .lump {
    width: 50.13vw;
    padding: 0;
    margin: 4px;
  }
}
body.home #wrapper #main_area .archives_area .page_width > div.events .article .lump_wrap .lump a {
  display: block;
  position: relative;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .archives_area .page_width > div.events .article .lump_wrap .lump a {
    margin-bottom: 0;
    padding: 5.33vw;
  }
}
body.home #wrapper #main_area .archives_area .page_width > div.events .article .lump_wrap .lump a:hover .ttl {
  color: #c30000;
}
body.home #wrapper #main_area .archives_area .page_width > div.events .article .lump_wrap .lump a .img {
  width: 100%;
  height: 174px;
  margin-right: 2.22%;
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .archives_area .page_width > div.events .article .lump_wrap .lump a .img {
    height: 21.6vw;
  }
}
body.home #wrapper #main_area .archives_area .page_width > div.events .article .lump_wrap .lump a .img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
body.home #wrapper #main_area .archives_area .page_width > div.events .article .lump_wrap .lump a .text_area {
  width: 100%;
  margin-left: 2.22%;
}
body.home #wrapper #main_area .archives_area .page_width > div.events .article .lump_wrap .lump a .text_area .ttl {
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 12px;
}
body.home #wrapper #main_area .archives_area .page_width > div.events .article .lump_wrap .lump a .text_area .ttl.limit_text {
  max-height: calc(18px * 1.33 * 1.96);
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .archives_area .page_width > div.events .article .lump_wrap .lump a .text_area .ttl.limit_text {
    font-size: 1.5vw;
    max-height: calc(1.5vw * 1.33 * 1.96);
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .archives_area .page_width > div.events .article .lump_wrap .lump a .text_area .ttl.limit_text {
    font-size: 3.73vw;
    max-height: calc(3.73vw * 1.33 * 1.96);
  }
}
body.home #wrapper #main_area .archives_area .page_width > div.events .article .lump_wrap .lump a .text_area .date {
  font-size: 11px;
  color: #909090;
}
body.home #wrapper #main_area .column_wrap {
  background: #f2f2f2;
  padding: 56px 0;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .column_wrap {
    padding: 4.67vw 0;
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .column_wrap {
    padding: 10.67vw 0;
  }
}
body.home #wrapper #main_area .column_wrap .page_width {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .column_wrap .page_width {
    padding: 0;
  }
}
body.home #wrapper #main_area .column_wrap .page_width .ranking {
  width: calc(50% - 28px);
  background: #ffffff;
  padding-top: 36px;
  float: left;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .column_wrap .page_width .ranking {
    width: calc(50% - 14px);
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .column_wrap .page_width .ranking {
    width: 94.66vw;
    float: none;
    margin: 0 2.67vw 2.67vw;
  }
}
body.home #wrapper #main_area .column_wrap .page_width .ranking h2 {
  position: relative;
  padding-top: 84px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .column_wrap .page_width .ranking h2 {
    font-size: 2.33vw;
    margin-bottom: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .column_wrap .page_width .ranking h2 {
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
    line-height: 1;
  }
}
body.home #wrapper #main_area .column_wrap .page_width .ranking h2:before {
  background: url(/common/img/icon-ranking.svg) no-repeat center center;
  background-size: 24px 24px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid #f2f2f2;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -36px;
}
body.home #wrapper #main_area .column_wrap .page_width .ranking .lump {
  padding: 24px;
  border-bottom: 1px solid #dedede;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .column_wrap .page_width .ranking .lump {
    padding: 5.33vw;
  }
}
body.home #wrapper #main_area .column_wrap .page_width .ranking .lump:nth-of-type(1)::before {
  content: "1";
}
body.home #wrapper #main_area .column_wrap .page_width .ranking .lump:nth-of-type(2):before {
  content: "2";
}
body.home #wrapper #main_area .column_wrap .page_width .ranking .lump:nth-of-type(3):before {
  content: "3";
}
body.home #wrapper #main_area .column_wrap .page_width .ranking .lump:nth-of-type(4):before {
  content: "4";
}
body.home #wrapper #main_area .column_wrap .page_width .ranking .lump:nth-of-type(5) {
  border-bottom: none;
}
body.home #wrapper #main_area .column_wrap .page_width .ranking .lump:nth-of-type(5):before {
  content: "5";
}
body.home #wrapper #main_area .column_wrap .page_width .ranking .lump:before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: #c30000;
  border-radius: 18px;
  font-size: 12px;
  color: #ffffff;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .column_wrap .page_width .ranking .lump:before {
    top: 0.5vw;
    left: 0.5vw;
    width: 3vw;
    height: 3vw;
    line-height: 3vw;
    border-radius: 1.5vw;
    font-size: 1vw;
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .column_wrap .page_width .ranking .lump:before {
    top: 1.33vw;
    left: 1.33vw;
    width: 8.53vw;
    height: 8.53vw;
    text-align: center;
    line-height: 8.53vw;
    background: #c30000;
    border-radius: 4.27vw;
    font-size: 3.2vw;
  }
}
body.home #wrapper #main_area .column_wrap .page_width .ranking .lump a {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
body.home #wrapper #main_area .column_wrap .page_width .ranking .lump a:hover .ttl {
  color: #c30000;
}
body.home #wrapper #main_area .column_wrap .page_width .ranking .lump a .img {
  width: 26.19%;
  height: 71px;
  margin-right: 2.38%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .column_wrap .page_width .ranking .lump a .img {
    width: 32vw;
    height: 17.33vw;
    margin-right: 4.27vw;
  }
}
body.home #wrapper #main_area .column_wrap .page_width .ranking .lump a .img img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
body.home #wrapper #main_area .column_wrap .page_width .ranking .lump a .text_area {
  width: 69.05%;
  margin-right: 2.38%;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .column_wrap .page_width .ranking .lump a .text_area {
    width: 47.73vw;
    margin-right: 0;
  }
}
body.home #wrapper #main_area .column_wrap .page_width .ranking .lump a .text_area .ttl {
  line-height: 1.43;
  font-weight: bold;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .column_wrap .page_width .ranking .lump a .text_area .ttl {
    margin-bottom: 3.2vw;
  }
}
body.home #wrapper #main_area .column_wrap .page_width .ranking .lump a .text_area .ttl.limit_text {
  max-height: calc(14px * 1.43 * 1.96);
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .column_wrap .page_width .ranking .lump a .text_area .ttl.limit_text {
    max-height: calc(1.17vw * 1.43 * 1.96);
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .column_wrap .page_width .ranking .lump a .text_area .ttl.limit_text {
    max-height: calc(3.73vw * 1.43 * 1.96);
  }
}
body.home #wrapper #main_area .column_wrap .page_width .ranking .lump a .text_area .additional {
  position: relative;
}
body.home #wrapper #main_area .column_wrap .page_width .ranking .lump a .text_area .additional .category {
  position: absolute;
  left: 0;
  top: -9px;
  width: 88px;
  height: 18px;
  border-radius: 9px;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
  background: #c30000;
  padding: 2px 0;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .column_wrap .page_width .ranking .lump a .text_area .additional .category {
    top: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .column_wrap .page_width .ranking .lump a .text_area .additional .category {
    position: static;
    margin-bottom: 2.13vw;
  }
}
body.home #wrapper #main_area .column_wrap .page_width .ranking .lump a .text_area .additional .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 11px;
  color: #909090;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .column_wrap .page_width .ranking .lump a .text_area .additional .date {
    right: auto;
    left: 0;
    top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .column_wrap .page_width .ranking .lump a .text_area .additional .date {
    position: static;
  }
}
body.home #wrapper #main_area .column_wrap .page_width .information {
  width: calc(50% - 28px);
  background: #ffffff;
  padding: 36px 0 0;
  float: right;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .column_wrap .page_width .information {
    width: calc(50% - 14px);
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .column_wrap .page_width .information {
    width: 94.66vw;
    float: none;
    margin: 0 2.67vw;
  }
}
body.home #wrapper #main_area .column_wrap .page_width .information h2 {
  position: relative;
  padding-top: 84px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .column_wrap .page_width .information h2 {
    font-size: 2.33vw;
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .column_wrap .page_width .information h2 {
    font-size: 6.4vw;
    margin-bottom: 3.2vw;
    line-height: 1;
  }
}
body.home #wrapper #main_area .column_wrap .page_width .information h2:before {
  background: url(/common/img/icon-info.svg) no-repeat center center;
  background-size: 24px 24px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid #f2f2f2;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -36px;
}
body.home #wrapper #main_area .column_wrap .page_width .information .lump {
  padding: 24px;
  border-bottom: 1px solid #dedede;
}
body.home #wrapper #main_area .column_wrap .page_width .information .lump a:hover .ttl {
  color: #c30000;
}
body.home #wrapper #main_area .column_wrap .page_width .information .lump a .date {
  font-size: 11px;
  margin-bottom: 9px;
  color: #909090;
}
body.home #wrapper #main_area .column_wrap .page_width .information .lump a .ttl {
  font-weight: bold;
}
body.home #wrapper #main_area .column_wrap .page_width .information .lump a .ttl.limit_text {
  max-height: calc(16px * 1.5 * 1.96);
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .column_wrap .page_width .information .lump a .ttl.limit_text {
    max-height: calc(1.33vw * 1.5 * 1.96);
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .column_wrap .page_width .information .lump a .ttl.limit_text {
    max-height: calc(3.73vw * 1.5 * 1.96);
  }
}
body.home #wrapper #main_area .column_wrap .page_width .information .tolist {
  padding: 36px 0;
}
body.home #wrapper #main_area .column_wrap .page_width .information .tolist a {
  width: 240px;
  line-height: 56px;
  border-radius: 28px;
  display: block;
  margin: 0 auto;
  border: 1px solid #dedede;
  text-align: center;
  background: url(/common/img/icon-arrow-r-primary.svg) no-repeat right 22px center;
  background-size: 12px 12px;
}
@media only screen and (max-width: 1200px) {
  body.home #wrapper #main_area .column_wrap .page_width .information .tolist a {
    line-height: 4.67vw;
  }
}
@media only screen and (max-width: 768px) {
  body.home #wrapper #main_area .column_wrap .page_width .information .tolist a {
    width: 64vw;
    line-height: 14.93vw;
    border-radius: 7.46vw;
    background: url(/common/img/icon-arrow-r-primary.svg) no-repeat right 5.87vw center;
    background-size: 3.2vw 3.2vw;
  }
}