@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html,body,section{
    width: 100% !important;
}

html, body, div, span, applet, object, iframe, blockquote, pre, div, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
}
h1, h2, h3, h4, h5, h6, p {
  max-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1em;
}
h2 {
  font-size: 38px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 180%;
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #FFF;
  font-size: 16px;
  background: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* a Element
-------------------------------------------------------------*/
a {
  text-decoration: none;
  outline: none;
  color: #FFF;
  transition: all 0.3s ease 0s;
}
a:focus {
  outline: none;
}


header .header_cnt .btns a:hover,
.result .result_cnt .result_catch a:hover,
.service.result_cnt .result_catch a:hover,
footer a:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}

@media screen and (max-width : 768px) {
  h2 {
    font-size: 28px;
  }
  body {
    line-height: 180%;
    font-size: 14px;
  }
}