@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "/css/common.css";
/*==================================================================*/
/* form css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* intro */
/* -------------------------------------------- */
.intro-box {
  background: #fff;
  margin-bottom: 3.5em;
  padding: 10px;
}
.intro-box .box-in {
  border: 1px solid #b74329;
  padding: 2em;
}
.intro-box .box-in h2 {
  margin-bottom: 0.5em;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
.intro-box .box-in h2 span {
  color: #b74329;
}
.intro-box .box-in p a {
  text-decoration: underline;
}
.intro-box .box-in p a:hover {
  text-decoration: none;
}
.intro-box .box-in p.mail {
  margin-top: 0.5em;
  text-align: center;
  font-size: 1.2em;
}
.intro-box .box-in p.mail i {
  font-size: 1.2em;
  color: #b74329;
  vertical-align: middle;
}

/* -------------------------------------------- */
/* 流れ */
/* -------------------------------------------- */
.flow .flow-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0 auto 2em;
  width: 100%;
  max-width: 650px;
}
.flow .flow-area li {
  text-align: center;
  position: relative;
}
.flow .flow-area li .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin: 0 auto 0.5em;
  padding: 1em;
  background: #fff;
  color: #aaa;
  text-align: center;
  font-size: 0.9em;
  line-height: 1;
  position: relative;
}
.flow .flow-area li .num::before {
  position: absolute;
  content: "";
  background: #aaa;
  height: 1px;
  width: 150%;
  top: 50%;
  left: 90px;
}
.flow .flow-area li .num span {
  font-size: 2em;
}
.flow .flow-area li .txt {
  color: #aaa;
  font-size: 1.1em;
  line-height: 1.4;
}
.flow .flow-area li:last-child .num::before {
  display: none;
}
.flow .flow-area li.current .num {
  background: #b74329;
  color: #fff;
}
.flow .flow-area li.current .num::before {
  background: #b74329;
}
.flow .flow-area li.current .txt {
  color: #b74329;
}

.form-t {
  margin-bottom: 1em;
  text-align: center;
  font-size: 2.7em;
  font-weight: bold;
}

.form-area .base-title span::before, .form-area .base-title span:after {
  -webkit-filter: brightness(0) saturate(100%) invert(55%) sepia(39%) saturate(464%) hue-rotate(137deg) brightness(93%) contrast(85%);
  filter: brightness(0) saturate(100%) invert(55%) sepia(39%) saturate(464%) hue-rotate(137deg) brightness(93%) contrast(85%);
}
.form-area .note {
  margin-bottom: 2em;
  padding-left: 1.5em;
  list-style: disc;
}
.form-area .note li a {
  text-decoration: underline;
}
.form-area .note li a:hover {
  text-decoration: none;
}

p.read {
  text-align: center;
}

span.need {
  padding: 0 5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  background: #cc0000;
  color: #fff;
  font-size: 0.8em;
}

/* form
---------------------------------------- */
input.middle, input.long, input.short, select, textarea {
  margin-bottom: 3px;
  padding: 12px;
  letter-spacing: 1px;
  border: 1px solid #ccc;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Shippori Mincho B1", "游明朝", "Times New Roman", "Yu Mincho", "游明朝体", "YuMincho", "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

input[type=text], textarea {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #616161;
}

input::-moz-placeholder {
  color: #616161;
}

input:-ms-input-placeholder {
  color: #616161;
}

input::-ms-input-placeholder {
  color: #616161;
}

input::placeholder {
  color: #616161;
}

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

button:focus, select:focus, textarea :focus {
  -webkit-box-shadow: 0px 0px 4px #d3d3d3;
  box-shadow: 0px 0px 4px #d3d3d3;
  border: none;
}

textarea {
  border: none;
  width: 100%;
}

select {
  cursor: pointer;
  color: #23221f;
  font-size: 16px;
  border-radius: 0;
  padding: 10px;
  letter-spacing: 1px;
  height: 50px;
  background: #fff;
  max-width: 100%;
}
select.preffld {
  min-width: 160px;
}

input.short {
  width: 100%;
  max-width: 150px;
}

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

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

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

input[type=date] {
  padding: 10px;
  border: 1px solid #ccc;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

input::placeholder {
  color: #999;
}

p.agree {
  margin: 1em auto;
  text-align: center;
  width: 96%;
}
p.agree a {
  position: relative;
  text-decoration: underline;
}
p.agree a:hover {
  text-decoration: none;
}

.check {
  margin: 0 auto 1em;
  text-align: center;
}
.check label {
  cursor: pointer;
}

.ui-datepicker th {
  width: auto;
}

/* -------------------------------------------- */
/* form */
/* -------------------------------------------- */
.form {
  margin: 0 auto 5em;
}
.form.conf form dl dd {
  color: #777;
}
.form form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1025px) {
  .form form dl {
    padding: 15px 0 !important;
    display: block;
  }
}
.form form dl dt {
  width: 25%;
  padding: 20px;
  position: relative;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 1025px) {
  .form form dl dt {
    margin: 0 0 5px !important;
    width: 100%;
    padding: 0 !important;
  }
}
.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: #b74329;
  color: #fff;
  font-size: 0.8em;
}
@media screen and (max-width: 1025px) {
  .form form dl dt span {
    position: static;
    margin-left: 10px;
  }
}
.form form dl dd {
  width: 75%;
  padding: 20px;
  word-wrap: break-word;
}
@media screen and (max-width: 1025px) {
  .form form dl dd {
    margin: 0 !important;
    width: 100%;
    padding: 0 !important;
    min-height: auto;
  }
}
.form form dl dd select {
  margin-bottom: 10px;
}
.form form dl dd span {
  display: inline-block;
  line-height: 1.6;
  font-size: 0.9em;
}
.form form dl dd span.red {
  color: #b74329;
}
.form form dl dd .kit-area dl dt, .form form dl dd .collect-area dl dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form form dl dd .kit-area dl dt span, .form form dl dd .collect-area dl dt span {
  right: -55px;
  top: 0px;
}
.form form dl dd dl {
  display: block;
  border-bottom: none;
  margin-top: 1em;
}
.form form dl dd dl dt, .form form dl dd dl dd {
  width: 100%;
  padding: 0;
}
.form form dl dd dl dt {
  margin-bottom: 5px !important;
  background: none;
}
.form form dl dd .box-need {
  margin-top: 1em;
  border-top: 1px dashed #ccc;
}
.form form dl dd .radiobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form form dl dd .radiobox li {
  margin: 0 1% 1% 0;
  width: 32.3%;
}
.form form dl dd .radiobox .radiobutton {
  display: none;
}
.form form dl dd .radiobox label {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fcfcfc;
  border-radius: 5px;
  display: block;
  text-align: center;
}
.form form dl dd .radiobox label:hover {
  background: #b74329;
  color: #fff;
  cursor: pointer;
}
.form form dl dd .radiobox .radiobutton:checked + label {
  background: #b74329;
  color: #fff;
}
.form form dl dd .picker th {
  width: auto !important;
}
.form form dl dd .picker li img {
  vertical-align: top;
  padding-left: 5px;
}
.form form dl dd .picker li img:hover {
  cursor: pointer;
}
.form form dl dd ul.horizontal {
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form form dl dd ul.horizontal li {
  margin-right: 60px;
  vertical-align: middle;
}
.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 form dl dd label {
  cursor: pointer;
}
.form form dl dd [type=checkbox] {
  cursor: pointer;
}
.form form dl dd [type=radio] {
  cursor: pointer;
}
.form .agree-box {
  margin-top: 3em;
}
.form .agree-box p {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.4em;
  color: #b74329;
}
.form .agree-box .list-wrap {
  background: #fff;
  margin-bottom: 2em;
  padding: 1.5em;
  height: 180px;
  overflow-y: scroll;
  border: 1px solid #b74329;
}
.form .agree-box .list-wrap ul {
  list-style: disc;
  padding-left: 1.5em;
  font-size: 0.9em;
}
.form .agree-box .list-wrap ul li::marker {
  color: #b74329;
}

form #btn {
  margin-top: 3em;
  text-align: center;
}
form #btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
form #btn ul li {
  width: 35%;
  max-width: 300px;
  margin: 0 1em;
}
form #btn ul li input {
  position: relative;
  border-radius: 999px;
  padding: 1em;
  width: 100%;
  max-width: 315px;
  background: #b74329;
  border: 1px solid #b74329;
  font-size: 1.1em;
  font-weight: bold;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 1.2;
  cursor: pointer;
  color: #fff;
  font-family: "Shippori Mincho B1", "游明朝";
  font-weight: bold;
}
form #btn ul li input:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
form #btn ul li.back input {
  background: #c8c8c8;
  border: 1px solid #c8c8c8;
  color: #555;
}
form #btn ul li.back input:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
form #btn .b-btn {
  text-align: center;
  width: 100%;
  max-width: 315px;
  padding: 1em;
  background: #b74329;
  color: #23221f;
  border: 1px solid #b74329;
  font-size: 1.1em;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  border-radius: 999px;
  font-family: "Shippori Mincho B1", "游明朝";
}
form #btn .b-btn:after {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
form #btn .b-btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
form #btn .b-btn:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
form #btn button[type=submit]:disabled {
  opacity: 0.8;
}

.btn-top {
  margin: 0 auto 2em;
  text-align: center;
  max-width: 250px;
}
.btn-top a {
  display: block;
  padding: 0.7em;
  background: #b74329;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 999px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-top a:before {
  content: "\f015";
  display: inline-block;
  margin-right: 0.3em;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.btn-top a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* -------------------------------------------- */
/*photoupload*/
/* -------------------------------------------- */
.form form dl dd .photoupload {
  margin: 1em auto;
  padding: 0.7em;
  background: #f1f1f1;
  text-align: center;
}

.hover {
  background: #e5e5d8 !important;
}

.form form dl dd .photoupload #drag-drop-area {
  border: 3px dotted #ccc;
  padding: 1em;
}

.form form dl dd .photoupload #drag-drop-area {
  border: 3px dotted #ccc;
  padding: 1em;
}

.form form dl dd .photoupload #drag-drop-area p {
  color: #bbb;
  font-size: 0.8em;
  line-height: 2;
}

.form form dl dd .photoupload #drag-drop-area p i {
  font-size: 3em;
}

.form form dl dd .photoupload #drag-drop-area p.drag-drop-info {
  font-size: 1.1em;
  line-height: 1.2;
}

.form form dl dd .photoupload #drag-drop-area a.button {
  display: inline;
  padding: 5px;
  position: relative;
  font-size: 0.9em;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #F7F7F7;
  text-decoration: none;
}

#drag-drop-area label {
  display: inline;
  padding: 5px;
  position: relative;
  font-size: 0.9em;
  z-index: 1;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #F7F7F7;
  text-decoration: none;
}

#drag-drop-area .upload-area ul {
  letter-spacing: -0.4em;
  text-align: center;
}

#drag-drop-area .upload-area ul li {
  padding: 0 15px;
  letter-spacing: normal;
  width: 170px;
  position: relative;
  text-align: left;
  vertical-align: top;
}

#drag-drop-area .upload-area ul li img {
  width: 100%;
}

#drag-drop-area .upload-area ul li span.delete-image {
  background: rgba(248, 248, 248, 0.9) none repeat scroll 0 0;
  border: 1px solid #c4ccce;
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #666666;
  display: block;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  left: 10px;
  text-align: center;
  top: -10px;
  vertical-align: middle;
  width: 30px;
  text-decoration: none;
  font-weight: bold;
}

#drag-drop-area .upload-area ul li span.delete-image:hover {
  opacity: 0.6;
}

/*アップロード済み*/
.form form dl dd .settled .fa-picture-o {
  display: none;
}

.form form dl dd .settled .drag-drop-info {
  font-size: 0.9em;
  line-height: 0.5;
}

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

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

.form input.error,
.form select.error,
.form textarea.error {
  background-color: #fff4f4;
  border: 1px solid #ff3c44;
}

/* -------------------------------------------- */
/* thanks */
/* -------------------------------------------- */
.thanks-message {
  margin-bottom: 1em;
  text-align: center;
  font-size: 2em;
}

.thanks-read {
  margin-bottom: 3em;
  text-align: center;
}

.btn-top {
  text-align: center;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1025px) {
  .form form dl {
    margin: 0 auto;
    display: block;
  }
  .form form dl dt {
    width: 100%;
    padding: 20px;
    position: relative;
    font-weight: bold;
  }
  .form form dl dt br {
    display: none;
  }
  .form form dl dd {
    width: 100%;
    min-height: auto;
    padding: 20px 10px;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .form form dl dd dl {
    padding: 0 !important;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 769px) {
  /* -------------------------------------------- */
  /* intro */
  /* -------------------------------------------- */
  .intro-box {
    padding: 5px;
  }
  .intro-box .box-in {
    padding: 1.5em;
  }
  .intro-box .box-in h2 {
    font-size: 1.2em;
    line-height: 1.6;
  }
  .intro-box .box-in .center {
    text-align: left;
  }
  .intro-box .box-in p.mail {
    font-size: 1em;
  }
  .flow .flow-area li .num {
    width: 75px;
    height: 75px;
    font-size: 0.75em;
  }
  .flow .flow-area li .num::before {
    left: 75px;
  }
  .flow .flow-area li .txt {
    font-size: 1em;
  }
  .form-t {
    margin-bottom: 0.5em;
    font-size: 1.8em;
  }
  .form form dl dd .radiobox li {
    width: 48%;
  }
  .form form dl dd .radiobox label {
    padding: 8px;
  }
  dl.tel-area {
    width: 96%;
  }
  dl.tel-area dt {
    text-align: center;
    font-weight: bold;
    font-size: 1.4em;
  }
  dl.tel-area dd ul {
    display: block;
    font-size: 1.5em;
  }
  dl.tel-area dd ul li {
    padding: 10px;
    width: 100%;
    text-align: center;
  }
  form #btn {
    text-align: center;
  }
  form #btn ul {
    display: block;
  }
  form #btn ul li {
    width: 90%;
    margin: 0 auto 1em;
  }
  form #btn ul li input {
    font-size: 1em;
  }
  form #btn .b-btn {
    text-align: center;
    font-size: 1em;
  }
  /* -------------------------------------------- */
  /* error */
  /* -------------------------------------------- */
  #error {
    font-size: 1em;
  }
  /* -------------------------------------------- */
  /* thanks */
  /* -------------------------------------------- */
  .thanks-message {
    font-size: 1.5em;
  }
  .thanks-read {
    margin: 0 auto 2em;
    text-align: left;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .flow .flow-area li .num {
    width: 55px;
    height: 55px;
    font-size: 0.55em;
  }
  .flow .flow-area li .num::before {
    left: 55px;
    width: 130%;
  }
  .flow .flow-area li .txt {
    font-size: 0.9em;
  }
  .form-t {
    font-size: 1.6em;
  }
  .form .agree-box .list-wrap {
    padding: 1em;
    height: 150px;
  }
  .thanks-message {
    font-size: 1.25em;
  }
}