/*========================================
　　相続不動産コンサルティング
========================================*/
/*　ポイント
----------------------------------------*/
#consulting01 {
	position: relative;
	padding: 400px 0 0;
	overflow: hidden;
}
#consulting01::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 400px;
	background: url("../../img/consulting/01_main.jpg") no-repeat 50% 60% / cover;
	z-index: 0;
}
#consulting01::after {
	content: "";
	position: absolute;
	left: 0;
	top: 320px;
	width: calc(100% - 60px);
	height: 80px;
	background: #FFF;
	z-index: 0;
}
#consulting01 div.main {
	position: relative;
	z-index: 1;
}
#consulting01 div.subtitle {
	text-align: center;
}
#consulting01 div.subtitle small {
	display: block;
	padding: 20px 0 40px;
	font-size: 100%;
	line-height: 140%;
}
@media screen and (max-width: 768px) {
	#consulting01 {
		padding: 300px 0 0;
	}
	#consulting01::before {
		height: 300px;
		background-image: url("../../img/consulting/01_main_sp.jpg");
	}
	#consulting01::after {
		top: 260px;
		width: calc(100% - 20px);
		height: 40px;
	}
	#consulting01 div.main {
		position: relative;
		z-index: 1;
	}
	#consulting01 div.subtitle small {
		padding: 20px 0 30px;
		font-size: 94%;
		line-height: 140%;
	}
}
/*　「不動産を戦略活用した資産の組み換え」とは
----------------------------------------*/
#consulting02 {
	padding: 80px 0 40px;
	overflow: hidden;
}
#consulting02 ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 -20px;
}
#consulting02 ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 50%;
	padding: 0 20px 40px;
}
#consulting02 ul li div {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 40px 20px 40px 140px;
	background-color: #FFF;
	border: 1px solid #DDD;
}
#consulting02 ul li p {
	margin: 0;
}
#consulting02 ul li p::after {
	position: absolute;
	left: 30px;
	top: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: -40px 0 0;
	font-size: 80px;
	font-family: "Material Symbols Outlined";
	font-weight: 300;
}
#consulting02 ul li:nth-child(1) p::after {
	content: '\ef9e';
}
#consulting02 ul li:nth-child(2) p::after {
	content: '\e1d2';
}
#consulting02 ul li:nth-child(3) p::after {
	content: '\e2eb';
}
#consulting02 ul li:nth-child(4) p::after {
	content: '\e850';
}
@media screen and (max-width: 768px) {
	#consulting02 {
		padding: 50px 0 20px;
	}
	#consulting02 div.templateContent {
		padding: 0 0 40px;
	}
	#consulting02 ul {
		display: block;
		margin: 0;
	}
	#consulting02 ul li {
		width: auto;
		padding: 0 0 30px;
	}
	#consulting02 ul li div {
		padding: 40px 20px 40px 100px;
	}
	#consulting02 ul li p::after {
		left: 20px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		margin: -30px 0 0;
		font-size: 60px;
	}
}
/*　有資格者による安心のコンサルティング体制
----------------------------------------*/
#consulting03 {
	padding: 80px 0;
}
#consulting03 div.main.img3 {
	margin-top: 40px;
}
div.main.img3 {
	display: flex;
	align-items: stretch;
	margin: 0 -20px 40px;
}
div.main.img3 div {
	width: 33.33%;
	display: flex;
	align-items: stretch;
	padding: 0 20px;
}
div.main.img3 dl {
	background: #F1F1F1;
}
div.main.img3 dl dt img {
	width: 100%;
	height: auto;
}
div.main.img3 dl dd {
	padding: 20px 40px 40px;
}
div.main.img3 dl dd b {
	display: block;
	padding: 0 0 20px;
	font-weight: 700;
	font-size: 134%;
	line-height: 140%;
}
div.main.img3 dl dd p {
	margin: 0;
}
@media screen and (max-width: 768px) {
	#consulting03 {
		padding: 50px 0;
	}
	#consulting03 div.main.img3 {
		margin-top: 40px;
	}
	div.main.img3 {
		display: block;
		margin: 0;
	}
	div.main.img3 div {
		width: auto;
		padding: 0 0 30px;
	}
	div.main.img3 dl dd {
		padding: 20px 20px 30px;
	}
	div.main.img3 dl dd b {
		padding: 0 0 10px;
		font-size: 120%;
		line-height: 140%;
	}
}
/*　ポイント
----------------------------------------*/
#consulting04 {
	padding: 80px 0 60px;
}
#consulting04 div.point {
	padding: 40px 0 0;
}
#consulting04 div.point dl {
	position: relative;
	margin: 0 0 40px;
	padding: 40px 40px 40px 160px;
	background-color: #FFF;
	border: 1px solid #DDD;
}
#consulting04 div.point dl::after {
	position: absolute;
	left: 40px;
	top: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	margin: -40px 0 0;
	font-size: 80px;
	font-family: "Material Symbols Outlined";
	font-weight: 300;
}
#consulting04 div.point dl:nth-child(1)::after {
	content: '\e73a';
}
#consulting04 div.point dl:nth-child(2)::after {
	content: '\f4bc';
}
#consulting04 div.point dl:nth-child(3)::after {
	content: '\ebcb';
}
#consulting04 div.point dl dt {
	padding: 0 0 5px;
	font-size: 140%;
	line-height: 160%;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	#consulting04 {
		padding: 50px 0 40px;
	}
	#consulting04 div.point dl {
		margin: 0 0 30px;
		padding: 110px 20px 30px;
	}
	#consulting04 div.point dl::after {
		left: 50%;
		top: 25px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		margin: 0 0 0 -30px;
		font-size: 60px;
	}
	#consulting04 div.point dl dt {
		padding: 0 0 10px;
		font-size: 120%;
		line-height: 140%;
	}
}
/*　よくあるご相談事例
----------------------------------------*/
#consulting05 {
	position: relative;
	padding: 80px 0;
	overflow: hidden;
}
#consulting05::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: calc(100% - 60px);
	height: 100%;
	background: #F1F1F1;
	z-index: 0;
}
#consulting05 div.subtitle,
#consulting05 div.main {
	position: relative;
	z-index: 1;
}
#consulting05 dl.case {
	position: relative;
	display: flex;
	margin: 0 0 80px;
	padding: 60px 40px 20px 0;
	background: #FFF;
}
#consulting05 dl dt.case {
	display: flex;
	justify-content: center;
	width: 160px;
}
#consulting05 dl dt.case div {
	position: absolute;
	right: -10px;
	top: -50px;
	font-style: italic;
}
#consulting05 dl dt.case div small {
	font-size: 160%;
	line-height: 100%;
}
#consulting05 dl dt.case div b {
	padding: 0 0 0 5px;
	font-size: 400%;
	line-height: 100%;
}
#consulting05 dl dd.case {
	flex: 1;
}
#consulting05 dl dt.case p {
	margin: 0;
	line-height: 140%;
}
#consulting05 dl dt.case p b {
	margin: 0 0 0 10px;
	display: inline-block;
	padding: 15px 3px;
	font-size: 114%;
	line-height: 140%;
}
#consulting05 dl dt.case p span {
	display: block;
	margin: 0;
	font-size: 168%;
	line-height: 140%;
}
#consulting05 dl dd dl {
	padding: 0 0 40px;
}
#consulting05 dl dd dl dt {
	margin: 0 0 20px;
	padding: 5px 20px;
	line-height: 140%;
}
#consulting05 dl dd dl dd ul li {
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 0 40px;
	line-height: 140%;
}
#consulting05 dl dd dl dd ul li::before {
	content: '\e5ca';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 30px;
	font-family: "Material Symbols Outlined";
	font-weight: 500;
}
#consulting05 dl dd.case dl:nth-child(3) dd ul li::before {
	content: '\f88a';
}
#consulting05 dl dd.case dl:nth-child(4) dd ul li::before {
	content: '\f88b';
}
#consulting05 dl dd dl dd ul li:last-child {
	margin: 0;
}
@media screen and (max-width: 1140px) {
	#consulting05::before {
		width: 100%;
	}
}
@media screen and (min-width: 769px) {
	#consulting05 dl dt.case p {
		writing-mode: vertical-rl;
		letter-spacing: 1px;
	}
}
@media screen and (max-width: 768px) {
	#consulting05 {
		padding: 70px 0 20px;
	}
	#consulting05 dl.case {
		display: block;
		margin: 0 0 60px;
		padding: 20px;
	}
	#consulting05 dl dt.case {
		display: block;
		width: auto;
	}
	#consulting05 dl dt.case div {
		right: -5px;
		top: -30px;
	}
	#consulting05 dl dt.case div small {
		font-size: 120%;
		line-height: 100%;
	}
	#consulting05 dl dt.case div b {
		font-size: 260%;
		line-height: 100%;
	}
	#consulting05 dl dt.case p {
		margin: 0;
		line-height: 140%;
	}
	#consulting05 dl dt.case p b {
		margin: 0 0 10px;
		padding: 5px 10px;
		font-size: 100%;
		line-height: 140%;
	}
	#consulting05 dl dt.case p span {
		padding: 0 0 30px;
		font-size: 120%;
		line-height: 140%;
	}
}
/*　兵庫県内の不動産特性に即した提案
----------------------------------------*/
#consulting06 {
	padding: 80px 0;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	#consulting06 {
		padding: 60px 0;
	}
}
/*　サービスの流れ
----------------------------------------*/
#consulting07 {
	position: relative;
	padding: 80px 0;
	overflow: hidden;
}
#consulting07::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 60px);
	height: 100%;
	background: #F1F1F1;
	z-index: 0;
}
#consulting07 div.main {
	position: relative;
	z-index: 1;
	padding: 40px 40px 10px;
	background: #FFF;
}
#consulting07 div.flow {
	display: table;
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
}
#consulting07 div.flow div {
	position: relative;
	padding: 0 0 30px;
}
#consulting07 div.flow div:last-child {
	padding: 0;
}
#consulting07 div.flow div::before {
	content: "STEP";
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	font-size: 100%;
	line-height: 100%;
	text-align: center;
	font-weight: 700;
	background: #FFF;
	z-index: 1;
}
#consulting07 div.flow div::after {
	position: absolute;
	left: 0;
	top: 20px;
	width: 80px;
	padding: 0 0 20px;
	font-size: 260%;
	line-height: 100%;
	text-align: center;
	font-weight: 500;
	background: #FFF;
	z-index: 1;
}
#consulting07 div.flow div:nth-child(1)::after {
	content: "01";	
}
#consulting07 div.flow div:nth-child(2)::after {
	content: "02";	
}
#consulting07 div.flow div:nth-child(3)::after {
	content: "03";	
}
#consulting07 div.flow div:nth-child(4)::after {
	content: "04";	
}
#consulting07 div.flow div:nth-child(5)::after {
	content: "05";
}
#consulting07 div.flow dl {
	position: relative;
	padding: 0 0 60px 130px;
}
#consulting07 div.flow dl::before {
	content: "";
	position: absolute;
	left: 40px;
	top: 0;
	width: 1px;
	height: 100%;
	z-index: 0;
}
#consulting07 div.flow div:nth-child(5) dl::before,
#consulting07 div.flow div:nth-child(5) dl::after {
	display: none;
}
#consulting07 div.flow dl dt {
	padding: 0 0 10px;
	font-size: 148%;
	line-height: 160%;
}
@media screen and (max-width: 1140px) {
	#consulting07::before {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	#consulting07 {
		padding: 60px 0;
	}
	#consulting07 div.main {
		padding: 30px 20px 10px;
	}
	#consulting07 div.flow div::before {
		left: -10px;
		width: 60px;
		height: 60px;
		font-size: 88%;
		line-height: 100%;
	}
	#consulting07 div.flow div::after {
		left: -10px;
		top: 22px;
		width: 60px;
		padding: 0 0 20px;
		font-size: 200%;
		line-height: 100%;
	}
	#consulting07 div.flow dl {
		padding: 0 0 20px 70px;
	}
	#consulting07 div.flow dl::before {
		left: 20px;
	}
	#consulting07 div.flow dl dt {
		font-size: 114%;
		line-height: 160%;
	}
}
/*　「今から考える」ことが最大の対策です
----------------------------------------*/
#consulting08 {
	padding: 80px 0 40px;
}
@media screen and (max-width: 768px) {
	#consulting08 {
		padding: 60px 0 20px;
	}
}
/*　相続対策シミュレーション
----------------------------------------*/
#consultingSimulation {
	padding: 0 0 100px;
}
#consultingSimulation div.subtitle {
	border-width: 2px;
	border-style: solid;
}
#consultingSimulation div.subtitle b {
	padding: 5px;
	font-size: 168%;
	line-height: 140%;
}
#consultingSimulation div.main {
	position: relative;
	display: flex;
	align-items: stretch;
	margin: 0 -20px;
	padding: 0 0 40px;
}
#consultingSimulation div.main::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 24px;
	height: 30px;
	margin: -15px 0 0 -20px;
	background: #CF4623;
}
#consultingSimulation div.main::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	border-style: solid;
	border-width: 26px 0 26px 20px;
	border-color: transparent transparent transparent #CF4623;
	margin: -26px 0 0 4px;
}
#consultingSimulation div.main div.mainContent {
	display: flex;
	align-items: stretch;
	width: 50%;
	padding: 0 20px;
}
#consultingSimulation div.main dl {
	display: flex;
	flex-direction: column;
	width: 100%;	
}
#consultingSimulation div.main div.before dl {
	background: #F3F0EC;
}
#consultingSimulation div.main div.after dl {
	background: #E8EFF8;
}
#consultingSimulation div.main div.before dl dt {
	background: #6A5B53;
	color: #FFF;
}
#consultingSimulation div.main div.after dl dt {
	background: #322B79;
	color: #FFF;
}
#consultingSimulation div.main dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 140%;
	padding: 10px 5px;
}
#consultingSimulation div.main dl dt p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
}
#consultingSimulation div.main dl dt p span {
	padding: 0 10px 0 0;
	font-size: 160%;
	line-height: 140%;
	font-weight: 700;
}
#consultingSimulation div.main dl dt p b {
	width: 50px;
	height: 50px;
	font-size: 42px;
	line-height: 50px;
	text-align: center;
	background: #FFF;
	color: #322B79;
}
#consultingSimulation div.main div.before dl dt p b {
	color: #53443C;
}
#consultingSimulation div.main dl dd {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 30px 20px 40px;
	font-size: 80%;
	line-height: 140%;
	border: 1px solid #DDD;
	border-top: none;
}
#consultingSimulation div.main dl dd strong {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 30px;
	text-align: center;
}
#consultingSimulation div.main dl dd strong b {
	font-size: 134%;
	line-height: 140%;
	text-decoration: underline;
}
#consultingSimulation div.main dl dd div.list01 {
	display: flex;
	padding: 0 0 40px;
}
#consultingSimulation div.main dl dd div.left {
	width: 53%;
	padding: 0 5px 0 0;
}
#consultingSimulation div.main dl dd div.right {
	width: 47%;
	padding: 0 0 0 5px;
}
#consultingSimulation div.main dl dd div.list ul:first-child {
	border-top: 1px solid #CCC;
}
#consultingSimulation div.main dl dd div.list ul {
	display: flex;
	background: #FFF;
}
#consultingSimulation div.main dl dd div.list ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	text-align: center;
	border-bottom: 1px solid #CCC;
}
#consultingSimulation div.main dl dd div.list ul {
	border-right: 1px solid #CCC;
}
#consultingSimulation div.main dl dd div.list ul li:nth-child(1) {
	width: 20px;
	background: #302C7A;
	color: #FFF;
}
#consultingSimulation div.main dl dd div.left ul li:nth-child(2) {
	width: 50%;
	background: #F1F1F1;
}
#consultingSimulation div.main dl dd div.left ul:nth-child(1) li:nth-child(2),
#consultingSimulation div.main dl dd div.left ul:nth-child(1) li:nth-child(3),
#consultingSimulation div.main dl dd div.left ul:nth-child(6) li:nth-child(2),
#consultingSimulation div.main dl dd div.left ul:nth-child(6) li:nth-child(3)  {
	font-weight: 700;
}
#consultingSimulation div.main dl dd div.left ul li:nth-child(3) {
	width: calc(50% - 20px);
}
#consultingSimulation div.main dl dd div.list02 div ul:nth-child(1) li:nth-child(2) {
	width: calc(100% - 20px);
}
#consultingSimulation div.main dl dd div.list02 ul li:nth-child(2) {
	width: calc(30% - 20px);
	background: #F1F1F1;
}
#consultingSimulation div.main dl dd div.list02 ul li:nth-child(3) {
	width: 20%;
}
#consultingSimulation div.main dl dd div.list02 ul li:nth-child(4) {
	width: 25%;
}
#consultingSimulation div.main dl dd div.list02 ul li:nth-child(5) {
	position: relative;
	width: 25%;
}
#consultingSimulation div.main dl dd div.list02 ul:nth-child(2) li:nth-child(5),
#consultingSimulation div.main dl dd div.list02 ul:last-child li:nth-child(5) {
	font-weight: 700;
}
#consultingSimulation div.main dl dd div.list02 ul:last-child li:nth-child(5)::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -110px;
    border-left: 2px dotted #CF4623;
	width: 2px;
	height: 110px;
    z-index: 0;
}
#consultingSimulation div.main dl dd div.list02 ul:last-child li:nth-child(5)::after {
    content: '\e313';
    position: absolute;
    left: 50%;
    bottom: -130px;
	width: 30px;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 0 -15px;
	text-align: center;
	font-family: "Material Symbols Outlined";
	font-weight: 700;
    z-index: 0;
	color: #CF4623;
}
#consultingSimulation div.main dl dd div.list ul li p {
	margin: 0;
}
#consultingSimulation div.main dl dd div.right div:nth-child(1) {
	position: relative;
	height: 200px;
	padding: 0 0 0 20px;
}
#consultingSimulation div.main dl dd div.right div:nth-child(1) div {
	width: 100%;
	padding: 15px;
	height: auto;
	background: #DDD;
}
#consultingSimulation div.main dl dd div.right div:nth-child(1) ul {
}
#consultingSimulation div.main dl dd div.right div:nth-child(1) ul li {
	position: relative;
	margin: 5px 0 0;
	padding: 0 0 0 1.2em;
}
#consultingSimulation div.main dl dd div.right div:nth-child(1) ul li::before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
#consultingSimulation div.main div.after dl dd div.right div:nth-child(1) ul li:last-child {
	font-weight: 700;
}
#consultingSimulation div.main dl dd div.right div:nth-child(2),
#consultingSimulation div.main dl dd div.right div:nth-child(3) {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
}
#consultingSimulation div.main dl dd div.right div p {
	position: relative;
	margin: 0;
	padding: 0 0 0 20px;
}
#consultingSimulation div.main dl dd div.right div:nth-child(1) p {
	position: static;
	padding: 0;
}
#consultingSimulation div.main dl dd div.right div p::before {
	content: "…";
	position: absolute;
	left: 0;
	top: 0;
}
#consultingSimulation div.main dl dd div.right div:nth-child(1) p::before {
	left: -20px;
	top: 15px;
}
#consultingSimulation div.main dl dd div.list02 ul li:nth-child(1) {
	width: 20px;
	background: #302C7A;
	color: #FFF;
	border-bottom: 1px solid #302C7A;
}
#consultingSimulation div.result {
	margin: 0 0 40px;
	padding: 40px 0;
	background: #FCF0ED;
	border: 1px solid rgba(207,70,35,0.3);
}
#consultingSimulation div.resultMain {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: stretch;
	width: 100%;
	line-height: 140%;
	padding: 0 0 30px;
}
#consultingSimulation div.resultMain div {
	position: relative;
	width: 50%;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	z-index: 1;
}
#consultingSimulation div.resultMain div:last-child::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 50%;
	width: 24px;
	height: 16px;
	margin: -8px 0 0;
	background: #CF4623;
}
#consultingSimulation div.resultMain div:last-child::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 50%;
	border-style: solid;
	border-width: 16px 0 16px 16px;
	border-color: transparent transparent transparent #CF4623;
	margin: -16px 0 0;
}
#consultingSimulation div.resultMain dl {
	position: relative;
	display: flex;
	flex-direction: column;
	background: #6A5B53;
	color: #FFF;
	width: 100%;
	padding: 15px 10px 20px;
}
#consultingSimulation div.resultMain div:last-child dl {
	background: #322B79;
}
#consultingSimulation div.resultMain dl dt {
	padding: 0 0 5px;
}
#consultingSimulation div.resultMain dl dt p {
	display: flex;
	justify-content: center;
	margin: 0;
}
#consultingSimulation div.resultMain dl dd p {
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin: 0;
	padding: 0 0 0 5px;
	text-align: center;
}
#consultingSimulation div.resultMain dl dd p b {
	font-size: 160%;
	line-height: 140%;
	font-weight: 700;
	border-bottom: 2px solid #FFF;
}
#consultingSimulation div.resultBottom {
	text-align: center;
	line-height: 140%;
}
#consultingSimulation div.resultBottom dl {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
}
#consultingSimulation div.resultBottom dl dt {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	font-size: 108%;
	line-height: 120%;
}
#consultingSimulation div.resultMain dl dt p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;	
	margin: 0;
}
#consultingSimulation div.resultMain dl dt p span {
	padding: 0 3px;
}
#consultingSimulation div.resultMain dl dt p b {
	width: 30px;
	height: 30px;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	background: #FFF;
	color: #322B79;
}
#consultingSimulation div.resultMain div:first-child dl dt p b {
	color: #6A5B53;
}
#consultingSimulation div.resultBottom dl dd p {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	margin: 0;
	border-bottom: 2px solid #CF4623;
	
}
#consultingSimulation div.resultBottom dl dd b {
	padding: 0 5px;
	font-size: 240%;
	line-height: 100%;
	font-weight: 700;
}
#consultingSimulation div.resultBottom dl dd small {
	font-size: 160%;
	line-height: 140%;
	font-weight: 700;
}
#consultingSimulation div.small ul {
	line-height: 140%;
}
#consultingSimulation div.small ul li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 1.5em;
	font-size: 88%;
	line-height: 140%;
}
#consultingSimulation div.small ul li::before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (max-width: 1140px) {
	#consultingSimulation div.main {
		display: block;
		margin: 0;
		padding: 0 0 40px;
	}
	#consultingSimulation div.main::before,
	#consultingSimulation div.main::after {
		display: none;
	}
	#consultingSimulation div.main div.mainContent {
		display: block;
		width: auto;
		padding: 0;
	}
	#consultingSimulation div.main div.before {
		position: relative;
		padding: 0 0 40px;
	}
	#consultingSimulation div.main div.before::before {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 15px;
		width: 30px;
		height: 25px;
		margin: 0 0 0 -15px;
		background: #CF4623;
	}
	#consultingSimulation div.main div.before::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -5px;
		border-style: solid;
		border-width: 20px 26px 0 26px;
		border-color: #CF4623 transparent transparent transparent;
		margin: 0 0 0 -26px;
	}
	#consultingSimulation div.main dl {
		display: flex;
		flex-direction: column;
		width: 100%;	
	}
	#consultingSimulation div.main dl dd div.listMain {
		max-width: 768px;
		width: 100%;
		margin: 0 auto;
	}
	#consultingSimulation div.main dl dd div.list02 ul:last-child li:nth-child(5)::before,
	#consultingSimulation div.main dl dd div.list02 ul:last-child li:nth-child(5)::after {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#consultingSimulation {
		padding: 0 0 60px;
	}
	#consultingSimulation div.subtitle b {
		font-size: 128%;
		line-height: 140%;
	}
	#consultingSimulation div.main dl dt p span {
		font-size: 120%;
		line-height: 140%;
	}
	#consultingSimulation div.main dl dt p b {
		width: 34px;
		height: 34px;
		font-size: 30px;
		line-height: 34px;
	}
	#consultingSimulation div.main dl dd strong b {
		font-size: 120%;
		line-height: 140%;
	}
	#consultingSimulation div.main dl dd div.right div:nth-child(1) div {
		padding: 15px 0;
	}
	#consultingSimulation div.main dl dd div.right div:nth-child(1) ul {
		margin: 0 auto;
		writing-mode: vertical-rl;
	}
	#consultingSimulation div.main dl dd div.right div:nth-child(1) ul li {
		margin: 5px 0 0;
		padding: 1.2em 0 0;
	}
	#consultingSimulation div.main dl dd div.right div:nth-child(1) ul li::before {
		right: 0;
		left: auto;
	}
	#consultingSimulation div.main dl dd div.right div:nth-child(1) p {
		text-align: center;
	}
	#consultingSimulation div.result {
		margin: 0 0 40px;
		padding: 30px 0;
	}
	#consultingSimulation div.resultMain {
		display: block;
		width: auto;
		padding: 0;
	}
	#consultingSimulation div.resultMain div {
		position: relative;
		width: auto;
		margin: 0 0 30px;
	}
	#consultingSimulation div.resultMain div:last-child::before {
		left: 50%;
		top: -30px;
		width: 16px;
		height: 18px;
		margin: 0 0 0 -8px;
	}
	#consultingSimulation div.resultMain div:last-child::after {
		left: 50%;
		top: -12px;
		border-style: solid;
		border-width: 16px 16px 0 16px;
		border-color: #CF4623 transparent transparent transparent;
		margin: 0 0 0 -16px;
	}
	#consultingSimulation div.resultMain dl dd p b {
		font-size: 134%;
		line-height: 140%;
	}
	#consultingSimulation div.resultBottom dl {
		display: block;
		padding: 0 20px;
	}
	#consultingSimulation div.resultBottom dl dt {
		margin: 0 0 10px;
		font-size: 100%;
		line-height: 120%;
	}
	#consultingSimulation div.resultMain dl dt p b {
		width: 26px;
		height: 26px;
		font-size: 20px;
		line-height: 26px;
	}
	#consultingSimulation div.resultBottom dl dd {
		display: table;
		margin: 0 auto;
	}
	#consultingSimulation div.resultBottom dl dd p {
		display: block;
		padding: 0 0 5px;
	}
	#consultingSimulation div.resultBottom dl dd b {
		display: inline-block;
		padding: 0 0 5px;
		font-size: 160%;
		line-height: 100%;
	}
	#consultingSimulation div.resultBottom dl dd small {
		display: inline-block;
		font-size: 108%;
		line-height: 140%;
	}
}