@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: url("../img/form/bg.gif") repeat;
  overflow-x: hidden;
  font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif, "verdana";
  /*macユーザー用指定*/
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.is-pc {
  display: block !important;
}

.is-sp {
  display: none !important;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* IEハック用mixin */
/*
 * Mixin for placeholder
 * @include placeholderColor(#00ff00);
 */
html[lang="en"] body, table {
  font-family: Arial, Helvetica, verdana, sans-serif;
}

body {
  font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif, "verdana";
  /*macユーザー用指定*/
}

.header {
  width: 100%;
  height: 56px;
  background-color: #fff !important;
  background: url("../img/form/gnav_bg.jpg") repeat-x bottom;
}

.header__inner {
  width: 945px;
  margin: auto;
}

.header__inner .header__log {
  max-width: 138px;
  padding-top: 11px;
}

.container {
  padding: 11px 0 60px;
  width: 945px;
  margin: auto;
  background-color: #fff;
  height: auto;
  margin-top: 27px;
  margin-bottom: 60px;
}

.container__belt {
  width: 920px;
  height: 27px;
  margin: auto;
  background: url("../img/form/container__belt.gif") repeat-x;
}

.container__belt p {
  text-align: left;
  padding: 8px 0 0 12px;
  font-size: 85%;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}

.container__inner {
  width: 830px;
  margin: auto;
}

.container__inner .formBlock {
  display: none;
}

.container__inner .container__ttlBlock {
  text-align: center;
  padding-top: 34px;
}

.container__inner .container__ttlBlock .container__ttl {
  font-size: 22px;
  font-weight: bold;
}

.container__inner .container__ttlBlock .container__ttl--note {
  padding-top: 10px;
  font-size: 16px;
}

.container__inner .container__noteBlock {
  padding-top: 40px;
  text-align: left;
}

.container__inner .container__noteBlock--ttl {
  font-size: 18px;
  padding-bottom: 20px;
}

.container__inner .container__noteBlock .container__noteItems {
  font-size: 14px;
}

.container__inner .container__noteBlock .container__noteItems .container__noteItem {
  line-height: 25px;
  text-indent: -0.2em;
}

.container__inner .container__noteBlock .container__noteItems .container__noteItem.note {
  color: #f54e4e;
}

.container__inner .container__noteBlock .container__noteItems .container__noteItem span.note {
  color: #f20000;
  font-weight: bold;
}

.container__inner .container__noteBlock .container__public {
  font-size: 14px;
  padding-top: 37px;
  line-height: 1.6;
}

.container__inner .container__noteBlock .container__public__items {
  font-size: 14px;
  line-height: 1.6;
}

.container__inner .container__noteBlock .container__note {
  font-size: 14px;
  line-height: 1.6;
}

#footUnderNav ul li a {
  font-size: 85%;
}

.footer {
  width: 100%;
  background-color: #ededed;
}

.footer #copy {
  background-color: #ededed;
}

.u-mb {
  margin-bottom: 40px;
}

.formTable {
    border-left: none;
    border-top: none;
}

.formTable td, .formTable th {
    border-right: none;
    border-bottom: none;
}

@media only screen and (max-width: 640px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
  html {
    overflow-x: hidden;
  }
  body {
    -webkit-text-size-adjust: none;
    font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
    font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic Pro',sans-serif;
    background-color: #fff;
  }
  .header {
    width: 100%;
    height: 56px;
    background-color: #fff !important;
    background: url("../img/form/gnav_bg.jpg") repeat-x bottom;
  }
  .header__inner {
    width: 90%;
    margin: auto;
  }
  .header__inner .header__log {
    max-width: 138px;
    padding-top: 11px;
  }
  .container {
    padding: 0 0 10%;
    width: 100%;
    margin: auto;
    background-color: #fff;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .container__belt {
    width: 100%;
    height: 27px;
    margin: auto;
    background: url("../img/form/container__belt.gif") repeat-x;
  }
  .container__belt p {
    text-align: left;
    padding: 8px 0 0 12px;
    font-size: 85%;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
  }
  .container__inner {
    width: 95%;
    margin: auto;
  }
  .container__inner .container__ttlBlock {
    text-align: center;
    padding-top: 6%;
  }
  .container__inner .container__ttlBlock .container__ttl {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .container__inner .container__ttlBlock .container__ttl--note {
    padding-top: 10px;
    font-size: 0.8rem;
  }
  .container__inner .container__noteBlock {
    padding-top: 11%;
    text-align: left;
  }
  .container__inner .container__noteBlock--ttl {
    font-size: 0.9rem;
    padding-bottom: 3%;
  }
  .container__inner .container__noteBlock .container__noteItems {
    font-size: 0.8rem;
  }
  .container__inner .container__noteBlock .container__noteItems .container__noteItem {
    padding-left: 0;
    text-indent: 0;
    line-height: 1.8;
  }
  .container__inner .container__noteBlock .container__public {
    font-size: 0.8rem;
    text-indent: 0;
    padding-top: 8%;
    line-height: 1.8;
  }
  #footUnderNav {
    width: 100%;
  }
  #footUnderNav ul {
    width: 93%;
    margin: 0 auto;
  }
  #footUnderNav ul li {
    width: 100%;
    padding-right: 7px;
  }
  #footUnderNav ul li a {
    font-size: 65%;
  }
  .footer {
    width: 100%;
    background-color: #ededed;
  }
  .footer #copy {
    width: 100%;
    background-color: #ededed;
  }
  .u-mb {
    margin-bottom: 8%;
  }
}
