@-webkit-keyframes animate_line {
  0% {
    width: 0%;
  }
  25% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  70% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}
@keyframes animate_line {
  0% {
    width: 0%;
  }
  25% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  70% {
    width: 70%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes animate_circle {
  0% {
    height: 0%;
  }
  50% {
    height: 50%;
  }
  100% {
    height: 100%;
  }
}
@keyframes animate_circle {
  0% {
    height: 0%;
  }
  50% {
    height: 50%;
  }
  100% {
    height: 100%;
  }
}
.card--03 {
  margin-bottom: 12px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(118, 99, 92, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(118, 99, 92, 0.1);
}
.card--03 .card__content_wrap {
  padding: 0 14px 47px 14px;
}
@media screen and (min-width: 1300px) {
  .card--03 .card__content_wrap {
    padding: 0 14px 69px 14px;
  }
}
@media screen and (min-width: 541px) {
  .card--03 .card__title {
    font-size: 16px;
    line-height: 22px;
    height: 66px;
    max-height: 66px;
  }
}
@media screen and (min-width: 1300px) {
  .card--03 .card__title {
    font-size: 19px;
    line-height: 24px;
    height: 72px;
    max-height: 72px;
  }
}

@media screen and (max-width: 540px) {
  .row {
    background: #fff;
  }
  .row .gr-12,
.row .gr-6\@sm,
.row .gr-3\@lg {
    float: none;
    width: 100%;
    position: static;
    padding: 0;
  }

  .card--03 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 540px) {
  .main_tile {
    z-index: 1;
    background-color: white;
    padding: 6px 14px;
    margin: 0 0 -20px;
  }

  .main_tile h3 {
    padding-bottom: 6px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    line-height: 2.8rem;
    letter-spacing: 0.01em;
  }
}
@media screen and (max-width: 540px) {
  .card--03 {
    padding: 20px 14px 20px 14px;
    border-bottom: 1px solid #ebe6db;
  }

  .gr-12:last-of-type .card--03 {
    border-bottom: 0;
  }
}
@media screen and (max-width: 540px) {
  .card--03 .card__photo_wrap {
    display: block;
    float: right;
    width: 108px;
    height: auto;
  }
}
@media screen and (max-width: 540px) {
  .card--03 .card__content_wrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0;
    width: 100%;
    padding: 0 120px 0 0;
  }
}
@media screen and (max-width: 540px) {
  .card--03 .card__title {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 21px;
    line-height: 2.1rem;
    letter-spacing: 0.01em;
    color: #202020;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 63px;
    height: auto;
  }
}
/*# sourceMappingURL=vl_tes.css.map */