@charset "UTF-8";
/* CSS Document */

.txt-notice {
	color: #ff0001;
	margin-bottom: 0 !important;
	font-size: 120%;
}


#contact {
	width: 930px;
	margin: 0 auto;
	padding-top: 130px;
}

#contact h1 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#contact p {
	line-height: 1.8;
	margin-bottom: 30px;
}

#contact h1:before {
	content: url("../images/icon-ttl01.png");
	padding-right: 10px;
}


.fa-square-full {
	margin-right: 5px !important;
}





/* thanksページ　*/


.txt-thanks01 {
	line-height: 2 !important;
	margin-bottom: 30px;
}

.txt-thanks02 {
	line-height: 2 !important;
	margin-bottom: 30px;
	border: 1px solid #ccc;
	padding: 30px 40px;
	background: #EFEFEF;
}

.txt-thanks02 a {
	color: #000;
	text-decoration: underline;
}

.txt-thanks02 a:hover {
	color: #01947f;
}

.txt-red {
	color:red;
}








@media screen and ( max-width:767px ) {
	
	
	.txt-notice {
		font-size: 120%;
	}


	#contact {
		width: 100%;
		padding: 0 3%;
		padding-top: 80px;
	}

	#contact h1 {
		font-size: 125%;
		line-height: 1.4;
	}

	#contact p {
		font-size: 95%;
		margin-bottom: 20px;
	}

	#contact h1:before {
	}





	/* thanksページ(sp)　*/


	.txt-thanks01 {
		line-height: 1.8 !important;
		margin-bottom: 20px;
		font-size: 95%;
	}

	.txt-thanks02 {
		line-height: 1.8 !important;
		margin-bottom: 0 !important;
		padding: 5%;
	}

	.txt-thanks02 a {
	}

	.txt-thanks02 a:hover {
	}

	.txt-red {
	}
	
	
	
}









@media only screen and (min-width:768px) and (max-width:991px) {
	
	
	.txt-notice {
		font-size: 120%;
	}


	#contact {
		width: 100%;
		padding: 0 3%;
		padding-top: 80px;
	}

	#contact h1 {
		font-size: 125%;
		line-height: 1.4;
	}

	#contact p {
		font-size: 95%;
		margin-bottom: 20px;
	}

	#contact h1:before {
	}
	
	
	
	/* thanksページ(tb)　*/


	.txt-thanks01 {
		line-height: 1.8 !important;
		margin-bottom: 20px;
		font-size: 95%;
	}

	.txt-thanks02 {
		line-height: 1.8 !important;
		margin-bottom: 0 !important;
		padding: 5%;
	}

	.txt-thanks02 a {
	}

	.txt-thanks02 a:hover {
	}

	.txt-red {
	}
}









@media only screen and (min-width:768px) and (max-width:1000px) {
	
	
	
	form#mail_form {
		width: 100%!important;
	}
	
	form#mail_form dl dt {
	}
	
	form#mail_form dl dd {
	}
	
	
	
}