@charset "utf-8";

.contactinfo{
  width: 70%;
  margin: 0 auto;
}

#contents p.tel,#contents p.form{
  text-align: center;
}

#contents p.contactbg{
  width: 640px;
  padding: 35px;
  margin: 0 auto;
  border: 1px solid rgb(158, 158, 158);
}

#contents div.formbox{
  
}
#contents ul.contactattention{
  padding-bottom: 30px;
}
#contents ul.contactattention li{
  font-size: 12px;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}

#contents p.mgnB00{
  margin-bottom: 0;
}

.formbox{
  position: relative;
  text-align: center;
}

.thanks{
  position: absolute;
  top: 1274px;
  width: 100%;
  text-align: center;
  z-index: -1;;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 120%;
  margin-left: auto;
  margin-right: auto;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

footer{
  margin-top: 0;
}
/*tabletlandscape 769over 1024under//////////////////////////////////////*/
@media print, screen and (min-width : 769px) and (max-width: 1024px){


}



/*smartphone/////////////////////////////////////////////*/
@media print, screen and (max-width : 768px) {

.contactinfo {
  width: 100%;
}

#contents p.contactbg {
  width: 100%;
  line-height: 1.7;
}

#contents p.mgnB00{
  margin-bottom: 0;
}

#contents p span.number{
  font-size: 18px;
  margin-bottom: 15px;
}

}

