<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

html {
  color: #000;
}

label.error:before {
  border: 1px solid #f03;
}

label.error {
  background: #f8e2e2;
}

input[type="text"].error,
input[type="email"].error,
input[type="tel"].error,
input[type="number"].error,
input[type="url"].error,
textarea.error {
  border: 1px solid #f03;
  background: #f8e2e2;
}

input.error:focus,
textarea.error:focus {
  border: 1px solid #f03;
  background: #f8e2e2;
}

select.error {
  background: #f8e2e2;
  border: 1px solid #f03;
}

input[type="file"].error {
  background: #f8e2e2;
}

p.error {
  text-align: center;
}

div.thanks p.backtop a {
  line-height: 1.0;
  background: #e90565;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  border: solid 2px #e90565;
  border-radius: 10px;
}

/*171004*/

@media screen and (min-width:1024px) and (max-width:1940px) {

  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: top;
    margin: 3px 3px 0 0;
  }

  input[type="text"] {
    width: 300px;
  }

  textarea {
    width: 100%;
    height: 7em;
  }

  input[type="text"].zip,
  input[type="text"].telno {
    width: 80px;
  }

  input[type="image"] {
    width: 320px;
    margin: 0 auto;
    display: block;
  }

  input[type="image"]:hover {
    filter: brightness(110%);
  }

  div.thanks {
    padding: 150px 0 50px;
    box-sizing: border-box;
    color: #FFFFFF;
  }

  div.thanks p {
    position: relative;
    text-align: center;
  }

  div.thanks p.thanks {
    font-size: 36px;
  }

  div.thanks p.backtop {
    margin: 100px auto 0;
    width: 400px;
  }

  div.thanks p.backtop a {
    padding: 17px 0;
    font-size: 24px;
  }

  div.thanks p.backtop a {
    line-height: 1.0;
    background: #cf1a71;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    border: solid 2px #cf1a71;
    border-radius: 10px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px)  {

  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: top;
    margin: 3px 3px 0 0;
  }

  input[type="text"] {
    width: 300px;
  }

  textarea {
    width: 100%;
    height: 7em;
  }

  input[type="text"].zip,
  input[type="text"].telno {
    width: 80px;
  }

  input[type="image"] {
    width: 320px;
    margin: 0 auto;
    display: block;
  }

  input[type="image"]:hover {
    filter: brightness(110%);
  }

  div.thanks {
    padding: 150px 0 50px;
    box-sizing: border-box;
  }

  div.thanks p {
    position: relative;
    text-align: center;
  }

  div.thanks p.thanks {
    font-size: 36px;
  }

  div.thanks p.backtop {
    margin: 100px auto 0;
    width: 400px;
  }

  div.thanks p.backtop a {
    padding: 17px 0;
    font-size: 24px;
  }

  div.thanks p.backtop a {
    line-height: 1.0;
    background: #cf1a71;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    border: solid 2px #cf1a71;
    border-radius: 10px;
  }
}

@media screen and (min-width:320px) and (max-width:767px){

  input[type="text"] {
    width: 100%;
  }

  input[type="text"].zip,
  input[type="text"].telno {
    width: 25%;
  }

  label {
    display: block;
    margin-bottom: 3px;
  }

  textarea {
    width: 95%;
    height: 8em;
  }

  input[type="image"] {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
  }

  div.thanks {
    padding: 50px 10px;
    box-sizing: border-box;
  }

  div.thanks p {
    text-align: center;
  }

  div.thanks p.thanks {
    font-size: 20px;
  }

  div.thanks p.backtop {
    margin: 50px auto 0;
  }

  div.thanks p.backtop a {
    padding: 17px 0;
    font-size: 16px;
  }

  div.thanks p.backtop a {
    line-height: 1.0;
    background: #cf1a71;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    border: solid 2px #cf1a71;
    border-radius: 10px;
  }
}
</pre></body></html>