@charset "UTF-8";
.p-maintitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 15px;
  height: 95px;
  border: 1px solid rgba(160, 188, 223, 0.3);
  background: rgba(10, 68, 148, 0.3);
  font-size: 2.1em;
  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 15px 40px;
  text-align: justify;
  font-size: 1.4em;
  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);
}

.l-content {
  width: 758px;
}

.l-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-logo {
  padding: 30px 0 40px;
}

.p-maintitle::before {
  width: 171px;
  height: 30px;
  background-image: url(../../img/pc/contact_maintitle_bg.png);
}

.p-progress {
  margin-bottom: 35px;
}

.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: 1px solid rgba(250, 250, 250, 0.3);
}

.p-form__item + .p-form__item {
  margin-top: 13px;
}

.p-form__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 10px;
}

.p-form__item__label {
  width: 233px;
  font-size: 1.4em;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  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: 1px solid rgba(250, 250, 250, 0.3);
  background: none;
  font-size: 1.4em;
  color: #9fa0a0;
}

.p-form__item__input input {
  height: 43px;
}

.p-form__item__input textarea {
  height: 189px;
  line-height: 1.5714285714;
  resize: vertical;
}

.p-form__item.required label::after {
  content: "必 須";
  margin-right: 4px;
  width: 35px;
  background: rgba(247, 83, 108, 0.7);
  text-align: center;
  line-height: 1.4;
  font-size: 0.7142857143em;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
}

.p-form__button__item {
  margin: 0 17px;
}

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

.p-form__button__item a:hover > * {
  opacity: 1;
}

.confirmation .p-form__item__input {
  padding: 15px 0;
  font-size: 1.8em;
  color: #fff;
}

.confirmation .text .p-form__item__input {
  padding: 11px 0;
  text-align: justify;
  line-height: 1.5714285714;
  font-size: 1.4em;
}

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

.send .p-form__lead, .send .p-form__text {
  margin-bottom: 40px;
  text-align: center;
}

.send .p-form__lead {
  font-size: 1.4em;
  color: #fff;
}

.send .p-form__sendfor {
  margin-bottom: 40px;
  padding: 20px;
  border: 1px solid rgba(250, 250, 250, 0.3);
  text-align: center;
  font-size: 2.4em;
  color: #457bc3;
}

.send .p-form__text {
  line-height: 1;
  color: #9fa0a0;
}


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