@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	background-color: #ffffff;
	padding: 0;
	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: 30px auto;
	font-weight: bold;
	color: #FF0004;
	font-size: 180%;
	text-align: center;
}
.annotation{
	font-size: 12px;
	color: #999;
}
.note_red{
	color: #FF0000;
}
/*コンテンツ幅*/
.ly-block {
	margin: auto;
	max-width: 970px;
	width:calc(100% - 60px);
	border-radius: 8px;
}
.ly-block_inner {
	max-width:830px;
	width: calc(100% - 60px);
	margin: 0 auto;
}
.ly-block-band .ly-block_inner {
	margin: 60px auto;
}
.ly-board {
	margin: 20px auto;
	background-color: #FFFFD6;
	border-radius: 8px;
	max-width: 970px;
	width:calc(100% - 60px);
	overflow: hidden;
	padding: 0 20px;
}
.ly-board + .ly-board {
	margin-top: 40px;
}
.btn-block-last_wrap {
	background-color: #FFFFD6;
	overflow: hidden;
}
.btn-block {
	background-position: center bottom;
	background-size: 970px auto;
	background-repeat: no-repeat;
}
/*font*/
#contents a.link-ext {
	color: #333;
	text-decoration: underline;
}
.link-ext::after {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-left: 0.5rem;
	content: "";
	background: url(/p/campaign/2026/research_2609/img/link_icon.png) center /cover no-repeat;
}
#contents a.link-ext-bl {
	color: #282328;
}
.link-ext-bl::after {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-left: 0.5rem;
	content: "";
	background: url(/p/campaign/2026/research_2609/img/link_icon.png) center /cover no-repeat;
}
.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;
}
.mt-10{
	margin-top: 10px;
}
.mb-0{
	margin-bottom: 0 !important;
}
.mb-10{
	margin-bottom: 10px;
}
/*マーカー*/
.line-txt {
	display: inline;
	background: linear-gradient(transparent 70%, #ffee2f 0%);
	padding: 0 5px;
}
/* ============== btn =================== */
.btn_wrap {
	margin: 50px auto;
}
#contents .btn {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.btn {
	position: relative;
	margin: 18px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	width: 100%;
	max-width: 400px;
	height: 50px;
	background-color: #FF484B;
	background-image: url(/p/campaign/2026/research_2609/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 20px;
	background-repeat: no-repeat;
}
.btn_att {
	max-width: 514px;
	margin: 15px auto 0;
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
	color: #333;
	text-align: left;
}
.btn_att li + li{
	color: #999;
}
/*終了対応*/
#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;
}
/* 期間 */
.date {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	background-color: #3B7E07;
	padding: 0 10px;
}
.date img {
	max-width: 476px;
}
@media screen and (max-width: 767px) {
	.date {
		height: 36px;
	}
	.date img {
		height: 18px;
	}
}

@media screen and (max-width: 376px) {
	.date img {
		height: 16px;
	}
}

@media screen and (max-width: 321px) {
	.date img {
		height: 13px;
	}
}

@media screen and (max-width: 405px) {
	.date img {
		max-width: 100%;
		height: auto;
	}
}
/* ============== mv =================== */
.top_ttl {
	background: url(/p/campaign/2026/research_2609/img/bg_mv_pc.png) no-repeat left bottom, url(/p/campaign/2026/research_2609/img/bg_mv_pc.png) no-repeat right bottom;
	background-color: #cdfff3;
	background-size: auto 48px;
}
/* ============== section =================== */
.sec {
	margin: 60px auto;
}
.end_txt + .sec {
	margin-top: 30px;
}
.sec_ttl{
	border-top: 2px solid #111111;
	border-bottom: 2px solid #111111;
	padding: 20px 0;
	font-size: 22px;
	color: #111111;
}
/* ============== step =================== */
.step.sec .step_sec_wrap .ly-block{
	border: none;
	border-radius: 0;
}
.step.sec .step_sec_wrap .step_num{
	margin-bottom: 20px;
}
.step.sec .step_sec_wrap .step_num img{
	width: auto;
	height: 28px;
}
.step.sec .step_sec_wrap h3{
	font-size: 18px;
	color: #111111;
}
.step.sec .step_sec_wrap .btn{
	margin: 20px auto 10px;
}
.step.sec .step_sec_wrap.step_block01{
	padding: 40px 0 0;
}
.step.sec .step_sec_wrap.step_block02,
.step.sec .step_sec_wrap.step_block03,
.step.sec .step_sec_wrap.step_block04{
	position: relative;
	padding: 140px 0 0;
}
.step.sec .step_sec_wrap.step_block01,
.step.sec .step_sec_wrap.step_block03{
	background: #E4FFCF;
}
.step.sec .step_sec_wrap.step_block02,
.step.sec .step_sec_wrap.step_block04{
	background: #fff;
}
.step.sec .step_sec_wrap.step_block02::before,
.step.sec .step_sec_wrap.step_block03::before,
.step.sec .step_sec_wrap.step_block04::before{
	content: "";
	position: absolute;
	height: 100px;
	width: 100%;
	clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
	left: 0;
	top: 0;
}
.step.sec .step_sec_wrap.step_block02::before,
.step.sec .step_sec_wrap.step_block04::before{
	background-color: #E4FFCF;
}
.step.sec .step_sec_wrap.step_block03::before{
	background-color: #3B7E07;
}
/* ----- STEP2 */
.step.sec .step_sec_wrap.step_block02 .ly-block{
	position: relative;
	padding-bottom: 20px;
	background:url(/p/campaign/2026/research_2609/img/bg_step2_pc.png) no-repeat left bottom;
}
@media screen and (min-width: 768px) and (max-width: 859px) {
	.step.sec .step_sec_wrap.step_block02 .ly-block{
		background-size: 45% auto;
	}
}
.step.sec .step_sec_wrap.step_block02 .ly-block .img_step2_ponta{
	position: absolute;
	right: 30px;
	bottom: 0;
}
.step.sec .step_sec_wrap.step_block02 .ly-block .img_step2_ponta img{
	max-width: 122px;
}
/* アンカーリンク */
#contents .step.sec .step_sec_wrap.step_block02 a.balloon{
	color: #333333;
	text-decoration: none;
}
.step.sec .step_sec_wrap.step_block02 .balloon{
	position: relative;
	align-items: center;
	justify-content: center;
	display: flex;
	width: 100%;
	max-width: 400px;
	height: 50px;
	margin: 20px auto 10px;
	border: 1px solid #3B7E07;
	border-radius: 8px;
	background-color: #fff;
}
.step.sec .step_sec_wrap.step_block02 .balloon::before {
	content: "";
	position: absolute;
	bottom: -12px;
	width: 22px;
	height: 22px;
	background-image: url(/p/campaign/2026/research_2609/img/btnarrow_bottom.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
/* リサーチとは？ */
.step.sec .step_sec_wrap.step_block02 .research{
	margin: 40px 0 0;
}
.step.sec .step_sec_wrap.step_block02 .research dt{
	max-width: 280px;
	margin: 0 auto 20px;
	padding: 0 0 20px;
	background:url(/p/campaign/2026/research_2609/img/bg_tit_under_line.png) no-repeat center bottom;
	background-size: 280px auto;
	font-size: 18px;
	font-weight: bold;
}
.step.sec .step_sec_wrap.step_block02 .research dt span{
	padding-left: 30px;
	background:url(/p/campaign/2026/research_2609/img/ico_what_ponta_research.png) no-repeat left top;
	background-size: 20px auto;
}
.step.sec .step_sec_wrap.step_block02 .research dd{
	padding: 0 155px;
	font-size: 18px;
}
.step.sec .step_sec_wrap.step_block02 .research dd p{
	margin-top: 20px;
	font-size: 14px;
}
/* ----- STEP3 */
.step.sec .step_sec_wrap.step_block03 .display-pc .btn{
	margin: 20px auto 40px;
}
.step.sec .step_sec_wrap.step_block03 .display-pc .pc_app_block_wrap{
	max-width: 900px;
	margin: 0 auto 40px;
}
.step.sec .step_sec_wrap.step_block03 .display-pc .pc_app_block_wrap dt{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.step.sec .step_sec_wrap.step_block03 .display-pc .pc_app_block_wrap dd .pc_app_block{
	display: flex;
	background: #fff;
	padding: 30px 55px;
	border-radius: 8px;
	text-align: left;
}
.step.sec .step_sec_wrap.step_block03 .display-pc .pc_app_block_wrap dd .pc_app_block li{
	display: flex;
}
.step.sec .step_sec_wrap.step_block03 .display-pc .pc_app_block_wrap dd .pc_app_block li:first-child{
	border-right: 1px solid #111111;
	margin-right: 20px;
}
.step.sec .step_sec_wrap.step_block03 .display-pc .pc_app_block_wrap dd .pc_app_block li:first-child > div{
	padding-right: 10px;
}
.step.sec .step_sec_wrap.step_block03 .display-pc .pc_app_block_wrap dd .pc_app_block li:first-child > div p:first-child {
	max-width: 210px;
	margin: 0 0 5px;
}
.step.sec .step_sec_wrap.step_block03 .display-pc .pc_app_block_wrap dd .pc_app_block li:first-child > div p:nth-child(2) {
	font-weight: bold;
}
.step.sec .step_sec_wrap.step_block03 .display-pc .pc_app_block_wrap dd .pc_app_block li:last-child {
	align-items: center;
}
.step.sec .step_sec_wrap.step_block03 .display-pc .pc_app_block_wrap dd .pc_app_block li:last-child p:first-child {
	max-width: 108px;
	margin-right: 10px;
}
.step.sec .step_sec_wrap.step_block03 .display-pc .pc_app_block_wrap dd .pc_app_block li:last-child p:first-child a:first-child {
	display: inline-block;
	margin-bottom: 5px;
}
.step.sec .step_sec_wrap.step_block03 .display-pc .pc_app_block_wrap dd .pc_app_block li:last-child p:nth-of-type(2) {
	max-width: 75px;
}
.step.sec .step_sec_wrap.step_block03 .display-pc .pc_app_block_wrap dd .pc_app_block li:last-child p:last-child {
	flex: 1;
	max-width: 313px;
	margin-left: 10px;
}
.step.sec .step_sec_wrap.step_block03 .display-pc .pc_app_block_wrap dd .pc_app_block li:last-child p:last-child span{
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.step.sec .step_sec_wrap.step_block03 .display-pc .note-txt{
	margin-top: 10px;
	text-align: left;
}
.step.sec .step_sec_wrap.step_block03 .display-pc .note-txt li ul{
	margin-left: 1em;
}
/* 初回アンケートとは？ */
.step.sec .step_sec_wrap.step_block03 .initial_survey_block{
	max-width: 672px;
	margin: 35px auto 0;
	padding: 25px 30px;
	background: #fff;
	border: 1px solid #333;
	border-radius: 8px;
}
.step.sec .step_sec_wrap.step_block03 .initial_survey_block dt{
	max-width: 280px;
	margin: 0 auto 20px;
	padding: 0 0 20px;
	background:url(/p/campaign/2026/research_2609/img/bg_tit_under_line.png) no-repeat center bottom;
	background-size: 280px auto;
	font-size: 18px;
	font-weight: bold;
}
.step.sec .step_sec_wrap.step_block03 .initial_survey_block dt span{
	padding-left: 30px;
	padding-bottom: 2px;
	background:url(/p/campaign/2026/research_2609/img/ico_what_initial_survey.png) no-repeat left top;
	background-size: auto 26px;
}
.step.sec .step_sec_wrap.step_block03 .initial_survey_block dd{
	text-align: left;
}
/* ----- 完了すると */
.step.sec .step_sec_wrap.step_block04 .ly-block p + p{
	margin-top: 25px;
}
/* ============== Pontaアプリでさくっと回答 =================== */
.badge-new{
	display:inline-block;
	background:#3B7E07;
	color:#fff;
	padding:2px 29px;
	border-radius:20px;
	font-weight:700;
	font-size:18px;
	margin-bottom:20px;
}
@media (max-width:767px){
	.badge-new{
		font-size:13px;
		padding:2px 22px
	}
}
.point_pickup.appeal_app_block{
	background:#fff;
}

.point_pickup.sec,
.point_pickup.sec.appeal_app_block{
	margin: 0;
}
.point_pickup .point-pickup-lead{
	margin-bottom: 20px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.point_pickup .point-pickup-lead{
		text-align: left;
	}
	.point_pickup.appeal_app_block .ly-block h2{
		font-size: 18px;
	}
}
.appeal_app_block{
	margin-bottom: 0;
	background: #E4FFCF;
}
.appeal_app_block .ly-block{
	padding: 40px 0;
}
.appeal_app_block .ly-block h2{
	margin-bottom: 20px;
	font-size: 22px;
	line-height: 1.5;
	color: #111;
}
.appeal_app_block .ly-block .app_block_lead{
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	font-weight: bold;
}
.appeal_app_block .ly-block .pc_app_block{
	display: flex;
	background: #fff;
	padding: 4.15% 8.24%;
	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 #111111;
	margin-right: 30px;
	padding-right: 30px;
}
.appeal_app_block .ly-block .pc_app_block li:first-child > div{
	max-width: 245px;
	margin-top: 15px;
	margin-right: 10px;
}
.appeal_app_block .ly-block .pc_app_block li:first-child > p{
	max-width: 184px;
}
.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: 10px;
}
.appeal_app_block .ly-block .pc_app_block li:last-child p:nth-of-type(2) {
	max-width: 122px;
}
.appeal_app_block .ly-block .note-txt{
	margin-top: 10px;
	text-align: left;
}
.appeal_app_block .ly-block .note-txt li ul{
	margin-left: 1em;
}
.point-check {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	background: #fff;
}
.point-check-inner {
	position: relative;
	max-width: 900px;
	padding: 30px 20px 20px;
	background: #fff;
	text-align: center;
}
.point-check-badge {
	display: inline-block;
	padding: 10px 28px;
	margin-bottom: 12px;
	background: #3B7E07;
	border-radius: 999px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	box-shadow: 0 6px 0 rgba(0,0,0,0.08);
}
.point-check h2 {
	margin: 0 auto 18px;
	font-size: 38px;
	line-height: 1.5;
	font-weight: 700;
	color: #111;
	letter-spacing: 0.02em;
}
.point-check-lead {
	max-width: 760px;
	margin: 0 auto 24px;
	font-size: 20px;
	line-height: 1.7;
	color: #333;
}
.point-check-visual {
	max-width: 760px;
	margin: 0 auto 18px;
	padding: 10px;
	border-radius: 14px;
	background: #fff;
}
.point-check-visual img {
	display: block;
	width: 100%;
	height: 290px;
	object-fit: cover;
	background: #f2f2f2;
	border-radius: 12px;
}
.point-check-notes {
	max-width: 760px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.8;
	color: #666;
	text-align: left;
}
.point-check-notes p + p {
	margin-top: 8px;
}
/* ============== entry =================== */
.entry {
	margin: 60px auto;
}
.entry .btn {
	width: 78%;
	margin: auto;
}
/* ============== att =================== */
.cp_details{
	margin-top: 0;
}
.att.ly-block{
	margin-top: 60px;
	padding: 70px;
	border: 1px solid #3B7E07;
	text-align: left;
	line-height: 1.7;
}
.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: #3B7E07;
	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;
}
.att_small-unit dl,
.att_small-unit dl dd .att_num-style{
	margin-left: 1em;
}
/* ============== accordion =================== */
.camp-att {
	width: calc(100% - 60px);
	max-width: 900px;
	margin: 0 auto;
}
input[type="checkbox"].acd-check {
	display: none;
}
.acd-label {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background-color: #3B7E07;
	border: 1px solid #3B7E07;
	border-radius: 8px;
}
.acd-label::after {
	content: "";
	background: url(/p/campaign/2026/research_2609/img/acd_open.png) top center/contain no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 20px;
	height: 20px;
	z-index: 2;
}
.acd-check:checked+.acd-label {
	border-radius: 8px 8px 0 0;
}
.acd-check:checked+.acd-label::after {
	background-image: url(/p/campaign/2026/research_2609/img/acd_close.png);
}
.acd-center{
	text-align: center;
	font-size: 14px;
}
.acd-content {
	border-radius: 0 0 8px 8px;
	border-top: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	margin: 0 auto;
	padding: 0 40px;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
}
.acd-check:checked~.acd-content {
	height: auto;
	padding: 20px;
	opacity: 1;
	visibility: visible;
	border: 1px solid #3B7E07;
	border-top: 0;
}
.acd-content.acd-check1 p{
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
}
.acd-content.acd-check1 .note-txt {
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
	color: #999;
	text-indent: -1em;
	padding-left: 1em;
	padding-top: 10px;
}
.acd_main1{
	margin: auto;
}

/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
.display-pc {
	display: none !important;
}
.display-sp {
	display: block !important;
}
.end_txt {
	font-size: 150%;
}
.ly-block {
	width: calc(100% - 30px);
}
.ly-block_inner {
	width: calc(100% - 30px);
}
.ly-block-band .ly-block_inner {
	margin: 40px auto;
}
/*font*/
.fc-red {
	color: #f50028;
	line-height: 1.6;
	text-align: left;
}
/*block*/
.ly-board {
	width: 100%;
	padding: 0 5px;
}
.ly-board + .ly-board {
	margin-top: 20px;
}
.ly-board-sp{
	padding: 5px;
	width: auto;
	margin: 0 -1em;
}
/* パンくずを一行に */
.breadcrumb {
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-x: auto;
}
.breadcrumb::-webkit-scrollbar {
	display: none;
}
/* ============== btn =================== */
.btn {
	width: 95%;
	margin: 10px auto;
	border-radius: 8px;
}
#contents .ly-board .btn {
	margin: 2rem auto 1rem;
}
.btn_wrap {
	width: calc(100% - 90px);
	margin: 11% auto;
}
/*終了対応*/
#contents .btn_close::after {
	font-size: 1.8rem;
}
/* ============== mv =================== */
.top_ttl {
	background: none;
	background-color: #cdfff3;
}
/* ============== section =================== */
.sec {
	margin: 30px auto;
}
.sec_ttl {
	padding: 10px 0;
}
/* ============== step =================== */

.step.sec .step_sec_wrap h3{
	font-size: 16px;
}
.step.sec .step_sec_wrap .btn{
	width: 91.3%;
	margin: 20px auto 0;
}
.step.sec .step_sec_wrap .step_btn_att_wrap{
	width: 91.3%;
	max-width: 514px;
	margin: 10px auto 0;
}
.step.sec .step_sec_wrap .step_btn_att_wrap .btn_att {
	margin: 0;
}
.step.sec .step_sec_wrap.step_block01{
	padding: 30px 0 0;
}
.step.sec .step_sec_wrap.step_block02,
.step.sec .step_sec_wrap.step_block04{
	padding: 80px 0 0;
}
.step.sec .step_sec_wrap.step_block03{
	padding: 80px 0 0;
}
.step.sec .step_sec_wrap.step_block02::before,
.step.sec .step_sec_wrap.step_block03::before,
.step.sec .step_sec_wrap.step_block04::before{
	height: 50px;
}
/* ----- STEP2 */
.step.sec .step_sec_wrap.step_block02 .ly-block{
	position: relative;
	padding-bottom: 40px;
	background:url(/p/campaign/2026/research_2609/img/bg_step2_sp.png) no-repeat left bottom;
	background-size: 200px 24px;
}
.step.sec .step_sec_wrap.step_block02 .ly-block .img_step2_ponta{
	right: 10px;
}
.step.sec .step_sec_wrap.step_block02 .ly-block .img_step2_ponta img{
	max-width: 70px;
}
/* アンカーリンク */
.step.sec .step_sec_wrap.step_block02 .balloon{
	width: 91.3%;
	height: 55px;
	margin: 20px auto;
}
.step.sec .step_sec_wrap.step_block02 .balloon::before {
	bottom: -15px;
}
/* リサーチとは？ */
.step.sec .step_sec_wrap.step_block02 .research{
	margin: 30px 0 0;
}
.step.sec .step_sec_wrap.step_block02 .research dt{
	max-width: 250px;
	margin: 0 auto 15px;
	padding: 0 0 15px;
	background-size: 250px auto;
	font-size: 16px;
}
.step.sec .step_sec_wrap.step_block02 .research dt span{
	padding: 2px 0 1px 30px;
	background-size: 20px auto;
}
.step.sec .step_sec_wrap.step_block02 .research dd{
	padding: 0 15px;
	font-size: 16px;
}
.step.sec .step_sec_wrap.step_block02 .research dd p{
	margin-top: 15px;
}
/* ----- STEP3 */
.step.sec .step_sec_wrap.step_block03 .display-sp .app_ankt_btn_wrap p{
	max-width: 300px;
	margin: 3px auto 0;
}
.step.sec .step_sec_wrap.step_block03 .display-sp .app_ankt_btn_wrap .btn.btn-ankt{
	margin-top: 0;
}
.step.sec .step_sec_wrap.step_block03 .display-sp .note-txt{
	width: 91.3%;
	margin: 10px auto 20px;
	text-align: left;
}
.step.sec .step_sec_wrap.step_block03 .display-sp > p{
	padding: 0 15px;
}
/* 初回アンケートとは？ */
.step.sec .step_sec_wrap.step_block03 .initial_survey_block{
	max-width: 100%;
	margin: 15px auto 0;
	padding: 20px 15px;
}
.step.sec .step_sec_wrap.step_block03 .initial_survey_block dt{
	max-width: 250px;
	margin: 0 auto 15px;
	padding: 0 0 15px;
	background-size: 250px auto;
	font-size: 16px;
}
.step.sec .step_sec_wrap.step_block03 .initial_survey_block dt span{
	padding: 0 0 3px 30px;
	background-size: auto 24px;
}
.step.sec .step_sec_wrap.step_block03 .initial_survey_block dd{
	font-size: 14px;
}
/* ----- 完了すると */
.step.sec .step_sec_wrap.step_block04 .ly-block p:first-child{
	max-width: 162px;
	margin: 0 auto;
}
.step.sec .step_sec_wrap.step_block04 .ly-block p + p{
	margin-top: 10px;
}
/* ============== Pontaアプリでさくっと回答 =================== */
.appeal_app_block{
	margin-bottom: 0;
}
.appeal_app_block .ly-block{
	padding: 30px 0;
}
.appeal_app_block .ly-block .app_block_lead{
	font-size: 16px;
	text-align: left;
}
.appeal_app_block .ly-block .sp_app_block{
	padding: 30px 15px;
	background: #fff;
	border-radius: 8px;
}
.appeal_app_block .ly-block .sp_app_block p:nth-child(1){
	max-width: 230px;
	margin: 0 auto 20px;
}
.appeal_app_block .ly-block .sp_app_block .sp_app_block_lead{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
.appeal_app_block .ly-block .sp_app_block p:nth-child(3){
	margin-bottom: 20px;
}
.step3_app_block_btn{
	margin-bottom: 10px;
	text-align: center;
}
.step3_app_block_btn li img{
	height: 50px;
}
.appeal_app_block .ly-block .note-txt{
	margin-top: 20px;
}
/* ============== entry =================== */
.entry {
	margin: 30px auto;
}
.entry .btn {
	width: 84%;
	margin: auto;
}
.entry .btn_att {
	width: 84%;
	margin: 10px auto 0;
}
/* ============== att =================== */
.cp_details{
	margin-top: 0;
}
.att.ly-block{
	margin-top: 30px;
	padding: 30px;
}
.att_list {
	width: 100%;
	margin: 0;
}
.att_item_ttl{
	margin-bottom: 10px;
	padding-left: 1.5em;
}
/* ============== accordion =================== */
.camp-att {
	width: 84%;
	max-width: 400px;
	margin: auto;
}
.acd-label01 {
	height: 40px;
}
.acd-check:checked ~ .acd-content {
	padding: 15px;
}
.acd_main1{
	margin: auto;
	width: 100%;
}
}
