@charset "utf-8";
/*===== farm.css =====*/
.farm__table{
	padding: 5px;
	background: #E6E6E6;
}
.farm__table table{
	width: 100%;
	background: #fff;
}
.farm__table th,
.farm__table td{
	padding: 10px;
	border: solid 2px #e6e6e6;
}
.farm__table th{
	width: 25%;
	text-align: left;
	vertical-align: middle;
}
.tidy{
	width: 20%;
	display: inline-block;
}
input,select,textarea{
	border: solid 1px #bfbfbf;
}
textarea{
	width: 100%;
	height: 150px;
}
input,select{
	width: 250px;
}
select{
	-webkit-appearance: menulist;
}
input[name="postnum1"],
input[name="postnum2"]{
	width: 120px;
}
input[name="menseki"],
input[name="floor"],
input[name="maguchi"]{
	width: 150px;
}
.form__notes{
	padding-left: 10px;
	font-weight: bold;
	color: #df002d;
}
.form__notes.pt01{
	color: #353535;
}
.btn_form{
	width: 380px;
	margin: 30px auto 10px;
	overflow: hidden;
}
a#btnSend{
	padding: 15px 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #df002d;
	text-align: center;
	display: block;
}
.check{
	margin-top: 15px;
}
.check__inner{
	text-align: center;
}
input[type=checkbox] {
  display: none;
}
.checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox:hover {
  background-color: #e2edd7;
}
.checkbox:hover:after {
  border-color: #53b300;
}
.checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #53b300;
  border-bottom: 3px solid #53b300;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
.ssl__area{
	width: 15%;
}
.ssl__txt{
	width: 85%;
}