@charset "utf-8";
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
select {
  -webkit-appearance: pop-up-menu !important;
  -moz-appearance: pop-up-menu !important;
  appearance: pop-up-menu !important;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.form-control {
  display: inline-block;
  height: 35px;
  line-height: 1.42857143;
  padding-top:1px;
  padding-bottom:1px;
  color: #555;
  background-color: #e6e6e6;
  background-image: none;
  border: 1px solid #e6e6e6;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
		  padding-left: 5px;
		  max-width:270px;
		  width:95%;
}
.form-control.w02 {
		  max-width:90px;
		  width:95%;
}
.form-control.w03 {
		  width:130px;
}
.form-control.w04 {
	max-width:500px;
		  width:95%;
		  height:200px;
}
.form-control.w05 {
	max-width:500px;
		  width:95%;
		  height:120px;
}
.form-control:focus {
	outline: 0;
	border: 1px solid #CCCCCC;
	background-color: #F0F0F0;
}
.form-control.error:focus {
    border-color: #a66d71;
    outline: 0;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}





#lead a {
	color:#df9295;
}
#lead a:hover {
	text-decoration:none;
}
#lead .tel {
	text-align:center;
	margin-top:45px;
}
#lead .tel p {
	color: #a66d71;
	font-size: 200%;
	background-image: url(../../book/images/tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:55px;
	display:inline-block;

}

.question h2 {
	font-size:170%;
	border-bottom:#a66d71 3px solid;
	padding-bottom:10px;
	margin-bottom:20px;
}

.question table {
	border-top:#ccc 1px solid;
	width:100%;
}
.question th {
	border-bottom:#ccc 1px solid;
	padding:2.3%;
	font-weight:bold;
	line-height:1.5;
	width:30%;
}
.question .req {
	display:block;
	color:#a66d71;
	font-size:87%;
}
.question td {
	border-bottom:#ccc 1px solid;
	padding:2.3%;
	overflow:hidden;
}
.question td .error {
	color: #C91F2B;
}
.question .txt {
	display:block;
	font-size:95%;
	margin-bottom:15px;
}
.question .credit li {
	display:inline-block;
}
.question .yes li {
	display:inline-block;
	margin-right:40px;
}
.form-btn {
	text-align:center;
	margin-top:50px;
}
.form-btn li {
	display:inline-block;
	margin-left:1%;
	margin-right:1%;
}
.form-btn button {
	border:#a66d71 1px solid;
	background-color:#a66d71;
	font-family:inherit;
	padding:15px;
	width:250px;
	transition:ease-in-out .2s;
	-webkit-transition:ease-in-out .2s;
	-moz-transition:ease-in-out .2s;
	font-size:110%;
	color:#fff;
}
.form-btn button.submit-btn:hover {
	color:#a66d71;
	background-color:#fff;
}

.form-btn button.back-btn {
	background-color: #AAAAAA;
	color: #fff;
	border:#AAAAAA 1px solid;
}
.form-btn button.back-btn:hover {
	background-color: #fff;
	color: #9A9A9A;
}


#lead-comp {
    text-align: center;
}
#lead-comp .btn {
	margin-top:40px;
}
#lead-comp a {
	display: block;
    border: #676767 1px solid;
    text-decoration: none;
    text-align: center;
    max-width: 280px;
    padding: 15px;
    margin: auto;
    font-size: 95%;
}
#lead-comp a:hover {
	background-color:#676767;
	color:#fff;
}

.conf-txt {
	text-align:center;
	margin-bottom:35px;
}
.error-box {
	color:#aa7478;
	text-align:center;
}
@media screen and (max-width:768px){
.question th {
	padding:0%;
	width:100%;
	display:block;
	border-bottom:none;
	padding-bottom:20px;
	padding-top:20px;
}
.question td {
	padding:0%;
	width:100%;
	display:block;
	padding-bottom:20px;
}
.form-control {
    max-width: inherit;
    width: 97%;
}
}
@media screen and (max-width:480px){
.form-control.w02 {
    max-width: 55px;
    width: 100%;
}
.form-control.w03 {
    width: 85px;
}
#lead .tel {
    margin-top: 20px;
}
#lead .tel p {
    font-size: 180%;
    padding-left: 38px;
    background-size: 27px;
}
#lead .tel p a {
    color: #a66d71;
}
.question h2 {
    font-size: 140%;
    margin-bottom: 15px;
}
}