.content-box h2::before {
	margin-top: .9em;
}
.content-box.secondary h2::before {
	display: none;
}
.content-box h2 .title {
	font-size: 34px;
	color: #599b65;
}
.content-box h2 span:first-child,
.content-2 span:first-child {
	margin-right: 1em;
}
.content-box h2 .sub-title {
	display: inline-block;
	font-size: 20px;
	white-space: nowrap;
}

.text-box {
}
.image-box {
	float: right;
	margin: 0 0 1em 3em;
	text-align: center;
}

.consultant-ask {
	margin-right: 40px;
}
.consultant-ask figure {
	float: left;
	margin: 0 1.5em 0 0;
	text-align: center;
}
.consultant-ask figure img {
	width: 100%;
	max-width: 340px;
}
.consultant-ask figcaption {
	font-size: 15px;
}
.consultant-ask > div {
	float: left;
	width: 50%;
	margin-top: 2em;
	padding: 1em 1em 1em 2em;
	border-radius: 10px;
	border: 1px solid rgb(216, 216, 216);
	box-shadow: 3px 3px 5px #adacac;
}


/**
 * 下層ページ タイトル
 */
.content-2 {
	padding: 0;
	background-color: #599b65;
	color: white;
}
.content-2 h2 {
	margin: .5em 0;
}
.content-2 .text-box {
	position: absolute;
	padding: 4em 0 2em 4em
}
.content-2 .image-box {
	margin: 0;
}
.content-2 img {
	max-height: 235px;
	max-width: 100%;
}
.content-2 p {
	margin: .5em 0;
	font-size: 110%;
}

/**
 * 下層ページ コンテンツ
 */
.content-3 h3 {
	clear: both
}
.content-3 img {
	max-height: 280px;
	max-width: 100%;
}

/**
 * 経営改善コンサルティング
 */
.content-4 {
	max-width: 1040px;
	margin-bottom: 1em;
}
.content-4 h4 {
	height: 85px;
	padding: 25px 1em;
	text-align: center;
	background-image: url('/consultant/img/next.png');
	background-size: 100% 100%;
}
.content-4 .sub-box {
	width: 48%;
	float: left;
}
.content-4 .sub-box + .sub-box {
	margin-left: 4%;
}

.content-4-1 {
	padding: 1em;
	background-color: rgb(242, 242, 242);
}
.content-4-2 .sub-box,
.content-4-3 .sub-box {
	padding: 0 1em;
	background-color: rgb(219, 238, 244);
}
.content-4-3 .sub-box {
	padding-bottom: 1em;
	text-align: center;
}
.content-4-3 .sub-box-1 li {
	width: 31%;
}
.content-4-3 .sub-box-2 li {
	width: 48%;
}
.content-4-3 .sub-box {
	text-align: center;
}
.content-4-3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content-4-3 li {
	display: inline-block;
	padding: .5em;
	border-radius: 5px;
	background-color: rgb(252, 213, 181);
}

/**
 * 下層ページサマリ
 */
.summary {
	color: white;
	background-color: #599b65;
}
.summary ul {
	list-style: none;
}

@media(max-width: 1279px) {
	.content-box.content-1 > div {
		float: none;
		min-width: auto;
	}
	.content-box.content-1 figure {
		opacity: 0;
	}
	.content-box.content-1 figure img {
		display:block;
	}
	
	.consultant-ask figure {
		float: none;
	}
	.consultant-ask > div {
		width: 100%;
	}
	
	.content-4 h4 {
		position: relative;
		padding-top: .5em;
		font-size: 15px;
	}
	.content-4 h4 .inbox {
		display: block;
	}
	.content-4 .toggle {
		position: absolute;
		left: 50%;
		top: 46px;
		height: 24px;
		width: 24px;
		margin-left: -12px;
		border: 8px solid transparent;
		border-right-color: rgb(137, 169, 133);
		border-bottom-color: rgb(137, 169, 133);
		transform: rotate(45deg);
		transition-duration: .5s;
		cursor: pointer;
	}
	.content-4 .toggle.open {
		top: 60px;
		transform: rotate(-135deg);
		transition-duration: .5s;
	}
	.content-4 .sub-box {
		float: none;
		width: auto;
	}
	.content-4 .sub-box + .sub-box {
		margin: 1em 0 0;
	}
	.content-4-1,
	.content-4-2,
	.content-4-3 {
		position: absolute;
		opacity: 0;
	}
	.content-4-1.open,
	.content-4-2.open,
	.content-4-3.open {
		position: static;
		opacity: 1;
		transition-duration: .5s;
	}
	
	.content-4-2 .sub-box,
	.content-4-3 .sub-box {
		padding: .5em 1em 1em;
	}
	.content-4-3 p {
		margin: .25em 0 .5em;
	}
	
	.content-4-4 {
		margin: 1em 0 2em;
	}
	.content-4-4 > div:first-child {
		float: left;
		margin: -15px 0 0 37px;
		transform: rotate(-45deg);
	}
	.content-4-4 > div:last-child {
		margin-left: 100px;
	}
}
@media(max-width: 1024px) {

	.consultant-ask figure {
		float: none;
		margin: 0 auto;
	}
	.consultant-ask > div {
		margin: 1em 0 0 0;
	}
	
	.content-2 .text-box {
		padding: 0 1em;
		bottom: 0;
		width: 100%;
		background-color: rgba(89, 155, 101, 0.66);
		font-size: 15px;
	}
	.content-2 .image-box img {
		max-height: none;
		width: 100%;
	}
	
	.content-4-4 {
		margin-top: 0;
	}
	.content-4-4 > div:first-child,
	.content-4-4 > div:last-child {
		float: none;
		margin: 0;
		transform: rotate(0);
	}
}
@media(max-width: 800px) {
	.consultant-ask {
		margin-right: 20px;
	}
	.consultant-ask > div {
		margin: 1em 0 0 0;
		padding: 1em;
	}
	.content-2 .text-box {
		font-size: 2vw;
	}
	.summary ul {
		padding: 0;
	}
}
@media(max-width: 600px) {
	.content-2 .text-box h2 {
		font-size: 4vw;
	}
}