@charset "utf-8";
@font-face {font-family: Futura; src: url(../fonts/FuturaPTMedium.otf);}

.mv {max-width: 1000px; margin-bottom: 2rem;}

#box01 {max-width: 1000px; margin-bottom: 10rem;}
#box01 select {border: 1px solid #d9d9d3; background: #fff; padding: 0.8rem 0.5rem; font-family: "游ゴシック体", "YuGothic", "游ゴシック Regular", "Yu Gothic Regular", "游ゴシック", "Yu Gothic", sans-serif; font-weight: 600; background: #fff url(../img/common/ic_select.png) no-repeat center right 10px; -webkit-appearance: none;}
#box01 input[type=text] {border: 1px solid #d9d9d3; padding: 0.8rem 0.5rem; width: 100%; font-family: "游ゴシック体", "YuGothic", "游ゴシック Regular", "Yu Gothic Regular", "游ゴシック", "Yu Gothic", sans-serif; font-weight: 600; }
#box01 input[type=radio] {margin-right: 0.5rem;}
#box01 input[type=submit] {display: block; width: 340px; margin: 0 auto; text-align: center; border: 1px solid #000; padding: 1.5rem 1rem; font-family: "游ゴシック体", "YuGothic", "游ゴシック Regular", "Yu Gothic Regular", "游ゴシック", "Yu Gothic", sans-serif; font-weight: 600; background: transparent; cursor: pointer;color: #000;}
#box01 input[type=submit]:hover {background: #d0c2ab;}
#box01 textarea {width: 100%; padding: 0.8rem 0.5rem; font-family: "游ゴシック体", "YuGothic", "游ゴシック Regular", "Yu Gothic Regular", "游ゴシック", "Yu Gothic", sans-serif; font-weight: 600; border: 1px solid #d9d9d3;}
#box01 .w350 {width: 100%; max-width: 350px;}
#box01 .rd-list label {margin-right: 2rem;}
#box01 .rd-list .txt-lst {}
#box01 .txt-lst * {display: inline-block;}
#box01 .txt-lst input[type=text] {width: 12rem;}
#box01 .row {margin-bottom: 2rem;}
#box01 .row:last-of-type {margin-bottom: 0; margin-top: 5rem;}
#box01 .row p {margin-bottom: 0.5rem;}
#box01 .row .col {width: 48%;}
#box01 .submit.flexBox {max-width: 350px; width: 100%; margin: 0 auto;}
#box01 .submit.flexBox input[type="submit"] {width: 45%;}
#box01 form {margin-bottom: 4rem;}

@font-face {
  font-family: Futura;
  src: url(../fonts/FuturaPTMedium.otf);
}

.mv {
  max-width: 1000px;
  margin-bottom: 2rem;
}

#box01 {
  max-width: 1000px;
  margin-bottom: 10rem;
}

#box01 select {
  border: 1px solid #d9d9d3;
  background: #fff;
  padding: 0.8rem 0.5rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Regular", "Yu Gothic Regular", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  background: #fff url(../img/common/ic_select.png) no-repeat center right 10px;
  -webkit-appearance: none;
}

#box01 input[type=text],
#box01 input[type=email],
#box01 input[type=tel] {
  border: 1px solid #d9d9d3;
  padding: 0.8rem 0.5rem;
  width: 100%;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Regular", "Yu Gothic Regular", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
}

#box01 input[type=text],
#box01 input[type=email],
#box01 input[type=tel],
#box01 textarea {
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

#box01 input[type=text]:focus,
#box01 input[type=email]:focus,
#box01 input[type=tel]:focus,
#box01 textarea:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .35rem rgba(13, 110, 253, .25);
}

#box01 input[type=radio] {
  margin-right: 0.5rem;
}

#box01 button[type=submit],
#box01 button[type=button] {
  display: block;
  width: 340px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #000;
  padding: 1.5rem 1rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Regular", "Yu Gothic Regular", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.confirm-btn {
  width: 340px !important;
}

#box01 button[type=submit]:hover,
#box01 button[type=button]:hover {
  background: #d0c2ab;
}

#box01 textarea {
  width: 100%;
  padding: 0.8rem 0.5rem;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Regular", "Yu Gothic Regular", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  border: 1px solid #d9d9d3;
}

#box01 .w350 {
  width: 100%;
  max-width: 350px;
}

#box01 .rd-list label {
  margin-right: 2rem;
}

#box01 .rd-list .txt-lst {
}

#box01 .txt-lst * {
  display: inline-block;
}

#box01 .txt-lst input[type=text] {
  width: 12rem;
}

#box01 .row {
  margin-bottom: 2rem;
}

#box01 .row.files .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 10px;
}

#box01 .row:last-of-type {
  margin-bottom: 0;
  margin-top: 5rem;
}

#box01 .row p {
  margin-bottom: 0.5rem;
}

#box01 .row .col {
  width: 48%;
}

#box01 .submit.flexBox {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  column-gap: 18px;
}

#box01 .submit.flexBox button[type="submit"],
#box01 .submit.flexBox button[type="button"] {
  width: 45%;
}

#box01 form {
  margin-bottom: 4rem;
}

.wpcf7-spinner {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.confirm-view {
  margin: 0 0 1em;
}
.hidden-field {
  display: none;
}

label.error,
label.error-file {
  display: block;
  margin-top: 5px;
  color: #ff0000;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.codedropz-upload-wrapper {
  width: fit-content;
}

.codedropz-upload-handler {
  width: 350px;
  border: 1px solid #d9d9d3;
  border-radius: 0;
}

.codedropz-upload-container {
  position: relative;
  padding: 18px 40px;
  transition: .3s opacity ease;
}

.codedropz-upload-container:hover {
  opacity: .6;
}

.dnd-upload-counter,
.codedropz-upload-inner,
.codedropz-btn-wrap a {
  color: #666;
  font-weight: normal;
}

.codedropz-btn-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.codedropz-upload-inner {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 12px;
  color: #666;
  column-gap: 0;
}

.cd-upload-btn {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 18px;
  padding-left: 116px;
}

.cd-upload-btn:hover {
  opacity: 1;
}

.file-type-note {
  color: #c6c5c5;
}

/*Responsive*/
@media only screen and (max-width: 767px){
  .codedropz-upload-handler {
    width: 350px;
  }
}
