/*=====タイトル用=====*/
@font-face {
  font-family: 'tit_font';
  src: url('./fonts/font_title.eot?') format('eot'),
       url('./fonts/font_title.woff') format('woff');
}
.tit_font {
  font-family: 'tit_font';
}
/*=====icon=====*/
@font-face {
  font-family: 'icomoon';
  src:  url('./fonts/icomoon.eot?3j8tyn');
  src:  url('./fonts/icomoon.eot?3j8tyn#iefix') format('embedded-opentype'),
    url('./fonts/icomoon.ttf?3j8tyn') format('truetype'),
    url('./fonts/icomoon.woff?3j8tyn') format('woff'),
    url('./fonts/icomoon.svg?3j8tyn#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  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-phone-call:before {
  content: "\e902";
}
.icon-marker:before {
  content: "\e903";
}
.icon-iphone:before {
  content: "\e90e";
}
.icon-computer:before {
  content: "\e90f";
}
.icon-home:before {
  content: "\e910";
}
.icon-twitter:before {
  content: "\e909";
}
.icon-facebook:before {
  content: "\e90a";
}
.icon-instagram:before {
  content: "\e90b";
}
.icon-line:before {
  content: "\e905";
}
.icon-magnifying-glass:before {
  content: "\e906";
}
.icon-menu_1:before {
  content: "\e907";
}
.icon-right-arrow_last:before {
  content: "\e900";
}
.icon-left-arrow_first:before {
  content: "\e901";
}
.icon-cancel_1:before {
  content: "\e918";
}
.icon-up-arrow:before {
  content: "\e919";
}
.icon-down-arrow:before {
  content: "\e91a";
}
.icon-right-arrow:before {
  content: "\e91b";
}
.icon-left-arrow:before {
  content: "\e91c";
}
.icon-plus-symbol:before {
  content: "\e91f";
}
.icon-minus-symbol:before {
  content: "\e920";
}
