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

i {
  /* 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;
}

.icon-btn-arrow:before {
  content: "\e900";
  color: #fff;
  font-size: 12px;
  margin-left: 15px;
}
.icon-btn-arrow-double:before {
  content: "\e901";
  color: #fff;
}


.share-list .icon-btn-arrow-double:before {
  color: #4075b6;
  font-size: 13px;
  margin-left: 5px;

}

.idx-about__btn:hover .icon-btn-arrow:before {
  color: #000;
}

.back-btn .icon-btn-arrow{ margin-top: -5px; }
.back-btn .icon-btn-arrow::before{ color: #000; font-size: 16px; }
.back-btn:hover .icon-btn-arrow::before{ color: #fff; }

.news-box .news-text .icon-btn-arrow-double{ margin-left: 5px; }
.news-box .news-text .icon-btn-arrow-double::before{ color: #003894; font-size: 14px; }
.news-box .news-text a:hover .icon-btn-arrow-double::before{ color: #007caa; }


@media only screen and (max-width: 980px){
.news-box .news-text .icon-btn-arrow-double::before{ font-size: 12px; }

}
