@charset "utf-8";


@media only screen and (max-width: 767px) {
	/* pointList */
	.bread .pointList {
		margin-top: 13px;
	}
	.bread .pointList .listItem {
		padding: 13px 0;
		background: url("/cheeseclub/alc/img/alc_bg01.png") repeat-x left 0 bottom 0;
		background-size: 8px 1px;
	}
	.bread .pointList .listItem:last-of-type {
		background: none;
	}
	.bread .pointList .listItem.bgType01,
	.bread .pointList .listItem.bgType02 {
		position: relative;
	}
	.bread .pointList .listItem.bgType01::before,
	.bread .pointList .listItem.bgType02::before {
		content: "";
		position: absolute;
		display: inline;
		top: 50%;
	}
	.bread .pointLayout.typeBeer .pointList .listItem.bgType01::before {
		width: 60px;
		height: 45px;
		left: 49%;
		margin-top: -22px;
		background: url("/cheeseclub/alc/img/beer_bg01.png") no-repeat 0 0;
		background-size: 60px 45px;
	}
	.bread .pointLayout.typeBeer .pointList .listItem.bgType02::before {
		width: 56px;
		height: 45px;
		left: 55%;
		margin-top: -22px;
		background: url("/cheeseclub/alc/img/beer_bg02.png") no-repeat 0 0;
		background-size: 56px 45px;
	}
	
	.bread .pointTitle .pointNumber {
		float: left;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		width: 47px;
		margin-top: 0;
		padding: 1px 2px 1px 5px;
		border-radius: 8px 8px;
		background-color: #c71e19;
		color: #fff;
		font-size: 8px;
	}
	.bread .pointTitle .pointNumber .point {
		display: inline-block
	}
	.bread .pointTitle .pointNumber .number {
		display: inline-block;
		margin-left: 3px;
		padding: 1px 3px;
		border-radius: 7px;
		background-color: #fff;
		color: #c71e19;
		font-size: 11px;
		line-height: 1;
		text-align: center;
	}
	.bread .pointTitle .pointText {
		margin-top: 0;
		padding-left: 11px;
		font-size: 16px;
		line-height: 1;
		overflow: hidden
	}
	.bread .pointDetail {
		margin-top: 8px;
		font-size: 14px;
		margin-left: 60px;
	}

	}
	
/*=================================

	clearfix

=================================*/
.bread .breadRankList:after,
.bread .breadColumn:after,
.bread .pointTitle:after {
	content: "";
	display: block;
	clear: both;
}
	