<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* cvボタン */
.cv-list__item.cv-to-bottom {
  position: relative;
  width: 60%
}
.cv-list__item.cv-to-bottom::after {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  width: 7px;
  height: 7px;
  margin: auto 0 auto .5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-2px) rotate(135deg);
  transform: translateY(-2px) rotate(135deg);
  content: ''
}
.cv-to-bottom .cv-list__btn {
  letter-spacing: 0
}
.cv-list.cv-list--skill .cv-list__item.cv-to-bottom {
  max-width: 500px;
  min-width: 194px;
  height: 56px
}
.cv-list.cv-list--skill .cv-list__btn::after,
.cv-list.cv-list--skill .cv-list__item.cv-to-bottom::after {
  display: none
}
.cv-list.cv-list--skill .cv-list__btn {
  width: 100%;
  height: 56px;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.2);
  box-shadow: 0 3px 5px rgba(0,0,0,.2);
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  background-repeat: no-repeat;
  line-height: 1.8
}
.cv-list.cv-list--skill .cv-list__btn--anchor {
  padding: 0 22px;
  border-color: transparent;
  background-image: url(/course/common/images/icon_anchor_detail_circle_arrow_right.svg);
  background-position: right 7px center;
  background-color: #37a322;
  background-size: 15px auto;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: .05em
}

@media screen and (min-width: 375px) {
  .cv-list.cv-list--skill .cv-list__btn--anchor {
      font-size: 1.38889rem
  }
}
@media screen and (min-width: 414px) {
  .cv-list.cv-list--skill .cv-list__btn--anchor {
      font-size:1.48148rem
  }
}
@media screen and (min-width: 568px) {
  .cv-list.cv-list--skill .cv-list__btn--anchor {
      font-size: 1.55172rem
  }
  .cv-list__item.cv-to-bottom {
      width: 49.27536%
  }
  .cv-list__item.cv-to-bottom::after {
      width: 8px;
      height: 8px;
      -webkit-transform: translateY(-3px) rotate(135deg);
      transform: translateY(-3px) rotate(135deg)
  }
  .cv-list.cv-list--skill .cv-list__item.cv-to-bottom {
      width: 60%
  }
}
@media screen and (min-width: 768px) {
  .cv-list.cv-list--skill .cv-list__item.cv-to-bottom {
    width: 500px;
    height: 85px
  }
  .cv-list.cv-list--skill .cv-list__btn {
    height: 85px;
    -webkit-box-shadow: 2px 3px 5px rgba(0,0,0,.2);
    box-shadow: 2px 3px 5px rgba(0,0,0,.2);
    border-width: 2px;
    border-radius: 8px;
    letter-spacing: .14em;
    line-height: 1.5
  }
  .cv-list.cv-list--skill .cv-list__btn--anchor {
    padding-right: 34px;
    padding-left: 34px;
    background-position: right 15px center;
    background-size: 19px auto;
    font-size: 1.81818rem
  }
}</pre></body></html>