.bodycopy-l p {
	line-height: 1.6em;
}
#maincontainer, #contentsbox {
	background: linear-gradient(180deg, rgba(255, 77, 112, 1) 0%, rgba(208, 0, 0, 1) 100%);
}
#imgtitle {
	text-align: center;
	padding-top: 30px;
	margin-bottom: 20px;
}
#imgtitle #title {
	width: 737px;
}
#imgtitle #cogcacard {
	width: 312px;
}
#imgtitle #title02 {
	width: 490px;
}
.privilege {
	background: #fff;
	margin: 20px;
	padding: 20px 40px;
	display: flex;
	flex-wrap: wrap;
}
.copybox {
	width: 60%;
}
.num {
	margin-right: 2%;
	width: 10%;
}
.num img {
	width: 98%;
}
.break {
	display: none;
}
h1, h2 {
	margin: 0;
}
.privilege h3 {
	font-size: 28px;
	font-weight: bold;
	color: red;
	text-align: left;
	/*padding-left: 120px;/**/
	line-height: 1.4em;
}
.privilege h3 .small {
	font-size: 20px;
	font-weight: bold;
	color: #f00;
}
.privilege p {
	/*padding-left: 120px;/**/
	padding-bottom: 30px;
}
.privilege p .cap {
	display: block;
	line-height: 1.6em;
	margin-top: 20px;
}
.bold {
	font-weight: bold;
}
.campimg {
	width: 25%;
}
#img01, #img02, #img03 {
	margin: 40px auto;
	width: 90%;
}
#last-privilege {
	margin-bottom: 60px;
}
#last-privilege .copybox {
	width: 85%;
}
@media screen and (max-width: 768px) {
	#imgtitle {
		margin-bottom: 0;
	}
	#imgtitle #title {
		width: 96%;
	}
	#cogcacard {
		display: none;
	}
	#imgtitle #title02 {
		width: 75%;
		margin-top: -10px;
	}
	.privilege {
		background: #fff;
		margin: 0;
		margin-bottom: 20px;
		padding: 20px;
	}
	.privilege .num {
		margin: 0 20px 20px 0;
	}
	.privilege .copybox h3 {
		margin: 0;
		font-size: 22px;
		padding-left: 0;
	}
	.privilege .break {
		display: block;
		clear: both;
	}
	.privilege .copybox p {
		padding-left: 0;
		display: inline;
		font-size: 16px;
	}
	.privilege .copybox p .cap {
		display: inline-block;
		line-height: 1.2em;
	}
	.campimg {
		width: 100%;
	}
	#img01, #img02, #img03 {
		margin: 10px auto 40px;
		width: 50%;
	}
	#last-privilege {
		margin-bottom: 40px;
	}
}
