@charset "UTF-8";


/*
.contactBox{
    background: #fff;
    max-width: 1120px;
    margin: 160px auto 0;
    border-radius: 50px;
    position: relative;
    padding: 80px 0;
}

.contactTitle{
    text-align: center;
    position: absolute;
    top: -78px;
    left: 0;
    right: 0;
}
*/

.contacIntro{
  color: #86613a;
  text-align: center;
  margin-bottom: 80px;
}


.completeTtl{
	text-align: center;
	margin-bottom: 5vw;
	font-size: 2vw;
}


.contBox.complete{
	margin-bottom :70px;
}




.completeTxt{
    width: 92%;
    margin: 0 auto 100px;
    font-weight: normal;
}

.requredTxt{
    margin-bottom: 2vw;
}



.requredTxt span{
    color:#FF4221 
}

.formPartWrap{
  max-width: 1020px;
  margin:0 auto;
}




.formPart{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.confirm .formPart{
     align-items: center;
} 


.formPart dt{
  width:26%;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  justify-content: space-between;
  padding-top: 15px;
  font-weight: bold;

}

.formPart dt.last-child{
    padding-top: 0;
}


.formPart dt span {
    display: block;
    color: #fff;
    background: #f28cbc;
    border-radius: 50px;
    text-align: center;
    width: 40px;
    height: 20px;
    line-height: 18px;
    font-size: 1.2rem;
}

.confirm .formPart dt span{
    display: none;
}




.formPart dd {
    width: 70%;
    position: relative;
    margin-bottom: 50px;
}



.formPart dd span{
    display: block;
    padding-top: 4px;
    font-size: 1.2rem;

}

.confirm .formPart dd{
    font-weight: normal;
}

.txtFix{
    padding: 5px 20px;
}





input[type="text"],
input[type="tel"],
input[type="email"]

{
    border: 1px solid #c8c8c9;
    border-radius: 50px;
    width: 100%;
    line-height: 50px;
    height: 50px;
    padding: 10px 30px;
}



.radioWrap{
  height: auto;
}



.visible{

  background: #FFF!important;

}


textarea {
    border: 1px solid #c8c8c9;
    border-radius: 20px;
    width: 100%;
    padding: 10px 24px;
}



.inputWrap{
  display: flex;
  justify-content: space-between;

}



.inputWrap input{

  width:190px;

  margin-right:20px;

}





label{
    position: relative;
    display: inline-block;
    margin-right: 12px;
    line-height: 30px;
    cursor: pointer;
    padding-left: 10px;
}



.radio {
  margin-left: -22px;
}




select{ 
    background: url("../img/select_arrow.jpg") no-repeat 96% center #fff !important;
    padding: 10px;    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    width: 300px;
    font-size: 16px!important;
    font-size:1.6rem!important;
    border: 1px solid #c4e5f4;
    border-radius: 10px;

}

select::-ms-expand{

    display: none;

}





.radio + span::before {

  content: "";

  position: absolute;

  top: 2px;

  left: 0;

  bottom: 0;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  display: block;

  width: 18px;

  height: 18px;

  margin: auto;

  background: #ffffff;

  border: 2px solid #0C7459;

  border-radius: 30px;

}



.radio:checked + span:after {

    content: "";

    position: absolute;

    top: 2px;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    display: block;

    left: 5px;

    bottom: 0;

    /* right: 0; */

    width: 8px;

    height: 8px;

    margin: auto;

    background: #0C7459;

    border-radius: 8px;

}





input[type=checkbox] {

    display: inline-block;

    margin-right: -3px;

    display: none;

}





input[type=checkbox] + label {

    position: relative;

    display: inline-block;

    cursor: pointer;

    padding-left: 24px;

}





.checkbox-input + span::before, input[type="checkbox"] + label::before {

    content: "";

    position: absolute;

    top: 50%;

    left: 0;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

    display: block;

    width: 24px;

    height: 24px;

    margin-top: -10px;

    background: #ffffff;

}



.checkbox-input + span::before, input[type="checkbox"] + label::before {

    border: 2px solid #c8c8c9;

}





input[type="checkbox"]:checked + label::after {

  content: "";

  position: absolute;

  top: 10px;

  left: 4px;

  width: 18px;

  height: 8px;

  border-left: 2px solid #f28cbc;

  border-bottom: 2px solid #f28cbc;

  -webkit-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);

}



.checkbox-input{

    display: none;

}



.checkbox-input:checked + .mwform-checkbox-field-tex::after

{

  content: "";

  display: block;

  position: absolute;

  top: -5px;

  left: 5px;

  width: 7px;

  height: 14px;

  transform: rotate(40deg);

  border-bottom: 3px solid #c8c8c9;

  border-right: 3px solid #c8c8c9;

}



input::placeholder,textarea::placeholder{

  color: #c8c8c9;

}

.enquete label{
    display: block;
    margin-bottom: 20px;
}

.enquete label.last-child{
    margin-bottom: 50px;
}



.agreeBox{

	margin-bottom:50px;

    text-align: center;

}



.agreeBox label{

     padding-left: 40px !important;

}

.agree-intro{

    padding-bottom: 30px;

}



.agree-intro a{
    color: #333;
    text-decoration: underline;
}



.sumbitBox{
  max-width: 520px;
  margin:70px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
  gap:30px;

}



.btnSubmit {
  height: 60px;
  line-height: 60px;
  color: #fff;
  position: relative;
  text-align: center;
  overflow: hidden;
  display: block;
  background: #f28cbc;
  width: 245px;
  border-radius: 50px;
  font-size: 1.8rem;
}



  

.btnSubmit::after {
    display: none;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    z-index: 2;
    right: 2vw;
    width: 0.8vw;
    height: 0.8vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}



.btnSubmit.back {
    background: #c8c8c9;
}



.complete .btnSubmit{
    margin:0 auto;
}





.submit-confirm{
    margin:0 auto;
    display: block;
    pointer-events: none;
    opacity: 0.5;
}



.submit-confirm.clear{
    pointer-events: auto !important;
    cursor: pointer !important;
    transition: all 0.2s;
    opacity: 1 !important;
}







.confirm .agreeBox,
.confirm .nessceray,
.confirm dd span{
    display: none;
}



.confirm .formPart dd {
   padding: 1vw;
   background: none;
}



.formIntro strong{

  text-align: center;

  margin-bottom: 40px;

  font-size: 2rem;

  font-weight: bold;

  display: block;

}



.formIntro.complete{

  text-align: left;

  font-size: 1.6rem;

}





/* Media Queries ================================================== */

/*896*/

@media screen and (max-width: 896px) {



    .contacIntro {
        margin-bottom: 50px;
    }

    .completeTxt{
      margin: 0 auto 50px;
    }


    .formPart dt {
        width: 92%;
        font-size: 1.6rem;
        margin: 0 auto 10px;
    }


    .formPart dd {
      width: 96%;
      margin: 0 auto 30px;
      font-size: 1.6rem;
    }

    .confirm .formPart dd {
        background: none;
        width: 92%;
        padding: 0;
    }


    input[type="text"], input[type="tel"], input[type="email"]{
      line-height: 30px;
      height: 50px;
    }



    label {

      font-size: 1.6rem;

      display: block;

    }

    .enquete label.last-child {
        margin-bottom: 20px;
    }


    .radioWrap {

        height: auto;

        padding-top: 10px;

        line-height: 1.2;

    }



    select {

        line-height: 30px;

        width: 100%;

    }



    .inputWrap input {

      width: 58%;

      margin-right: 10px;

    }



    .formIntro{

        margin:0 auto 50px;

        font-size: 1.6rem;

        padding: 0;

    }



     .agreeBox {

        padding: 0;

        margin-bottom: 50px;

        text-align: center;

        font-size: 1.4rem;

    }



    .agree-intro {

      padding-bottom: 20px;

    }



    .agreeBox label {

      font-size: 1.6rem;

    }


    .sumbitBox {
        margin: 40px auto 0;
        display: block;
    }    



    .btnSubmit {
        width: 92%;
        margin:0 auto 20px;
    } 



    .btnSubmit::after {
        right: 20px;
        width: 8px;
        height: 8px;  
    } 





    .sumbitBox .btnCommon{
      width: 46%;
      font-size: 18px;
      font-weight: bold;
    }

}



