@charset "utf-8";

/***** #contact01 *****/

#contact01 .modBloc {
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
}

.btnWrap ul {
	text-align: center;
}

.btnWrap ul li {
	margin: 0 5px;
	list-style: none;
	display: inline-block;
}

.page-id-9 .btnWrap ul li:nth-of-type(1) {
	display: none;
}

.thanksBloc {
	max-width: 800px;
	margin: 0 auto;
	padding: 100px 0;
}

.thanksBloc h3 {
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;
	font-size: 1rem;
	line-height: 160%;
}

.thanksBloc p {
	text-align: center;
	font-size: 0.85rem;
	line-height: 160%;
}


@media screen and (max-width: 1023px) {
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
}


