@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	background-color: #ffffff;
	padding: 0;
	color: #333;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
.display-sp,
.w_adj_pc,
.w_adj_sp {
	display: none;
}
/*終了対応*/
.end_txt {
	margin: 30px auto;
	font-weight: bold;
	color: #FF0004;
	font-size: 180%;
	text-align: center;
}
/*斜め吹き出し線*/
.speech_bubble{
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
}
.speech_bubble span::before,
.speech_bubble span::after{
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	width: 12px;
	height: 20px;
}
.speech_bubble span::before {
	margin-right: 7px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/speech_bubble_left.png) no-repeat;
	background-size: contain;
}
.speech_bubble span::after {
	margin-left: 1px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/speech_bubble_right.png) no-repeat;
	background-size: contain;
}
/*コンテンツ幅*/
.ly-block {
	margin: auto;
	max-width: 970px;
	width:calc(100% - 60px);
	border: 2px solid #52B63E;
	border-radius: 8px;
}

/* 詳しくリンク */
#contents a.link-ext {
	color: #333;
	text-decoration: underline;
}
.link-ext::after {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 3px;
	content: "";
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/link_icon.png) center /cover no-repeat;
}
/* 注釈 */
.note-txt{
	max-width: fit-content;
	margin: 15px auto 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 14px;
	line-height: 1.6;
	color: #999;
	text-align: left;
}
.note-txt ul{
	padding-left: 1em;
	text-indent: -1em;
}
/* フォント */
.fc-red {
	color: #f50028;
	font-weight: bold;
}
.fc-org {
	color: #ff9123;
	font-weight: bold;
}
.fc-pnk {
	color: #ff315d;
	font-weight: bold;
}
.fc-bold {
	font-weight: bold;
}
/*テキストマーカー*/
.line-txt {
	display: inline;
	background: linear-gradient(transparent 65%, #A5E66F 0%);
}

/* ============== btn =================== */
#contents .btn{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.btn {
	position: relative;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	width: 100%;
	max-width: 400px;
	height: 50px;
	background-size: 22px;
	background-position: center right 20px;
	background-repeat: no-repeat;
}
#contents .btn.primary{
	background-color: #FF9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/btn_arrow_right_primary.png);
	color: #fff;
}
#contents .btn.secondary{
	background-color: #FFEEDC;
	border: 2px solid #FF9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/btn_arrow_right_secondary.png);
	color: #FF9123;
}
#contents .btn.tertiary{
	background-color: #fff;
	border: 2px solid #FF9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/btn_arrow_right_secondary.png);
	color: #FF9123;
}
.btn_att {
	max-width: 730px;
	margin: 15px auto 0;
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
	color: #333;
	text-align: left;
}
.btn_att li + li{
	color: #999;
}
.btn_att .entry_att{
	margin-bottom: 10px;
	font-weight: bold;
}
.btn_att .entry_att + li{
	color: #333;
}
/* 追従エントリーボタン */
.js-stickyItem {
	transition: opacity 0.3s, visibility 0s ease 0.3s;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
}
.js-stickyItem.is-show {
	transition-delay: 0s;
	opacity: 1;
	visibility: visible;
	z-index: 10;
}
.p-stickyItem {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	padding: 35px 0;
	background: rgba(173, 173, 173, 0.5);
}
#contents .p-stickyItem a:hover {
	opacity: 1;
	background-color: #ffa144;
}
/*終了対応*/
#contents .btn_close {
	pointer-events: none;
	position: relative;
}
#contents .btn_close::before {
	content:none;
}
#contents .btn_close::after {
	content:"※本キャンペーンは終了しました";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 105%;
	height: 120%;
	background-color: rgba(0,0,0,0.7);
	margin: 0 auto;
	z-index: 10;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
}

/* ============== entry =================== */
.entry {
	margin: 0 auto;
}
.entry.first_area{
	margin: 45px auto;
}

/* ============== MV =================== */
.top_ttl {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/mv_bg.png) repeat-x center top;
	background-color: #b0e6fd;
}

/* ============== CP概要 =================== */
.overview dl{
	overflow: hidden;
	font-weight: bold;
}
.overview dl dt{
	padding: 8px 10px;
	background: #52B63E;
	font-size: 18px;
	color: #fff;
}
.overview dl dd{
	padding: 25px;
	text-align: left;
}

/* ============== section =================== */
.sec {
	margin: 60px auto 0;
}
.end_txt + .sec {
	margin-top: 30px;
}
.sec_ttl {
	margin-bottom: 60px;
	font-size: 32px;
	font-weight: bold;
}
.sec_ttl span::before,
.sec_ttl span::after {
	content: "";
	display: inline-block;
	vertical-align: -3px;
	width: 40px;
	height: 31px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/ico_tit_h2.png) no-repeat;
	background-size: contain;
}
.sec_ttl span::before {
	margin-right: 20px;
}
.sec_ttl span::after {
	margin-left: 20px;
}

/* ============== step =================== */
.step_list .ly-block {
	position: relative;
}
.step_list .step_item + .step_item {
	margin-top: 55px;
}
.step_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:-21px;
	left: 50%;
	width: 220px;
	height: 42px;
	background-color: #52B63E;
	font-weight: bold;
	font-size: 18px;
	border-radius: 21px;
	color: #ffffff;
	transform: translateX(-50%);
}
.step_lead {
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 1.5;
}
/* STEP1 */
.step_list .step_item:first-child{
	padding: 40px 80px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/bg_step1_pc.png) no-repeat center top 28px;
	background-size: contain;
}
/* STEP2 */
.step_list .step_item:nth-child(2){
	padding: 40px 80px 72px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/bg_step2_pc.png) center bottom/cover no-repeat;
	background-size: 100%;
	background-position-y: bottom;
}
.step_list .step_item:nth-child(2) .note-txt{
	position: relative;
}
.step_list .step_item:nth-child(2) .note-txt .img_ponta{
	position: absolute;
	right: -143px;
	bottom: -24px;
	z-index: 3;
}
.step_list .step_item:nth-child(2) .note-txt .img_ponta img{
	max-width: 120px;
}
@media screen and (min-width: 768px) and (max-width: 890px) {
.step_list .step_item:nth-child(2) .note-txt .img_ponta{
	position: absolute;
	right: -100px;
	bottom: -70px;
}
.step_list .step_item:nth-child(2) .note-txt .img_ponta img{
	max-width: 100px;
}
.step_list .step_item:last-child .step_lead .w_adj_pc{
	display: block;
}
}
/* STEP3 */
.step_list .step_item:last-child{
	padding: 40px;
}
.step_list .step_item:last-child .ly-board .survey_btn{
	margin-bottom: 20px;
}
/* アプリ訴求 */
.step_list .step_item:last-child .speech_bubble{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.step_list .step_item:last-child .speech_bubble span::before,
.step_list .step_item:last-child .speech_bubble span::after{
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	width: 15px;
	height: 24px;
}
.step_list .step_item:last-child .speech_bubble span::before {
	margin-right: 10px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/speech_bubble_left02_pc.png) no-repeat;
	background-size: contain;
}
.step_list .step_item:last-child .speech_bubble span::after {
	margin-left: 6px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/speech_bubble_right02_pc.png) no-repeat;
	background-size: contain;
}
.step_list .step_item:last-child .ly-board dl dd .pc_app_block{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 30px;
	background-color: #FFFAE3;
	border-radius: 8px;
	text-align: left;
}
.step_list .step_item:last-child .ly-board dl dd .pc_app_block li{
	display: flex;
}
.step_list .step_item:last-child .ly-board dl dd .pc_app_block li:first-child{
	width: 290px;
	border-right: 1px solid #111;
	margin-right: 15px;
	padding-right: 15px;
}
.step_list .step_item:last-child .ly-board dl dd .pc_app_block li:first-child > div p:first-child {
	max-width: 210px;
	margin: 0 0 5px;
}
.step_list .step_item:last-child .ly-board dl dd .pc_app_block li:first-child > div p:nth-child(2) {
	font-weight: bold;
}
.step_list .step_item:last-child .ly-board dl dd .pc_app_block li + li {
	align-items: center;
}
.step_list .step_item:last-child .ly-board dl dd .pc_app_block li + li p:first-child {
	max-width: 110px;
	margin-right: 10px;
}
.step_list .step_item:last-child .ly-board dl dd .pc_app_block li + li p:first-child a:first-child {
	display: inline-block;
	margin-bottom: 5px;
}
.step_list .step_item:last-child .ly-board dl dd .pc_app_block li + li p:nth-of-type(2) {
	max-width: 78px;
	margin-right: 10px;
}
.step_list .step_item:last-child .ly-board dl dd .pc_app_block li + li p:last-child {
	flex: 1;
	max-width: 310px;
}
.step_list .step_item:last-child .ly-board dl dd .pc_app_block li + li p:last-child span{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.step_list .step_item:last-child > p:last-child{
	max-width: 710px;
	margin: 30px auto 0;
}

/* ============== インセンティブ =================== */
.incentive.sec{
	margin-top: 0;
}
.incentive.sec .step_lead{
	margin: 50px auto;
}
.incentive.sec .step_lead span::before,
.incentive.sec .step_lead span::after {
	content: "";
	display: inline-block;
	width: 88px;
	height: 24px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/arrow.png) no-repeat;
	background-size: contain;
	vertical-align: -2px;
}
.incentive.sec .step_lead span::before {
	margin-right: 30px;
}
.incentive.sec .step_lead span::after {
	margin-left: 30px;
}
.incentive.sec .ly-block{
	overflow: hidden;
}

/* ============== Pontaアプリでさくっと回答 =================== */
.appeal_app_block{
	background-color: #FFFAE3;
}
.appeal_app_block .ly-block{
	border: none;
	padding: 40px 0;
}
.appeal_app_block .ly-block h3{
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 1.5;
}
.appeal_app_block .ly-block h3 + p{
	max-width: fit-content;
	text-align: left;
	margin: 0 auto 30px;
}
.appeal_app_block .ly-block .pc_app_block{
	display: flex;
	padding: 40px 70px;
	background-color: #fff;
	border-radius: 8px;
	text-align: left;
}
.appeal_app_block .ly-block .pc_app_block li{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.appeal_app_block .ly-block .pc_app_block li:first-child{
	border-right: 1px solid #111;
	margin-right: 25px;
	padding-right: 25px;
}
.appeal_app_block .ly-block .pc_app_block li:first-child > div{
	max-width: 275px;
	margin-right: 20px;
}
.appeal_app_block .ly-block .pc_app_block li:first-child > p{
	max-width: 174px;
}
.appeal_app_block .ly-block .pc_app_block li:first-child > div p:first-child {
	max-width: 210px;
	margin: 0 0 5px;
}
.appeal_app_block .ly-block .pc_app_block li:first-child > div p:nth-child(2) {
	font-weight: bold;
}
.appeal_app_block .ly-block .pc_app_block li:first-child > div p:nth-child(3) {
	margin-bottom: 10px;
}
.appeal_app_block .ly-block .pc_app_block li:last-child {
	align-items: center;
	flex-shrink:0;
}
.appeal_app_block .ly-block .pc_app_block li:last-child p:first-child {
	max-width: 170px;
	margin-right: 20px;
}
.appeal_app_block .ly-block .pc_app_block li:last-child p:first-child a:first-child {
	display: inline-block;
	margin-bottom: 8px;
}
.appeal_app_block .ly-block .pc_app_block li:last-child p:nth-of-type(2) {
	max-width: 120px;
}

/* ============== キャンペーン条件達成の確認方法 =================== */
.how_to_check {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto 0;
}
/* accordion */
.how_to_check input[type="checkbox"].acd-check {
	display: none;
}
.how_to_check .acd-label {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0;
	padding: 10px;
	background-color: #52B63E;
	border-radius: 8px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
.how_to_check .acd-label::after {
	content: "";
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/acd_open.png) top center/contain no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 22px;
	height: 22px;
	z-index: 2;
}
.how_to_check .acd-check:checked+.acd-label {
	border-radius: 8px 8px 0 0;
}
.how_to_check .acd-check:checked+.acd-label::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/acd_close.png);
}
.how_to_check .acd-content {
	border-radius: 0 0 8px 8px;
	border-top: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
}
.how_to_check .acd-check:checked~.acd-content {
	height: auto;
	padding: 40px;
	opacity: 1;
	visibility: visible;
	border: 2px solid #52B63E;
	border-top: 0;
}
.how_to_check .how_to_inner > p{
	text-align: left;
}
.how_to_check .how_to_inner > .note-txt{
	margin: 0 0 30px;
}
.how_to_check .how_to_inner .capture_block{
	display:flex;
	margin-bottom: 60px;
}
.how_to_check .how_to_inner .capture_block li{
	display: flex;
	align-items: stretch;
	flex: 1;
	max-width: 407px;
	margin-right: 36px;
}
.how_to_check .how_to_inner .capture_block li + li{
	position: relative;
	margin-right: 0;
	margin-left: 36px;
}
.how_to_check .how_to_inner .capture_block li + li::after{
content: "";
width:2px;
border-right: 2px solid #D9D9D9;
position: absolute;
left: -38px;
top: 0;
bottom: 0;
}
.how_to_check .how_to_inner .capture_block li dl{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	text-align: left;
}
.how_to_check .how_to_inner .capture_block li dl dt{
	position: relative;
	margin-bottom: 15px;
	padding-left: 25px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}
.how_to_check .how_to_inner .capture_block li dl dt::before {
	content: "";
	display: block;
	background-color: #FF9123;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: 0;
}
.how_to_check .how_to_inner .capture_block li dl dd{
	margin-top: auto;
}
.how_to_check .how_to_inner .capture_block li dl dd .capture_block_img{
	margin: 20px auto;
	max-width: 350px;
}
#contents .how_to_check .how_to_inner .capture_block li dl dd p:last-child .btn.tertiary{
	max-width: 350px;
}
@media screen and (min-width: 768px) and (max-width: 969px) {
.how_to_check .how_to_inner .capture_block li + li dl dd p:last-child .w_adj_pc{
	display: block;
}
#contents .how_to_check .how_to_inner .capture_block li + li dl dd p:last-child .btn.tertiary{
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}
}
.how_to_check .how_to_inner .app_appeal_block h4{
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.how_to_check .how_to_inner .app_appeal_block h4 + p{
	margin-bottom: 30px;
}
.how_to_check .how_to_inner .app_appeal_block > p:last-of-type{
	max-width: 350px;
	margin: 0 auto 30px;
}
/* アプリ訴求 */
.how_to_check .how_to_inner .pc_app_block{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 30px;
	background-color: #FFFAE3;
	border-radius: 8px;
	text-align: left;
}
.how_to_check .how_to_inner .pc_app_block li{
	display: flex;
}
.how_to_check .how_to_inner .pc_app_block li:first-child{
	width: 290px;
	border-right: 1px solid #111;
	margin-right: 15px;
	padding-right: 15px;
}
.how_to_check .how_to_inner .pc_app_block li:first-child > div p:first-child {
	max-width: 210px;
	margin: 0 0 5px;
}
.how_to_check .how_to_inner .pc_app_block li:first-child > div p:nth-child(2) {
	font-weight: bold;
}
.how_to_check .how_to_inner .pc_app_block li + li {
	align-items: center;
}
.how_to_check .how_to_inner .pc_app_block li + li p:first-child {
	max-width: 110px;
	margin-right: 10px;
}
.how_to_check .how_to_inner .pc_app_block li + li p:first-child a:first-child {
	display: inline-block;
	margin-bottom: 5px;
}
.how_to_check .how_to_inner .pc_app_block li + li p:nth-of-type(2) {
	max-width: 78px;
	margin-right: 10px;
}
.how_to_check .how_to_inner .pc_app_block li + li p:last-child {
	flex: 1;
	max-width: 310px;
}
.how_to_check .how_to_inner .pc_app_block li + li p:last-child span{
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

/* ============== att =================== */
.att {
	margin: 60px auto;
	font-size: 14px;
	text-align: left;
	line-height: 1.7;
}
.att .sec_ttl{
	margin: 60px 0 40px;
	text-align: center;
}
.att_list {
	padding: 0 70px 60px;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl {
	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: #52B63E;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}
.att_item_inner p {
	margin-top: 5px;
}
.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-bottom: 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;
}
.last_child_btm{
	margin-bottom: 0;
}

/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
/* ============== 共通 =================== */
.display-pc {
	display: none;
}
.display-sp {
	display: block;
}
#contents a:hover {
	opacity: 1;
}
/*終了対応*/
.end_txt {
	font-size: 150%;
}
/*コンテンツ幅*/
.ly-block {
	width: calc(100% - 30px);
}
/* パンくずを一行に */
.breadcrumb {
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-x: auto;
}
.breadcrumb::-webkit-scrollbar {
	display: none;
}
/* 注釈 */
.note-txt{
	max-width: 100%;
	margin: 10px auto 0;
}

/* ============== btn =================== */
.btn {
	background-size: 20px;
}
.btn_att {
	margin: 10px auto 0;
}
.btn_att .entry_att{
	margin-bottom: 5px;
}
/* 追従エントリーボタン */
.p-stickyItem {
	padding: 20px 0;
}
#contents .p-stickyItem a:hover {
	opacity: 1;
}
/*終了対応*/
#contents .btn_close::after {
	font-size: 1.8rem;
}

/* ============== entry =================== */
.entry.first_area {
	margin: 30px auto;
}
.entry.first_area .btn {
	width: 84%;
	margin: auto;
}
.entry.first_area .btn_att {
	width: 84%;
}

/* ============== MV =================== */
.top_ttl {
	background: none;
	background-color: #b0e6fd;
}
.top_ttl img {
	width: 100%;
}

/* ============== CP概要 =================== */
.overview dl dt{
	padding: 9px 10px;
	line-height: 1.5;
}
.overview dl dd{
	padding: 15px;
}

/* ============== section =================== */
.sec {
	margin: 30px auto 0;
}
.end_txt + .sec {
	margin-top: 20px;
}
.sec_ttl {
	margin-bottom: 30px;
	font-size: 26px;
}
.sec_ttl span::before,
.sec_ttl span::after {
	width: 30px;
	height: 23px;
}
.sec_ttl span::before {
	margin-right: 10px;
}
.sec_ttl span::after {
	margin-left: 10px;
}

/* ============== step =================== */
.step_list .step_item + .step_item {
	margin-top: 30px;
}
.step_icon {
	top: -17px;
	width: 150px;
	height: 34px;
	font-size: 16px;
	border-radius: 17px;
}
.step_lead {
	font-size: 20px;
}
/* STEP1 */
.step_list .step_item:first-child{
	padding: 30px 13px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/bg_step_01_sp.png) no-repeat left top 10px,
	url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/bg_step_02_sp.png) no-repeat right top 10px;
	background-size: 44px 82px, 44px 82px;
}
/* STEP2 */
.step_list .step_item:nth-child(2){
	padding: 30px 13px 19.7%;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/bg_step_01_sp.png) no-repeat left top 10px,
	url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/bg_step_02_sp.png) no-repeat right top 10px,
	url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/bg_step2_sp.png) center bottom -1px/cover no-repeat;
	background-size: 44px 82px, 44px 82px , 100% auto;
}
.step_list .step_item:nth-child(2) .note-txt .img_ponta{
	position: absolute;
	right: -3px;
	bottom: -70px;
}
.step_list .step_item:nth-child(2) .note-txt .img_ponta img{
	max-width: 70px;
}
@media screen and (min-width: 470px) and (max-width: 659px) {
.step_list .step_item:nth-child(2) .note-txt .img_ponta{
	bottom: -85px;
}
.step_list .step_item:nth-child(2) .note-txt .img_ponta img{
	max-width: 100px;
}
}
@media screen and (min-width: 660px) and (max-width: 767px) {
.step_list .step_item:nth-child(2) .note-txt .img_ponta{
	bottom: -115px;
}
.step_list .step_item:nth-child(2) .note-txt .img_ponta img{
	max-width: 120px;
}
}
@media screen and (max-width: 374px) {
	.step_list .step_item:nth-child(2){
	padding-bottom: 74px;
}
.step_list .step_item:nth-child(2) .note-txt .img_ponta{
	bottom: -70px;
}
.step_list .step_item:nth-child(2) .note-txt .img_ponta img{
	max-width: 70px;
}
}
/* STEP3 */
.step_list .step_item:last-child{
	padding: 30px 13px;
}
.step_list .step_item:last-child .ly-board .btn_wrap li:first-child{
	margin-bottom: 15px;
}
/* アプリ訴求 */
.step_list .step_item:last-child .speech_bubble{
	margin-bottom: 5px;
	font-size: 16px;
}
.step_list .step_item:last-child .speech_bubble > span::before,
.step_list .step_item:last-child .speech_bubble > span::after{
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	width: 12px;
	height: 20px;
}
.step_list .step_item:last-child .speech_bubble span::before {
	margin-right: 5px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/speech_bubble_left.png) no-repeat;
	background-size: contain;
}
.step_list .step_item:last-child .speech_bubble span::after {
	margin-left: 7px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2604/img/speech_bubble_right.png) no-repeat;
	background-size: contain;
}
.step_list .step_item:last-child .speech_bubble span span::before,
.step_list .step_item:last-child .speech_bubble span span::after{
	display: none;
}
.step_list .step_item:last-child .speech_bubble span span:first-child{
	display: inline-block;
	max-width: 84px;
	margin-right: 5px;
}
.step_list .step_item:last-child > p:last-child{
	max-width: 300px;
	margin-top: 20px;
}

/* ============== インセンティブ =================== */
.incentive.sec img{
	width: 100%;
}
.incentive.sec .ly-block{
	background-color: #b0e6fd;
}
.incentive.sec .step_lead{
	margin: 20px auto;
}
.incentive.sec .step_lead span::before,
.incentive.sec .step_lead span::after {
	width: 45px;
	height: 13px;
	vertical-align: 1px;
}
.incentive.sec .step_lead span::before {
	margin-right: 15px;
}
.incentive.sec .step_lead span::after {
	margin-left: 15px;
}

/* ============== Pontaアプリでさくっと回答 =================== */
.appeal_app_block .ly-block{
	padding: 30px 0;
}
.appeal_app_block .ly-block h3{
	font-size: 20px;
}
.appeal_app_block .ly-block h3 + p{
	max-width: 100%;
	margin-bottom: 20px;
}
.appeal_app_block .ly-block .sp_app_block{
	padding: 30px 15px;
	background-color: #fff;
	border-radius: 8px;
}
.appeal_app_block .ly-block .sp_app_block .img_app_logo{
	max-width: 230px;
	margin: 0 auto 20px;
}
.appeal_app_block .ly-block .sp_app_block .sp_app_block_lead{
	font-weight: bold;
	margin-bottom: 20px;
}
.appeal_app_block .ly-block .sp_app_block .img_ankt_cap{
	max-width: 400px;
	margin: 0 auto 10px;
}
.appeal_app_block .ly-block .sp_app_block .step3_app_block_btn{
	max-width: 160px;
	margin: 10px auto 0;
}

/* ============== キャンペーン条件達成の確認方法 =================== */
.how_to_check {
	width: calc(100% - 30px);
	max-width: 100%;
	margin-top: 30px;
}
.how_to_check .acd-label {
	height: 70px;
	padding: 8px 10px;
	font-size: 18px;
	line-height: 1.5;
}
.how_to_check .acd-label::after {
	width: 20px;
	height: 20px;
}
@media screen and (min-width: 430px) and (max-width: 767px) {
.how_to_check .acd-label {
	height: 50px;
}
.how_to_check .acd-label br.display-sp{
	display: none;
}
}
.how_to_check .acd-check:checked~.acd-content {
	padding: 30px 13px;
}
.how_to_check .how_to_inner > .note-txt{
	margin: 0 0 20px;
}
.how_to_check .how_to_inner .capture_block{
	display:block;
	margin-bottom: 30px;
}
.how_to_check .how_to_inner .capture_block li{
	display:block;
	align-items: normal;
	max-width: 100%;
	margin-right: 0;
}
.how_to_check .how_to_inner .capture_block li + li{
	margin-left: 0;
	margin-top: 30px;
}
.how_to_check .how_to_inner .capture_block li + li::after{
	content: none;
}
.how_to_check .how_to_inner .capture_block li dl{
	display:block;
	align-items: normal;
}
.how_to_check .how_to_inner .capture_block li dl dt{
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 1.6;
}
.how_to_check .how_to_inner .capture_block li dl dt::before {
	width: 14px;
	height: 14px;
	top: 5px;
}
.how_to_check .how_to_inner .capture_block li dl dd{
	margin-top: 0;
}
.how_to_check .how_to_inner .capture_block li dl dd .capture_block_img{
	max-width: 280px;
}
#contents .how_to_check .how_to_inner .capture_block li + li dl dd p:last-child .btn.tertiary{
	height: 60px;
	line-height: 1.3;
	text-align: center;
}
.how_to_check .how_to_inner .app_appeal_block h4 + p{
	margin-bottom: 20px;
	text-align: left;
}
.how_to_check .how_to_inner .app_appeal_block > p:last-of-type{
	max-width: 280px;
	margin-bottom: 20px;
}

/* ============== att =================== */
.att {
	margin: 30px auto;
}
.att .sec_ttl{
	margin: 30px 0 20px;
}
.att_list {
	padding: 0 15px 30px;
}
.att_item + .att_item {
	margin-top: 20px;
}
}

/* ============== sp小（360px以下） =================== */
@media screen and (max-width: 360px) {
#contents .btn {
	font-size: 16px;
	background-position: center right 10px;
}
	.sec_ttl {
		font-size: 20px;
}
}