@charset "UTF-8";
dl.contract {
	width: 90%;
	height: 500px;
	overflow: scroll;
	border: 3px solid #efefef;
	background: #fff;
	padding: 3px 10px;
	margin: 0 auto;
	font-size: 0.8rem;
	line-height: 1.3rem;
}
dl.contract dt {
	margin: 10px 0 0;
}




input[type=radio], input[type=checkbox] {
  display: none;
}

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: transparent;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: transparent;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #E48383;
}
.radio:after, .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 #E48383;
  border-radius: 6px;
  content: '';
}
.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.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 #E48383;
  border-bottom: 3px solid #E48383;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
  /* background-color: #E48383; */
}




#mailform .formTable table {
    width: 90%;
    margin: 0 auto;
}
#mailform .formTable table th {
	padding: 1rem 0;
}
#mailform .formTable table td input, #mailform .formTable table td textarea {
	padding: 10px;
	border: 1px solid #d5d5d5;
	font-size: 1.1rem;
}
#mailform .formTable table .req {
	color: #f66;
	font-size: 0.7rem;
	margin-left: 10px;
}
.contract_p {
	text-align: center;
	font-size: 1.1rem;
	margin: 30px;
}

input[type="button"] {
	min-width: 160px;
	padding: 10px 38px;
	border: #ddd solid 2px;
	color: #aaa;
	font-size: 20px;
	line-height: 1.34;
	text-decoration: none;
	display: inline-block;
	margin: 10px 0;
	background: transparent;
	border-radius: 30px;
	-webkit-transition:all .2s ease-out 0s;
	-moz-transition:all .2s ease-out 0s;
	-o-transition:all .2s ease-out 0s;
	-ms-transition:all .2s ease-out 0s;
	transition:all .2s ease-out 0s;
}
input[type="button"]:hover {
	border: #ccc solid 2px;
	color: #FFF;
	background: #ccc;
	cursor: pointer;
}



table.operating { width: 100%; max-width: 960px; margin: 0 auto; }
table.operating th, table.operating td  { padding: 10px; border: 1px solid #ddd; }
table.operating th { background: #fff6dc; }
table.operating th { width: 30%; text-align: left; }
 
@media only screen and (max-width:768px){
    table.operating { margin: 0 -10px; }
    table.operating th,
    table.operating td{
    width: 100%;
    display: block;
    border-top: none;
		padding-left: 20px;
		padding-right: 20px;
    }
    table.operating td{
		padding-left: 30px;
		padding-right: 30px;
    }
  table.operating tr:first-child th { border-top: 1px solid #ddd; }
	
	#mailform .formTable table {
    width: 100%;
	}
	#mailform .formTable table th,
	#mailform .formTable table td {
    width: 100%;
    display: block;
    border-top: none;
		padding-bottom: 0.1rem;
	}
	
	dl.contract {
		width: 96%;
	}
}

footer#fh5co-footer {
	text-align: center;
}

