@charset "UTF-8";
/* --------------------------------------
    defult style reset
 -------------------------------------- */
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  resize: vertical;
}

/* style input */
form input {
  outline: none;
}

/* Chrome, Safari */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* Firefox */
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* Firefox 18以前 */
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.3;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* --------------------------------------
    contact common
 -------------------------------------- */
/* google reCAPTCHA */
.grecaptcha-badge {
  bottom: 70px !important;
  z-index: 1;
}

/*item-table -------------------- */
.item-table > .box-formitem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
}
.item-table > .box-formitem dt {
  width: 280px;
  font-weight: bold;
  vertical-align: middle;
}
.item-table > .box-formitem dd {
  width: calc(100% - 280px);
  word-break: break-all;
}

/*need -------------------- */
.need {
  color: #BE396C;
  display: inline-block;
  margin-left: 5px;
  font-size: 0.9em;
  position: relative;
  top: -3px;
}

/*box-radio -------------------- */
.box-formitem.box-radio .radio-area {
  position: relative;
}
.box-formitem.box-radio .radio-area.l-1 > * {
  width: 100%;
}
.box-formitem.box-radio .radio-area.l-2 > * {
  width: 50%;
}
.box-formitem.box-radio .radio-area.l-3 > * {
  width: 33.3333%;
}

@media (max-width: 991px) {
  .box-formitem.box-radio .radio-area.m-1 > * {
    width: 100%;
  }
  .box-formitem.box-radio .radio-area.m-2 > * {
    width: 50%;
  }
  .box-formitem.box-radio .radio-area.m-3 > * {
    width: 33.3333%;
  }
}
@media (max-width: 480px) {
  .box-formitem.box-radio .radio-area.s-1 > * {
    width: 100%;
  }
  .box-formitem.box-radio .radio-area.s-2 > * {
    width: 50%;
  }
  .box-formitem.box-radio .radio-area.s-3 > * {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  .item-table > .box-formitem {
    display: block;
    padding: 20px;
  }
  .item-table > .box-formitem dt,
  .item-table > .box-formitem dd {
    display: block;
    width: 100%;
  }
  .item-table .box-formitem dt {
    margin-bottom: 7px;
  }
  .box-formitem.box-radio {
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .item-table > .box-formitem {
    padding: 15px 0 15px 0;
  }
  .item-table > .box-formitem dt {
    padding-left: 0;
    position: relative;
  }
  .item-table > .box-formitem dt::before {
    left: 0;
  }
}
/* --------------------------------------
	contact index
 -------------------------------------- */
/* input -------------------- */
.input {
  position: relative;
  z-index: 1;
  display: block;
}

.input__field {
  position: relative;
  display: block;
  padding: 0.8em;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
}
.input__field:focus {
  outline: none;
}

.input__label {
  width: 100%;
  padding: 0;
  text-align: left;
  float: right;
  font-size: 75%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}

.with-unit {
  gap: 10px;
  align-items: center;
}

/* animation -------------------- */
.input__field--anm {
  width: 100%;
  display: block;
  background: #f0f0f0 !important;
  box-shadow: 0px 0px 0px 2px transparent;
  color: #000;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W6", "HiraKakuPro-W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.input__field--anm:focus {
  box-shadow: 0px 0px 0px 1px #c8c8c8;
  -webkit-animation: background 0.55s ease-in;
  -moz-animation: background 0.55s ease-in;
  animation: background 0.55s ease-in;
  background: #FFFFFF !important;
}
.input__field--anm:focus + .input__label--anm {
  pointer-events: none;
}
.input__field--anm:focus + .input__label--anm::after {
  -webkit-animation: anim-shadow 0.3s forwards;
  animation: anim-shadow 0.3s forwards;
}
.input__field--anm:focus + grammarly-btn + .formError + .input__label--anm::after, .input__field--anm:focus + .formError + .input__label--anm::after {
  -webkit-animation: anim-shadow 0.3s forwards;
  animation: anim-shadow 0.3s forwards;
}

.input__label--anm::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(135, 135, 135, 0.8);
}

.input__label-content--anm {
  padding: 0.75em 0.15em;
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 100px 50px;
    opacity: 0;
  }
}
@keyframes background {
  0% {
    background: transparent;
  }
  66% {
    background: #FFFFFF;
  }
  100% {
    background: #FFFFFF;
  }
}
/* radio checkbox style -------------------- */
input[type=radio] {
  visibility: hidden;
  position: absolute;
}

.radio {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  margin: 0;
  padding: 12px 12px 12px 42px;
  cursor: pointer;
}
.radio:after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  width: 22px;
  height: 22px;
  top: calc(50% - 11px);
  left: 11px;
  border: 2px solid #bbb;
}
.radio:before {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 7px);
  left: 15px;
  width: 14px;
  height: 14px;
  background-color: #595DD1;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.radio:hover {
  background-color: #f7f7f7;
}

input[type=radio]:checked + .radio:before {
  opacity: 1;
  transform: scale(1);
}

/* checkbox -------------------- */
.box-chk {
  position: relative;
}

input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.checkbox {
  position: relative;
  display: block;
  word-break: break-all;
  padding: 12px 12px 12px 45px;
  box-sizing: border-box;
  transition: background-color 0.2s linear;
}
.checkbox::before {
  content: "";
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.3s ease;
  z-index: 0;
  width: 22px;
  height: 22px;
  top: calc(50% - 11px);
  left: 11px;
  border: 2px solid #bbb;
  border-radius: 5px;
  background-color: transparent;
}
.checkbox::after {
  content: "";
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.3s ease;
  z-index: 1;
  width: 6px;
  height: 9px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  top: 50%;
  left: 18px;
  transform: rotate(45deg) translate(-50%, -50%);
  opacity: 0;
}
.checkbox:hover {
  background-color: #f7f7f7;
  cursor: pointer;
}

input[type=checkbox]:checked + .checkbox::before {
  background-color: #333;
  border-color: #333;
}
input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
}

/* .agearea --------------------  */
.item-table > .box-formitem dd .agearea {
  display: flex;
  align-items: center;
  column-gap: 10px;
}

/* .ziparea --------------------  */
.ziparea {
  align-items: center;
}
.ziparea .postmark {
  padding-right: 10px;
}
.ziparea .input {
  width: 240px;
}
.ziparea .t-link {
  width: auto;
  padding-left: 15px;
}

.t-link a {
  display: inline-block;
  padding: 5px 5px 5px 25px;
  position: relative;
}
.t-link a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #007ebf;
  border-right: 1px solid #007ebf;
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-55%) rotate(-45deg);
}

/* #teltime --------------------  */
#teltime {
  padding: 20px 10px;
}

.box-select {
  margin: 5px 0;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
.box-select .selectlabel {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
}
.box-select .selectlabel select {
  box-sizing: border-box;
  min-width: 220px;
  display: block;
  padding: 10px;
  border: 1px solid #bbb;
}
.box-select .selectlabel:after {
  display: block;
  content: "";
  position: absolute;
  right: 8px;
  top: 20px;
  box-sizing: border-box;
  width: 8px;
  height: 10px;
  border: 4px solid transparent;
  border-top: 5px solid #000;
  background-size: 20px;
  pointer-events: none;
}

@media screen and (max-width: 480px) {
  .box-select {
    display: block;
    width: 100%;
  }
  .box-select .selectlabel {
    display: block;
    width: 100%;
  }
  .box-select .selectlabel select {
    display: block;
    width: 100%;
  }
}
/* item-privacy -------------------- */
.item-privacy .box-chk{
  width: fit-content;
  margin: auto;
}
.item-privacy .txt-privacy {
  height: 180px;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #ededed;
  overflow-y: scroll;
  text-align: left;
  font-size: 1.45rem;
}
.item-privacy .txt-privacy em {
  font-style: normal;
}

@media (max-width: 480px) {
  .radio {
    padding: 8px 10px 8px 42px;
  }
  .formError {
    width: 100%;
  }
  .formError .formErrorContent {
    font-size: 1.4rem;
  }
}
/* button --------------------  */
.btn-area {
  justify-content: center;
  gap: 10px;
}

button {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  overflow: visible;
  resize: none;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  border-radius: 9999px;
  min-height: 60px;
}
button.btn-reset, button.btn-back {
  color: #222;
  background-color: #bbb;
  width: 150px;
}
button.btn-confirm {
  color: #fff;
  background-color: #FE0000;
  flex: 1;
  max-width: 250px;
}
button:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  button.btn-reset, button.btn-back {
    width: 130px;
  }
}
@media screen and (max-width: 480px) {
  button.btn-reset, button.btn-back {
    width: 115px;
  }
}
@media screen and (max-width: 400px) {
  button.btn-reset, button.btn-back {
    width: 95px;
  }
}

/* --------------------------------------
	contact index
 -------------------------------------- */
.user-link {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 5px;
	width: fit-content;
	margin: 0 auto;
	padding: 10px 0;
}
.form-contents .btn-back {
  position: absolute;
  right: 30px;
  top: 15px;
  z-index: 1;
}

@media (max-width: 480px) {
  .form-contents .btn-back {
    right: 15px;
    top: 5px;
  }
}


/* --------------------------------------
	contact confirm
 -------------------------------------- */
.box-table.box-form > dl.formitemconf > dd {
  padding-left: 17px;
}

@media screen and (max-width: 480px) {
  .box-table.box-form > dl.formitemconf > dd, .box-table.box-form > dl.box-radio > dd {
    padding-top: 0.5em;
    padding-bottom: 1.2em;
  }
}



.sec-contact {
  padding-block: 150px;
  min-height: 100vh;
}
.result .sec-contact {
  display: flex;
  align-items: center;
}

.form-contents {
    width: 100%;
    padding: 80px 5% 100px 5%;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
  .form-contents {
      border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .form-contents {
      padding: 70px 5% 50px;
  }
}
