@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/* MAIN
-------------------------------------------------------------------------*/
body #benefit{
	font-size: 16px;
	font-family: YakuHanJP,'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-feature-settings:"pwid";
	color: #000;
	line-height: 1.7;
	margin-bottom: 100px;
}
body #benefit p{
	margin: 0;
	padding: 0;
}
/* boxItem
-------------------------------------------------------------------------*/
body #benefit .boxItem{
	margin: 60px 0 0;
}
body #benefit .boxItemSpe01{
	margin: 0 -15px 0 0;
}
body #benefit .boxItemSpe02{
	margin: 120px 0 0;
}
body #benefit .boxItemSpe02 {
	margin: 60px 0 0;
	padding: 0 0 30px;
	text-align: center;
	background: url("/simages/shop/selection/benefit_2509/img/spe02_bg.png") no-repeat center 60px;
	background-size: cover;
	border-radius: 10px;
}
body #benefit .boxItemSpe02 .ttl {
	margin: 0px 0 0;
}
body #benefit .boxItemSpe02 .itemArea {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 10px;
}
body #benefit .boxItemSpe02 .itemArea .item {
	width: 50%;
	padding: 20px 0 0;
}
body #benefit .boxItemSpe02 .itemArea .itemFull {
	width: 100%;
	padding: 20px 0 0;
}
body #benefit .boxItemSpe02 .itemArea p {
	margin: 10px 0 0;
	padding: 0 0 0 10px;
	text-align: center;
	font-weight: 600;
	font-size: 19px;
}
body #benefit .boxItemSpe02 .itemArea p strong{
	font-size: 24px;
}
body #benefit .boxItemSpe02 .itemArea p.txtIndMinus{
	letter-spacing: -0.025em;
}


/* boxNote
-------------------------------------------------------------------------*/
body #benefit .boxNote{
	text-align: center;
	margin: 60px 0 0;
}
body #benefit .boxNote ul{
	display: inline-block;
	text-align: left;
}
body #benefit .boxNote li{
	padding: 0 0 0 1em;
	text-indent: -1em;
}
body #benefit .boxNote li strong{
	color: #cc0000;
}