@charset "utf-8";

.block-ttl__img{
	width: 136px;
}


.w35{ width: 35px;}
.w100{ width: 100px;}

#request-form > div{
	width:1000px;
	padding-bottom: 80px;
}
#request-form .required{
	color: #01b2ae;
	margin-left: 5px;
	font-size: 13px;
	font-weight: bold;
}
#request-form table{
	width: 100%;
	border-bottom: 1px solid #d7d4d0;
	border-top: 1px solid #d7d4d0;
}
#request-form table tr{
	line-height: 35px;
	background-color: #f8f6ed;
}
#request-form table th, #request-form table td{
	padding: 10px 10px 10px 20px;
	font-size: 14px;
}
#request-form table th{
	width: 250px;
	box-sizing: border-box;
	font-weight: bold;
	border-right: 1px solid #d7d4d0;
}
#request-form table td{
	line-height: 35px;
}
#request-form table input[type=text]{
	outline:none;
	border:solid 1px #ccc;
	height: 25px;
	padding: 0 5px;
	background-color: #fff;
}
#request-form select{
	background-color: #fff;
}
#request-form .even{
	background-color: #fff !important;
}
.auto-btn{
	display: inline-block;
	width: 120px;
	background-color: #01b2ae;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	line-height: 27px;
}
#privacy-policy{
	padding: 25px 30px;
	border: 1px solid #d7d4d0;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#privacy-policy div{
	font-size: 14px;
}
#privacy-policy > .tac{
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color: #01b2ae;
}
.color--red{
	color: #f74d4d;
}

#request-form input[type="submit"]{
	width: 320px;
	height: 70px;
	background-image: url(../img/btn_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	font-size: 0;
}
