@charset "UTF-8";
/* Scss Document */
/* line 5, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/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, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* line 6, ../sass/form.scss */
body {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* line 18, ../sass/form.scss */
.rounded, .contents .inputFrm td .input-semi-large, .contents .inputFrm td .input-large, .contents .inputFrm td .inquiry, .contents .sbNext {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

/* line 24, ../sass/form.scss */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/* box-shadow */
/* line 31, ../sass/form.scss */
.box-shadow {
  box-shadow: 2px 2px 3px 0px #ddd;
  -moz-box-shadow: 2px 2px 3px 0px #ddd;
  -webkit-box-shadow: 2px 2px 3px 0px #ddd; }

/* header */
/* line 38, ../sass/form.scss */
header {
  width: 100%;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5); }
  /* line 42, ../sass/form.scss */
  header .logo {
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
    padding: 10px;
    color: #00a9ab; }

/* line 54, ../sass/form.scss */
.contents h1 {
  font-size: 30px;
  text-align: center;
  padding: 40px 0 30px 0;
  font-weight: bold; }
/* line 62, ../sass/form.scss */
.contents p {
  text-align: center;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 1.5em; }
/* line 69, ../sass/form.scss */
.contents .caution {
  font-size: 13px;
  text-align: left;
  color: #DD0003;
  margin-top: 10px; }
/* line 76, ../sass/form.scss */
.contents .error {
  width: 650px;
  background-color: #FFEEEE;
  margin: 0 auto; }
  /* line 81, ../sass/form.scss */
  .contents .error .exclamation {
    font-size: 60px;
    color: #C64646;
    float: left;
    padding: 15px 0 15px 15px; }
  /* line 89, ../sass/form.scss */
  .contents .error .error_message {
    padding: 15px 0;
    margin-left: 85px; }
    /* line 93, ../sass/form.scss */
    .contents .error .error_message p {
      font-size: 16px;
      font-weight: bold;
      text-align: left;
      padding: 0px; }
    /* line 102, ../sass/form.scss */
    .contents .error .error_message li {
      font-size: 15px;
      color: #333333;
      padding: 3px 0; }
/* line 112, ../sass/form.scss */
.contents .triangle {
  width: 0;
  height: 0;
  margin: 0 auto;
  margin-bottom: 10px;
  border-top: 20px solid #FFEEEE;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent; }
/* line 123, ../sass/form.scss */
.contents .inputFrm {
  border: 1px solid #ccc;
  width: 650px;
  margin: 0 auto; }
  /* line 128, ../sass/form.scss */
  .contents .inputFrm select {
    padding: 5px 5px;
    font-size: 15px;
    font-family: "メイリオ", sans-serif;
    color: #333; }
  /* line 135, ../sass/form.scss */
  .contents .inputFrm th {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f4f6f7;
    font-size: 16px;
    width: 250px; }
    /* line 142, ../sass/form.scss */
    .contents .inputFrm th .item {
      float: left;
      margin: 1px 6px 0 0; }
    /* line 147, ../sass/form.scss */
    .contents .inputFrm th span {
      font-size: 12px;
      padding: 0 5px;
      color: #C64646;
      line-height: 2em;
      border: 1px solid #C64646;
      background-color: #f4f6f7;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      display: block;
      float: right; }
  /* line 163, ../sass/form.scss */
  .contents .inputFrm td {
    border: 1px solid #ccc;
    padding: 12px;
    width: 400px; }
    /* line 168, ../sass/form.scss */
    .contents .inputFrm td .input-semi-large {
      width: 10em;
      border: 0;
      padding: 4px;
      font-size: 1.1em;
      font-family: Arial, sans-serif;
      color: #4b4b4b;
      border: solid 1px #ccc;
      margin: 5px 0 10px 0; }
    /* line 180, ../sass/form.scss */
    .contents .inputFrm td .input-large {
      width: 20em;
      border: 0;
      padding: 4px;
      font-size: 1.1em;
      font-family: Arial, sans-serif;
      color: #4b4b4b;
      border: solid 1px #ccc;
      margin: 5px 0 10px 0; }
    /* line 192, ../sass/form.scss */
    .contents .inputFrm td .inquiry {
      color: #2c2c2c;
      font-size: 12px;
      font-family: Arial, sans-serif;
      color: #2c2c2c;
      border: solid 1px #ccc;
      margin: 5px 0 10px 0;
      width: 400px;
      height: 220px;
      vertical-align: top; }
    /* line 206, ../sass/form.scss */
    .contents .inputFrm td .example {
      font-size: 14px;
      padding-left: 0px;
      float: none;
      color: #999;
      display: block; }
/* line 220, ../sass/form.scss */
.contents .sbNext {
  font-size: 20px;
  cursor: pointer;
  color: #FFF;
  font-weight: bold;
  background: #C64646;
  padding: 13px 30px;
  border: none;
  margin: 30px 0 0px 0; }
/* line 232, ../sass/form.scss */
.contents .sbNext:hover {
  background: #b93939; }
/* line 236, ../sass/form.scss */
.contents .tel_box {
  width: 80%;
  margin: 0 auto 30px; }
  /* line 240, ../sass/form.scss */
  .contents .tel_box .left_wrapper {
    width: 50%;
    float: left; }
    /* line 243, ../sass/form.scss */
    .contents .tel_box .left_wrapper p {
      text-align: left; }
  /* line 248, ../sass/form.scss */
  .contents .tel_box .right_wrapper {
    width: 40%;
    float: right;
    padding: 20px;
    border: 1px solid #0144AD;
    margin: 0 auto 30px; }
    /* line 254, ../sass/form.scss */
    .contents .tel_box .right_wrapper p {
      text-align: center;
      margin: 0;
      padding: 0; }
    /* line 259, ../sass/form.scss */
    .contents .tel_box .right_wrapper img {
      max-width: 100%;
      height: auto; }
    /* line 263, ../sass/form.scss */
    .contents .tel_box .right_wrapper h3 {
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      color: #0144AD; }

/* line 276, ../sass/form.scss */
footer {
  padding: 50px 0; }
  /* line 278, ../sass/form.scss */
  footer p {
    color: #a4a4a4;
    text-align: center; }

@media screen and (max-width: 600px) {
  /* line 288, ../sass/form.scss */
  th, td {
    display: block; }

  /* line 294, ../sass/form.scss */
  .clearfix:after {
    content: "";
    clear: both;
    display: block; }

  /* line 302, ../sass/form.scss */
  header h1 {
    width: 100%;
    text-align: center;
    margin: 0 auto; }

  /* line 314, ../sass/form.scss */
  .contents h2 {
    font-size: 24px;
    text-align: center;
    padding-top: 30px;
    font-weight: bold; }
  /* line 321, ../sass/form.scss */
  .contents p {
    text-align: left;
    padding: 0 20px 10px 20px;
    font-size: 15px;
    line-height: 1.5em; }
  /* line 329, ../sass/form.scss */
  .contents .error {
    width: 90%;
    background-color: #FFEEEE;
    margin: 0 auto;
    padding: 0 10px; }
    /* line 335, ../sass/form.scss */
    .contents .error .exclamation {
      font-size: 60px;
      color: #C64646;
      float: left;
      padding: 15px 0 15px 15px; }
    /* line 343, ../sass/form.scss */
    .contents .error .error_message {
      padding: 15px 0;
      margin-left: 85px; }
      /* line 347, ../sass/form.scss */
      .contents .error .error_message p {
        font-size: 14px;
        font-weight: bold;
        text-align: left;
        padding: 0px; }
      /* line 356, ../sass/form.scss */
      .contents .error .error_message li {
        font-size: 13px;
        color: #333333;
        padding: 3px 0; }
  /* line 367, ../sass/form.scss */
  .contents .inputFrm {
    width: 90%;
    margin: 0 auto;
    border: none; }
    /* line 372, ../sass/form.scss */
    .contents .inputFrm th {
      padding: 12px;
      font-size: 14px;
      font-weight: bold;
      width: 90%;
      border: none;
      background-color: #fff; }
      /* line 380, ../sass/form.scss */
      .contents .inputFrm th .item {
        float: left;
        margin: 6px 6px 0 0; }
      /* line 385, ../sass/form.scss */
      .contents .inputFrm th span {
        font-size: 10px;
        font-weight: normal;
        padding: 0px;
        color: #fff;
        border: 1px solid #C64646;
        background-color: #C64646;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        display: block;
        float: left; }
    /* line 401, ../sass/form.scss */
    .contents .inputFrm td {
      border: none;
      padding: 10px;
      width: 90%; }
      /* line 406, ../sass/form.scss */
      .contents .inputFrm td .inquiry {
        width: 100%;
        border: 0;
        padding: 4px;
        font-size: 1.1em;
        font-family: Arial, sans-serif;
        color: #4b4b4b;
        border: solid 1px #ccc;
        margin: 5px 0 10px 0;
        vertical-align: text-top; }
      /* line 418, ../sass/form.scss */
      .contents .inputFrm td .input-semi-large {
        width: 70%;
        border: 0;
        padding: 4px;
        font-size: 1.1em;
        font-family: Arial, sans-serif;
        color: #4b4b4b;
        border: solid 1px #ccc;
        margin: 5px 0 10px 0; }
      /* line 430, ../sass/form.scss */
      .contents .inputFrm td .input-large {
        width: 90%;
        border: 0;
        padding: 4px;
        font-size: 1.1em;
        font-family: Arial, sans-serif;
        color: #4b4b4b;
        border: solid 1px #ccc;
        margin: 5px 0 10px 0; }
      /* line 442, ../sass/form.scss */
      .contents .inputFrm td span {
        font-size: 12px;
        padding-left: 0px;
        display: block; }
  /* line 454, ../sass/form.scss */
  .contents .btn {
    text-align: center; }
  /* line 458, ../sass/form.scss */
  .contents .sbNext {
    font-size: 20px;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    background: #C64646;
    padding: 25px 30px;
    border: none;
    margin: 30px 0 20px 0; }
  /* line 470, ../sass/form.scss */
  .contents .sbNext:hover {
    background: #b93939; }
  /* line 474, ../sass/form.scss */
  .contents .tel_box {
    width: 100%;
    margin: 0 auto; }
    /* line 478, ../sass/form.scss */
    .contents .tel_box .left_wrapper {
      width: 90%;
      float: none;
      margin: 0 auto; }
      /* line 482, ../sass/form.scss */
      .contents .tel_box .left_wrapper p {
        text-align: left; }
    /* line 487, ../sass/form.scss */
    .contents .tel_box .right_wrapper {
      width: 70%;
      float: none;
      padding: 2%;
      border: 1px solid #0144AD;
      margin: 0 auto;
      margin-bottom: 30px; }
      /* line 495, ../sass/form.scss */
      .contents .tel_box .right_wrapper h3 {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #0144AD; }

  /* line 507, ../sass/form.scss */
  footer {
    padding: 50px 0; }
    /* line 509, ../sass/form.scss */
    footer p {
      color: #a4a4a4;
      text-align: center; } }
