@charset "UTF-8";
/* --------------------------------------------

お問合せ
	
---------------------------------------------- */
/* Scss Document */
.pageTitle {
  padding: 8em 0 4em;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.pageTitle > span {
  font-family: "BebasNeueBold";
  font-size: 70px;
  font-size: 7rem;
}

.formWrap {
  width: 90%;
  margin: 0 auto 5em;
}

.form-stepBar {
  position: relative;
  margin: 5em auto;
  max-width: 860px;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  font-size: 1.4rem;
  color: #828282;
  *zoom: 1;
}

.form-stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  width: 33.33%;
  white-space: nowrap;
  line-height: 40px;
  padding: 0 0em 0 0em;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-stepBar .step:before,
.form-stepBar .step:after {
  position: absolute;
  left: -6px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 2px solid #fff;
  width: 10px;
  height: 20px;
}

.form-stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}

.form-stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.form-stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-stepBar .step:first-child:before,
.form-stepBar .step:first-child:after {
  content: none;
}

.form-stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.form-stepBar .step.current {
  color: #FFF;
  background-color: #424242;
}

.form-stepBar .step.current:before,
.form-stepBar .step.current:after {
  background-color: #424242;
}

@media screen and (max-width: 768px) {
  .form-stepBar {
    font-size: 10px;
    font-size: 1rem;
  }

  .form-stepBar .step {
    line-height: 20px;
  }

  .form-stepBar .step:before,
  .form-stepBar .step:after {
    left: -3px;
    width: 10px;
    height: 10px;
  }
}
.form-inner__text {
  width: 95%;
  margin: 0 auto 2em;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .form-inner__text {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}
p.hissu {
  text-align: center;
  font-weight: bold;
  color: #db4421;
}

.form-inner__attention {
  box-sizing: border-box;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 4em;
  border: 3px solid #982125;
}

.form-inner__attention p {
  width: 95%;
  margin: 1em auto;
  color: #982125;
}

.form-detail__text {
  margin-bottom: 1em;
  text-align: center;
}

.form-detail__link {
  display: block;
  width: 80%;
  max-width: 250px;
  margin: 0 auto 2em;
  padding: 0.5em 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #c8c8c8;
  transition: 0.3s;
}

.form-detail__link:hover {
  color: #fff;
  background: #000;
}

.form__text {
  margin-bottom: 3em;
  text-align: center;
  color: #db4421;
}

.form__text span {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0 0.25em;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #db4421;
}

.form__list {
  max-width: 700px;
  margin: 0 auto 4.5em;
}

.form__list dt {
  float: left;
  width: 180px;
  padding: 0.5em 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .form__list dt {
    float: none;
    width: 180px;
    padding: 0.5em 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
  }
}
.form__list dd {
  overflow: hidden;
  margin-bottom: 2em;
  padding: 0 0 0.5em;
}

.form__list-check dd {
  padding: 0.6em 0 0.5em;
}

.form__list dt::before {
  display: inline-block;
  content: "任意";
  margin: 0 0.5em 0 0;
  padding: 0 0.4em 0.4em;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: normal;
  vertical-align: middle;
  color: #000;
  background: rgba(200, 200, 200, 0.2);
}

.form__list-check dt::before {
  display: none;
  content: none;
}

.form__list .form__list-required::before {
  display: inline-block;
  content: "必須";
  color: #fff;
  background: #982125;
}

.form__list dd p {
  font-size: 14px;
  font-size: 1.4rem;
}

.form__list dd input[type="text"],
.form__list dd input[type="tel"],
.form__list dd input[type="email"],
.form__list dd input[type="password"],
.form__list dd select,
.form__list dd textarea {
  display: inline-block;
  width: 100%;
  padding: 0 0.5em;
  border: none;
  background: #F1F1F1;
  margin: 0 0% 0.6em 0;
}

.form__list dd input[type="text"],
.form__list dd input[type="tel"],
.form__list dd input[type="email"],
.form__list dd nput[type="password"],
.form__list dd select {
  height: 50px;
  line-height: 50px;
}

.form__list dd input[type="text"] + input[type="text"],
.form__list dd input[type="tel"] + input[type="text"],
.form__list dd input[type="password"] + input[type="text"],
.form__list dd select + input[type="text"],
.form__list dd span:nth-of-type(2) {
  /*margin-top: 1em;*/
}

.form__list dd p {
  margin-bottom: 1em;
}

.form__list dd .form__attention {
  margin: 0;
  padding: 0.5em 0;
  font-size: 13px;
  font-size: 1.3rem;
  color: #db4421;
}

.form__list dd span {
  display: block;
}

.form__list dd span input[type="tel"] {
  display: inline-block;
  width: 84%;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

.form__list dd input[type="radio"],
.form__list dd input[type="checkbox"] {
  /*display: none;*/
  width: 0.5em;
}

.form__list dd .cateTag {
  display: block;
  float: left;
  margin: 1em 0.5em 1em;
  margin-left: 0.5em;
  white-space: nowrap;
}

.form__list dd input[type="radio"] + label,
.form__list dd input[type="checkbox"] + label {
  height: 30px;
  margin-left: -1em;
  padding: 1em 1.5em 1em 3.5em;
  cursor: pointer;
  /*background: #fff;
  border: 1px solid #fff;*/
  background: url(../img/off.png) no-repeat center left #F1F1F1;
  background-size: contain;
  transition: 0.3s;
}

.form__list dd input[type="radio"] + label:hover,
.form__list dd input[type="checkbox"] + label:hover {
  /*background: #f5f5f5;
  border: 1px solid #ddd;*/
}

@media screen and (max-width: 768px) {
  .form__list dd input[type="radio"] + label,
  .form__list dd input[type="checkbox"] + label {
    width: 100%;
  }
}
.form__list dd input[type="radio"]:checked + label,
.form__list dd input[type="checkbox"]:checked + label {
  /*background: #f5f5f5;
  border: 1px solid #ddd;*/
  background: url(../img/on.png) no-repeat center left #F1F1F1;
  background-size: contain;
}

.form__list dd .checkTag input[type="radio"] + label::before,
.form__list dd .checkTag input[type="checkbox"] + label::before {
  display: inline-block;
  content: "#";
}

.form__list .form__list-required + dd input[type="text"],
.form__list .form__list-required + dd input[type="tel"],
.form__list .form__list-required + dd input[type="email"],
.form__list .form__list-required + dd input[type="password"],
.form__list .form__list-required + dd select,
.form__list .form__list-required + dd textarea,
.form__list .form__list-required + dd input[type="radio"] + label,
.form__list .form__list-required + dd input[type="checkbox"] + label,
.form__list .form__list-required + dd input[type="radio"]:checked + label,
.form__list .form__list-required + dd input[type="checkbox"]:checked + label {
  /*background: #fbece8;*/
}

/* --------------------------------------------

その他入力欄

---------------------------------------------- */
#media_free_detail,
#media_other_detail {
  display: none;
  visibility: hidden;
}

#media_free:checked + label + #media_free_detail,
#media_other:checked + label + #media_other_detail,
#media_free:checked + label + div + #media_free_detail,
#media_other:checked + label + div + #media_other_detail {
  display: block;
  visibility: visible;
}

.form__list dd select {
  cursor: pointer;
}

.form__list dd textarea {
  height: 250px;
  resize: vertical;
}

.form__button {
  display: block;
  width: 14em;
  margin: 0 auto 5em;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  border: none;
  background: #F4C420;
  cursor: pointer;
  transition: 0.5s;
}

.form__button input[type="submit"] {
  display: block;
  width: 100%;
  padding: 1em 0;
  border: none;
  background: none;
  cursor: pointer;
}

.form__button input[type="submit"] {
  position: relative;
  display: block;
  width: 20rem;
  padding: 1.5rem;
  margin: auto;
  font-family: '小塚ゴシック Pr6N' , kozuka-gothic-pr6n, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background: #F4C420;
  transition: 0.6s;
}
.form__button input[type="submit"]:hover {
  opacity: 0.6;
}

.form__button:hover input[type="submit"] {
  color: #fff;
}

.form__button-back {
  width: 10em;
  margin: 2em auto 0;
  text-align: center;
  border: none;
  background: none;
}

.form__button-back::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: -0.3em 0.6em 0 0;
  vertical-align: middle;
  border: 1px solid #000;
  border-width: 1px 1px 0px 0px;
  transition: 0.3s;
  transform: rotate(45deg);
}

.form__button-back:hover::before {
  transform: translateX(4px) rotate(45deg);
}

.form__button-back input[type="button"] {
  font-size: 13px;
  font-size: 1.3rem;
  border: none;
  background: none;
  cursor: pointer;
}

.form-detail-conf .form__list dt,
.form-detail-conf .form__list dd {
  padding: 0.5em;
}

.form-detail-conf .form__list dt::before {
  display: none;
}

.form-detail-conf .form__list dd {
  padding: 0.8em 0.5em;
  border: 1px solid #c8c8c8;
  background: rgba(200, 200, 200, 0.2);
}

.form-detail-conf .form__list dd:empty {
  border: none;
  background: none;
}
