@charset "UTF-8";
@import url(style.css);
#policy {
  background: #000;
}
#policy .box {
  margin-bottom: 40px;
}
#policy .box h2 {
  font-size: 1.5em;
  font-weight: 300;
}
#policy .box p a {
  text-decoration: underline;
  color: #4283ad;
}

.t-area {
  margin-bottom: 60px;
  text-align: center;
}
.t-area h2 {
  font-size: 50px;
  font-weight: 500;
}
.t-area p {
  color: #555;
  font-size: 0.95em;
}

.read {
  width: 90%;
  margin: 4em auto;
  text-align: center;
}

body {
  background-color: #000;
}

/* form
---------------------------------------- */
input.middle, input.long, input.short, select, textarea {
  margin-bottom: 2px;
  padding: 15px;
  letter-spacing: 1px;
  background: #F0F5F5;
  border-style: none;
  box-sizing: border-box;
}

textarea {
  border: none !important;
}

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

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

input[type="text"] {
    border: none;
}

input[type="text"]:focus {
    border: none !important;
    outline: 0 !important;
}

.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 {
  width: 95%;
  margin: 40px auto;
}
.privacy h3 {
  font-size: 1.2em;
}
.privacy p {
  font-size: 0.9em;
}
.privacy a {
  text-decoration: underline;
  color: #fff;
}

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

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

.form form dl {
  padding: 30px;
  box-sizing: border-box;
  zoom: 1;
  border-bottom: 1px dotted #555;
  display: flex;
  justify-content: flex-start;
}

.form form dl dt {
  width: 35%;
  position: relative;
  letter-spacing: 0.08em;
  line-height: 1.5em;
  font-weight: bold;
  font-size: 0.95em;
}

.form form dl dt span {
  padding: 0 8px;
  position: absolute;
  right: 20px;
  top: 0px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
}

.form form dl dd {
  width: 65%;
  word-wrap: break-word;
}
.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 4em;
  background: #5a4b34;
  border-radius: 20px;
  color: #fff;
  border: 1px solid #5a4b34;
  font-size: 1em;
  transition: all 0.2s linear;
  letter-spacing: 0.01em;
  line-height: 1.2;
  cursor: pointer;
  font-weight: bold;
  font-family: 'Noto Sans JP',sans-serif;
}

form #btn ul li input:hover {
  background: #555;
  border: 1px solid #555;
  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 4em;
  background: #5a4b34;
  color: #fff;
  border: 1px solid #5a4b34;
  font-size: 1.1em;
  transition: all 0.2s linear;
  line-height: 1.5;
  letter-spacing: 0.01em;
  font-family: 'Noto Sans JP',sans-serif;
}

form #btn .b-btn:hover {
  background: #555;
  border: 1px solid #555;
  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-read {
  font-size: 2em;
  margin: 1em 0;
  text-align: center;
}

.thanks-message {
  margin-bottom: 6em;
  text-align: center;
}

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

/*===========================================================================*/
/*  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) {
  .t-area {
    margin-top: 65px;
  }
  .t-area h2 {
    font-size: 45px;
  }

  .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;
    padding: 20px 0;
  }

  .form form dl dt {
    width: 100%;
    position: relative;
    font-weight: bold;
    margin-bottom: 10px;
  }

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

  input.middle {
    width: 100%;
    max-width: 100%;
  }

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

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

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

  /* -------------------------------------------- */
  /* thanks */
  /* -------------------------------------------- */
  .thanks-message {
    width: 90%;
    margin: 3em auto;
  }

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

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