/* CSS Document */
.feature img{
	max-width	: 100%;
	height		: auto;
	width /***/	: auto;
}



.feature #main {
	width: 100%;
	height: 250px;
	background: url(/-/media/cojp/product/labelwriter/special/cube/kojimajick/img/feature_mainbg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	margin: 0;
	padding: 0;
}

.txt_c{
	text-align: center;
}

.feature #lead_area{
	max-width: 1000px;
}

.feature #lead_area h3{
	border-top: 2px solid #000;
	margin: 80px 0 0;
}

.feature #lead_area h3 span{
	border-top: 6px solid #000;
	border-bottom: 2px solid #000;
	padding: 20px 0;
	display: block;
	margin-top: 2px;
	line-height: 1.6;
	letter-spacing: initial;
}


h4{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 33px;
}


.content{
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}

.content > div{
	margin-bottom: 94px;
}

.flex{
	display: flex;
	justify-content: space-between;
}

.content .flex.cont01{
	margin: 60px auto 94px;
}

.box01{
	width: 44%;
	border: 1px solid #000;
	padding: 30px 20px 20px;
	box-sizing: border-box;
}

.name{
	font-size: 32px;
	line-height: 0.8;
	margin-bottom: 20px;
}

.name span.name_sub{
	font-size: 26px;
	display: inline-block;
}

.name span.name_sub02{
	font-size: 14px;
	display: inline-block;
}

.left_box{
	width: 47%;
}

.check{
	background: #e6e6e6;
	padding: 20px;
	margin-top: 38px;
	position: relative;
}

.check:before{
	content: "";
	display: inline-block;
	background: url("../img/feature_icon01.png") no-repeat;
	width: 100px;
	height: 40px;
	position: absolute;
	top: -19px;
	left: 5px;
}

.check p{
	margin-top: 15px;
}

.inner{
	max-width: 1000px;
	margin: 0 auto;
}

.message_area{
	background: #f4eee1;
	padding: 0 10px;
}

.message_area .inner{
	padding: 80px 0;
	align-items: flex-start;
}

.message_txt{
	background: #fff;
	border: 1px solid #4d4d4d;
	width: 60%;
	box-sizing: border-box;
	padding: 25px;
}

.message_txt p{
	margin-bottom: 20px;
}

.message_txt p:last-child{
	margin-bottom: 0;
}


.movie_area{
	background: #f2f2f2;
	padding: 80px 0;
}

.movie {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の縦幅*/
	height: 0;
	overflow: hidden;
}

.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1110px) {
	.content .txt_c {
		width: 45%;
	}
	.content .box01 {
	    width: 53%;
	}
	.movie_area .movie {
		width: 97%;
		margin: auto;
	}
	.message_area .txt_c {
		width: 40%;
		padding-left: 10px;
	}
}

@media screen and (max-width: 768px) {
	.st-wrapper{
		min-width: inherit;
	}
	
	.feature #main {
		width: 100%;
		height: 140px;
		margin: 0 auto;
		background: url(/-/media/cojp/product/labelwriter/special/cube/kojimajick/img/feature_mainbg.jpg) no-repeat center center;
		background-size: cover;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	.content{
		padding: 0 10px;
	}
	
	.feature #lead_area h3 span{
		font-size: 22px;
		text-align: center;
	}
	
	.flex{
		display: block;
	}
	.content .flex.cont01{
		margin: 40px auto;
	}
	.box01{
		width: 100%;
		margin: 20px auto;
	}
	.name{
		font-size: 24px;
		line-height: 1.6;
		margin-bottom: 10px;
	}
	
	.name span.name_sub{
		font-size: 20px;
	}
	
	.left_box{
		width: 100%;
		margin-top: 15px;
	}
	
	.cont02 .flex,
	.cont04 .flex{
		display: flex;
		flex-direction: column-reverse;
	}
	
	h4{
		font-size: 18px;
	}
	
	.movie_area{
		padding: 40px 10px;
	}
	
	.message_area .inner{
		padding: 40px 10px;
	}
	
	.message_txt{
		width: 100%;
		margin-bottom: 20px;
	}
}