.content-box h2::before {
	margin-top: .9em;
}
.content-box.secondary h2::before {
	margin-top: .6em;
}
.content-box h2 .title {
	font-size: 34px;
	color: #f08a40;
}
.content-box h2 span:first-child,
.summary span:first-child {
	margin-right: 1em;
}
.content-box h2 .sub-title {
	display: inline-block;
	font-size: 20px;
	white-space: nowrap;
}

/**
 * コンテンツ制作
 */
.appear-box {
	opacity: 0;
	transform: translateY(2em);
	transition-duration: 2s;
}
.appear-box.appear {
	opacity: 1;
	transform: translateY(0);
}
.summary {
	padding: 0;
	background-color: rgb(255, 175, 117);
	color: white;
}
.summary h2 {
	margin: .5em 0;
}
.summary h2::before {
	display: none;
}
.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: .5em 0;
	font-size: 110%;
}

.summary-top {
	background-color: transparent;
	background-image: url('/webcontents/img/production-image1.jpg');
	background-size: auto 100%;
	border-bottom: none;
	color: #648a96;
	text-shadow: 1px 1px 1px #88b4e0;
}
.summary-top h2 {
	font-weight: normal;
}
.summary-top .text-box {
	padding-left: 9em;
}
.production-site {
	border-top: none;
}

.production-text {
}
.production-image {
	width: 100%;
	max-width: 880px;
	margin: 2em 0;
}
.production-image.main {
	box-shadow: 7px 7px 5px 1px #bab9c1;
}
.image-1,
.image-2,
.image-3 {
	transition-duration: .33s;
}
.image-1 {
	position: relative;
	width: 100%;
}
.image-2 {
	float: left;
	width: 48%;
	margin: 0 2% 0 0;
	border: 1px solid #e9e9e9;
	box-shadow: 7px 7px 5px #adadad;
}
.image-2:last-child {
	margin: 0 0 0 2%;
}
.image-3 {
	float: left;
	width: 33.333%;
}
.image-1 img,
.image-2 img,
.image-3 img,
.image-2 video {
	width: 100%;
}

/**
 * 製作実績
 */
.works {
	margin: 0 atuo;
}
.submnail {
	float: left;
	width: 24%;
	margin-right: 1%;
	margin-bottom: 1em;
	border: 1px solid #d6d6d6;
	transition-duration: .25s;
}
.submnail:hover {
	box-shadow: 7px 6px 5px 1px rgb(216, 216, 216);
	transform: scale(1.01, 1.01);
}
.submnail img {
	width: 100%;
}
.submnail .title {
	margin-top: 1px;
	padding: 1.5em 1em;
	border-top: 1px solid #d6d6d6;
	word-break: break-all;
	font-size: 80%;
	height: 7em;
}
.submnail .tags {
	list-style: none;
	margin: 0;
	padding: 1em;
}
.submnail .tags::after {
	display: table;
	content: '';
	clear: both;
}
.submnail .tags li {
	float: left;
	padding: .5em 1em;
	margin-right: 3px;
	font-size: 60%;
}
.submnail .tags .tags-corp {
	background-color: #fffdb5;
}
.submnail .tags .tags-cms {
	background-color: #FFb6c1;
}
.submnail .tags .tags-educate {
	background-color: #b0ccff;
}
.submnail .tags .tags-admin {
	background-color: #dcdcdc;
}

@media(max-width: 1500px) {
	.submnail {
		width: 31%;
		margin-right: 2.3%;
	}
}
@media(max-width: 1279px) {
	.submnail {
		width: 48%;
		margin-right: 2%;
	}
}
@media(max-width: 1024px) {
	.summary .text-box {
		padding: 0 1em;
		bottom: 0;
		width: 100%;
		background-color: rgba(240, 138, 64, 0.66);
		font-size: 15px;
	}
	.summary .image-box {
		float: none;
		margin: 0;
	}
	.summary .image-box img {
		max-height: none;
		width: 100%;
	}
	.summary-top h2 {
		color: white;
		font-weight: bold;
	}
}
@media(max-width: 1000px) {
	.image-2,
	.image-2:last-child {
		width: 90%;
		float: none;
		margin: 0 auto 2em;
	}
	.image-3 {
		width: 50%;
	}
	.image-3:last-child {
		display: none;
	}
	.submnail {
		width: 100%;
		margin-right: 0;
	}
}
@media(max-width: 880px) {
	.image-1 p {
		padding-left: 2em;
	}
	.image-1 img {
		height: 5em;
	}
}
@media(max-width: 800px) {
	.image-1 img {
		height: auto;
	}
	.summary .text-box {
		font-size: 2vw;
	}
	.summary .text-box h2 {
		font-size: 3.5vw;
	}
	.submnail {
		width: 48%;
		margin-right: 2%;
	}
}
@media(max-width: 619px) {
	.production-image.main {
		box-shadow: none;
	}
	.image-1,
	.image-3 {
		width: 100%;
		float: none;
		margin: 0 auto 1em;
	}
	.image-1 img,
	.image-2 img,
	.image-3 img {
		display: block;
	}
	.submnail {
		width: 100%;
		margin-right: 0;
	}
}
@media(max-width: 400px) {
	.image-1 p {
		padding-left: 1em;
	}
	.image-1 img {
		height: 5.5em;
	}
	.image-1 .inbox {
		display: inline;
	}
}