#easyFormWrap{
  position:relative;
  width:100%;
  height:0;
}
#easyFormWrapInner{
  width:100%;
  height:0;
  position:fixed;
  bottom:0;
  overflow: visible;
  z-index:9999;
}
#easyFormWindow {
  margin:0 auto;
  max-width:640px;
  background:#fdfbd4;
  transform:translateY(0%);
  transition-duration:.2s;
  transition-property:all;
  transition-timing-function:ease-out;
  transition-delay:0;
}
#easyFormWindow.open {
  box-shadow: 0px 0px 10px 0 #333;
  transform:translateY(-100%);
}

#easyFormWindow .close{
  background:#ffc800;
  cursor:pointer;
}
#easyFormWindow .close p{
  text-align:right;
}

#easyForm{
  padding:2px 0 20px 0;
}

#easyFormWindow .contain{
  margin:0 20px;
}

#easyFormWindow .contain .message{
  padding:50px 0;
  text-align: center;
  line-height: 1.4;
}
#easyFormWindow .contain .message .ret{
  margin-bottom: .5em;
  font-size:24px;
}
#easyFormWindow .contain .message .msg{
  font-size:20px;
}
#easyFormWindow .contain form{

}
#easyFormWindow .contain form table{
  margin:0;
  padding:0;
  border:none;
}
#easyFormWindow .contain form table th,
#easyFormWindow .contain form table td{
  padding: 18px 0 19px 0;
  background:none;
  border:none;
  box-sizing: border-box;
  vertical-align: top;
  background:url(/images/easy_form/easyForm_li_dotted.gif) repeat-x left bottom;
}
#easyFormWindow .contain form table th{
  padding:20px 8px 0 0;
  width:42%;
  text-align: right;
  vertical-align: top;
}
#easyFormWindow .contain form table td{
  width:58%;
}

#easyFormWindow .contain form table th p{
  display: inline-block;
  font-size:20px;
  font-weight: bold;
  vertical-align: middle;
}

#easyFormWindow .contain form table td .set{
  margin-bottom:4px;
  width:100%;
}

#easyFormWindow .contain form table td .set::after {
   content: "";
   display: block;
   clear: both;
}

#easyFormWindow .neccessary{
  margin-left:10px;
  padding:1px 4px;
  display: inline-block;
  background:#c11b16;
  color:#FFF;
  font-size:80%;
  font-weight:bold;
  line-height:1.4;
  vertical-align: middle;
}

#easyFormWindow .lock{
  opacity:.4;
}

#easyFormWindow .err{
  background: #FEE !important;
  border-color: #F00 !important;
  color: #F00;
}
#easyFormWindow select.err{
  font-weight: bold;
}
#easyFormWindow *::placeholder{
  font-size:80%;
}
#easyFormWindow .err::placeholder{
  color: #F00;
  font-weight: bold;
}

#easyFormWindow input[type="text"],
#easyFormWindow input[type="email"],
#easyFormWindow input[type="tel"],
#easyFormWindow select{
  padding:2px;
  width:100%;
  border:solid #666 1px;
  border-radius: 2px;
  box-shadow: 0 0 3px 0 #AAA inset;
  box-sizing: border-box;
  font-size:19px;
}
#easyFormWindow input[type="email"]{
  margin-bottom: 0;
}
#easyFormWindow select{
  margin-bottom:0;
  min-height:1.8em;
  font-size:16px;
}

#lastName{
  width:100%;
}
.receiverAddr1{
  width:36%;
  float:left;
}
.receiverAddr2{
  width:60%;
  float:right;
}

.modelNumWrap,
.unitNumWrap{

}
.modelNumWrap,
.unitNumWrap,
.del{
  vertical-align: middle;
}
.modelNumWrap{
  width:80%;
  float:left;
}
.unitNumWrap{
  margin-left:2%;
  width:11%;
  float:left;
}
.unitNumWrap .unitNum{
  text-align: right;
}
.delModel{
  margin-left:2%;
  width:5%;
  float:left;
  color:#555;
  font-size:20px;
  font-weight: bold;
  text-align:center;
  cursor: pointer;
}

.howtoContact{
  width:36%;
  float:left;
}
.placetoContact{
  width:60%;
  float:right;
}

#addModel{
  margin:10px 0 0 0;
  padding:.2em 0;
  width:100%;
  display: block;
  border-radius: .7em;
  background:#ffde64;
  color:#4f4f4f;
  font-size:18px;
  font-weight: bold;
  text-align: center;
  cursor:pointer;
}

#submitBt{
  margin-top:20px;
}
#submitBt button{
  margin:0 auto;
  padding:5px 0;
  width:73%;
  display: block;
  border-radius: 5px;
  background:green;
  color:#FFF;
  font-size:19px;
  text-align: center;
  cursor:pointer;
}

#easyFormBt{
  position:fixed;
  right:0;
  bottom:290px;
  z-index:10000;
  /*
  opacity:0;
  transform:translateX(120%);
  transition-duration:.4s;
  transition-property:all;
  transition-timing-function:ease-out;
  transition-delay:0;
  */
}

/* 旧ソース20210609
#easyFormBt{
  position:fixed;
  right:20px;
  bottom:20px;
  z-index:10000;
} */

#easyFormBt .open{
  cursor:pointer;
}