@charset "UTF-8";

#pagePoint3 #pageTopTitArea .sub::before{
	background: url("../images/fkds_point3.svg") center center no-repeat;
}
#pagePoint3 #pageTopKvOut::after{
	content: '';
	display: inline-block;
	width: 214px;
	height: 195px;
	background: url("../images/pic_cook_marubatsu.svg") center center no-repeat;
	position: absolute;
	right: 30px;
	bottom: 0;
}
@media screen and (max-width:667px){
	#pagePoint3 #pageTopKvOut::after{
		width: 87px;
		height: 79px;
		right: 15px;
	}
}


/*
	アドバイス
-----------------------------------------------------------------------------------------------*/
#advice.ctsArea{
	position: relative;
}
#advice.ctsArea::after{
	content: '';
	display: inline-block;
	width: 97px;
	height: 140px;
	background: url("../images/pic_staff_check.svg") center bottom -10px no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}
@media screen and (max-width:667px){
	#advice.ctsArea::after{
		content: none;
	}
}

#adviceArea{
	width: 900px;
	margin: 50px auto;
	padding: 40px 45px;
	background-color: #F3F3F3;
	border-radius: 10px;
	position: relative;
}
#adviceArea::after{
	content: '';
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url("../images/pic_pencil.svg") center center no-repeat;
	position: absolute;
	right: 45px;
	bottom: -15px;
}
#adviceArea .txtNml{
	text-align: left;
}
@media screen and (max-width:667px){
	#adviceArea{
		width: 100%;
		margin: 30px auto;
		padding: 20px 20px;
		background-color: #F3F3F3;
		border-radius: 5px;
	}
	#adviceArea::after{
		width: 50px;
		height: 50px;
		right: 20px;
		bottom: -15px;
	}
}


/*
	記入例
-----------------------------------------------------------------------------------------------*/
#examArea figure{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.30);
}


/*
	CIフリーザー
-----------------------------------------------------------------------------------------------*/
#pointArea .titYellowLine,
#pointArea .txtNml.wh{
	color: #fff;
}

#pointArea .btnArea a{
	width: 350px;
}
@media screen and (max-width:667px){
	#pointArea .btnArea a{
		width: 100%;
	}
}

#freezerArea{
	margin: 60px 0 0;
	padding: 60px 70px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.30);
	position: relative;
}
#freezerArea::before,
#freezerArea::after{
	content: '';
	display: inline-block;
	position: absolute;
}
#freezerArea::before{
	width: 200px;
	height: 150px;
	background: url("../images/pic_wh_coat_point.svg") center bottom -5px no-repeat;
	left: 25px;
	top: -150px;
}
#freezerArea::after{
	width: 240px;
	height: 184px;
	background: url("../images/pic_kaigi.svg") center center no-repeat;
	right: 25px;
	top: -184px;
}
#freezerArea .bnrArea{
	margin: 30px 0 0;
}
@media screen and (max-width:667px){
	#freezerArea{
		margin: 30px 0 0;
		padding: 20px 20px;
		border-radius: 5px;
	}
	#freezerArea::before,
	#freezerArea::after{
		content: none;
	}
	#freezerArea .bnrArea{
		margin: 15px 0 0;
	}
}
