@charset "utf-8";
/*アーモンドの秘密CSS*/
.secret_p {
	width: 952px;
	margin: 0 auto;
}
/*------------h1--------------*/
.secret h1{
	padding: 45px 0 45px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	letter-spacing: 4px;
}
.secret h1:after{
	content: url(/sweets/chocolate/almond/images/common/ttl_img.png);
	width: 13px;
	height: 13px;
	padding-left: 20px;
		display: inline-block;
}
.secret h1:before{
	content: url(/sweets/chocolate/almond/images/common/ttl_img.png);
	width: 13px;
	height: 13px;
	padding-right: 30px;
	display: inline-block;
}
@media screen and (max-width: 1024px) {	
	
.secret .stageBase {
	padding: 0 1.9%;
}
.secret .secret_p img {
	width: 100%;
}
}
