﻿
/*-------------------------*/
/* フローチャート用css（2025/09/05）
/*-------------------------*/
#tc04-flow .flow-ttl {
	padding: 0 36px;
	background-size: 24px;
	font-size: 25px;
}
#tc04-flow .chart_container {
	margin: 30px auto 0;
	padding: 30px 15px;
}
#tc04-flow .title {
	margin-left: 5px;
	font-size: 21px;
}
#tc04-flow .chart_btn_list {
	display: block;
	margin-top: 20px;
	flex-direction: column;
	align-items: center;
}
#tc04-flow .chart_btn_list li:nth-of-type(n+2) {
	margin: 25px auto 0;
}
#tc04-flow .chart_btn {
	width: 100%;
	max-width: 440px;
	height: auto;
	padding: 13px 33px;
	line-height: 1.5;
}
#tc04-flow .chart_btn::after {
	right: 18px;
}
#tc04-flow .result_title {
	padding-left: 20px;
	padding-right: 20px;
	background-size: 73px;
}
#tc04-flow .result_title .sub {
	padding: 9px 5px;
	font-size: 14px;
}
#tc04-flow .result_name {
	padding-left: 25px;
	background-size: 20px;
	font-size: 20px;
	line-height: 1.2;
}
#tc04-flow .result_container {
	width: 100%;
	flex-direction: column;
	align-items: center;
}
#tc04-flow .result_txtxbx {
	max-width: none;
	margin: 20px auto 0;
}
#tc04-flow .more_btn {
	font-size: 16px;
}