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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
/*  font-family: 'icomoon' !important;*//* before・afterのみに適用 */
  font-style: normal;
/*  font-weight: normal;*//* before・afterのみに適用 */
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #333;

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

/* beforeタイプ */
.icon-home3:before,
.icon-office:before,
.icon-quill:before,
.icon-pen:before,
.icon-phone:before,
.icon-envelop:before {
	padding-right: 0.2em;
	font-family: 'icomoon' !important;
	font-weight: normal;
}

.icon-home3:before {
  content: "\e902";
}
.icon-office:before {
  content: "\e903";
}
.icon-quill:before {
  content: "\e907";
}
.icon-pen:before {
  content: "\e908";
}
.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}

/* afterタイプ */
.icon-new-tab:after,
.icon-file-pdf:after {
	padding-left: 0.2em;
	font-family: 'icomoon' !important;
	font-weight: normal;
}

.icon-new-tab:after {
  content: "\ea7e";
}
.icon-file-pdf:after {
  content: "\eadf";
}

/* anchorのafterで使用する場合 （pdf）*/
a[href$=".pdf"] {
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a[href$=".pdf"]::after {
	font-family: 'icomoon' !important;
	font-weight: normal;
	content: "\eadf";/*pdf*/
	color: rgb(226, 4, 27);
}
