.robot-other-container {
  background-color: #fff;
}
.robot-other-container .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.208333vw 0;
  line-height: 1;
}
.robot-other-container .title {
  font-size: 2.083333vw;
  color: #222;
}
.robot-other-container .title-translation {
  margin-top: 1em;
  font-size: 1.041667vw;
  font-weight: lighter;
  color: #666;
}

.robot-other-list {
  padding: 0 16.666667vw 5.208333vw;
}
.robot-other-item {
  display: flex;
  justify-content: space-between;
  padding: 2.604167vw 0;
  border-bottom: 1px solid #dbdbdb;
}
.robot-other-item:first-child {
  padding-top: 0;
}
.robot-other-item:last-child {
  padding-bottom: 0;
  border-bottom-color: transparent;
}
.robot-other-item > a {
  flex-shrink: 0;
  display: block;
  position: relative;
  width: 20.8333vw;
  height: 12.5vw;
  overflow: hidden;
}
.robot-other-item .robot-other-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease-in-out;
}
.robot-other-item .robot-other-img:hover {
  transform: scale(1.05);
}
.robot-other-item .robot-other-overview {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 2.604167vw;
}
.robot-other-item .robot-other-title {
  font-size: 1.5625vw;
  color: #333;
  line-height: 1;
}
.robot-other-item .robot-other-description {
  margin-top: 1.5625vw;
  font-size: 0.833333vw;
  color: #666;
  line-height: 1.75;
}
.robot-other-item .date-and-more {
  display: flex;
  justify-content: space-between;
  font-size: 0.729167vw;
  color: #666;
  line-height: 1;
}
.robot-other-item .news-more {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.robot-other-item .news-more:hover {
  color: #016dbf;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.208333vw 0;
}
.pagination .pager-list {
  display: flex;
  margin: 0 0.625vw;
}
.page-prev,
.page-next {
  padding: 0;
}
.page-pre,
.page-next,
.pagination .page-num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.1875vw;
  height: 2.1875vw;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  font-size: 1.041667vw;
  color: #999;
  line-height: 1;
  user-select: none;
  cursor: pointer;
}
.pagination .page-num:not(:last-child) {
  margin-right: 0.625vw;
}
.pagination .page-num:hover {
  color: #016dbf;
}
.pagination .page-num.page-num-current {
  background-color: #016dbf;
  border-color: #016dbf;
  color: #fff;
}

@media (max-width: 768px) {
  .breadcrumbs {
    flex-wrap: wrap;
    height: auto;
    max-height: none;
    padding: 1rem .8rem;
  }
  .breadcrumb-item  {
    font-size: .7rem;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.4;
  }
  .robot-other-container .title-wrapper {
    padding: 1.5rem 0;
  }
  .robot-other-container .title {
    font-size: 1.2rem;
  }
  .robot-other-container .title-translation {
    margin-top: 1em;
    font-size: .8rem;
  }
  .robot-other-list {
    width: 85%;
    margin: 0 auto;
    padding: 0 0 1.5rem;
  }
  .robot-other-item {
    flex-direction: column;
    padding: 1.5rem 0;
  }
  .robot-other-item > a {
    width: 100%;
    height: 8rem;
  }
  .robot-other-item .robot-other-overview {
    margin-top: 1.5rem;
    padding-left: 0;
  }
  .robot-other-item .robot-other-title {
    font-size: .9rem;
  }
  .robot-other-item .robot-other-description {
    margin-top: 1em;
    font-size: .8rem;
    text-indent: 1rem;
  }
}
