﻿#pageTitle .page_navi_wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
}
#pageTitle h2 {
	min-width: 313px;
	padding: 12px 0px;
	font-family: "Zen Old Mincho", 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", メイリオ, Meiryo, serif;
}
@media screen and (max-width: 599px) {
	#pageTitle h2 {
		float: none;
		width: 100%;
	}
}
#pageTitle .select_sub_page {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
}
#pageTitle .select_sub_page li {
	flex-grow: 1;
	font-size: 15px;
}
#pageTitle .select_sub_page li + li {
	margin-left: 4px;
}
#pageTitle .select_sub_page li a {
	display: flex;
	padding: 8px;
	background-color: rgba(255, 255, 255, 0.5);
	justify-content: center;
	align-items: center;
	height: 100%;
	font-feature-settings: "palt";
	border: 1px solid #7e5c54;
}
@media screen and (max-width: 599px) {
	br.pc_only {
		display: none;
	}
}
.photo {
	padding-right: 20px;
	flex-basis: 340px;
	flex-grow: 1;
	text-align: center;
}
@media screen and (max-width: 599px) {
	.photo {
		margin-right: 0;
	}
}
.summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.summary h3 {
	margin-right: 30px;
	margin-bottom: 0;
}
#chart {
	display: flex;
	flex-wrap: wrap;
}
#chart .flow_chart {
	flex-grow: 1;
	flex-shrink: 1;
}
#chart .flow_chart .flow_chart_list {
	list-style: none;
	display: block;
	counter-reset: number;
}
#chart .flow_chart .flow_chart_list li {
	display: block;
	margin-bottom: 24px;
	padding: 8px 16px;
	border-radius: 8px;
	border: 1px solid inherit;
	background-color: #fff;
	position: relative;
	text-align: center;
}
#chart .flow_chart .flow_chart_list li:before {
	counter-increment: number;
	content: counter(number);
	width: 50px;
	height: 100%;
	line-height: 42px;
	overflow: hidden;
	font-size: 60px;
	font-family: "Zen Old Mincho", 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", メイリオ, Meiryo, serif;
	position: absolute;
	top: 0;
	left: 8px;
	font-style: italic;
	display: block;
	color: #ddd;
}
#chart .flow_chart .flow_chart_list li:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -21px;
	display: block;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent inherit;
	transform: rotate(90deg);
}
#chart .flow_chart .flow_chart_list li:last-of-type:after {
	display: none;
}
#business .business_catchphrase {
	font-size: 21px;
	font-family: "Zen Old Mincho", 游明朝, "Yu Mincho", YuMincho, Georgia, "Hiragino Mincho ProN", メイリオ, Meiryo, serif;
	font-weight: 900;
	font-feature-settings: "palt";
	color: #442e1b;
}
#business .textArea:before {
	content: "";
	display: block;
}
#business .textArea:after {
	content: "";
	display: block;
	clear: both;
}
#business .flow_chart_list li {
	border: 1px solid #89c681;
}
#business .flow_chart_list li:after {
	border-color: transparent transparent transparent #89c681;
}
#pageNavi {
	text-align: center;
}
#pageNavi.textArea {
	padding-bottom: 0;
}
#pageNavi a {
	display: inline-block;
	margin: 0px 20px;
	color: #454545;
	text-decoration: none;
}
#pageNavi img {
	vertical-align: middle;
}
#planning {
	min-height: 250px;
	background: url(../images/business/planning-bg.png) no-repeat right top;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
	#planning {
		background-position: 200px top;
	}
}
#planning h4 {
	margin-top: 20px;
}
#planning .flow_chart_list li {
	border: 1px solid #89c681;
}
#planning .flow_chart_list li:after {
	border-color: transparent transparent transparent #89c681;
}
#make {
	min-height: 250px;
	background: url(../images/business/make-bg.png) no-repeat right top;
}
@media screen and (min-width: 600px) and (max-width: 959px) {
	#make {
		background-position: 400px top;
	}
}
#make h4 {
	margin-top: 20px;
}
#make .flow_chart_list li {
	border: 1px solid #ee847d;
}
#make .flow_chart_list li:after {
	border-color: transparent transparent transparent #ee847d;
}
#make .chart {
	width: 568px;
	background: url(../images/business/chart-make.png) no-repeat left top;
}
#sales {
	min-height: 250px;
	background: url(../images/business/sales-bg.png) no-repeat right top;
}
@media screen and (max-width: 599px) {
	#sales {
		background-position: -20px 0;
	}
}
#sales h4 {
	margin-top: 20px;
}
#sales .chart {
	width: 568px;
	background: url(../images/business/chart-sales.png) no-repeat left top;
}
#salesItem {
	display: flex;
	flex-wrap: wrap;
}
#salesItem > p {
	flex-basis: 160px;
	flex-shrink: 1;
	flex-grow: 1;
}
