﻿@charset "utf-8";

#sts02{
  margin-bottom: 10%;    
}
#sts02 a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#sts02 .main h1 {
  padding: 0;
  margin: 3% 0 5%;
}
#sts02 h2 {
  text-align: left;
  color: #001e55;
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 2%;
  padding: 0 0 1%;
  border-bottom: 2.5px solid #001e55;
}
#sts02 .pickup {
  display: flex;
  flex-wrap: wrap; 
  row-gap: 3vw;
  column-gap: 1.5%;
  margin-bottom: 7%;
}
#sts02 .pickup > div {
  width: calc((100% - 3%) / 3); 
  box-sizing: border-box;
}
#sts02 .moreLink {
  background-color: #001e55;
  padding: 1.5% 5%;
  max-width: 275px;
  margin: 0 auto;
  position: relative;
}
#sts02 .moreLink:hover {
  opacity: 0.7;
}
#sts02 .moreLink a{
  color: #fff;
}
#sts02 .moreLink a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sts02 .moreLink p{
  font-size: 16px;
  text-align: center;
  margin: 0; 
}
#sts02 .moreLink p:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  float: right;
  background: transparent;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg) translate(0, -50%);
  margin: 13px 0;
}
.block-ranking-r--items dl a:before {
  display: none!important; 
}