@charset "UTF-8";
.box_bg_photo_1 {
  background-image: url("../img/mv.jpg");
  background-size: cover;
  background-position: center;
}
/* form
-----------------------------*/
.form {
  /*width:800px;*/
  width: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.form_wrap {
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}
.err_mss {
  text-align: center;
  margin: auto;
}
#formBody {
  margin-bottom: 95px;
}
#formBody * {
  box-sizing: border-box;
}
#formBody dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
#formBody dt, #formBody dd {
  display: table-cell;
  color: #333;
  font-size: 13px;
  line-height: 1.9;
  vertical-align: middle;
}
#formBody dt {
  width: 200px;
  text-align: right;
  padding-right: 50px;
  font-weight: 700;
}
#formBody dt.vaTop {
  vertical-align: top;
  padding-top: 5px;
}
#formBody dt sup {
  display: inline-block;
  vertical-align: top;
  color: #188dc8;
  font-weight: 400;
  padding-left: 2px;
  font-size: 15px;
}
#formBody dt small {
  display: block;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}
#formBody dd {
  font-weight: 400;
  padding-right: 25px;
}
#formBody dd p {
  display: inline-block;
}
#formBody dd label {
  color: #333;
  font-size: 13px;
  display: inline-block;
}
#formBody input[type="text"], #formBody input[type="password"], #formBody input[type="tel"], #formBody input[type="url"], #formBody input[type="email"], #formBody input[type="date"], #formBody input[type="time"], #formBody input[type="number"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  background: #daeaf6;
  color: #333;
  font-size: 13px;
  padding: 0 5px;
  height: 32px;
}
#formBody input[type="number"]::-webkit-inner-spin-button, #formBody input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#formBody input[type="number"] {
  -moz-appearance: textfield;
}
#formBody dd input.wide {
  width: 100%;
}
#formBody input[type="submit"], #formBody input[type="reset"], #formBody input[type="button"], #formBody button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  display: inline-block;
  width: 135px;
  height: 45px;
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  border: 0 none;
  cursor: pointer;
  -webkit-transition: color .3s;
  transition: color .3s;
}
#formBody textarea {
  border: 0 none;
  background: #daeaf6;
  padding: 5px;
  width: 100%;
  height: 136px;
  resize: vertical;
}
#formBody textarea.pr {
  height: 276px;
}
#formBody dd.name label {
  padding-right: 8px;
}
#formBody dd.name input {
  width: 220px;
}
#formBody dd.name p + p {
  margin-left: 25px;
}
#formBody dd.date label {
  padding-left: 8px;
}
#formBody dd.date input {
  width: 58px;
}
#formBody dd.date input.year {
  width: 117px;
}
#formBody dd.date label + input {
  margin-left: 15px;
}
#formBody dd.radio label {
  padding-left: 8px;
}
#formBody dd.radio label + input {
  margin-left: 35px;
}
#formBody dd.zipCode label {
  padding-right: 8px;
}
#formBody dd.zipCode input {
  width: 30%;
}
#formBody dd.zipCode input + label {
  padding-left: 8px;
}
#formBody dd.tel label {
  padding: 0 8px;
}
#formBody dd.tel input {
  width: 25.3%;
}
#formBody .btnArea {
  text-align: center;
  padding-top: 20px;
}
#formBody .btnArea span {
  display: inline-block;
  width: 135px;
  height: 45px;
  background: #8C8C7E url(../img/contact/btn_arw.png) no-repeat 92% center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#formBody .btnArea input {
  background: transparent;
  position: relative;
  z-index: 3;
}
@media all and (min-width: 768px) {
  .form {
    width: 768px;
  }
  #formBody dd.name input {
    width: 210px;
  }
}
@media all and (max-width: 688px) {
  .form {
    width: 90%;
    margin: 0 auto;
  }
  #formBody dt {
    width: auto;
    text-align: left;
    padding-right: 0;
    margin-bottom: 10px;
  }
  #formBody dt, #formBody dd {
    display: block;
    font-size: 100%;
  }
  #formBody dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  #formBody dl {
    display: block;
  }
  #formBody dt, #formBody dd {
    display: block;
    font-size: 100%;
  }
  #formBody dd p {
    display: block;
  }
  #formBody dd.name p + p
{
  margin-left: 0px;
}
}
@media all and (min-width: 376px) {
  #formBody input[type="submit"]:hover, #formBody input[type="reset"]:hover, #formBody input[type="button"]:hover, #formBody button:hover {
    color: #848472;
  }
  #formBody .btnArea span::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #F2F2F1 url(../img/common/icon05.png) no-repeat 92% center;
    background-size: 7px auto;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #formBody .btnArea span:hover::before {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    left: 0;
  }
  #formBody dd.name input {
    width: 100%;
  }
}
#pagePath {
  margin-bottom: 30px;
}
@media all and (min-width: 0) and (max-width: 376px) {
  .form {
    width: 90%;
    margin: 0 auto;
  }
  .form_wrap {
    width: auto;
    padding: 20px 20px 0 20px;
  }
  #formBody dl {
    display: block;
  }
  #formBody dt, #formBody dd {
    display: block;
    font-size: 100%;
  }
  #formBody dt {
    width: auto;
    text-align: left;
    padding-right: 0;
    margin-bottom: 10px;
  }
  #formBody dt.vaTop {
    padding-top: 0;
  }
  #formBody dt small {
    font-size: 80%;
  }
  #formBody dt small br {
    display: none;
  }
  #formBody dd {
    padding-right: 0;
  }
  #formBody dd label {
    font-size: 100%;
  }
  #formBody dd p {
    display: block;
  }
  #formBody dd p + p {
    margin-top: 15px;
  }
  #formBody input {
    font-size: 90%;
  }
  #formBody input[type="submit"], #formBody input[type="reset"], #formBody input[type="button"], #formBody button {
    width: 60%;
  }
  #formBody textarea {
    height: 18em;
  }
  #formBody textarea.pr {
    height: 26em;
  }
  #formBody dd.name label {
    white-space: nowrap;
    width: 10%;
    padding: 0;
    text-align: center;
  }
  #formBody dd.name input {
    width: 100%;
  }
  #formBody dd.name p + p {
    margin-left: 0;
  }
  #formBody dd.date label {
    padding-left: 5px;
  }
  #formBody dd.date input {
    width: 4em;
  }
  #formBody dd.date input.year {
    width: 8em;
  }
  #formBody dd.date label + input {
    margin-left: 10px;
  }
  #formBody dd.radio label {
    padding-left: 3px;
  }
  #formBody dd.radio label + input {
    margin-left: 2em;
  }
  #formBody dd.zipCode label {
    padding-right: 5px;
  }
  #formBody dd.zipCode input.zip01 {
    width: 30%;
  }
  #formBody dd.zipCode input.zip02 {
    width: 40%;
  }
  #formBody dd.zipCode input + label {
    padding-left: 5px;
  }
  #formBody dd.tel label {
    padding: 0;
    width: 5%;
    text-align: center;
  }
  #formBody dd.tel input {
    width: 28%;
  }
  #formBody .btnArea span {
    width: 60%;
  }
  #formBody .btnArea span input {
    width: 100%;
  }
  #gFooter {
    border-top: none 0px;
  }
}

/* 同意チェックボックス */
#formBody dl.agree_box dd {
  padding-top: 10px;
  padding-bottom: 10px;
}

#formBody dl.agree_box label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

#formBody dl.agree_box input[type="checkbox"] {
  margin-right: 8px;
  margin-top: 4px;
  cursor: pointer;
  flex-shrink: 0;
}

/* エラー時の強調表示 */
#formBody dl.agree_box.error {
  background-color: #ffe6e6;
  border: 2px solid #ff0000;
  padding: 15px;
  border-radius: 4px;
}

#formBody dl.agree_box.error dd {
  color: #cc0000;
}
