@charset "UTF-8";
/* common */
/* 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 {
  content: '';
  content: none; }

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

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

body {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 100%; }

img {
  width: 100%;
  height: auto;
  margin-bottom: -2px; }

.form img {
  width: 60% !important;
  height: auto;
  margin: 30px 18% 50px; }

.logo {
  margin: 0 10px;
  height: 80px;
  width: auto; }

/* header */
.header {
  position: relative;
  max-width: 1040px;
  min-width: 800px;
  width: 100%;
  height: 100px;
  margin: 0 auto; }
  .header .logo {
    margin: 10px; }
  .header p {
    position: absolute;
    bottom: 10px;
    left: 260px; }

.add-header {
  border-bottom: 2px #000000 solid; }

/* content */
.content {
  min-width: 800px;
  max-width: 1040px;
  margin: 0 auto; }

.band {
  width: 100%;
  height: 70px;
  background-color: #00c700; }
  .band .band-text {
    font-size: 1.7rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 70px; }

.header-box {
  width: 70%;
  margin: 30px auto 0;
  padding-top: 20px;
  line-height: 25px; }
  .header-box h1 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px; }

.content-box {
  width: 70%;
  border: 2px #000000 solid;
  border-radius: 10px;
  padding: 20px;
  margin: 30px auto; }
  .content-box ul {
    margin: 10px 0 20px; }
  .content-box input {
    margin: 10px 0 25px;
    padding: 2.75px 4.4px; }
  .content-box li > input {
    margin: 5px 0 10px; }
  .content-box textarea {
    margin: 10px 0 30px;
    resize: none; }
  .content-box .text {
    height: 17px;
    width: 362px; }
  .content-box .age {
    width: 30px; }
  .content-box .btn {
    width: 100px;
    height: 30px;
    padding: 2px 8px 3px; }
  .content-box .scroll {
    overflow: scroll;
    width: 100%;
    height: 200px;
    border: 1px #878787 solid; }
    .content-box .scroll .text {
      margin: 20px;
      width: 90%; }
      .content-box .scroll .text h3 {
        margin-top: 10px; }
      .content-box .scroll .text p {
        line-height: 25px; }
  .content-box .block {
    width: 80%;
    margin: 0 auto; }
  .content-box .confirm {
    line-height: 25px; }
    .content-box .confirm p {
      margin: 0 0 10px;
      font-size: 15px; }

.caution {
  color: #ff0000; }

/* footer */
.footer {
  position: relative;
  max-width: 1040px;
  min-width: 800px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  background-color: #00c700; }
  .footer .logo {
    margin-top: 10px;
    left: 0; }
  .footer p {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff; }

/*# sourceMappingURL=style.css.map */
