﻿@charset "UTF-8";
img {
  vertical-align: bottom;
}

.btn-arrow {
  position: relative;
  padding-right: 15px;
}

.btn-arrow::after {
  content: '';
  margin-top: 2px;
  position: absolute;
  top: 50%;
  left: unset;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border: none;
  border-top: solid 1px #0099FF;
  border-right: solid 1px #0099FF;
}