@charset "UTF-8";




/* .survey_list ***************************************************************/
.survey_list .survey {
	margin-bottom: 40px;
	padding: 32px;
	background-color: #fafafa;
	border: 1px solid #eee;
	border-radius: 16px;
}

.survey_list .survey .period {
	margin-bottom: 16px;
	font-weight: bold;
}

.survey_list .survey .title {
	margin-bottom: 16px;
	font-size: 1.8em;
}


/* page-thankyou.php **********************************************************/
.action {
	display: flex;
	gap: 16px;
	justify-content: center;
	margin: 16px 0;
}
@media screen and (max-width: 479px) {
	.action {
		display: block;
	}
}

@media screen and (max-width: 479px) {
	.action button, .action a {
		box-sizing: border-box;
		width: 100%;
		margin: 8px auto;
		text-align: center;
	}
}
