@charset "UTF-8";

.translation__flex--item{
  width: 100%;
  max-width: 340px;
  border-radius: 8px;

}

.translation__flex--item a{
  display: block;
  color: #212529;
  width: 100%;
  padding: 33px 0 35px 0;
  font-size: 24px;
  border: #CCCCCC 1px solid;
  text-align: center;
  background: url(../img/common/icons/icon_circle_arrow_right.svg) right 10px center no-repeat;
  background-size: 18px -18px;
  background-position: 270px center;
  text-decoration: none;
  border-radius: 8px;

}

.translation__date {
  display: block;
  margin-top: 0;
}

.translation__flex--item:hover {
  background-color: rgba(249, 216, 220, 1);
}

.translation__sec{
  flex: 1;
  margin-bottom: 150px;
}

.translation__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.translation__date {
  font-size: 15px;
}


@media screen and (max-width: 768px) {
  .translation__flex {
    max-width: 340px;
    width: auto;
    display: block;
    margin: auto;
  }

  .translation__flex--item {
    width: 100%;
    max-width: 340px;
    background-size: 18px -18px;
    background-position: 80% center;
    margin: 0 0 15px 0;
  }

  .translation__date {
    text-align: center;
    margin-left: auto;
  }

  .translation .page-side {
    display: block;
  }

}
