@charset "utf-8";

div.container{
  margin-top: 30px;
}

div.foot_cont{
  margin-top: 0;
}

h3{
  padding-bottom: 8px;
  position: relative;
  /* border-bottom: 3px solid #6db82a; */
  width:100%;
  color: #6db82a;
  font-size: 22px;
  padding-top: 14px;
}

h3:after{
  content: ".";
  line-height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  bottom: -3px;
  width: 33em;
  /* border-bottom: 3px solid #6db82a; */
}


.addr_form{
  margin-top:40px;

}


h4{
  width: 800px;
  height: 35px;
  line-height: 35px;
  background-color: #6db82a;
  color: #fff;
  font-weight: bold;
  padding-left: 30px;
  margin: 0 auto;
  text-align: left;
}

div.addr_top{
  position: relative;
}

div.addr_top a{
  position: absolute;
  right:0;
  float: right;
  margin-top: -26px;
  font-size: 13px;
  color:#6db82a;
}

div.addr_top a img{
  width:15px;
  vertical-align: bottom;
  margin-right: 3px;
}

/*入力フォーム*/
form{
  width: 1080px;
  margin: 0 auto;
  /* padding:60px 40px 0; */
}

div.form_cont{
  padding: 0px;
  width: 720px;
  margin: 30px auto 50px;
}

div.form_cont:first-of-type{
  text-align: center;
  /* width: 720px; */
  /* margin: 30px auto 50px; */
}

div.form_cont input.stop{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  height: 80px;
  width:400px;
  font-size: 25px;
  border: 7px solid #6db82a;
  border-radius: 40px;
  font-weight: bold;
  display: inline-block;
  float: none;
  margin: 0;
}

div.form_cont input.stop:hover{
  background-color: #e9f3e2;
}

div.form_cont label{
  float: left;
  color:#6db82a;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3em;
  height:50px;
  margin-bottom: 20px;
}

div.word label:first-child{
  height:202px;
}

div.word label span:last-child{
  color:#231815;
  font-size: 13px;
  font-weight: normal;
}

span.must{
  background-color: #666;
  padding:2px 4px;
  color:#fff!important;
  font-size:12px;
  font-weight:bold!important;
  margin-left:4px;
  position:relative;
  top:-2px;
}




div.form_cont input{
  float: right;
  padding:0 10px;
  font-size: 18px;
  border: 2px solid #6db82a;
  width: 490px;
  height:54px;
  margin-bottom: 20px;
}

div.form_cont div.send{
  text-align: center;
  clear: both;
}

div.form_cont div.send input{
  background-color: #666666;
  color:#fff;
  font-weight: bold;
  border: none;
  width: 200px;
  margin: 0 auto;
  float: none;
  cursor: pointer;
}

div.form_cont div.send input:hover{
  opacity: 0.7;
}


#aspnetForm > div:nth-child(4) > div > div.addr_form > div.clearfix.word.form_cont > label:nth-child(5){
  margin:0!important;;
}


.errMsg{
  clear:both;
  margin-bottom:20px;
}