/*------美味しい理由(QCD+W)ページのスタイル-----*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.center{
	text-align: center;
}
.br:before {
	content: "\A" ;
	white-space: pre ;
}

@media only screen and (max-width: 640px) {
#qcd_title_area{
	width:100%;
	height:200px;
	background: url(../img/qcd/qcd_title_bg.jpg) no-repeat 0 0;
	background-size:cover;
}
#qcd_title_area h2{
	color:#fff;
	line-height:200px;
	text-align: center;
	font-size:1.5rem;
}
article#qcd_wrap{
	width:98%;
	margin:0 1% 0 1%;
	box-sizing: border-box;
}
.qcd_title_under{
	display:none;
}
h4.qcd_h4{
	font-size:24px;
	color:#21375C;
	text-align: center;
	margin:50px 0 30px 0;
}
#qcd_body{
	background-image: none;
	width:100%;
	height:auto;
	padding:none;
	margin:0;
}
#qcd_q{
	position:static;
	width:100%;
	height:auto;
}
#qcd_c{
	position:static;
	width:100%;
	height:auto;
}
#qcd_d{
	position:static;
	width:100%;
	height:auto;
}
#qcd_w{
	position:static;
	width:100%;
	height:auto;
}
#qcd_q img,#qcd_c img,#qcd_d img,#qcd_w img{
	position:relative;
	z-index: 50;
}
span.qcd_hidden_field{
	display: block;
	width:98%;
	height:auto;
	background: #f5f5f5;
	/*border:1px solid #20375B;*/
	position:static;
	z-index:1;
	transition:0.6s;
	box-sizing: border-box;
	padding:1rem;
	opacity:1;
	margin:-55px 0 0 0;
}
#qcd_hidden_field_q,
#qcd_hidden_field_c,
#qcd_hidden_field_d,
#qcd_hidden_field_w{
	display: block;
	width:100%;
	height:auto;
	margin:-35px 0 0 0;
}
#qcd_hidden_field_w{
	padding:1rem;
	bottom:0;
}
span.qcd_hidden_field img.continuation_text{
	position:relative;
	left:0;
	top:0;
	margin:-3rem 0 0 7rem;
}
.qcd_text_area_under{
	width:100%;
	margin:10px 0 0 0;
}
.qcd_text_area_under_left{
	width:100%;
	height:auto;
	float:none;
	margin:20px 0 0 0;
}
.qcd_text_area_under_left img{
	width:100%;
	height:auto;
}
.qcd_text_area_under_right{
	width:100%;
	height:auto;
	float:none;
}



}




@media only screen and (min-width: 641px) {

#qcd_title_area{
	width:100%;
	height:300px;
	background: url(../img/qcd/qcd_title_bg.jpg) no-repeat 0 0;
	background-size:cover;
}
#qcd_title_area h2{
	color:#fff;
	line-height:300px;
	text-align: center;
	font-size: 26px;
}
article#qcd_wrap{
	width:1050px;
	margin:0 auto;
	box-sizing: border-box;
}
.qcd_title_under{
	width:1050px;
	height:200px;
	margin:50px 0 0 0;
}
.qcd_title_under img{
	margin:0 8px 0 0;
	float:left;
}
h4.qcd_h4{
	font-size:24px;
	color:#21375C;
	text-align: center;
	margin:50px 0 30px 0;
}


#qcd_body{
	width:1050px;
	height:1600px;
	background: url(../img/qcd/qcd_body_bg.png) no-repeat 0 0;
	margin:50px 0 300px 0;
	position:relative;
}
#qcd_q{
	position:absolute;
	top:525px;
	left:250px;
}
#qcd_c{
	position:absolute;
	top:135px;
	right:300px;
}
#qcd_d{
	position:absolute;
	top:770px;
	right:198px;
}
#qcd_w{
	position:absolute;
	top:1450px;
	right:468px;
}
#qcd_q img,#qcd_c img,#qcd_d img,#qcd_w img{
	position:relative;
	z-index: 50;
}
span.qcd_hidden_field{
	display: block;
	width:680px;
	height:380px;
	background: rgba(255,255,255,0.7);
	/*border:1px solid #20375B;*/
	position:absolute;
	bottom:-320px;
	left:-290px;
	z-index:1;
	transition:0.6s;
	box-sizing: border-box;
	padding: 0 20px 0 20px;
	opacity:0;
}
#qcd_hidden_field_q,
#qcd_hidden_field_c,
#qcd_hidden_field_d,
#qcd_hidden_field_w{
	display: block;
	width:680px;
	height:380px;
}
#qcd_hidden_field_w{
	padding: 20px 20px 0 20px;
	bottom:-336px;
}
span.qcd_hidden_field img.continuation_text{
	position: absolute;
	left:345px;
	top:8px;
}
.qcd_text_area_under{
	width:100%;
	margin:10px 0 0 0;
}
.qcd_text_area_under_left{
	width:280px;
	float:left;
	margin:20px 0 0 0;
}
.qcd_text_area_under_right{
	width:330px;
	float:right;
}

}
