/* バーの基礎 */
.progress-container
{
	width: 90%;
}

/* バーの進捗 */
.progress-bar-text
{
	transform: translateX(20px); /* 表示位置の調節 */
}

.genre-result
{

	width: 80%;
	font-size: 14pt;
}

span.genre-result-text
{
	font-size: 18pt;
}

.arrow-down
{
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 15px solid #1b0e06; /* ▼ の色 */
	margin: 10px auto 0px auto;
}

.genre-recommend-link
{
	padding: 15px 15px;
	font-size: 12pt;
}

.genre-question-bubble
{
	font-size: 16px;
	padding: 8px 8px 0px 8px;
	top: -10px;
	transform: translateX(240%); /* 表示位置 */
	box-shadow: 0 0 0 2px #ffffff;
}

/* 左下の「レ」 */
.genre-question-bubble::before
{
	bottom: -20px;
	border-right: 20px solid transparent;
	border-top: 20px solid #4e342e;
}

/* 右下の「レの逆」 */
.genre-question-bubble::after
{
	bottom: -20px;
	border-left: 20px solid transparent;
	border-top: 20px solid #4e342e;
}

div.question_text
{
	width: 90%;
	padding: 30px 0px 20px 0px;
	font-size: 16pt;
}

div.question_choices
{
	padding: 0% 0% 0% 0%;
}

/* 回答ボタン */
.genre-answer-button
{
	width: 90px;
	height: 90px;
	margin: 0px 10px;
	display: flex;
	justify-content: center; /* 横方向中央 */
	align-items: center;     /* 縦方向中央 */
}

.genre-answer-button:hover
{
	background-color: #8d6e63;
	transform: scale(1.2);
}

footer.block_footer
{
	font-size: 8pt;
}

div.top_tel
{
	font-size: 10pt;
}

div.top_tel a
{
	color: #ffffff;
	text-decoration: none;
}