@charset "UTF-8";
.js-accordion__button {
  cursor: pointer;
}

.js-accordion__contents {
  overflow: hidden;
  height: 0;
  min-height: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.js-accordion.is-open > .js-accordion__button::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-maintitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 4vw 5.3333333333vw;
  padding: 4vw 4vw;
  min-height: 21.2vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.2666666667vw solid rgba(160, 188, 223, 0.3);
  background: rgba(10, 68, 148, 0.3);
  line-height: 1.3181818182;
  font-size: 2.2rem;
  color: #fff;
}

.p-maintitle::before {
  content: "";
  display: block;
  position: absolute;
  right: 13px;
  bottom: 10px;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.p-maintitle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.07);
  mix-blend-mode: multiply;
}

.p-lead {
  line-height: 1.7142857143;
  margin: 0 6vw 13.3333333333vw;
  text-align: justify;
  font-size: 1.4rem;
  color: #fafafa;
}

.p-lead::before, .p-lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}

.p-lead::before {
  margin-bottom: calc(-0.4946428571em + 2px);
}

.p-lead::after {
  margin-top: calc(-0.4946428571em + 2px);
}

.p-maintitle::before {
  width: 35.4666666667vw;
  height: 6.1333333333vw;
  background-image: url(../../img/sp/contact_maintitle_bg.png);
  background-size: 35.4666666667vw auto;
}

.p-lead {
  margin-right: 0;
  margin-left: 0;
}

.p-progress {
  margin: 0 0 6.6666666667vw;
}

.p-form {
  margin: 0 6vw 20vw;
}

.p-form legend {
  display: none;
}

.p-form__text {
  margin: 0 15px;
  line-height: 1.7142857143;
  font-size: 1.4em;
  color: #fff;
}

.p-form__item {
  border: 0.2666666667vw solid rgba(250, 250, 250, 0.3);
}

.p-form__item + .p-form__item {
  margin-top: 4vw;
}

.p-form__item__inner {
  padding: 2.4vw;
}

.p-form__item__label {
  margin-bottom: 2.4vw;
  font-size: 1.4rem;
  color: #457bc3;
}

.p-form__item__label label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.p-form__item__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-form__item__input input,
.p-form__item__input textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13px 15px;
  width: 100%;
  border: 0.2666666667vw solid rgba(250, 250, 250, 0.3);
  background: none;
  font-size: 1.6rem;
  color: #9fa0a0;
}

.p-form__item__input input {
  height: 12vw;
}

.p-form__item__input textarea {
  height: 42.6666666667vw;
  line-height: 1.375;
  resize: vertical;
}

.p-form__item.required label::after {
  content: "必須";
  margin-left: 2vw;
  width: 9.0666666667vw;
  background: rgba(247, 83, 108, 0.7);
  text-align: center;
  line-height: 1.35;
  font-size: 1rem;
  color: #fff;
}

.p-form__button__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 10.6666666667vw;
}

.p-form__button__item button {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}

.p-form__button__item.confirmation {
  width: 44.8vw;
}

.p-form__button__item.back {
  width: 33.4666666667vw;
}

.p-form__button__item.send {
  width: 44.8vw;
}

.fixed .formErrorContent {
  margin-bottom: 2.4vw;
}

.formError .formErrorContent {
  width: auto;
  background: rgba(247, 83, 108, 0.7);
  font-family: "YakuHanJP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
}

.confirmation .p-form__item__input {
  padding: 4vw;
  font-size: 1.7rem;
  color: #fff;
}

.confirmation .text .p-form__item__input {
  padding: 2.6666666667vw 4vw;
  text-align: justify;
  line-height: 1.7142857143;
  font-size: 1.4rem;
}

.confirmation .text .p-form__item__input .text {
  word-break: break-all;
}

.send .p-form__lead, .send .p-form__text {
  line-height: 1.7142857143;
  font-size: 1.4rem;
}

.send .p-form__lead, .send .p-form__sendfor {
  margin-bottom: 5.3333333333vw;
}

.send .p-form__lead {
  color: #fff;
}

.send .p-form__sendfor {
  padding: 9.3333333333vw 2.6666666667vw;
  border: 0.2666666667vw solid rgba(250, 250, 250, 0.3);
  text-align: center;
  font-size: 1.8rem;
  color: #457bc3;
}

.send .p-form__text {
  margin: 0 0 9.3333333333vw;
  color: #9fa0a0;
}


/*# sourceMappingURL=contact.css.map */
