@charset "UTF-8";
.coffeeTitle {
	color: #333;
}
.coffeeSect {
	margin-top: 20px;
	margin-bottom: 20px;
}
.coffeeSect_title {
	font-size: 1.8rem;
	line-height: 1.3;
	color: #02109e;
}
.coffeeSect_list {
	list-style: none;
	padding: 0;
}
.coffeeSect_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.coffeeImage {
	max-width: 360px;
}
.coffeeImage > img {
	display: block;
}
.-spInline {
	display: none;
}
@media screen and (min-width:1000px) {}
@media screen and (max-width:999px) {
	.coffeeTitle {}
	.coffeeSect {}
	.coffeeSect_title {}
	.coffeeSect_list {}
	.coffeeSect_list > li {}
	.coffeeImage {}
	.coffeeImage > img {}
}
@media screen and (max-width:767px) {
	.coffeeTitle {}
	.coffeeSect {}
	.coffeeSect_title {
		font-size: 1.6rem;
	}
	.coffeeSect_list {}
	.coffeeSect_list > li {}
	.coffeeImage {}
	.coffeeImage > img {}
	.-spInline {
		display: block;
	}
}
