@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;
  width: 100%; }

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

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

.logo {
  margin: 0 5px;
  height: 50px;
  width: auto; }

/* header */
.header {
  position: relative;
  width: 100%;
  height: 60px; }
  .header .logo {
    margin: 5px;
    left: 0; }
  .header p {
    display: none; }

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

/* content */
.content {
  width: 100%;
  font-size: 10px; }

.band {
  width: 100%;
  height: 40px;
  background-color: #00c700; }
  .band .band-text {
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: bold; }
    @media screen and (min-width: 321px) {
      .band .band-text {
        font-size: 0.7rem; } }
    @media screen and (max-width: 320px) {
      .band .band-text {
        font-size: 0.5rem; } }

.header-box {
  width: 90%;
  margin: 0 auto;
  padding-top: 15px;
  line-height: 20px; }
  .header-box h1 {
    font-weight: bold;
    margin-bottom: 10px; }
  .header-box p {
    font-size: 11px; }

.content-box {
  width: 80%;
  border: 1px #000000 solid;
  border-radius: 10px;
  padding: 15px;
  margin: 30px auto; }
  .content-box p {
    margin-top: 10px; }
  .content-box ul {
    margin-top: 10px; }
    .content-box ul li {
      margin-top: 10px; }
  .content-box input {
    background-color: #fefefe;
    padding: 2.75px 4.4px; }
  .content-box textarea {
    background-color: #fefefe;
    width: 230px;
    margin-top: 5px;
    resize: none; }
  .content-box .text {
    height: 15px;
    width: 200px; }
  .content-box .age {
    width: 33px; }
  .content-box .btn {
    margin-top: 5px;
    font-size: 10px;
    width: 72.5px;
    height: 20px;
    padding: 2px 8px 3px; }
  .content-box .scroll {
    overflow: scroll;
    width: 100%;
    height: 200px;
    border: 1px #000000 solid;
    margin-top: 20px; }
    .content-box .scroll .text {
      margin: 10px 6px;
      width: 95%; }
      .content-box .scroll .text h3 {
        font-size: 10px; }
      .content-box .scroll .text p {
        line-height: 20px;
        font-size: 10px; }
  .content-box .confirm p {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px; }
  .content-box .confirm ul {
    font-size: 12px;
    margin-bottom: 10px; }

.caution {
  color: #ff0000; }

/* footer */
.footer {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #00c700;
  bottom: 0; }
  .footer .logo {
    margin-top: 5px;
    left: 0; }
  .footer p {
    position: absolute;
    font-size: 10px;
    color: #fff; }
    @media screen and (min-width: 321px) {
      .footer p {
        right: -25px;
        bottom: 3px;
        transform: scale(0.8);
        -webkit-transform: scale(0.8); } }
    @media screen and (max-width: 320px) {
      .footer p {
        right: -50px;
        bottom: 3px;
        transform: scale(0.6);
        -webkit-transform: scale(0.6); } }

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