@charset "UTF-8";
.color-r {
  color: #e72424;
}

.outline-area .txt-area {
  margin-bottom: 30px;
  text-align: center;
}

.outline-area .green {
  color: #c79640;
  font-weight: bold;
}

.contact_form {
  max-width: 111rem;
  margin-left: auto;
  margin-right: auto;
}

.contactform-item-data_in {
  padding: 1rem;
}

.contact_form .error {
  color: #e72424;
  font-weight: 500;
  line-height: 1.6;
  font-size: 0.9em;
}

.contact_form .contactform-item,
.contact_form .contactform-item-check {
  margin: 0 0;
}

.contact_form .selectBox {
  position: relative;
}

.contact_form .selectBox::before {
  content: "";
  display: block;
  position: absolute;
  transform: rotate(135deg);
}

@media screen and (min-width: 768px) {
  .contact_form .selectBox::before {
    width: 0.8rem;
    height: 0.8rem;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    top: 1.4rem;
    right: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .contact_form .selectBox::before {
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    top: 1.6rem;
    right: 1.2rem;
  }
}
.contact_form dl {
  border: 1px solid #512800;
  margin-bottom: 0.5rem !important;
  border-radius: 1rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .contact_form dl {
    display: flex;
    margin: 3rem 0;
  }
}
.contact_form dl dt {
  width: 100%;
  position: relative;
  padding: 1.5rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .contact_form dl dt {
    width: 32%;
    display: flex;
    align-items: center;
  }
}
.contact_form dl dt.contactform-item-title {
  padding-right: 5rem;
  display: flex;
  background-image: linear-gradient(352deg, #ffe272, #734900);
  color: #fff;
}

@media screen and (min-width: 768px) {
  .contact_form dl dt.contactform-item-title {
    padding-right: 4rem;
  }
}
.contact_form dl dt.contactform-item-title::before {
  content: "任意";
  display: inline-block;
  font-size: 0.9em;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 0.5rem;
  margin-right: 1rem;
  background: #f30000;
  color: #fff;
  padding: 0.5rem 1rem 0.65rem 0.85rem;
}

.contact_form dl dt.contactform-item-title--require:before {
  content: "必須";
}

.contact_form dl dd {
  background: #fff;
  /*     border-right: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5; */
  padding: 1.5rem;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .contact_form dl dd {
    width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .contact_form dl dd .agree {
    display: flex;
    align-items: center;
    height: 5rem;
  }
}
.contact_form dl dd .agree label {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed ver */
}

@media screen and (max-width: 767px) {
  .contact_form dl dd .agree label {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .contact_form dl dd .agree label:not(:first-child) {
    margin-left: 2rem;
  }
}
.contact_form dl dd .dt_year {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.7rem;
  margin-right: -0.7rem;
}

.contact_form dl dd .dt_year .w33 {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  width: 33.3333333333%;
  display: flex;
  align-items: center;
}

.contact_form dl dd .dt_year .w33 .input-text {
  margin-left: 0.5rem;
}

.contact_form dl dd .zipcode-group {
  max-width: 30rem;
  margin-left: -0.7rem;
  margin-right: -0.7rem;
  display: flex;
  align-items: center;
}

.contact_form dl dd .zipcode-group span {
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}

.contact_form dl dd .zipcode-group span.zip {
  width: 15rem;
}

@media screen and (max-width: 767px) {
  .contact_form dl dd .zipcode-group span.zip {
    width: 12rem;
  }
  .contact_form dl dd .dt_year .w33 {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact_form dl dd .zipcode-group span.zip2 {
    width: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .contact_form dl .f-item {
    border: none;
  }
  .contact_form dl dt {
    border: none;
    padding: 1rem 1.5rem;
  }
  .contact_form dl dd {
    border: none;
  }
}
.contact_form .contactform-input-text {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1rem 1.5rem;
  min-height: 3.6rem;
  line-height: 1.6;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  outline: none;
  font-weight: 500;
  word-break: break-all;
  border: 1px solid rgb(133, 133, 133);
  border-radius: 3px;
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 767px) {
  .contact_form .contactform-input-text {
    font-size: 1.4rem;
    padding: 1rem 1rem;
  }
}
.contact_form textarea.contactform-input-text {
  height: auto;
  min-height: 8rem;
  padding: 1rem 1.5rem;
}

.contact_form .contactform-input-file {
  width: 100%;
  border-radius: 5px;
  color: #232323 !important;
  font-weight: 500;
  background: #ffffff;
  padding: 13px 20px;
  background: #f6f8f9;
  border: 1px solid #eceff1;
  border-radius: 3px;
  width: 100%;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .contact_form .contactform-input-file {
    padding: 13px 10px;
    font-size: 12px;
  }
}
.contact_form input[type=checkbox] {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  background: #ffffff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.contact_form input[type=checkbox]::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/icon-check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
  opacity: 0;
  transition: 0.2s;
  top: 0;
  left: 0;
}

.contact_form input[type=checkbox]:checked {
  background-color: #0075ff;
}

.contact_form input[type=checkbox]:checked::before {
  opacity: 1;
}

.contact_form input[type=checkbox]:not(:first-child) {
  margin-left: 2rem;
}

@media screen and (min-width: 768px) {
  .contact_form input[type=checkbox] {
    margin-top: -4px;
  }
}
.contact_form .contact_form-agree {
  width: 34rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 3rem;
}

.contact_form .contact_form-agree .contact_form-agree__label {
  font-weight: bold;
}

.contact_form .contact_form-button-box {
  text-align: center;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .contact_form .contact_form-button-box {
    margin-top: 6rem;
  }
}
.contact_form .contact_form__button {
  max-width: 25rem;
  width: 100%;
  height: auto;
  border-radius: 0.3rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-shadow: none;
  border: none;
  transition: 0.1s ease-in-out;
  letter-spacing: 0.1em;
  border-radius: 5rem;
  transition: 0.3s;
}
.contact_form .contact_form__button:disabled {
  background-color: #777777;
}
.contact_form .contact_form__button:not(:disabled):hover {
  cursor: pointer;
  filter: drop-shadow(0 4px 6px black);
}
.contact_form .contact_form__button:not(:disabled):active {
  transition: 0.01s;
  cursor: pointer;
  filter: drop-shadow(0 2px 3px black);
}
.contact_form .contact_form__button.previous {
  background: #3f3f3f;
}

@media screen and (max-width: 767px) {
  .contact_form .contact_form__button {
    margin-top: 3rem;
    font-size: 1.4rem;
    max-width: 20rem;
  }
}
.contact_form .contact_form-agree__label {
  display: block;
}

.contact_form .formFile__wrapper {
  padding: 0;
}

.contact_form .formFile__wrapper .formFile__item {
  display: block;
}

.contact_form .formFile__wrapper .formFile__item + .formFile__item {
  margin-top: 1rem;
}

.contact_form .formFile__wrapper .formFile__item .formFile__item__label {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .contact_form .formFile__wrapper .formFile__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .contact_form .formFile__wrapper .formFile__item .formFile__item__label {
    width: calc(100% - 39rem);
  }
  .contact_form .formFile__wrapper .formFile__item .formFile__item__input {
    width: 39rem;
  }
  .contact_form .formFile__wrapper .formFile__item .formTextNote {
    width: 100%;
  }
  .contact_form .formFile__wrapper .formFile__item2 .formFile__item__label {
    width: calc(100% - 49rem);
  }
  .contact_form .formFile__wrapper .formFile__item2 .formFile__item__input2 {
    width: 49rem;
  }
  .contact_form .formFile__wrapper .formFile__item2 .formFile__item__input2 .item-i {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .contact_form .formFile__wrapper .formFile__item2 .formFile__item__input2 .item-i .item-il {
    width: calc(100% - 39rem);
    font-size: 1.4rem;
  }
  .contact_form .formFile__wrapper .formFile__item2 .formFile__item__input2 .item-i .formFile__item__input {
    width: 39rem;
  }
  .contact_form .formFile__wrapper .formFile__item2 .formFile__item__input2 .item-i + .item-i {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .contact_form .formFile__wrapper .formFile__item {
    flex-direction: column;
  }
  .contact_form .formFile__wrapper .formFile__item .formFile__item__label {
    margin-bottom: 0.5rem;
  }
  .contact_form .formFile__wrapper .formFile__item .item-i {
    display: flex;
    align-items: center;
  }
  .contact_form .formFile__wrapper .formFile__item .item-i + .item-i {
    margin-top: 1rem;
  }
  .contact_form .formFile__wrapper .formFile__item .item-i .item-il {
    width: 9rem;
    font-size: 1.4rem;
  }
  .contact_form .formFile__wrapper .formFile__item .item-i .formFile__item__input {
    width: calc(100% - 9rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .contact_form .formFile__wrapper .formFile__item .formFile__item__label {
    /* width: calc(100% - 36rem); */
    width: 100%;
  }
  .contact_form .formFile__wrapper .formFile__item .formFile__item__input {
    /* width: 36rem; */
    width: 100%;
  }
  .contact_form .formFile__wrapper .formFile__item2 .formFile__item__label {
    /* width: calc(100% - 45rem); */
    width: 100%;
  }
  .contact_form .formFile__wrapper .formFile__item2 .formFile__item__input2 {
    /* width: 45rem; */
    width: 100%;
  }
  .contact_form .formFile__wrapper .formFile__item2 .formFile__item__input2 .item-i .item-il {
    width: calc(100% - 36rem);
  }
  .contact_form .formFile__wrapper .formFile__item2 .formFile__item__input2 .item-i .formFile__item__input {
    width: 36rem;
  }
}
.contact_form .formTextNote {
  color: #777777;
  padding: 0;
}

.contact_form .formTextNote.color-red {
  color: #f00;
  font-weight: bold;
}

.contact_form .formTextNote li {
  display: block;
  text-indent: -1em;
  margin-left: 1em !important;
}

@media screen and (min-width: 768px) {
  .contact_form .formTextNote {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .contact_form .formTextNote {
    font-size: 1.3rem;
    margin: 7px 0 0;
  }
}
.contact_form .form-spacing {
  margin: 5rem 0;
  display: block;
}

.contact_form .form-required-mark {
  font-weight: bold;
  color: #f00;
  text-align: right;
  margin: 0.5rem 0;
}

#form-submiting {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8196078431);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tab {
  display: none;
}
.tab.current {
  display: block;
}

.agreement-area {
  background-color: #fff;
}

.agreement-area .text-area {
  overflow-y: scroll;
  max-height: 20rem;
  padding: 2rem;
  border: 1px solid #dbac42;
}

@media screen and (min-width: 768px) {
  .agreement-area .text-area {
    max-height: 30rem;
  }
}
.agreement-area .text-area p {
  margin-bottom: 2rem;
}

.agreement-area .text-area p.ttl-top {
  margin-bottom: 2rem;
  font-weight: bold;
  color: #c79640;
}

.agreement-area .text-area p.ttl {
  margin-bottom: 0.8rem;
  font-weight: bold;
  color: #c79640;
}

.agreement-area textarea {
  width: 100%;
  min-height: 14rem;
  overflow-y: scroll;
  padding: 10px;
  font-size: 1.6rem;
}

.agreement-area textarea:focus {
  background-color: #fffde1;
}

@media screen and (max-width: 767px) {
  .agreement-area textarea {
    font-size: 2.5rem;
  }
}
.h2-title {
  padding: 10px;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 1em;
  text-align: center;
}

.contact_form .contact_form-button-box {
  text-align: center;
  margin-top: 3rem;
}

@media screen and (min-width: 768px) {
  .contact_form .contact_form-button-box {
    margin-top: 6rem;
  }
}
.btnArea {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.btnArea .modBtn {
  display: block;
  width: 30rem;
  padding: 1.5rem 2rem;
  background-color: #c79640;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .btnArea {
    margin: 5rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .btnArea {
    margin: 25px 0 0;
  }
}
.contact_form input {
  border: 1px solid #bdbdbd !important;
}

input {
  transition: 0.3s;
}
input:focus {
  filter: drop-shadow(0px 0px 4px #bdbdbd);
}

.preview .preview_img img {
  max-height: 20rem;
}/*# sourceMappingURL=form.css.map */