@charset "utf-8";
/* CSS Document */


.form-box{
	width: 98%;
	padding: 20px 0;
	background-image: url(../img/policy_sect1_bg.png);
	margin-bottom: -120px;
	padding-bottom: 120px;
}


.form-box h3{
	font-size: 25px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	
}


* {
  box-sizing: border-box;
  line-height: 1.4;
}
input[type="text"],
input[type="email"],
#formWrap  select {
  padding: 10px;
  width: 100%;
  border:2px solid #82A831;
  font-size: 18px;
}

textarea {
    border:2px solid #82A831;
  font-size: 18px;
}


#formWrap  dt, dd {
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
  
}
input[type="radio"] {
  cursor: pointer;
}
#formWrap {
	width:800px;
	margin:0 auto 100px;
	color:#555;
	line-height:120%;
	font-size:18px;
}

#formWrap p{
	margin-bottom: 15px;
}
#formWrap table.formTable {
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	color:#333;
}
#formWrap table.formTable td,
#formWrap table.formTable th {
	border:1px solid #fff;
	padding:20px;
	color:#333;
	background:#fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:bold;
	margin-bottom: -10px;
}
#formWrap table.formTable th {
	width:30%;
	
	background:#fff;
	text-align:left;
	vertical-align: top;
	
	
}
#formWrap .privacy_area {
  border: 1px solid #fff;
  overflow-y: scroll;
  padding: 18px;
  width: 100%;
  height: 240px;
  font-size: 16px;
  background:#fff;
  margin-bottom: 15px;
}

#formWrap .privacy_area a{
  
  color:#3CF;
  
}


#formWrap .require {
  color: #fff;
  background-color: #CD5657;
  font-size: 14px;
  
  padding: 2px 3px 2px 5px;
}
#formWrap  .txt{
  margin-bottom:0px;
}


#formWrap .submit_btn {
  text-align: center;
  margin-top: 50px;
}
#formWrap .submit_btn input {
  cursor: pointer;
  width: 300px;
  font-size: 25px;
  background-color: #82A831;
  color: #fff;
  border-radius: 10px;
  padding: 13px;
  border: 2px solid #82A831;
  transition: .6s;
  
}

#formWrap .submit_btn input:hover {
  border: 2px solid  #82A831;
  width: 300px;
  font-size: 25px;
  background-color: #fff;
  color: #82A831;
  border-radius: 10px;
  padding: 13px;
  transition: .6s;
  
}
/* レスポンシブ用CSS */
@media screen and (max-width:760px) {
  #formWrap {
  	width:95%;
  	margin:0 auto 15%;
  }
  #formWrap table.formTable th,
  table.formTable td {
  	width:auto;
  	display:block;
  }
  #formWrap table.formTable th {
  	margin-top:5px;
  	border-bottom:0;
  }
  input[type="text"],
  input[type="email"],
  textarea {
  	width:100%;
  	padding:5px;
  	font-size:4vw;
  	display:block;
  }
  input[type="submit"],
  input[type="button"] {
  	display:block;
  	width:100%;
	font-size:4vw;
  	
  }
  
  input[type="text"], input[type="email"], #formWrap select {
    font-size:4vw;
}
  
  #formWrap .submit_btn input {
  cursor: pointer;
  width: 60%;
  font-size: 5vw;
  background-color: #82A831;
  color: #fff;
  margin: 1% 20% 5%;
  border-radius: 10px;
  padding: 10px 0;
  border: 2px solid #82A831;
  transition: .6s;
}

#formWrap .submit_btn input:hover {
  width: 60%;
  font-size: 5vw;
  color: #82A831;
  margin: 1% 20% 5%;
  border-radius: 10px;
  padding: 10px 0;
  transition: .6s;
  
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}


#formWrap p{
	margin-bottom: 3%;
	font-size: 3.6vw;
	
}




#formWrap table.formTable td,
#formWrap table.formTable th {
	
	padding:8px 10px;
	font-size: 3.4vw;
	
}

.privacy_check{
	letter-spacing: -1px;
}

#formWrap .submit_btn {
  text-align: center;
  margin-top: 5%;
}

#formWrap  .txt{
  float: left;
  margin-right: 1%;
}

#formWrap .require {
  color: #fff;
  background-color: #CD5657;
  font-size: 3.0vw;
  width: 10%;
  
  padding: 1px 3px 0px 5px;
}


}
/****▲メールフォーム****/
