@charset "UTF-8";
/*----------------------------------------*/
/*コンテンツ*/
/*画面全体の設定*/
.contents-image-dtp-platemake {
	width: auto;
	height: 200px;
	background-image: url("../img/img-subpage-main-dtp-platemake.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.contents-image-dtp-typesetting {
	width: auto;
	height: 200px;
	background-image: url(../img/img-subpage-main-dtp-typesetting.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/*スライドショー*/
.slick-box {
	width: 100%;
}
.slick-box img {
	width: 100%;
}
.how {
	font-size: 12px;
	padding: 4px 10px;
	background-color: #aaa;
	color: #fff;
	line-height: 1.3;
}
.wrap-column {
	margin: 0px 0px 60px;
}
.wrap-column-title-unit {
	margin: 60px 0px 20px;
}

.column-title {
	border-left: 5px solid rgba(0, 146, 216, 1.00);
	margin: 20px 0px;
	padding-left: 10px;
}

.contents-image-proofjet-pressmatcher {
	width: 65%;
	margin: 0px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.contents-image-proofjet-pressmatcher img {
	width: 100%;
	margin-bottom: 5px;
}

.border {
  border-top: 1px solid #dcdcdc;
  margin-top: 60px; 
}
.column-title {
	border-left: 5px solid rgba(0, 146, 216, 1.00);
	margin: 20px 0px;
	padding-left: 10px;
}
.column-title h3 {
	font-size: 1.8rem;
}


/*--------------------------------------------------------------------------------*/
/*★メディアクエリ 320〜559px*/
@media screen and (min-width: 320px) and (max-width: 559px) {
	/*----------------------------------------*/
	/*コンテンツ部分*/
	.contents-menu-dtp {
		border-top: 10px solid rgba(0, 146, 216, 1.00);
	}
	.contents-unit-dtp {
		margin-bottom: 30px;
		margin-left: 20px;
		margin-right: 20px;
		border-spacing: 1px 0px;
		padding-bottom: 20px;
	}
	h2 {
		margin-bottom: 10px;
	}
	.wrap-contents-unit-dtp {
		padding-top: 26px;
	}

	.wrap-column {
		margin: 0px 20px 60px;
	}
.contents-image-proofjet-pressmatcher {
	width: 100%;
}
	/*----------------------------------------*/
	/*スライドショー*/
	.slick-box {
		padding: 0px 20px;
	}
	.how {
		margin: 0px 20px;
	}
}
/*--------------------------------------------------------------------------------*/
/*★メディアクエリ 560〜959px*/
@media screen and (min-width: 560px) and (max-width: 959px) {
	/*----------------------------------------*/
	/*コンテンツ部分*/
	.wrap-contents-menu-dtp {
		border-radius: 5px;
		border: 2px solid #dcdcdc;
		margin-bottom: 20px;
	}
	.contents-menu-dtp {
		border-top: 15px solid rgba(0, 146, 216, 1.00);
		border-radius: 4px;
	}
	.wrap-contents-unit-dtp {
		padding: 26px 26px 30px;
	}
	.contents-unit-dtp {
		border-spacing: 1px 0px;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.contents-unit-dtp:last-child {
		border-bottom: none;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	h2 {
		margin-bottom: 10px;
	}
/*
	.border-bottom {
		display: none;
	}
*/
	
.contents-image-proofjet-pressmatcher {
	width: 100%;
	max-width: 600px;
}
	
	/*----------------------------------------*/
	/*スライドショー*/
	.slick-box {
		padding: 0px 26px;
	}
	.how {
		margin: 0px 26px;
	}
}
/*--------------------------------------------------------------------------------*/
/*★メディアクエリ 960〜1199px*/
@media screen and (min-width: 960px) and (max-width: 1199px) {
	.wrap-contents-menu-dtp {
		border-radius: 5px;
		border: 2px solid #dcdcdc;
		width: 100%;
		margin-right: 20px;
	}
	.wrap-contents-menu-dtp:last-child {
		margin-right: 0px;
	}
	.contents-menu-dtp {
		border-top: 15px solid rgba(0, 146, 216, 1.00);
		border-radius: 4px;
	}
	.wrap-contents-unit-dtp {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		padding: 26px 26px 26px;
	}
	.contents-unit-dtp {
		border-spacing: 1px 0px;
		margin-right: 20px;
		padding-right: 20px;
	}
	.contents-unit-dtp:last-child {
		border-right: none;
		margin-right: 0px;
		padding-right: 0px;
	}
	h2 {
		margin-bottom: 10px;
	}
	.wrap-contents-menu-dtp-secondary {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		width: 100%;
		margin-bottom: 20px;
	}
/*
	.border-bottom {
		display: none;
	}
*/
	.contents-image-proofjet-pressmatcher {
	width: 650px;
}

	
	/*----------------------------------------*/
	/*スライドショー*/
	.slide-show {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		padding: 0px 26px;
	}
	.slick-box {
		width: 50%;
	}
	.how {
		margin: 0px 26px;
	}
}
/*--------------------------------------------------------------------------------*/
/*★メディアクエリ 1200px〜（最大1440px）*/
@media screen and (min-width: 1200px) {
	/*----------------------------------------*/
	/*コンテンツ部分*/
	.wrap-contents-menu-dtp {
		border-radius: 5px;
		border: 2px solid #dcdcdc;
		width: 100%;
		margin-right: 20px;
	}
	.wrap-contents-menu-dtp:last-child {
		margin-right: 0px;
	}
	.contents-menu-dtp {
		border-top: 15px solid rgba(0, 146, 216, 1.00);
		border-radius: 4px;
	}
	.wrap-contents-unit-dtp {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		padding: 26px 26px 26px;
	}
	.contents-unit-dtp {
		border-spacing: 1px 0px;
		margin-right: 20px;
		padding-right: 20px;
	}
	.contents-unit-dtp:last-child {
		border-right: none;
		margin-right: 0px;
		padding-right: 0px;
	}
	h2 {
		margin-bottom: 10px;
	}
	.wrap-contents-menu-dtp-secondary {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: stretch;
		width: 100%;
		margin-bottom: 20px;
	}
/*
	.border-bottom {
		display: none;
	}
*/
	/*----------------------------------------*/
	/*スライドショー*/
	.slide-show {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		padding: 0px 26px;
	}
	.slick-box {
		width: 50%;
	}
	.how {
		margin: 0px 26px;
	}
}