@import url(common.css);
#policy .box {
  margin-bottom: 40px;
}
#policy .box h2 {
  font-size: 1.5em;
}
#policy .box p a {
  text-decoration: underline;
  color: #4283ad;
}

/* form
---------------------------------------- */
input.middle, input.long, input.short, select, textarea {
  margin-bottom: 2px;
  padding: 6px;
  letter-spacing: 1px;
  border: 1px solid #d5d5d5;
}

button, input, select, textarea {
  font-size: 16px;
  vertical-align: baseline;
}

textarea {
  border: 1px solid #d5d5d5;
  width: 98%;
  font-family: sans-serif;
}

input.short {
  width: 98%;
  max-width: 120px;
}

input.middle {
  width: 98%;
  max-width: 300px;
}

input.long {
  width: 98%;
  max-width: 500px;
}

input[type="submit"], input[type="button"] {
  -webkit-appearance: none;
}

.b-btn {
  font-size: 1.2em;
  padding: 10px;
  background: #fe9320;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fe9320;
  border-radius: 13px;
  transition: all 0.2s linear;
  font-size: 1.5em;
  line-height: 1.2;
}

.b-btn:hover {
  background: #ffc17f;
  border: 1px solid #ffc17f;
  box-shadow: 0px 0px 10px 0px lightgrey;
  cursor: pointer;
}

.privacy {
  margin: 20px 0;
}
.privacy h3 {
  font-size: 1.2em;
}
.privacy a {
  text-decoration: underline;
  color: #4283ad;
}

/* -------------------------------------------- */
/* form */
/* -------------------------------------------- */
.form {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 5em;
}

.form .form-inner {
  margin-bottom: 2em;
}

.form form dl {
  box-sizing: border-box;
  zoom: 1;
  border-bottom: 1px solid white;
  background: #f5f5f5;
  display: flex;
  justify-content: flex-start;
}

.form form dl dt {
  width: 25%;
  padding: 20px;
  position: relative;
  letter-spacing: 0.08em;
  background: #f5f5f5;
  color: #555;
}

.form form dl dt span {
  padding: 0 5px;
  position: absolute;
  right: 10px;
  top: 25px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #fff;
  border: 1px solid #927a22;
  color: #927a22;
  font-size: 0.8em;
}

.form form dl dd {
  width: 75%;
  min-height: 70px;
  padding: 20px;
  word-wrap: break-word;
  background: #fff;
}
.form form dl dd span {
  font-size: 0.8em;
}

.form form dl dd select {
  margin-bottom: 10px;
}

.form form dl dd ul li {
  margin: 0 10px 2px 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.form form dl dd .btn-style {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.form form dl dd .btn-style a {
  padding: 2px 10px 0;
  cursor: pointer;
  font-size: 0.9em;
}

form #btn {
  text-align: center;
}

form #btn ul {
  display: flex;
  justify-content: center;
  flex-flow: row-reverse;
}

form #btn ul li {
  width: 35%;
}

form #btn ul li input {
  padding: 1em 3.5em;
  background: #927a22;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #927a22;
  font-size: 1em;
  transition: all 0.2s linear;
  line-height: 1.2;
  cursor: pointer;
  font-weight: bold;
}

form #btn ul li input:hover {
  background: #927a22;
  border: 1px solid #927a22;
  box-shadow: 0px 0px 10px 0px lightgrey;
  cursor: pointer;
}

form #btn ul li.back input {
  background-color: #a8a8a8;
  border: 1px solid #a8a8a8;
}

form #btn ul li.back input:hover {
  background: #ccc;
  border: 1px solid #cccccc;
  box-shadow: 0px 0px 10px 0px lightgrey;
  cursor: pointer;
}

form #btn .b-btn {
  text-align: center;
  padding: 1em 3.5em;
  background: #927a22;
  color: #fff;
  border: 1px solid #927a22;
  font-size: 1.1em;
  transition: all 0.2s linear;
  line-height: 1.5;
}

form #btn .b-btn:hover {
  background: #927a22;
  border: 1px solid #927a22;
  box-shadow: 0px 0px 10px 0px lightgrey;
  cursor: pointer;
}

/* -------------------------------------------- */
/* error */
/* -------------------------------------------- */
#error {
  max-width: 900px;
  width: 90%;
  margin: 0px auto 2em;
  padding: 15px;
  border: 1px solid #cd4949;
  font-size: 1em;
  font-weight: bold;
  color: #cd4949;
  text-align: center;
}

p.error {
  color: #cd4949;
  font-weight: bold;
}

.form input.error,
.form select.error,
.form textarea.error {
  background-color: #ffebef;
}

/* -------------------------------------------- */
/* thanks */
/* -------------------------------------------- */
.thanks-message {
  margin: 4em 0;
  text-align: center;
}

.thanks-read {
  font-size: 2em;
  margin: 1em 0;
  text-align: center;
}

.home {
  margin-bottom: 6em;
  text-align: center;
}
.home a {
  text-decoration: underline;
  color: #4283ad;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  .otoiawase {
    padding: 1em 0.5em;
    display: block;
  }

  .otoiawase h3 {
    margin: 0;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
  }

  .otoiawase p {
    text-align: center;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .c-read {
    margin-bottom: 0.5em;
    font-size: 0.9em;
  }

  form #btn {
    text-align: center;
  }

  form #btn ul {
    display: block;
  }

  form #btn ul li {
    width: 90%;
    margin: 0 auto 0.5em;
  }

  form #btn .b-btn {
    text-align: center;
    padding: 0.8em 1em;
    font-size: 1em;
  }

  .form form dl input.long,
  .form form dl input.middle {
    max-width: auto !important;
  }

  .form form dl {
    box-sizing: border-box;
    border-bottom: 5px solid white;
    display: block;
  }

  .form form dl dt {
    width: 100%;
    padding: 5px 20px;
    position: relative;
    font-weight: bold;
  }

  .form form dl dt span {
    padding: 0 5px;
    position: absolute;
    right: 10px;
    top: 8px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    font-size: 0.8em;
  }

  .form form dl dd {
    width: 100%;
    min-height: auto;
    padding: 20px;
    word-wrap: break-word;
  }

  .form form dl dd select {
    width: 60%;
  }

  /* -------------------------------------------- */
  /* error */
  /* -------------------------------------------- */
  #error {
    font-size: 1em;
  }

  /* -------------------------------------------- */
  /* thanks */
  /* -------------------------------------------- */
  .thanks-message {
    width: 95%;
    margin: 3em 0;
  }

  .thanks-read {
    font-size: 1.4em;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/

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