/* font sizes
 Body
 tiny: 1.2rem;
 small: 1.4rem;
 normal: 1.6rem;
 medium: 1.7rem;
 large: 1.8rem;
 Headers
 1.6rem
 1.8rem
 2rem
 2.2rem
 2.4rem - Subtitle prefecture pages - most often h2
 2.8rem
 3.2rem
 3.6rem
 4rem
 4.8rem
 5.6rem - Title
 title 6.4rem
 super 8rem
 Lineheight
 Title: 1.125;
 Subtitle: 1.25;
 Body: 1.5;
 Body-spacious: 1.7;
 weights
 normal: 400;
 semibold: 600;
 bold: 700;
 */
.bg--gray {
  background-color: #f5f8fa; }

.row.small-gutter {
  margin-left: -5px;
  margin-right: -5px; }

.small-gutter [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px; }

.cat-list {
  padding-left: 0;
  list-style: none; }

.category {
  background-color: white;
  padding: 10px 0px 10px 10px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  display: block;
  color: #666;
  transition: 0.3s; }
  @media (min-width: 768px) {
  .category {
    font-size: 1.5rem; } }
  .category:hover, .category:focus, .category:hover i, .category:focus i {
    color: #fff;
    text-decoration: none; }
  .category:hover, .category:focus {
    background-color: #c1282f; }
  @media (max-width: 767px) {
    .category--transportation {
      font-size: 1.3rem; } }
  .category i {
    font-size: 2rem;
    vertical-align: middle;
    margin-right: 8px;
    color: #999;
    transition: 0.2s; }

.top-ten-section {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  @media (min-width: 1200px) {
  .top-ten-section {
    margin-top: 0; } }
  .top-ten-section__title {
    font-size: 3.2rem;
    font-weight: 600; }

.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 {
    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; } }

.other-nearby {
  list-style: none;
  padding-left: 0; }
  @media (min-width: 768px) {
  .other-nearby .other-article__title {
    font-weight: 400;
    font-size: 1.6rem;
    max-height: 40px; } }

.other-category {
  list-style: none;
  padding-left: 0; }
  @media (min-width: 992px) {
  .other-category {
    column-count: 2; }
    .other-category .other-article:nth-child(2n+2) {
      border-bottom: 0; } }

.other-article {
  border-bottom: 1px solid #e9e9e9;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  position: relative; }
  .other-article:hover, .other-article:focus {
    text-decoration: none; }
  .other-article__link {
    position: absolute;
    top: 0;
    background-color: white;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .other-article__link:hover + .other-article__mask + .other-article__content .other-article__title a, .other-article__link:focus + .other-article__mask + .other-article__content .other-article__title a {
      color: #c1282f; }
  .other-article__mask {
    position: relative;
    background-color: #ccc;
    width: 90px;
    padding-top: 60px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden; }
  .other-article__image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .other-article__content {
    width: calc(100% - 108px);
    display: inline-block;
    vertical-align: top;
    margin-left: 0.8rem; }
  .other-article__title {
    color: #333;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0.4rem;
    max-height: 45px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis; }
    .other-article__title a {
      color: #333;
      transition: 0.3s; }
      .other-article__title a:hover, .other-article__title a:focus {
        color: #c1282f; }
  .other-article__description {
    color: #757575;
    margin-bottom: 0; }
  .other-article__description_link {
    color: #757575;
    position: relative;
    z-index: 2;
    transition: 0.3s; }
    .other-article__description_link:hover, .other-article__description_link:focus {
      color: #c1282f;
      text-decoration: none; }
