.wpcf7 p {
  display: inline;
  }

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* font-size: midium; */
  font-size: large;
  font-weight: bold;
  width: calc(100% - 5px);
  /* padding: 10px; */
  border-radius: 2px;
  background-color: #236c2a;
  border: none;
  color: #fff;
  cursor: pointer;
}

.editbuttons .wpcf7-list-item {
  margin: 0 5px 0 0;
  display: inline-block;
}

.editbuttons>span input {
  opacity: 0;
  position: absolute;
}

.editbuttons>span .wpcf7-list-item-label {
  cursor: pointer;
  display: block;
  color: #333;
  border-radius: 2px;
  background: #ffffff;
  padding: 10px 10px;
  background: #efefef;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  border: 1px solid #e0e0e0;
}

.editbuttons>span input:checked+.wpcf7-list-item-label {
  background: #0193c2;
  border: 2px solid #0193c2;
  color: #ffffff;
  font-weight: bold;
}



.togglebuttons1 .wpcf7-list-item {
  margin: 0 5px 0 0;
  display: inline-block;
  width: calc(100% - 5px);
}

.togglebuttons1>span input {
  opacity: 0;
  position: absolute;

}

.togglebuttons1>span .wpcf7-list-item-label {
  cursor: pointer;
  display: block;
  color: #333;
  border-radius: 2px;
  background: #ffffff;
  padding: 10px 10px;
  background: #efefef;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  border: 1px solid #e0e0e0;

}

.togglebuttons1>span input:checked+.wpcf7-list-item-label {
  background: #0193c2;
  border: 2px solid #0193c2;
  color: #ffffff;
  font-weight: bold;

}

.togglebuttons2 .wpcf7-list-item {
  margin: 0 5px 5px 0;
  /* display: inline-block; */
  width: calc(50% - 5px);
  flex-grow: 1;
  text-align: center;
  /* font-size: small; */
}

.togglebuttons2>span input {
  opacity: 0;
  position: absolute;

}

.togglebuttons2>span .wpcf7-list-item-label {
  cursor: pointer;
  display: block;
  color: #333;
  border-radius: 2px;
  background: #ffffff;
  padding: 10px 5px;
  background: #efefef;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  border: 1px solid #e0e0e0;
}

.togglebuttons2>span input:checked+.wpcf7-list-item-label {
  background: #0193c2;
  border: 2px solid #0193c2;
  color: #ffffff;
  font-weight: bold;
}

.address{
  float: left;
}

#pc_area{
  display: flex;
}
#pc_field{
  text-align: center;
  padding: 10px 5px;
  margin: 0 5px 0 0;
  width: calc(70% - 5px);
}

#pc_text{
  text-align: center;
  padding: 10px 5px;
  margin: 0 5px 0 0;
  width: calc(30% - 5px);
  font-weight: bold;
}

.wpcf7-mail-sent-ok {
	display:none !important;
}


.wpcf7-response-output {
	display:none !important;
}

#code_area {
padding: 10px 5px;
margin: 30% 2%;
}