.widget_topten {
  margin-bottom: 1rem; }
  .widget_topten .top-ten-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 600;
    margin-top: 2rem; }
    .widget_topten .top-ten-title::after {
      content: none; }
  .widget_topten .top-image {
    display: inline-block;
    vertical-align: middle; }
  .widget_topten .top-ten-item {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0; }
    .widget_topten .top-ten-item:hover {
      /*background-color: #f8f9fc;*/ }
    .widget_topten .top-ten-item:hover .top-content h4 {
      color: #c1282f;
      transition: 0.3s; }
    .widget_topten .top-ten-item:hover .top-number {
      background-color: #c1282f;
      color: #fff;
      transition: 0.3s; }
  .widget_topten .first-top-ten {
    border-top: 1px solid #e9e9e9; }
  .widget_topten .tab-pane .row:last-child .top-ten-item {
    border-bottom: none; }
  .widget_topten .top-content {
    max-width: 63%;
    max-width: calc(100% - 90px);
    display: inline-block;
    vertical-align: middle; }
    .widget_topten .top-content h4 {
      font-size: 1.6rem;
      margin: 0;
      color: #444;
      font-weight: 400;
      padding-left: 2.5rem;
      padding-top: 5px; }
    .widget_topten .top-content p {
      color: #666;
      padding-left: 20px;
      margin-bottom: 0; }
  .widget_topten .top-number {
    position: absolute;
    left: 7.7rem;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #f1f1f1;
    color: white;
    width: 1.5em;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(45deg);
    width: 25px;
    height: 25px;
    color: #444; }
  .widget_topten .top-ten-nav {
    border: none; }
    .widget_topten .top-ten-nav > li.active > a, .widget_topten .top-ten-nav > li.active > a:hover, .widget_topten .top-ten-nav > li.active > a:focus {
      background-color: transparent;
      color: #c1282f;
      border: none; }
    .widget_topten .top-ten-nav a {
      color: #333;
      font-size: 1.4rem;
      text-align: center;
      padding: 10px 0px !important; }
  .widget_topten .nav-tabs > li > a:hover {
    background-color: initial;
    border-color: transparent;
    color: #c1282f; }
  .widget_topten .top-numbers {
    transform: rotate(-45deg);
    display: inherit;
    padding-right: 5px;
    padding-top: 5px; }
  @media (min-width: 768px) {
  .widget_topten .tab-pane .row:first-child .top-ten-item {
    border-top: 1px solid #e9e9e9; } }
  @media (min-width: 992px) {
  .widget_topten .tab-pane .row:first-child .top-ten-item {
    border-top: none; }
  .widget_topten .top-ten-title {
    text-align: left;
    font-size: 2rem;
    font-weight: 400;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    margin-bottom: 0; } }
  @media (max-width: 767px) {
  .widget_topten .tab-pane .row:last-child .top-ten-item {
    border-bottom: none; } }
  @media only screen and (max-width: 991px) {
  .widget_topten .tab-pane .row:last-child .top-ten-item {
    border-bottom: 1px solid #e9e9e9; } }

.top-ten {
  padding: 0; }
  @media (min-width: 768px) {
  .top-ten {
    column-count: 2; } }
  .top-ten li {
    list-style-type: none; }
    .top-ten li:nth-child(10) .top-ten__item {
      border-bottom: 0; }
    @media (min-width: 768px) {
  .top-ten li:nth-child(5n+5) .top-ten__item {
    border-bottom: 0; } }
  .top-ten__item {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff; }
    .top-ten__item:hover, .top-ten__item:focus {
      text-decoration: none; }
      .top-ten__item:hover .top-ten__rank, .top-ten__item:focus .top-ten__rank {
        background-color: #c1282f;
        color: #fff; }
  .top-ten__image-container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 90px;
    padding-top: 60px;
    margin-bottom: 12px;
    margin-top: 12px;
    background-color: #ccc;
    vertical-align: middle; }
  .top-ten__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: inherit;
    display: block; }
  .top-ten__rank {
    position: absolute;
    left: 77px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #f1f1f1;
    color: white;
    width: 1.5em;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    transform: rotate(45deg);
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #444;
    transition: 0.3s; }
  .top-ten__rank-number {
    -webkit-backface-visibility: hidden;
    transform: rotate(-45deg);
    display: inherit; }
  .top-ten__content {
    width: calc(100% - 100px);
    display: inline-block;
    padding-left: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
    vertical-align: middle; }
  .top-ten__title {
    font-size: 1.8rem;
    margin: 0;
    color: #444;
    font-weight: 600; }
    @media (min-width: 992px) {
  .top-ten__title {
    font-size: 2rem; } }
  .top-ten__description {
    color: #666;
    margin-bottom: 0;
    line-height: 1.25;
    display: block;
    margin-top: 0.4rem; }
  @media (min-width: 768px) {
    .top-ten--pref-page {
      column-count: 2; } }
    @media (min-width: 992px) {
  .top-ten--pref-page {
    column-count: 1; }
    .top-ten--pref-page .top-ten__title {
      font-size: 1.6rem;
      font-weight: 400; }
    .top-ten--pref-page li:nth-child(5) .top-ten__item {
      border-bottom: 1px solid #e9e9e9; } }
  .top-ten--article {
    column-count: 1 !important; }
    .top-ten--article li:nth-child(5) .top-ten__item {
      border-bottom: 1px solid #e9e9e9; }
    @media (min-width: 768px) {
  .top-ten--article .top-ten__title {
    font-size: 1.6rem;
    font-weight: 400; } }
