@charset "UTF-8";
/* Sass Document */
.btn_wrap {
  width: 35rem;
  margin: auto;
  height: 7.4rem;
}
.btn_wrap button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35rem !important;
  height: 7rem !important;
  margin: 3.5rem auto 0;
  font-size: 2rem !important;
  font-weight: 700;
  background: #fff03a !important;
  box-shadow: 0 0.3rem 0 #cbbe28;
  border-radius: 0.5rem;
}
.btn_wrap button.back_btn {
  background: #ccc !important;
  box-shadow: 0 0.3rem 0 #aaa;
}
@media screen and (max-width: 1200px) {
  .btn_wrap button {
    width: 29.1666666667vw;
    height: 5.8333333333vw;
    margin: 0.8333333333vw auto 0;
    font-size: 1.6666666667vw;
    box-shadow: 0 0.25vw 0 #cbbe28;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  .btn_wrap button {
    width: 73.0769230769vw;
    height: 15.3846153846vw;
    margin: 2.5641025641vw auto 0;
    font-size: 4.8717948718vw;
    box-shadow: 0 0.7692307692vw 0 #cbbe28;
    border-radius: 1.2820512821vw;
  }
}
.btn_wrap button .triangle {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0 0.7rem 0.7rem;
  border-color: transparent transparent transparent #000;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .btn_wrap button .triangle {
    right: 1.6666666667vw;
    border-width: 0.5833333333vw 0 0.5833333333vw 0.5833333333vw;
  }
}
@media screen and (max-width: 840px) {
  .btn_wrap button .triangle {
    right: 4.358974359vw;
    border-width: 1.2820512821vw 0 1.2820512821vw 1.2820512821vw;
  }
}
.btn_wrap button:hover {
  box-shadow: 0 0 0 #cbbe28;
  transform: translateY(0.3rem);
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .btn_wrap button:hover {
    box-shadow: 0 0 0 #cbbe28;
    transform: translateY(0.25vw);
  }
}

.form-ctt {
  padding: 6rem 0 8rem;
}
@media screen and (max-width: 840px) {
  .form-ctt {
    padding: 10.2564102564vw 0;
  }
}
.form-ctt .v-list-item__title {
  font-size: 1.6rem;
}
.form-ctt p.line a {
  text-decoration: underline;
  color: #000;
}
@media screen and (max-width: 840px) {
  .form-ctt p.line {
    font-size: 3.5897435897vw;
  }
}
.form-ctt .inner {
  width: min(100%, 80rem);
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 840px) {
  .form-ctt .inner {
    width: 100%;
    padding: 0 5.1282051282vw;
  }
}
.form-ctt [v-cloak] {
  display: none;
}
.form-ctt .v-application {
  background: transparent !important;
}
.form-ctt .v-main {
  padding: 0 !important;
  margin: 0;
}
.form-ctt .v-card.ma-sm-5 {
  margin: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.form-ctt .form-inner {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media screen and (max-width: 840px) {
  .form-ctt .form-inner {
    gap: 1.2820512821vw;
  }
}
.form-ctt .form-item .label,
.form-ctt .input_area .label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
}
@media screen and (max-width: 840px) {
  .form-ctt .form-item .label,
  .form-ctt .input_area .label {
    gap: 2.0512820513vw;
    margin-bottom: 2.5641025641vw;
    font-size: 4.1025641026vw;
  }
}
.form-ctt .form-item .label span,
.form-ctt .input_area .label span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.4rem;
  height: 2rem;
  padding: 0 0.6rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: #ef2b2d;
  border-radius: 0.2rem;
}
@media screen and (max-width: 840px) {
  .form-ctt .form-item .label span,
  .form-ctt .input_area .label span {
    min-width: 7.6923076923vw;
    height: 4.6153846154vw;
    padding: 0 1.5384615385vw;
    font-size: 2.5641025641vw;
  }
}
.form-ctt .flex-input {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 840px) {
  .form-ctt .flex-input {
    grid-template-columns: 1fr;
    gap: 3.0769230769vw;
  }
}
.form-ctt .birthday .flex-input {
  grid-template-columns: repeat(3, 1fr);
}
.form-ctt .form-item {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 840px) {
  .form-ctt .form-item {
    margin-bottom: 5.1282051282vw;
  }
}
.form-ctt .postal .flex {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 840px) {
  .form-ctt .postal .flex {
    gap: 2.5641025641vw;
  }
}
.form-ctt .postal .flex .v-input__slot {
  width: 28.5rem;
}
.form-ctt .postal .icon {
  flex: 0 0 auto;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #111;
}
@media screen and (max-width: 840px) {
  .form-ctt .postal .icon {
    font-size: 4.6153846154vw;
  }
}
.form-ctt .prefe-input {
  max-width: 32rem;
}
@media screen and (max-width: 840px) {
  .form-ctt .prefe-input {
    max-width: 100%;
  }
}
.form-ctt .txt_ari .w-input,
.form-ctt .big-size .w-input,
.form-ctt .cation .w-input {
  width: 100%;
}
.form-ctt .check .container,
.form-ctt .check .v-container {
  padding: 0 !important;
}
.form-ctt .check .row,
.form-ctt .check .v-row {
  margin: 0 !important;
}
.form-ctt .check .col,
.form-ctt .check .v-col {
  padding: 0 !important;
  max-width: 100%;
  flex: 0 0 100%;
}
.form-ctt .check .v-input--checkbox {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.form-ctt .check .v-label {
  font-size: 1.6rem !important;
  color: #111 !important;
  line-height: 1.7 !important;
}
@media screen and (max-width: 840px) {
  .form-ctt .check .v-label {
    font-size: 3.3333333333vw !important;
  }
}
.form-ctt .check .v-label .link {
  color: #111;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
.form-ctt .ttl {
  margin-bottom: 1.6rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .form-ctt .ttl {
    margin-bottom: 3.0769230769vw;
    font-size: 4.6153846154vw;
  }
}
.form-ctt .precautions {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 0.5rem;
  height: 20rem;
  overflow: auto;
}
@media screen and (max-width: 840px) {
  .form-ctt .precautions {
    margin-top: 4.1025641026vw;
    padding: 4.6153846154vw;
  }
}
.form-ctt .precautions .txt {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #111;
}
@media screen and (max-width: 840px) {
  .form-ctt .precautions .txt {
    font-size: 3.0769230769vw;
  }
}
.form-ctt .precautions .Red,
.form-ctt .precautions .red {
  color: #d6001c;
  font-weight: 700;
}
.form-ctt .precautions .p_need,
.form-ctt .precautions .ca_p {
  margin-bottom: 1em;
}
.form-ctt .precautions ul {
  margin: 1em 0 0;
  padding-left: 1.4em;
}
.form-ctt .precautions ul li {
  margin-bottom: 0.4em;
}
.form-ctt .precautions .add_txt {
  margin-top: 2rem;
}
.form-ctt .precautions .add_txt .item + .item {
  margin-top: 1.8rem;
}
.form-ctt .precautions .add_txt h3 {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 840px) {
  .form-ctt .precautions .add_txt h3 {
    font-size: 3.5897435897vw;
  }
}
.form-ctt {
  /* Vuetifyの入力見た目調整 */
}
.form-ctt .v-input {
  margin: 0 !important;
  padding: 0 !important;
}
.form-ctt .v-input__control {
  min-height: auto !important;
}
.form-ctt .v-input__slot {
  min-height: 4.8rem !important;
  margin-bottom: 0 !important;
  background: #fff !important;
  border-radius: 0.4rem !important;
  box-shadow: none !important;
}
@media screen and (max-width: 840px) {
  .form-ctt .v-input__slot {
    min-height: 12.3076923077vw !important;
  }
}
.form-ctt .v-textarea .v-input__slot {
  min-height: 16rem !important;
}
@media screen and (max-width: 840px) {
  .form-ctt .v-textarea .v-input__slot {
    min-height: 41.0256410256vw !important;
  }
}
.form-ctt .v-text-field__slot input,
.form-ctt .v-select__selection,
.form-ctt .v-textarea textarea {
  font-size: 1.6rem !important;
  color: #111 !important;
}
@media screen and (max-width: 840px) {
  .form-ctt .v-text-field__slot input,
  .form-ctt .v-select__selection,
  .form-ctt .v-textarea textarea {
    font-size: 3.5897435897vw !important;
  }
}
.form-ctt .v-text-field__slot input::-moz-placeholder, .form-ctt .v-textarea textarea::-moz-placeholder {
  color: #b8b8b8 !important;
  opacity: 1 !important;
}
.form-ctt .v-text-field__slot input::placeholder,
.form-ctt .v-textarea textarea::placeholder {
  color: #b8b8b8 !important;
  opacity: 1 !important;
}
.form-ctt .v-text-field--outlined fieldset,
.form-ctt .v-select--outlined fieldset,
.form-ctt .v-combobox--outlined fieldset,
.form-ctt .v-textarea--outlined fieldset {
  border: none !important;
  background-color: #f4f4f4;
}
.form-ctt .v-label {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 840px) {
  .form-ctt .v-label {
    font-size: 3.3333333333vw !important;
  }
}
.form-ctt .v-input--radio-group--column .v-input--radio-group__input {
  flex-direction: row;
  gap: 3rem;
  align-items: flex-start;
}
.form-ctt .v-input--radio-group--column .v-input--radio-group__input .theme--light.v-label {
  color: #000;
  font-weight: 500;
}
.form-ctt .v-text-field__details,
.form-ctt .v-messages {
  min-height: 0 !important;
}
.form-ctt .v-messages__message {
  font-size: 1.2rem !important;
  line-height: 1.6 !important;
  color: #d6001c !important;
}
.form-ctt .theme--light.v-input input,
.form-ctt .theme--light.v-input textarea {
  color: #111 !important;
}
.form-ctt .btn_no_mail {
  position: relative;
  width: 100%;
  margin: 6.5rem 0 0;
}
@media screen and (max-width: 840px) {
  .form-ctt .btn_no_mail {
    margin: 7.6923076923vw 0 0;
  }
}
.form-ctt .btn_no_mail a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 77rem;
  height: 4.7rem;
  margin: auto;
  font-size: 1.7rem;
  font-weight: 700;
  background: #000;
  color: #fff;
  border-radius: 0.5rem;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .form-ctt .btn_no_mail a {
    width: 64.1666666667vw;
    height: 3.9166666667vw;
    font-size: 1.4166666667vw;
    border-radius: 0.4166666667vw;
  }
}
@media screen and (max-width: 840px) {
  .form-ctt .btn_no_mail a {
    width: 89.7435897436vw;
    height: 12.0512820513vw;
    font-size: 4.358974359vw;
    border-radius: 1.2820512821vw;
  }
}
.form-ctt .btn_no_mail a:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 2rem;
  font-size: 2rem;
  font-weight: 900;
  transform: translateY(-50%);
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .form-ctt .btn_no_mail a:after {
    right: 1.6666666667vw;
  }
}
@media screen and (max-width: 840px) {
  .form-ctt .btn_no_mail a:after {
    right: 4.358974359vw;
  }
}
.form-ctt .btn_no_mail.is-open a:after {
  content: "−";
}
.form-ctt .more_no_mail {
  display: none;
  margin: 2rem 0 0;
}
@media screen and (max-width: 840px) {
  .form-ctt .more_no_mail {
    margin: 1.25vw 0 0;
  }
}
.form-ctt .more_no_mail.is-open {
  display: block;
}
.form-ctt .more_no_mail p {
  font-size: 1.5rem;
  line-height: 1.4;
}

.form-ctt .check .col,
.form-ctt .check .v-col {
  justify-content: center;
}

.birthday-select {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.birthday-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1rem 3rem 1rem 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  font-size: 1.4rem;
  position: relative;
}
.birthday-select span {
  font-size: 1.4rem;
}