@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0 0 60px;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	color: #333333;
	background-color: #FFFDED;
	overflow: hidden;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
figure {
	margin: 0;
}
.display_sp {
	display: none;
}
.end_txt {
	padding: 20px 0;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #f50028;
	background-color: #fff;
}
/*注釈テキスト*/
.note_txt {
	padding-left: 1em;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
	color: #999;
	text-indent: -1em;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/*太字*/
.bold_font {
	font-weight: bold;
}
/*中黒リスト*/
.dot_list {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
/*(数字)リスト*/
.num_list {
	padding-left: 1.5em;
	text-indent: -1.4em;
	counter-reset: number 0;
}
.num_list > li::before {
	content: "(" counter(number) ")";
	counter-increment: number 1;
}
/* ============== top =================== */
.top {
	font-size: 0;
}
.top_ttl {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/sunlive_2601/img/mv_pc_bg.png);
}
.top_date {
	display: grid;
	place-items: center;
	background-color: #5A1300;
	height: 60px;
}
.top_date img {
	width: 700px;
}
/* ============== LP =================== */
/* point_wrap */
.point_wrap {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto 0;
	padding: 0 calc(min(100px, 9%));
}
.point_logos {
	margin: 20px auto 0;
}
.point_incentive_txt {
	margin: 40px auto 0;
}
.point_att {
	margin-top: 20px;
	text-align: left;
}
/* ============== att =================== */
.att {
	width:calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto 0;
	padding: 50px 70px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #E5D77F;
	overflow: hidden;
}
.att_ttl {
	font-size: 22px;
	text-align: center;
}
.att_list {
	margin-top: 40px;
}
.att_item + .att_item {
	margin-top: 40px;
}
.att_item_ttl {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	padding-left: 1.5em;
	position: relative;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	background-color: #E94709;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}
.att_item_inner p {
	margin-top: 10px;
}
.att_item_inner .note_txt {
	margin-top: 0;
}
.att_item_inner p + p {
	margin-top: 0;
}
.att_item_img {
	text-align: center;
	margin-top: 20px;
}
.att_item_img + * {
	margin-top: 20px;
}
.att .dot_list,
.att .num_list,
.att_small_unit,
.att_small_unit + * {
	margin-top: 10px;
}
.att_small_unit dd > *:first-child {
	margin-top: 0;
}
.att .dot_list .att_small_unit {
	text-indent: 0;
}
.att .dot_list li > .dot_list,
.att .dot_list li > .num_list,
.att .num_list li > .dot_list,
.att .num_list li > .num_list,
.att_small_unit .dot_list,
.att_small_unit .num_list {
	margin-top: 0;
}
.att .dot_list li > .dot_list + *,
.att .dot_list li > .num_list + *,
.att .num_list li > .dot_list + *,
.att .num_list li > .num_list + *,
.att_small_unit .dot_list + *,
.att_small_unit .num_list + * {
	margin-top: 10px;
}
.att .dot_list li > .num_list,
.att .num_list li > .num_list {
	transform: translateX(-0.2em);
}
.att_small_unit .dot_list,
.att_small_unit .num_list {
	margin-left: 0.5em;
}
.att .em_font {
	color: #f50028;
	font-weight: bold;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	#contents {
		padding-bottom: 50px;
	}
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	/* ============== top =================== */
	.top_date {
		height: auto;
		padding: 10px 0;
	}
	.top_date img {
		width: calc(100% - 25px);
	}
	/* ============== LP =================== */
	/* point_wrap */
	.point_wrap {
		width: calc(100% - 30px);
		margin-top: 50px;
		padding: 0;
	}
	.point_lead {
		width: 100%;
		max-width: 690px;
		margin: 0 auto;
	}
	.point_logos {
		width: 100%;
		max-width: 640px;
		margin-top: 15px;
	}
	.point_incentive_txt {
		width: 100%;
		max-width: 690px;
		margin-top: 30px;
	}
	/* ============== att =================== */
	.att {
		width:calc(100% - 30px);
		margin-top: 50px;
		padding: 40px 30px 30px;
	}
	.att_item_ttl {
		padding-left: 1.5em;
	}
	.att_item_inner p,
	.att .dot_list,
	.att .num_list,
	.att_small_unit,
	.att_small_unit + * {
		margin-top: 5px;
	}
}