/*** title ***/
.c-mv h1 { top: 125px; }
/*** catch ***/
.p-labels-catch{
	font-size:24px;
	text-align: center;
	font-weight: bold;
	line-height: 1.8;
}
.p-labels_ttl{
	height: 288px;
	margin-bottom: 15px;
}
.p-labels-bland_in{
	width: 1000px;
	position: relative;
	padding-top: 10px;
	margin: 0 auto 140px auto;
}
.p-labels-bland_ico{
	position: absolute;
	top:0;
	left: 0;
}
.p-labels-bland_lead{
	font-size: 18px;
	line-height: 2.5;
	margin-bottom: 18px;
}
.p-labels-link{
	text-align: right;
	margin-top: 10px;
	position: relative;
}
.p-labels-link a{
	padding-right: 13px;
}
.p-labels-link a::after{
	border-right: 2px solid #333;
	border-top: 2px solid #333;
	border-radius: 1px;
	content: "";
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 32%;
	right:0;
	width: 7px;
	height: 7px;
}
@media screen and (max-width: 768px) {
	/*** catch sp***/
	.p-labels-catch{
		font-size:16px;
	}
	.p-labels_ttl{
		height: 100px;
		margin-bottom: 10px;
	}
	.p-labels-bland_in{
		width: 90.67%;
		margin: 0 auto 70px auto;
	}
	.p-labels-bland_lead{
		font-size: 15px;
		line-height: 2.0;
		text-align: left;
	}
	.p-labels-bland_lead br{
		display: none;
	}
}
/*** brand detail ***/
.p-labels-bland_in h3{
	font-size: 24px;
	margin: 25px 0;
}
.p-labels-bland_in hr{
	width: 80px;
	height: 2px;
	border: 0;
	display: block;
	margin-bottom: 30px;
}
.c-interview_btn a{
	font-size:22px;
	display: block;
	color: #fff;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color: #2e2e2e;
	padding: 24px 0;position: relative;
	margin-top: 30px;
}
.c-interview_btn a::after{
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	border-radius: 1px;
	content: "";
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 39%;
	right:30px;
	width: 10px;
	height: 10px;
}
.p-labels-bland_in h2{
	margin: 20px 0 35px 0;
	font-size:18px;
}
@media screen and (max-width: 768px) {
	/*** brand detail ***/
	.p-labels-bland_in h3{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.p-labels-bland_in hr{
		width: 60px;
		margin-bottom: 20px;
	}
	.c-interview_btn a{
		font-size:15px;
		padding: 20px 0;
		margin-top: 20px;
	}
	.c-interview_btn a::after{
		right:5%;
		width: 8px;
		height: 8px;
	}
	.p-labels-bland_in h2{
		margin: 10px 0 20px 0;
		font-size:12px;
	}
	.p-labels-bland_h{
		width: 55%;
		margin-left: auto;
		margin-right: auto;
	}
}
/***colorfield***/
.p-labels-colorf .p-labels_ttl{
	background: url(/contents/ourlabels/images/colorf_ttl_bg.jpg) no-repeat top center;
	background-size: 100% auto;
}
.p-labels-colorf .p-labels-bland_ico{width: 176px;}
.p-labels-colorf h2, .p-labels-colorf h3{color: #490c04;}
.p-labels-colorf hr{background-color: #490c04;}
.p-labels-colorf .p-labels-bland_h{margin-top: 1%;}
/***doubleday***/
.p-labels-double .p-labels_ttl{
	background: url(/contents/ourlabels/images/doubleday_ttl_bg.jpg) no-repeat top center;
	background-size: 100% auto;
}
.p-labels-double .p-labels-bland_ico{width: 86px;}
.p-labels-double h2, .p-labels-double h3{color: #1e445b;}
.p-labels-double hr{background-color: #1e445b;}
.p-labels-double .p-labels-bland_h{margin-top: 1%;}
/***adres***/
.p-labels-adres .p-labels_ttl{
	background: url(/contents/ourlabels/images/adres_ttl_bg.jpg) no-repeat top center;
	background-size: 100% auto;
}
.p-labels-adres .p-labels-bland_ico{width: 86px;}
.p-labels-adres h2, .p-labels-adres h3{color: #fd4f70;}
.p-labels-adres hr{background-color: #fd4f70;}
.c-interview_in{-webkit-transition: all .5s; transition: all .5s;}
.c-interview_in:hover{opacity: 0.8;}
@media screen and (max-width: 768px) { /*** sp title ***/
  .c-mv h1 { font-size: 30px; top: 17%; left: 5%; }
	/***colorfield***/
	.p-labels-colorf .p-labels_ttl, .p-labels-double .p-labels_ttl, .p-labels-adres .p-labels_ttl{background-size: auto 100%;	}
	.p-labels-colorf .p-labels-bland_ico{width: 18%; top:1.5%;}
	/***doubleday***/
	.p-labels-double .p-labels-bland_ico{width: 12%; top:1.5%;}
	/***adres***/
	.p-labels-adres .p-labels-bland_ico{width: 12%; top:1.5%;}
	.c-interview_in:hover{opacity: 1.0;}
	.p-labels-adres .p-labels-bland_h{width: 47%;}
}
