@charset "UTF-8";
/*　sass import　/　*/
/*　web font import　/　*/
/*　/ web font import　*/
/* common sass / */
/* IEハック用mixin */
/* / common sass */
/*　/ sass import　*/
/*--=== SP ONLY max-width: 767px ===-- / */
/*--=== / SP ONLY max-width: 767px ===-- */
/*--=== PC ONLY min-width: 768px ===-- / */
@media print, screen and (min-width: 768px) {
  header {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    margin-bottom: 1em;
  }
  header #haeader_title {
    display: inline-flex;
    align-items: center;
    padding-top: 20px;
    padding-right: 40px;
  }
  header #haeader_title #badge {
    width: 90px;
  }
  header #haeader_title h1 {
    width: 702px;
  }
  header #haeader_title #title_sp {
    display: none;
  }

  /* common class / */
  /* / common class */
}
/*--=== / PC ONLY min-width: 768px ===-- */
