
div.baloon {
   font-size: 12px;
   font-family:sans-serif;
   color: #900;
   position: absolute;
   z-index: 1;
   background: #efefef;
   padding: 0;
   text-align: center!important;
}

div.baloon div {
   padding: 5px;
   white-space: nowrap;
   margin: 0 auto;
   text-align: center!important;
}

.form_sec #formn tr td.name{
   display: flex;
   align-items: center;
}

.form_sec #formn tr td.name p{
   width: 30px;
   margin-right : 6px;
}
.form_sec #formn tr td.name input{
   width: 22%;
   padding: 0 10px;
}

.form_sec #formn tr td.tel ul li{
   margin-bottom: 20px;
}
.form_sec #formn tr td.tel ul li p{
   display: flex;
   align-items: center;
   margin-bottom: 6px;
}
.form_sec #formn tr td.tel ul li p span{
   width: 86px;
   color: #FFF;
   display: inline-block;
   background: url(../img/hissu.png) no-repeat 0 0;
   overflow: hidden;
   text-indent: -99999px;
   white-space: nowrap;
   margin-left: 6px;
}

@media screen and (max-width: 900px) {
   .form_sec #formn tr td.tel ul li p span {
      width: 44px;
      background-size: contain;
      margin-top: 6px;
   }
}