@charset "UTF-8";

/*  AWARD                                 
------------------------------------------- */
#award{
	background: rgba(0,0,0,0.9);
	margin-bottom:0 !important;
	}
#award h3, #award h4{ display:none;}
@media screen and (min-width:1201px){
	#award .content{
		background:url(../images/award01_pc.png) center top no-repeat;
		padding-top:430px;
	}
}
@media screen and (min-width:769px) and (max-width:1200px){
	#award .content{
		background:url(../images/award01_pc.png) center top no-repeat;
		padding-top:430px;
	}
}
@media screen and (max-width:768px){
	#award .content{
		background:url(../images/award_sp.png) center top no-repeat;
		background-size:100% auto;
		padding-top:65vw;
		width:92% !important;
	}
}

/*  award01  02                            
------------------------------------------- */
#award01 p,#award02 p{
	color:#b97a5b;
	font-weight:700 !important;
	}
#award01 p .sc,
#award02 p .sc{
	color:#646464;
	font-weight:300;}

@media screen and (min-width:769px){
	#award01,#award02{
		width:50%;
		float:left;
		text-align:center;
	}
	#award01 p,#award02 p{
		font-size:14px;
		text-align:center;
		line-height:1.2 !important;
		margin-bottom:8px;
	}
	#award01 p .sc,#award02 p .sc{
		font-size:13px;
	}
	
}
@media screen and (max-width:768px){

	#award01,#award02{
		width:100%;
		text-align:center;
	}
	#award01 p,#award02 p{
		font-size:13px;
		text-align:center;
		line-height:1.2 !important;
		margin-bottom:13px !important;
	}
	#award01 p .sc,#award02 p .sc{
		font-size:12px;
	}
}



