@charset "UTF-8";

/* *******************************************************************************************
* 
*	お酒に強い人、弱い人
*
******************************************************************************************* */

#suntory_contents .arpContents_pageTtl_inner-strength_weakness{
	background: url(../img/strength_weakness_main_img.png) 720px 21px no-repeat;
	background-size: 150px auto;
}
#suntory_contents .arpContents_main_article.mb-10,
#suntory_contents .arpContents_main_col-full.mb-10{
	margin-bottom: 10px;
}
#suntory_contents .arpContents_main_txt-option{
	margin-bottom: 0;
	padding: 10px;
	padding-right: 0;
	text-align: right;
}

@media screen and (max-width : 767px){

	#suntory_contents .arpContents_pageTtl_inner-strength_weakness{
		background: url(../img/strength_weakness_main_img.png) center 85px no-repeat;
		background-size: 95px auto;
	}
	#suntory_contents .arpContents_main_col-full.mb-10{
		margin-bottom: 30px;
	}
	#suntory_contents .arpContents_main_txt-option{
		padding: 10px 0 0 20px;
		text-align: left;
	}


}