.content-box h2::before {
	margin-top: .9em;
}
.content-box.secondary h2::before {
	margin-top: .6em;
}
.content-box h2 span:first-child {
	margin-right: 1em;
}
.content-box h2 .title {
	font-size: 34px;
	color: #2c7ecd;
}
.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;
}

/**
 * 問題解決のためのIT導入
 */
.problems {
	display: table;
	width: 100%;
	max-width: 850px;
	margin-bottom: 1em;
}
.problems ul {
	margin: 0;
	padding: 0 0 0 .25em;
}
.next,
.problem,
.resolution {
	display: table-cell;
	vertical-align: middle;
}
.next {
	width: 130px;
}
.problem {
	width: 60%;
	padding: 2em;
	background-color: rgb(208, 232, 209);
}
.resolution {
	padding: 1em;
	background-color: rgb(145, 212, 145);
}
.strongs-summary {
	margin: .5em;
}

.services {
	display: flex;
}
.services > div {
	width: 33.3%;
	margin: 0 1% 0 0;
	padding: 1em;
	border: 1px solid gray;
}
.services > div:last-child {
	margin-right: 0;
}
.services h4 {
	margin-top: 0;
}
.services img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.services-other h4 {
	margin-top: 0;
}
.services-other  {
	width: 100%;
	margin: 1% 0 0 0;
	padding: 1em;
	border: 1px solid gray;
}

.questions p {
	margin: 1.5em 0 2em;
	padding: 1em;
	background-color: rgb(162, 219, 243);
	box-shadow: 3px 3px 5px gray;
}
.questions ul {
	position: relative;
	margin: 0;
	list-style: none;
	border-top: 1px solid gray;
}
.questions li {
	margin-left: .5em;
	padding: .75em 3em .75em 0;
}
.questions li:last-child {
	padding-bottom: 1.5em;
}
.questions li::before {
	display: block;
	float: left;
	margin-left: -1.5em;
}
.questions li:first-child::before {
	content: 'Q.';
}
.questions li:last-child::before {
	content: 'A.';
}
.questions li:first-child::after {
	display:block;
	position: absolute;
	top: .8em;
	right: 1em;
	width: 1em;
	height: 1em;
	content: '';
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	transform: rotate(45deg);
	transition-duration: .2s;
}
.questions li.open:first-child::after {
	top: 1.2em;
	transform: rotate(-135deg);
}
.questions li div {
	margin-top: 1em;
}
.questions .toggle {
	cursor: pointer;
}

/**
 * サマリ
 */
.summary {
	padding: 0;
	background-color: #2c7ecd;
	transition-duration: 1s;
	color: white;
}
.summary .text-box {
	position: absolute;
	padding: 4em 0 2em 4em;
}
.summary .image-box {
	float: right;
	margin: 0;
}
.summary img {
	max-height: 235px;
	max-width: 100%;
}
.summary p {
	margin: 1em 0;
	font-size: 110%;
}

.strongs-container {
	display: flex;
	padding-top: .5em;
}
.strongs-1,
.strongs-2,
.strongs-3 {
	width: 33%;
}
.strongs-1 {
	order: 2;
}
.strongs-2 {
	order: 1;
}
.strongs-3 {
	order: 3;
}
.strongs-container .heading {
	margin: .5em;
	padding: .5em 1em;
	box-shadow: 4px 4px 6px 0px rgba(143, 143, 143, .5);
}
.strongs-container .heading p {
	margin: 0;
}
.strongs-container .description {
	height: 100%;
	margin: 0 .5em;
	padding: 0 1.5em 1.5em;
	border: 1px solid #dadada;
	box-shadow: 4px 4px 6px 0px rgba(143, 143, 143, .5);
}
.strongs-container .description > p {
	font-weight: bold;
	color: rgb(27, 65, 146);
}

/**
 * システム開発実績
 */
.works {
	margin-bottom: 3em;
}
.works h3 {
	position: relative;
	padding: .5em 1em;
	background: linear-gradient(90deg, rgb(231, 240, 255) 0%, rgb(255, 255, 255) 100%);
	border-radius: 3px;
	color: rgb(152, 152, 152);
}
.works p {
	padding-left: 1em;
}
.works figure {
	float: right;
}
.works img {
	max-width: 100%;
}
.works ul {
	margin: 2em 0;
	padding: 0;
	list-style: none;
}
.works li {
	padding: .5em 1em;
}
.works ul li:first-child,
.works ul li:first-child {
	font-weight: bold;
}
.works li span {
	display: inline-block;
}
.works li span:first-child {
	width: 16em;
}
.works figure ~ ul {
	width: calc(100% - 320px);
}
.works .genre {
	font-size: 18px;
}
.works .technology li {
	border-bottom: 1px solid gray;
}
.works .feature {
	margin-bottom: 1.5em;
	padding-bottom: .5em;
	border: 1px solid gray;
}
.works .feature li:nth-child(n + 2) {
	padding-left: 2em;
	border-bottom: none;
}
.works .work-image {
	clear: both;
}

@media(max-width: 1279px) {

	.problems,
	.next,
	.problem,
	.resolution {
		display: block;
		width: 100%;
	}
	.next {
		text-align: center;
	}
	
	.strongs-container {
		display: block;
	}
	.strongs-1,
	.strongs-2,
	.strongs-3 {
		display: block;
		position: relative;
		width: auto;
		margin-bottom: 1em;
	}
	.strongs-container .description {
		padding-bottom: 1em;
	}
	
	.services {
		display: block;
	}
	.services > div {
		width: auto;
		margin-bottom: 1em;
	}
	.services img {
		max-width: 400px;
	}
	
	
	.works .feature {
		width: auto;
	}
	.works figure  {
		display: none;
	}
	.works figure ~ ul {
		width: auto;
	}
}
@media(max-width: 1024px) {

	.summary .text-box {
		padding: 0 1em;
		bottom: 0;
		width: 100%;
		background-color: rgba(44, 126, 205, 0.66);
		font-size: 15px;
	}
	.summary .image-box {
		float: none;
		margin: 0;
	}
	.summary .image-box img {
		max-height: none;
		width: 100%;
	}
}
@media(max-width: 460px) {
	.summary p {
		font-size: 3.5vw;
	}
}