@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	background-color: #ffffff;
	padding: 0 0 10px;
	color: #333;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
.display-sp {
	display: none;
}
.end_txt {
	margin: 20px auto;
	font-weight: bold;
	color: #FF0004;
	font-size: 180%;
	text-align: center;
	line-height: 1;
}
/*マーカー*/
.line-txt {
	display: inline;
	background: linear-gradient(transparent 70%, #fee661 0%);/* 任意 */
	padding: 0 5px;
}
/*角丸ブロック*/
.ly-round {
	border-radius: 8px;
}
/* ============== btn =================== */
.btn_wrap {
	margin: 50px auto;
}
#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ff9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_question/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
	width: 100%;
	max-width:400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
.btn_att {
	color: #999999;
	font-size: 12px;
	margin-top: 20px;
}
/*終了対応*/
#contents .btn_close {
	pointer-events: none;
}
#contents .btn_close::after {
	content:"※本キャンペーンは終了しました";
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 2.2rem;
	font-weight: bold;
	background-color: rgba(0,0,0,0.7); /* 固定 */
	width: 104%;
	height: 120%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}
/* ============== LP =================== */
.sec {
	margin: 74px auto 80px;
	max-width: 1200px;
}
.sec_ttl {
	color: #111;
	font-size: 22px;
	margin-bottom: 33px;
}
/* lead */
.lead .sec_ttl {
	margin-bottom: 30px;
}
.lead p {
	font-size: 18px;
}
.lead_pic {
	margin-top: 34px;
}
/* ankt */
.ankt {
	background-color: #fffadf;
}
.ankt::before,
.ankt::after {
	display: block;
	content: "";
	background-color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
}
.ankt::before {
	padding-top: 80px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_question/img/enquete_top_pc.png);
	background-position: bottom center;
}
.ankt::after {
	padding-bottom: 80px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_question/img/enquete_bottom_pc.png);
	background-position: top center;
}
.ankt_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	max-width: 970px;
	width: calc(100% - 60px);
	margin: 38px auto 20px;
}
.ankt-few .ankt_wrap {
	justify-content: center;
}
.ankt-many .ankt_wrap {
	justify-content: flex-start;
}
.ankt-none_pic {
	width: 250px;
}
.ankt-item {
	width: calc((100% - 70px)/3);
	display: flex;
	flex-direction: column;
}
.ankt-few .ankt-item + .ankt-item {
	margin-left: 35px;
}
.ankt-many .ankt-item {
	margin-right: 35px;
}
.ankt-many .ankt-item:nth-child(3n) {
	margin-right: 0;
}
.ankt-many .ankt-item:nth-child(n + 4) {
	margin-top: 60px;
}
.ankt-ttl {
	color: #111;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}
.ankt-ttl::before {
	display: inline-block;
	content: "";
	width: 25px;
	height: 32px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 6px;
	margin-bottom: -3px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_question/img/icon_star_blue.png);
}
.ankt-item:nth-child(2n) .ankt-ttl::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_question/img/icon_star_green.png);
}
.ankt-item:nth-child(3n) .ankt-ttl::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_question/img/icon_star_pink.png);
}
.ankt-ttl span {
	font-size: 22px;
	color: #ff7f00;
	padding: 0 3px;
}
.ankt_main {
  height: 100%;
  min-height: 0%;
		padding: 20px 20px 25px;
		background-color: #fff;
		display: flex;
		flex-direction: column;
		text-align: left;
}
.ankt_main-ttl {
	font-size: 16px;
	margin-bottom: 22px;
	color: #111;
}
.ankt_txt {
		flex: 1;
  height: 100%;
  min-height: 0%;
}
.ankt_num {
	text-align: right;
	margin-top: 32px;
 font-size: 12px;
}
.ankt_btn.btn {
	margin-top: 20px;
 max-height: 50px;
}
/* ankt-none */
.ankt-none p {
	font-size: 18px;
}
.ankt-none_pic {
	margin: 30px auto 0;
}
/* ankt-close(終了しました) */
.ankt-close {
	filter: grayscale(100%);
}
.ankt-close .btn{
	display: block;
	text-align: center;
	padding: 8px;
	background-image: none;
	line-height: 1.6rem;
}
.ankt-close .btn span{
	font-size: 11px;
}
/* ============== att =================== */
.att {
	width: calc(100% - 60px);
	max-width: 970px;
	overflow: hidden;
	margin: 50px auto 80px;
	text-align: left;
	border: 1px solid #ddd;
}
.att .sec_ttl {
	text-align: center;
	margin: 40px auto;
}
.att_list {
	width: calc(100% - 60px);
	max-width: 830px;
	margin:40px auto 50px;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
	padding-left: 1.5em;
	position: relative;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	background-color: #ff9123;
	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: 20px auto;
}
.att_list-style {
	text-indent: -1em;
	margin-top: 10px;
	padding-left: 1em;
}
.att_num-style {
	text-indent: -1.4em;
	margin-top: 10px;
	padding-left: 1.5em;
	counter-reset: number 0;
}
.att_num-style > li::before {
	counter-increment: number 1;
	content: "(" counter(number) ")";
}
.att_small-unit {
	margin: 10px auto;
}
.att_list-style .att_small-unit {
	text-indent: 0;
}
.att_list-style li > .att_list-style,
.att_list-style li > .att_num-style,
.att_num-style li > .att_list-style,
.att_num-style li > .att_num-style,
.att_small-unit .att_list-style,
.att_small-unit .att_num-style {
	margin-top: 0;
	margin-bottom: 10px;
}
.att_list-style li > .att_num-style,
.att_num-style li > .att_num-style {
	transform: translateX(-0.2em);
}
.att_small-unit .att_list-style,
.att_small-unit .att_num-style {
	margin-left: 0.5em;
}
.att_item_fwb {
	font-weight: bold;
}
.att_item_ftem {
	color: #f50028;
	font-weight: bold;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	.ly-block {
		width: calc(100% - 30px);
	}
/* ============== btn =================== */
	.btn_wrap {
		width: calc(100% - 90px);
		margin: 50px auto;
	}
	.btn {
		max-width: 100%;
		background-position: center right 10px;
	}
	.btn_att {
		text-align: left;
		text-indent: -1em;
		margin-top: 15px;
		padding-left: 1em;
	}
	/*終了対応*/
	#contents .btn_close::after {
		font-size: 1.8rem;
	}
/* ============== LP =================== */
.sec {
	margin: 50px auto 45px;
}
.sec_ttl {
	margin-bottom: 18px;
}
/* lead */
.sec.lead {
	width: calc(100% - 90px);
	margin: 40px auto;
}
.lead .sec_ttl {
	margin-bottom: 18px;
}
/* ankt */
.ankt::before {
	padding-top: 14%;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_question/img/enquete_top_sp.png);
}
.ankt::after {
	padding-bottom: 14%;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_question/img/enquete_bottom_sp.png);
}
.ankt_wrap {
	flex-direction: column;
	width: calc(100% - 30px);
	margin-top: 35px;
	max-width: 570px;
}
.ankt-none_pic {
	width: 165px;
}
.ankt-item {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.ankt-few .ankt-item + .ankt-item {
	margin-left: 0;
}
.ankt-many .ankt-item {
	margin-right: 0;
}
.ankt-item:nth-child(n + 2) {
	margin-top: 38px;
}
.ankt-ttl {
	font-size: 18px;
	margin-bottom: 8px;
}
.ankt-ttl::before {
	width: 25px;
	height: 32px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 6px;
	margin-bottom: -3px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_question/img/icon_star_blue.png);
}
.ankt-item:nth-child(2n) .ankt-ttl::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_question/img/icon_star_green.png);
}
.ankt-item:nth-child(3n) .ankt-ttl::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/ponta_question/img/icon_star_pink.png);
}
.ankt_main {
		padding: 20px 30px 25px;
}
.ankt_num {
	margin-top: 32px;
 font-size: 12px;
}
.ankt_btn.btn {
	margin-top: 20px;
 max-height: 50px;
}
/* ankt-none */
.ankt-none p {
	font-size: 18px;
}
.ankt-none_pic {
	margin: 30px auto 0;
}
/* ============== att =================== */
	.att {
		width: calc(100% - 30px);
		margin: 50px auto;
	}
	.att .sec_ttl {
		margin: 30px auto;
}
.att_list {
	width: calc(100% - 50px);
	margin: 30px auto 40px;
}
	.att_item + .att_item {
		margin-top: 40px;
	}
	.att_item_ttl{
		margin-bottom: 10px;
		padding-left: 1.5em;
	}
	.att_item_inner p, .att_list-style {
		margin-top: 5px;
	}
}