@charset "UTF-8";
/*==========================================================================
 common css
 ========================================================================== */
main .imgRep {
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
}


/*==========================================================================
 content css
 ========================================================================== */
html, body {
  height: 100%;
  background: #f5f5f5;
}
main { padding-bottom: 60px; }
main h1.usodeshita {
  width: 100%;
  height: 496px;
  margin-bottom: 0;
  background-image: url(/special/hokuhoku/img/imgtop_usodeshita.png);
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  main { padding-bottom: 8%; }
  main h1.usodeshita {
    height: 0;
    padding-bottom: 60.0421%;
    background-size: 92% 100%;
  }
}