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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .pc_hide {
    display: none;
  }
}
img {
  border: 0;
}

div.visual p {
  width: 400px;
}
@media screen and (max-width: 767px) {
  div.visual p {
    width: 100%;
    font-size: 20px;
  }
}

span.required {
  background: #d22;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 5px;
  margin-right: 5px;
}

div.preset {
  width: 960px;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  div.preset {
    width: 100%;
  }
}

form.mailform {
  width: 960px;
  margin: 30px auto;
}
@media screen and (max-width: 767px) {
  form.mailform {
    width: 100%;
  }
}

form.mailform fieldset > table select, form.mailform fieldset > table input[type=text],
form.mailform fieldset > table input[type=password],
form.mailform fieldset > table input[type=email], form.mailform fieldset > table textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 2px 4px;
  border: 1px solid #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fafafa;
}
form.mailform fieldset > table select:focus, form.mailform fieldset > table input[type=text]:focus,
form.mailform fieldset > table input[type=password]:focus,
form.mailform fieldset > table input[type=email]:focus, form.mailform fieldset > table textarea:focus {
  background-color: white;
  border-color: #3094FF;
}

form.mailform fieldset > table select, form.mailform fieldset > table input[type=text],
form.mailform fieldset > table input[type=password],
form.mailform fieldset > table input[type=email] {
  height: 32px;
  line-height: 32px;
}

form.mailform fieldset > table textarea {
  line-height: 20px;
}

form.mailform fieldset > table select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
}

form.mailform {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  form.mailform {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  form.mailform fieldset > table {
    width: 800px;
    margin: 20px auto;
  }
}
form.mailform fieldset > table span.sub + input {
  margin-left: 5px;
}
form.mailform fieldset > table input + span.sub {
  margin-left: 10px;
}
form.mailform fieldset > table label.radio {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  form.mailform fieldset > table th {
    background: #efefef;
    display: block;
    font-size: 14px;
    border: none;
    padding: 5px;
    width: 100%;
  }
  form.mailform fieldset > table tr.error th {
    background-color: #FFD6C3 !important;
  }
  form.mailform fieldset > table td {
    border: none;
    display: block;
    padding: 5px 10px 15px;
    width: 100%;
  }
  form.mailform fieldset > table tr.title input[type=text],
  form.mailform fieldset > table tr.customer_furigana_f input[type=text] {
    width: 110px;
  }
}
form.mailform span.required {
  display: inline-block;
  position: relative;
  background: #c00;
  color: white;
  padding: 2px 5px;
  font-weight: bold;
  font-size: 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
form.mailform div.submit input[type=submit] {
  -webkit-appearance: none;
}
form.mailform.confirm td {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  div.alert.entry,
  div.alert.confirm {
    margin: 10px;
    font-size: 14px;
  }

  form.table textarea {
    width: 100%;
  }
}
div.submit input {
  background: #003F97;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  min-width: 120px;
  padding: 3px 20px;
}

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