@charset "UTF-8";
#tblLayout {
  margin: auto;
}
* {
  margin: 0;
  padding: 0;
}
.page_content {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  margin: 24px auto 20px;
  width: 750px;
}
.page_content * {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.page_content h3 {
  font-weight: bold;
  font-size: 18px;
}
.page_content img {
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}
.page_content a {
  color: inherit;
  text-decoration: none;
}
.page_content > section {
  margin-bottom: 80px;
}
.page_content h1, .page_content h2 {
  text-align: left;
  font-weight: 600;
}
.single-section + .single-section {
  margin-top: 50px;
}
.pageinfo-title {
  font-size: 21px;
  line-height: 1.6;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  /*font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 4px solid #eaeaea;*/
  margin-bottom: 32px;
}
.articleWrapper {
  padding: 50px 0;
  background: #f7f7f7;
}
.contents-inner {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.articleList, .breadcrumbs, .categoryinfo-title, .footer, .form-block-title, .form-item, .header, .keyword, .main-header, .main-inner-ttl, .partner-title, .partnerinfo-name, .partnerinfo-position, .partnerinfo-profile-more, .sidebar, .single-author, .single-hero, .single-info, .single-navi, .single-products-item-image, .single-share, .tag-list, .top-about-wrap {
  user-select: none;
}
.article {
  padding: 23px 20px 14px;
  display: block;
  width: 48%;
  background: #fff;
  margin-bottom: 40px;
}
.article-link {
  display: block;
  overflow: hidden;
}
.figure {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}
.article-image-crop {
  content: '';
  position: relative;
  overflow: hidden;
  display: block
}
.article:nth-child(odd) {
  margin-right: 3.8%
}
.article-link:hover .article-image img {
  transition: transform .4s;
  transform: translate(-50%, -50%) scale(1.1);
}
.article-image {
  margin-bottom: 18px
}
.article-image-crop {
  padding-top: 64%
}
.article-image-crop img {
  width: 100%;
  height: auto;
  transition: transform .4s
}
.article-image-crop img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.article-info-category {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1;
}
.article-info-detail {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  line-height: 1;
}
.articleList {
  display: flex;
  flex-wrap: wrap;
}
.article-info-title {
  margin-top: 15px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.4;
}
.articleList .article {
  position: relative;
}
.articleList .ranking-number {
  display: block;
}
.articleList .article:nth-child(1) .ranking-number::after {
  content: "1";
}
.articleList .article:nth-child(2) .ranking-number::after {
  content: "2";
}
.articleList .article:nth-child(3) .ranking-number::after {
  content: "3";
}
.articleList .article:nth-child(4) .ranking-number::after {
  content: "4";
}
.ranking-number::after, .top-about-wrap-en {
  font-family: Philosopher, sans-serif !important;
}
.ranking-number {
  display: none;
  position: absolute;
  top: -6px;
  left: 20px;
  width: 30px;
  height: 40px;
  z-index: 10;
  transform: translate(-20%, -20%);
}
.ranking-number::before {
  content: "";
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg) skewX(-20deg);
}
.ranking-number::after, .ranking-number::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.ranking-number::after {
  content: "";
  align-items: center;
  line-height: 1;
  font-size: 26px;
  font-weight: 600;
  color: #121212;
}
.ranking-number::after, .top-more {
  content: "";
  justify-content: center;
  display: flex;
}
/*.top-about {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 60px;
}
.top-about-wrap {
  max-width: 100%;
  padding: 83px 50px 70px 360px;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
	background-position: left bottom -20px;
}

.top-about-wrap-text {
  margin-bottom: 15px;
  font-size: 16px;
}
.top-about-wrap-button {
  transition: .4s;
}
.top-about-wrap-button {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 80px;
  font-size: 16px;
  letter-spacing: .2em;
}*/

.vi-img {
	margin-bottom: 50px;
}