@charset "utf-8";
/* line 17, ../../../../Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Program Files (x86)/Scout/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 7, sass/common.scss */
html, body {
  background: url(/common/img/bg.jpg) center center repeat;
  font-family: "メイリオ", Meiryo, sans-serif;
}

/* line 12, sass/common.scss */
input[type="text"], input[type="tel"], input[type="email"], input[type="submit"], input[type="button"], button, textarea, select {
  background-color: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 22, sass/common.scss */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* line 26, sass/common.scss */
.dropdown-menu {
  position: relative;
  width: 100%;
  height: 72px;
  margin: 0 auto;
}
/* line 34, sass/common.scss */
.dropdown-menu .g-navi-menu > li .menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
/* line 39, sass/common.scss */
.dropdown-menu .g-navi-menu > li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}
/* line 45, sass/common.scss */
.dropdown-menu .g-navi-menu .menu__mega .menu__second-level {
  position: absolute;
  top: 72px;
  left: 0;
  box-sizing: border-box;
  height: 56px;
  width: 100%;
  padding: 0 2%;
  background: rgba(41, 58, 76, 0.9);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
/* line 56, sass/common.scss */
.dropdown-menu .g-navi-menu .menu__mega .menu__second-level > a {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  padding: 0 2em;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  vertical-align: middle;
}
/* line 67, sass/common.scss */
.dropdown-menu .g-navi-menu .menu__mega .menu__second-level > a:hover {
  background-color: #fca90b;
}
/* line 71, sass/common.scss */
.dropdown-menu .g-navi-menu .menu__mega .menu__second-level > br {
  display: none;
}
/* line 76, sass/common.scss */
.dropdown-menu .g-navi-menu .menu__mega:hover .menu__second-level {
  top: 72px;
  visibility: visible;
  opacity: 1;
}

/* line 86, sass/common.scss */
.btn-next {
  background-color: #fdb223;
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
}
/* line 96, sass/common.scss */
.btn-next:hover {
  box-shadow: none;
}

/* line 101, sass/common.scss */
.btn-back {
  background-color: #ccc;
  color: #000;
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
}
/* line 111, sass/common.scss */
.btn-back:hover {
  box-shadow: none;
}

/* line 116, sass/common.scss */
.title {
  color: #293a4c;
  font-weight: bold;
}

/* line 121, sass/common.scss */
.title-block {
  color: #293a4c;
  font-weight: bold;
  text-align: center;
}
/* line 125, sass/common.scss */
.title-block:before {
  content: attr(title);
  display: block;
  margin-bottom: 0.25em;
}

/* line 132, sass/common.scss */
.bg-navy {
  background: url(/common/img/bg_navy.jpg) center center repeat;
  width: 100%;
}
