@charset "UTF-8";

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?f4l0zt');
  src:  url('../fonts/icomoon.eot?f4l0zt#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?f4l0zt') format('truetype'),
    url('../fonts/icomoon.woff?f4l0zt') format('woff'),
    url('../fonts/icomoon.svg?f4l0zt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="ico-"], [class*=" ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a .ico-arrow:before {
  content: "\a";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../img/common/arrow.png) center center no-repeat;
  background-size: 16px;
  transition: 0.5s ease;
}

a:hover .ico-arrow:before{
  content: "\a";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../img/common/arrow_hover.png) center center no-repeat;
  background-size: 16px;
  transition: 0.5s ease;
}


a:hover .ico-arrow02:before {
  content: "\a";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../img/common/arrow_hover02.png) center center no-repeat;
  background-size: 16px;
  transition: 0.5s ease;
}

a .ico-arrow02:before{
  content: "\a";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../img/common/arrow.png) center center no-repeat;
  background-size: 16px;
  transition: 0.5s ease;
}


a:hover .ico-arrow03:before {
  content: "\a";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../img/common/arrow03_hover.png) center center no-repeat;
  background-size: 16px;
  transition: 0.5s ease;
}

a .ico-arrow03:before{
  content: "\a";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../img/common/arrow03.png) center center no-repeat;
  background-size: 16px;
  transition: 0.5s ease;
}

a .ico-window:before {
  content: "\a";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../img/common/window.png) center center no-repeat;
  background-size: 16px;
  transition: 0.5s ease;
}

a:hover .ico-window:before{
  content: "\a";
  width: 16px;
  height: 16px;
  display: block;
  background: url(../img/common/window_hover.png) center center no-repeat;
  background-size: 16px;
  transition: 0.5s ease;
}

.ico-arrow-left:before {
  content: "\e901";
}
.ico-arrow-top:before {
  content: "\e902";
}
.ico-arrow-bottom:before {
  content: "\e903";
}
.ico-arrow-circle:before {
  content: "\e904";
}
.ico-arrow-circle-left:before {
  content: "\e905";
}
.ico-arrow-circle-bottom:before {
  content: "\e906";
}
.ico-arrow-circle-top:before {
  content: "\e907";
}
.ico-blank-window:before {
  content: "\e908";
}
.ico-pdf:before {
  content: "\e909";
}
.ico-plus:before {
  content: "\e90a";
}
.ico-minus:before {
  content: "\e90b";
}
