@charset "utf-8";

.topic-wrap {
	display: flex;
	align-items: center;
}
.topic-wrap p {
	padding: 0;
	margin: 0;
}
.topic-button.-submit {
	padding: 0;
	border: none;
	background-color: transparent;
	color: #0059b3;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.6em;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", "MS PGothic", "sans-serif", Meiryo, Osaka;
	cursor: pointer;
}
.topic-button.-submit:hover {
	text-decoration: underline;
}

@media screen and (max-width: 576px) {
	.topic-wrap {
		flex-direction: column;
		align-items: start;
	}
}