@charset "UTF-8";

@font-face {
  font-family: myicon;
  src: url("../documents/webfont/myicon.woff2?9091e5caf071a412c545df7ed9f36207") format("woff2"),
url("../documents/webfont/myicon.woff?9091e5caf071a412c545df7ed9f36207") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

.myicon {
  display: inline-block;
  font-family: myicon !important;
  font-style: normal;
  font-weight: normal;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.myicon-arrow-right::before {
  font-family: inherit !important;
  content: "\F101";
}

.myicon-japan::before {
  font-family: inherit !important;
  content: "\F102";
}

.myicon-angle-right::before {
  font-family: inherit !important;
  content: "\F103";
}

.myicon-angle-left::before {
  font-family: inherit !important;
  content: "\F104";
}

