

h3{
	padding: 20px 0 10px 10px;
	padding-bottom: 10px;
	font-size: 1.6rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

h3.top_h3{
	font-weight: 800;
	border: none;
	padding: 20px 0 10px 0;
	margin-bottom: 0px;
}

.title{
	display: block;
	width: 95%;
	background-color: #000;
	margin: 0 auto;
}

p{
	font-size: 1.2rem;
	line-height: 1;
	margin-bottom: 10px;
}



/*======================
お問い合わせフォーム
======================*/

select,
input,
textarea{
	border: 1px solid #000;
	padding:1rem;
	-webkit-appearance: none;
}

dl{
	font-size: 1.6rem;
}



.bikou dt,
.qa dt{
	margin-bottom: 10px;
	font-size: 1.2rem;
}


.bikou textarea{
	width: calc(100% - 20px);
}

#mail_form h3{
	margin-bottom: 10px;
}

.Vali{
	color: #ff0000;
}


dt{
	background-color: #dcdce1;
	line-height: 2;
	font-weight: 800;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}



input,
textarea{
	width: calc(100% - 20px);
}



.shiharai{
	margin-top: 50px;
}

p{
	padding-left: 10px;
}



input[type="button"],
.contact a{
	display: block;
	cursor: pointer;
	background-color: #000;
	color: #fff;
	border: none;
	width: 300px;
	line-height: 2;
	margin: 50px auto;
	padding: 1rem;
	-webkit-appearance: none;
}


/*======================
footer
======================*/


footer{
	background-color: #000;
	text-align: center;
}
footer img{
	width: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
}

footer p{
	color: #fff;
	font-size: 1.6rem;
	padding-bottom: 30px;
}



/*======================
thanksページ
======================*/
.thanks h2{
	text-align: center;
	font-size: 2rem;
	margin-top: 100px;
	margin-bottom: 100px;
}

.thanks p{
	font-size: 1.3rem;
	line-height: 1.5;
	margin-bottom: 100px;
}