/* CSS Document */
body *{
	box-sizing: border-box;
}


.p910 img{
	max-width	: 100%;
	height		: auto;
	width /***/	: auto;
}

.p910 #main {
	width: 100%;
	height: 250px;
	background: url(/-/media/cojp/product/labelwriter/special/cube/case_p910/img/p910_mainbg.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	margin: 0;
	padding: 0;
}

.txt_c{
	text-align: center;
}

.lead_txt{
	text-align: center;
	font-size: 16px;
	margin: 40px auto;
	line-height: 1.8;
}

.p910 #lead_area{
	max-width: 1000px;
	width: 100%;
	box-sizing: border-box;
}

.p910 #lead_area h3{
	border-top: 2px solid #000;
	margin: 80px 0 0;
}

.p910 #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: 10px;
}


.content{
	max-width: 1000px;
	margin: 0 auto;
}

.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%;
}
.left_box p{
	line-height: 1.8;
}

.case_ttl{
	text-align: left;
	margin: 0 0 10px;
}

.inner{
	max-width: 1000px;
	margin: 0 auto;
}

.att{
	display: flex;
}
	.att span{
		text-align: left;
		font-size: 12px;
		margin-top: 5px;
	}
	.att span:first-child{
		margin-left: 18px;
		margin-right: 17px;
	}

.cont02 .flex .txt_c span{
	display: block;
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
}
.cont04 .flex .txt_c span{
	display: block;
	text-align: left;
	font-size: 12px;
	margin-top: 5px;
}
.cont05 .flex .txt_c span{
	display: block;
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
}
.cont06 .flex .txt_c span{
	display: block;
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 15px;
}
.cont07 .flex .txt_c span{
	display: block;
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
}
.cont08 .flex .txt_c span{
	display: block;
	text-align: right;
	font-size: 12px;
	margin-top: 5px;
}

.message_area{
	background: #f4eee1;
}

.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;
}

@media screen and (max-width: 1018px) {
	#lead_area,
	.content{
		padding: 0 15px;
	}
	
	.left_box{
		margin: 0 15px;
	}
}

@media screen and (max-width: 768px) {
	#main h2 img {
	    padding: 50px 0 0 0;
	    height: 100px;
	}
	
	.st-wrapper{
		min-width: inherit;
	}
	
	.p910 #main {
		width: 100%;
		height: 140px;
		background: url(/-/media/cojp/product/labelwriter/special/cube/case_p910/img/p910_mainbg.jpg) no-repeat center center;
		background-size: cover;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	.content{
		padding: 0 10px;
	}
	
	.p910 #lead_area h3 span{
		font-size: 18px;
		text-align: center;
	}
	.lead_txt{
		font-size: 14px;
	}
	.flex{
		display: flex;
		flex-direction: column-reverse;
	}
	.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: 0 0 10px;
	}
	
	.content > div.cont01{
		margin-bottom: 40px;
	}
	
	.cont04 .flex .txt_c span{
		text-align: right;
	}
	
	.cont02 .flex,
	.cont04 .flex,
	.cont06 .flex,
	.cont08 .flex{
		display: flex;
		flex-direction: column;
	}
	
	h4{
		font-size: 18px;
	}
}