@charset 'UTF-8';

/*===========================================
ham_sausages
===========================================*/
#ham_sausages .mod_ttl_01{
	margin-bottom: 3%;
}
#ham_sausages .mod_ttl_02{
	margin-bottom: 1.5em;
}
*::-ms-backdrop, #ham_sausages .mod_itemList_2_1 .mod_flex > *{
	max-width: calc((100% - 41px)/2); /* IE11 */
}

@media screen and (max-width:767px){
	#ham_sausages .mod_ttl_01{
		margin-bottom: 10%;
	}
	*::-ms-backdrop, #ham_sausages .mod_itemList_2_1 .mod_flex > *{
		max-width: 100%; /* IE11 */
	}
}

#ham_sausages .mod_list_btnList ul > * {
	flex-basis: calc(100% / 3);
}

#ham_sausages .mod_bnrBtn_01 a{
	align-items: normal;
}
#ham_sausages .mod_bnrBtn_01 .mod_txt p{
	margin-top: 0.5em;
}
#ham_sausages .mod_bnrBtn_01 .mod_img{
	display: flex;
	align-items: center;
}
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, #ham_sausages .mod_list_btnList ul > * {
		flex-basis: 33.33%; /* IE11 */
	}
}
@media screen and (max-width:767px){

}