.menu_00 {
background-color:#132a88;
color:#FFF;
pointer-events:none;
}

.balloon_right {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 1.0em 0;
  height:70px;
  padding: 7px 10px;
  width: 98%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}

.balloon_right:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -35px;
  border: 35px solid transparent;
  border-left: 35px solid #e0edff;
}

.balloon_right p {
	text-align:center;
}

.on .balloon_right {
	background-color:#132a88;
}
.on .balloon_right p{
	color:#FFF;
	font-weight:700;
}
.on .balloon_right:before{
	border-left-color:#132a88;
}

.balloon_last {
  margin: 1.5em 0 1.0em 0;
  height:70px;
  padding: 7px 10px;
  width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
}
.balloon_last p {
	text-align:center;
}
.on .balloon_last p{
	color:#FFF;
	font-weight:700;
}
.on .balloon_last{
	background-color:#132a88;
}
textarea{
  width: 97%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
.table th {
}
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 640px) {
.balloon_right {
  font-size: 14px;
  padding: 3px 5px;
}
.balloon_last {
  font-size: 14px;
  padding: 3px 5px;
}
input[type="text"]{
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

}