@charset "UTF-8";

.Thanks_wrap {
	padding: 0 4%;
}

.Thanks_label {
	padding: 1.5rem 0;
	font-family: 'Jost', sans-serif;
	font-size: 2rem;
	font-weight: 300;
	text-align: center;
}

.Thanks_txt {
	margin-bottom: 2.5rem;
}

.Office {
	margin-bottom: 4rem;
	padding: 3rem;
	border: 1px solid #ccc;
}

.Office_group:not(:last-of-type) {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}

.Office_item {
	margin-bottom: 0;
}

.Office_item {
	margin-bottom: 1rem;
}

.Office_item:last-of-type {
	margin-bottom: 0;
}

.Office_item-label {
	display: block;
	font-weight: 600;
}

@media screen and (min-width: 769px) {
	.Thanks_wrap {
		width: 95%;
		max-width: 960px;
		margin: 0 auto;
	}

	.Thanks_label {
		padding: 40px 0;
		font-size: 3.4rem;
	}

	.Thanks_txt {
		margin-bottom: 100px;
		text-align: center;
	}

	.Office {
		margin-bottom: 100px;
		padding: 60px 80px;
		display: flex;
		justify-content: center;
		/*justify-content: space-between;*/
	}

	/*.Office_group {
		width: 50%;
	}*/

	.Office_group:not(:last-of-type) {
		border-bottom: none;
		border-right: 1px solid #ccc;
		padding: 0 40px 0 0;
		margin-bottom: 0;
	}

	/*.Office_group:last-of-type {
		padding-left: 40px;
	}*/

	.Office_item-label {
		display: inline;
	}

	.Office_item {
		margin-bottom: 0;
	}
}
