.chatblc {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.chat_form_common {
    padding: 2rem 0;
    margin: 1rem 0;
}
.chatmes.chat_form_text.flex {
    display: flex;
    justify-content: center;
    padding: 2rem 0;
	margin: 1rem 0;
}
.chatblc figure {
    width: 30%;
    margin-right: 2rem;
}
.done {
	display: none;
}
.kibou:checked + label {
	background: rgba(0, 141, 0, 1);
	color: #fff;
}
#pn7 input.submit.btn {
		color: initial;
	}
.chat_form_btn .btn:hover, #pn5 .chat_form_btn .btn:hover, .wpcf7-submit.has-spinner.btn:hover, .chat_form_common input.submit.btn:hover, #pn7 input.submit.btn:hover {
	background: rgba(0, 141, 0, 1);
	color: #fff;
}
.chat_form_btn .btn {
	padding: 1rem 3rem;
	margin: 0 1rem;
	border: 1px solid rgba(0, 141, 0, 1);
	border-radius: 50px;
	background: #fff;
}
.chat_form_btn a {
	text-decoration: none;
	color: inherit;
}
.next_btn_step textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 2rem;
}
.next_btn_step input[type="text"], .next_btn_step input[type="email"], .next_btn_step input[type="tel"], .next_btn_step select {
	width: 50%;
	height: 50px;
	display: block;
	margin: 0 auto 1rem auto;
}
.next_btn_step input[type="email"], .next_btn_step input[type="tel"] {
	margin-bottom: 3rem;
}
#pn2 span.chat_form_btn.flex {
    margin-top: 3rem;
}
span.chat_form_btn.flex {
	display: block;
	text-align: center;
}
.pn.next_btn_step {
	width: 60%;
}
input.submit.btn, .wpcf7-submit.has-spinner.btn {
	background: inherit;
	margin-bottom: 3rem;
}
.candidate input[type="text"], .next_btn_step select {
    margin: 1rem 1.5rem 0 1.5rem;
}

.balloon2 {
	position: relative;
	background: rgba(0, 141, 0, 0.3);
	padding: 1rem;
	display: flex;
  align-items: center;
  justify-content: center;
	width: 40%;
	border-radius: 10px;
}
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  border-right: 15px solid rgba(0, 141, 0, 0.3);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.text_strong {
	font-weight: bold;
	font-size: 1.5rem;
	position: relative;
	display: inline;
	border-bottom: 5px dashed yellow;
}

@media screen and (max-width:1000px) {
	.balloon2 {
		width: 50%;
	}
}
@media screen and (max-width:870px) {
		.chatmes.chat_form_text.flex {
		width: 100%;
	}
		.chat_form_btn .btn {
		padding: 1rem 0;
		margin: 0;
		display: block;
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.pn.next_btn_step {
	width: initial;
}
	#pn4 label.big.btn {
		margin: 1.5rem;
	}
}
@media screen and (max-width:600px) {
	.chatblc figure {
    width: 50%;
    margin: 1rem auto;
}
.chatmes.chat_form_text.flex {
    width: 100%;
    display: block;
}
	.balloon2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
	.balloon2::before {
		content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: -30px;
    left: 20%;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid rgba(0, 141, 0, 0.3);
	}
	.front_summary {
    width: 90%;
	}
}