@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	color: #333333;
	background-color: #ffffff;
	overflow: hidden;
}
#footer {
	margin-top: 80px;
}
#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;
}
/*強調カラーテキスト*/
.em_font {
	font-weight: bold;
	color: #F50028;
}
/*太字*/
.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;
}
/* ============== btn =================== */
#contents .btn {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.btn_wrap {
	margin-top: 30px;
}
.btn {
	max-width: 400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	display: grid;
	place-items: center;
	background-color: #F00;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontasns_2026/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.25);
}
.btn_att {
	margin-top: 20px;
	font-size: 12px;
	color: #999999;
}
/*終了対応*/
#contents .close_btn {
	position: relative;
	pointer-events: none;
}
#contents .close_btn::after {
	content:"※本キャンペーンは終了しました";
	width: 104%;
	height: 120%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #ffffff;
	background-color: rgba(0,0,0,0.7);
	transform: translate(-50%,-50%);
	z-index: 10;
}
/* ============== top =================== */
.top {
	font-size: 0;
	background-color: #999999;	
}
/* ============== sec共通 =================== */
.sec {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 80px auto 0;
	padding: 80px 70px 60px;
	position: relative;
}
.sec_ttl {
	width: 345px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sec_steps {
	display: flex;
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 40px;
}
.sec_step {
	width: calc(100% / 2 - 15px);
	padding-bottom: 20px;
	position: relative;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #999;
}
.sec_step_num {
	width: 140px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sec_step_content {
	width: calc(100% - 40px);
	margin: 10px auto 0;
}
/* ============== LP =================== */
/* apply キャンペーン応募方法 */
.apply {
	background-color: #BEF2F8;
}
.apply_step_content {
	margin-top: 20px;
}
.apply_wchance {
	margin-top: 80px;
	padding-top: 60px;
	position: relative;
	background-color: #FFF;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontasns_2026/img/incentive_deco_pc.png), url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontasns_2026/img/apply_bg_pc.png);
	background-size: 100%;
	background-position: top , bottom;
	background-repeat: no-repeat;
	border: 1px solid;
	border-image: linear-gradient(to bottom, #FF8300, #FF0012) 1;
}
.apply_wchance_icon {
	width: 80px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}
.apply_wchance_content {
	width: calc(100% - 140px);
	margin: 0 auto;
}
.apply_wchance_lead {
	font-size: 20px;
	font-weight: bold;
	word-break: keep-all;
}
.apply_wchance_copy {
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
}
.apply_wchance_txt {
	text-align: left;
}
.apply_wchance_ponta {
	margin-top: 30px;
}
/* flow キャンペーン当選の流れ  */
.flow {
	background-color: #EBE9E9;
}
/* ============== att =================== */
.att {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 80px auto 0;
	padding: 50px 70px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	overflow: hidden;
}
.att_ttl {
	font-size: 22px;
	text-align: center;
}
.att_list,
.att_item + .att_item {
	margin-top: 40px;
}
.att_item_ttl {
	padding-left: 1.5em;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	background-color: #99ECF5;
	border-radius: 50%;
}
.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 {
	margin-top: 20px;
	text-align: center;
}
.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 {
	font-weight: bold;
	color: #f50028;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	#footer {
		margin-top: 40px;
	}
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	/* ============== btn =================== */
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== sec共通 =================== */
	.sec {
		width: 100%;
		margin-top: 50px;
		padding: 60px 15px 40px;
	}
	.sec_steps {
		flex-direction: column;
		gap: 30px;
	}
	.sec_step {
		width: 100%;
	}
	.sec_step_img {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		display: block;
	}
	.sec_step_content {
		margin-top: 10px;
	}
	/* ============== LP =================== */
	/* apply キャンペーン応募方法 */
	.apply_wchance {
		margin-top: 70px;
		background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/pontasns_2026/img/incentive_deco_sp.png);
		background-position: top;
	}
	.apply_wchance_content {
		width: calc(100% - 40px);
	}
	.apply_wchance_lead {
		font-size: 18px;
	}
	/* flow キャンペーン当選の流れ  */
	/* ============== att =================== */
	.att {
		width: calc(100% - 30px);
		margin-top: 40px;
		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;
	}
}