@charset "UTF-8";
.balloon.left {
    font-weight: normal;
    display: inline-block;
    max-width: 70%;
    /* min-height: 40px; */
    position: relative;
    background-color: #FFF39E;
    /* margin-left: 55px; */
    padding: 10px;
    border-radius: 12px 12px 12px 0;
    margin-left: 20px;
}
.balloon.left {
    background-color: #fff599;
    border: solid 1px #fff599;
    margin-bottom: 40px;
    line-height: 1.5;
}
	.balloon.right {
    /* margin-left: auto; */
    max-width: 65%;
    color: #ffffff;
    text-align: left;
    min-width: 60%;
    min-height: 38px;
    z-index: 22;
    padding: 8px;
    /* margin: 0 0px 40px 126px !important; */
    background-color: #E3EAF3;
    border-radius: 12px 12px 0 12px;
    border: solid 1px #E3EAF3;
    margin-left: auto;
}
	.balloon.right, .formGroup {
    background-color: #e3eaf3;
    border: solid 1px #e3eaf3;
    margin-bottom: 40px;
    display: flex;
    /* align-items: center; */
    width: 100%;
    flex-direction: column;
}
.balloon.right.confirm {
    background-color: #fff;
    border: solid 2px var(--wp--preset--color--vivid-cyan-blue);
    margin-bottom: 40px;
    display: flex;
    /* align-items: center; */
    width: 100%;
    padding: 15px 10px;
    flex-direction: column;
}
.balloon.right.confirm div{
	margin-bottom: 15px;
}
	label{
		display: block;
	}
	.wpcf7-list-item {
    display: inline-block;
    /* margin: 0 0 0 1em; */
    border-bottom: 1px solid black;
    padding: 8px;
    border: solid 1px #e3eaf3;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0em !important;!i;!;
}
.wpcf7-form-control-wrap {
    position: relative;
    background: white;
    display: block;
    width: 100%;
    height: 100%;
}
select[name=menu-571],
select[name=menu-839],
input[name=text-591],
input[name=tel-413],
input[name=email-414]{
	width: 100%;
	height: 40px;
	width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
