﻿
/*-------------------------*/
/* フローチャート用css（2025/09/05）
/*-------------------------*/
@media screen and (min-width: 768px) {
	.sp-only {
		display: none;
	}
}
#tc04-flow .flow-ttl-wrap {
	text-align: center;
}
#tc04-flow .flow-ttl {
	display: inline-block;
	padding: 0 77px;
	background: 
	url(../images/flow/chart-deco-l.png) no-repeat left center,
	url(../images/flow/chart-deco-r.png) no-repeat right center;
	text-align: center;
	font-size: 36px;
	letter-spacing: .14em;
	line-height: 1.5;
}
#tc04-flow .flow-ttl-ac {
	color: #ff99c7;
}
#tc04-flow .chart_container {
	margin: 70px auto 0;
	padding: 50px;
	background: #fff2f6;
	border-radius: 20px;
}
#tc04-flow .q-icon {
	width: 40px;
	height: 40px;
	text-align: center;

	line-height: 40px;
}
#tc04-flow .title {
	margin-left: 20px;
	font-size: 24px;
	letter-spacing: .06em;
	color: #393631;
}
#tc04-flow .chart_btn_list {
	display: flex;
	margin: 40px auto 0;
	justify-content: center;
	align-items: center;
}
#tc04-flow .chart_btn_list li:first-of-type a {
	background-color: #ff99c7;
}
#tc04-flow .chart_btn_list li:nth-of-type(n+2) {
	margin-left: 40px;
}
#tc04-flow .chart_btn_list li:last-of-type a {
	background-color: #79bff7;
}
#tc04-flow .chart_btn {
	display: block;
	width: 440px;
	height: 50px;
	text-align: center;
	border-radius: 999px;
	line-height: 50px;
	font-size: 17px;
	color: #fff;
	letter-spacing: .1em;
	position: relative;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	#tc04-flow .chart_btn:hover {
		opacity: .8;
	}
}
#tc04-flow .chart_btn::after {
	content: '';
	width: 0;
	height: 0;
	margin: auto;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 4.5px 0px 4.5px 7.79px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
}

/* 診断結果 */
#tc04-flow .result_title {
	display: inline-block;
	text-align: center;
	padding: 0 39px 9px;
	background: 
	url(../images/flow/rbn-l.png) no-repeat left bottom,
	url(../images/flow/rbn-r.png) no-repeat right bottom;
}
#tc04-flow .result_title .sub {
	display: block;
	width: 100%;
	max-width: 500px;
	padding: 13px 33px;
	margin: auto;
	background-color: #ff9dc6;
	font-size: 24px;
	letter-spacing: .06em;
	color: #fff;
	line-height: 1.6;
}
#tc04-flow .result_container {
	display: flex;
	margin: 41px auto 0;
	align-items: flex-start;
	justify-content: center;
}
#tc04-flow .result_img {
	border-radius: 10px;
	overflow: hidden;
}
#tc04-flow .result_txtxbx {
	width: 100%;
	max-width: 450px;
	margin-left: 40px;
	text-align: left;
}
#tc04-flow .result_name {
	padding-left: 47px;
	background: url(../images/flow/chart-result-ttl-ico.png) no-repeat left center;
	font-size: 24px;
	letter-spacing: .06em;
}
#tc04-flow .result_txt {
	margin-top: 17px;
}
#tc04-flow .result_txt p {
	font-size: 17px;
	letter-spacing: .06em;
	line-height: 1.88;
}
#tc04-flow .btn_wrp {
	margin: 40px auto 0;
	text-align: center;
}
#tc04-flow .btn_wrp a:nth-of-type(n+2) {
	margin: 25px auto 0;
	background-color: #72695a;
}
#tc04-flow .more_btn {
	margin: auto;
	background-color: #ffc600;
}