.wpcf7-form p{
  margin-bottom:1.5rem;
  color:rgba(20, 56, 199, 1);
}

.wpcf7-form p:last-child{
  margin-bottom:0;
}

.wpcf7-form p .p-contact-title{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  font-size:2rem;
  font-weight:700;
}

.wpcf7-form p .p-contact-title.-full{
  display:block;
  width:100%;
  margin-bottom:2rem;
}

.wpcf7-form p .p-contact-title .p-contact-caption-mandatory{
  margin-left:1rem;
  color:#f48439;
  font-size:1.4rem;
}

.wpcf7-form span{
  font-size:1.6rem;
  font-weight:400;
}

.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=text],
.wpcf7-form textarea{
  -webkit-appearance:inherit;
  -moz-appearance:inherit;
  appearance:inherit;
  height:40px;
  padding:1rem;
  background:#f5f5f5;
}

.wpcf7-form input[type=checkbox]{
  -webkit-appearance:auto;
  -moz-appearance:auto;
  appearance:auto;
  border:1px solid #f5f5f5;
}

.wpcf7-checkbox{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}

.wpcf7-checkbox .wpcf7-list-item{
  width:calc(33.33333% - .66667rem);
  margin:0 0 1rem;
  color:#000;
  font-size:1.6rem;
  line-height:1.2;
}

.p-contact-container{
  margin-bottom:6rem;
  padding:4rem 6rem;
  background:#fff;
}

.your-email,.your-kana,.your-name,.your-tel{
  width:70%;
}

.your-email input,.your-kana input,.your-name input,.your-tel input{
  width:100%;
}

.your-message{
  width:100%;
  margin-bottom:4rem;
}

.your-message textarea{
  width:100%;
  min-height:300px;
}

.p-contact .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output{
  border-color:#1b39c7;
}

.p-contact .wpcf7 form .wpcf7-response-output{
  padding:1em;
  font-weight:700;
  line-height:1.6;
  text-align:center;
}

.wpcf7-submit{
  display:block;
  position:relative;
  width:36%;
  margin:0 auto;
  padding:1.5rem 0;
  border-radius:5px;
  background:rgba(20, 56, 199, 1);
  color:#fff;
  font-size:1.6rem;
  text-align:center;
}
@media screen and (min-width:450px) and (max-width:768px){

  .wpcf7-form p{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
  }

  .wpcf7-form p .p-contact-title{
    width:30%;
  }
}