@charset "utf-8";

.contact {
	color: #fff;
	padding-bottom: 6em;
}
.contact_inner {
	width: 80%;
	margin:  0 auto;
}
.contact_note {
	font-size: .8em;
	margin-bottom: 2.5em;
}
.contact_note_kome {
	color: var(--color02);
	font-size: 18px;
	vertical-align: top;
}


/*-----------------------*/
/*     サンクスページ    */
/*-----------------------*/
#thanks {
	text-align: center;
	line-height: 1.5em;
	padding-top: 4em;
}
#thanks .back {
	font-size: .8em;
	margin-top: 60px;
}