@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: 10px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
.speech_bubble span{
	display: flex;
	align-items: center;
	justify-content: center;
}
.speech_bubble span::before,
.speech_bubble span::after{
	content: "";
	display: inline-block;
	background-color: #FF2352;
	border-radius: 4px;
	height: 4px;
	width: 26px;
	margin: 0;
}
.speech_bubble span::before{
	transform: rotate(60deg);
	margin-right: 5px;
}
.speech_bubble span::after{
	transform: rotate(-60deg);
	margin-left: -3px;
}
/*コンテンツ幅*/
.ly-block {
	margin: auto;
	max-width: 970px;
	width:calc(100% - 60px);
	border: 3px solid #101A32;
	border-radius: 20px;
}
/* 詳しくリンク */
#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_2602/img/link_icon.png) center /cover no-repeat;
}
/* アンカーリンク */
#contents a.balloon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 80px;
	margin: 0 auto 30px;
	background-color: #fff;
	border: 2px solid #111111;
	border-radius: 10px;
	font-size: 18px;
	line-height: 1.5;
	color: #111111;
	font-weight: bold;
	text-decoration: none;
}
.balloon::before {
	content: "";
	position: absolute;
	bottom: -14px;
	width: 24px;
	height: 24px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2602/img/btnarrow_bottom.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
#contents a.balloon:hover{
	background-color: #ffdd7f;
	opacity: 1;
}
/* 注釈 */
.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;
}

/* ============== btn =================== */
#contents .btn {
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
.btn {
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 400px;
}
.btn_att {
	max-width: 516px;
	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;
}
/* 追従エントリーボタン */
.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: 30px 0;
	background: rgba(102, 102, 102, 0.5);
}
#contents .p-stickyItem a:hover {
	opacity: 0.9;
}
/*終了対応*/
#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: 50px auto 45px;
}

/* ============== MV =================== */
.top_ttl {
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2602/img/mv_pc_bg.png) repeat left top;
	background-color: #101a32;
}
/* ========== term ============= */
.date {
	font-size: 0;
	background-color: #FFC524;
	padding: 10px 0;
	text-align: center;
}
.date img {
	width: 100%;
	max-width: 474px;
}

/* ============== CP概要 =================== */
.overview dl{
	position: relative;
	overflow: hidden;
}
.overview dt{
	position: relative;
	border-bottom: 3px solid #101A32;
	background: #FFD878;
	padding: 14px 0 13px;
}
.overview dt::before{
	content: "";
	display: inline-block;
	width: 188px;
	height: 121px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2602/img/bg_overview01_pc.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.overview dt::after{
	content: "";
	display: inline-block;
	width: 188px;
	height: 121px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2602/img/bg_overview02_pc.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: -1px;
}
.overview dt img{
	height: 24px;
}
.overview dd{
	max-width: fit-content;
	margin: 0 auto;
	padding: 30px;
	font-weight: bold;
	text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 859px) {
.overview dt::before,
.overview dt::after{
	width: 148px;
	height: 100px;
}
.overview dd{
	padding: 30px 25px;
}
}

/* ============== section =================== */
.sec {
	margin: 60px auto 0;
}
.end_txt + .sec {
	margin-top: 30px;
}
.sec_ttl{
	margin-bottom: 60px;
	padding: 24px 0;
	background-color: #0A2053;
	text-align: center;
}
.sec_ttl img{
	height: 32px;
}

/* ============== step =================== */
.step_list .ly-block {
	position: relative;
	padding: 40px;
}
.step_list .step_item + .step_item {
	margin-top: 60px;
}
.step_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: #101A32;
	background-color: #FFC524;
	border: 3px solid #101A32;
	font-weight: bold;
	font-size: 18px;
	line-height: 1;
	border-radius: 21px;
	width: 200px;
	height: 42px;
	top:-24px;
	left: 50%;
	transform: translateX(-50%);
}
.step_lead {
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 1.5;
}
.step_list .step_item:first-child{
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2602/img/bg_step1_01_pc.png) no-repeat left 27px top 70px,url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2602/img/bg_step1_02_pc.png) no-repeat right 29px top 70px;
	background-size: 116px auto, 132px auto;
}
@media screen and (min-width: 768px) and (max-width: 910px) {
.step_list .step_item:first-child{
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2602/img/bg_step1_01_pc.png) no-repeat left 27px top 15px,url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2602/img/bg_step1_02_pc.png) no-repeat right 29px top 15px;
	background-size: 100px auto, 113px auto;
}
}
/* Pontaリサーチとは？ */
.research {
	position: relative;
	margin-top: 20px;
	padding: 30px 120px 65px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2602/img/bg_what_research_pc.png) #E4F5FF center bottom/cover no-repeat;
	background-size: 100%;
	background-position-y: bottom;
	border-radius: 20px;
}
.research dl .speech_bubble{
	margin-bottom: 20px;
}
.research dl dd{
	font-size: 18px;
}
.research dl dd p{
	margin-top: 10px;
	font-size: 16px;
}
.research .img_ponta{
	position: absolute;
	right: 9px;
	bottom: 16px;
	z-index: 3;
}
.research .img_ponta img{
	max-width: 122px;
}
/* アプリ訴求 */
.step_list .step_item:last-child .ly-board dl{
	margin-top: 30px;
}
.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: #E4F5FF;
	border-radius: 20px;
	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 #111111;
	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;
}
.step_list .step_item .speech_bubble span::after{
	margin-left: 3px;
}
@media screen and (min-width: 768px) and (max-width: 849px) {
.step_list .step_item:last-child .step_lead .w_adj_pc{
	display: block;
}
}

/* ============== インセンティブ =================== */
.incentive.sec{
	margin-top: 0;
}
.incentive.sec > p{
	margin: 60px auto 50px;
}
.incentive.sec > p img{
	width: 100%;
	max-width: 178px;
}
.incentive.sec .ly-block{
	overflow: hidden;
	background-color: #101a32;
}

/* ============== Pontaアプリでさくっと回答 =================== */
.appeal_app_block{
	background-color: #E4F5FF;
}
.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 .pc_app_block{
	display: flex;
	padding: 40px 73px;
	background-color: #fff;
	border-radius: 20px;
	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: 20px;
	padding-right: 23px;
}
.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;
}
@media screen and (min-width: 768px) and (max-width: 859px) {
.appeal_app_block .ly-block .speech_bubble .w_adj_pc{
	display: block;
}
.appeal_app_block .ly-block .speech_bubble span{
	align-items:end;
}
.appeal_app_block .ly-block .speech_bubble span::before,
.appeal_app_block .ly-block .speech_bubble span::after{
	margin-bottom: 10px;
}
}

/* ============== att =================== */
.att{
	margin-bottom: 60px;
}
.att_list {
	padding: 60px 70px;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
}
.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: #FFC524;
	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) {
/* ============== 共通 =================== */
#contents a:hover {
	opacity: 1;
}
.display-pc,
.w_adj_pc,
.w_adj_sp {
	display: none;
}
.display-sp {
	display: block;
}
/*終了対応*/
.end_txt {
	font-size: 150%;
}
/*斜め吹き出し線*/
.speech_bubble{
	margin-bottom: 5px;
	font-size: 16px;
}
.speech_bubble span::before,
.speech_bubble span::after{
	height: 3px;
	width: 22px;
	margin-bottom: 0;
}
.speech_bubble span::after{
	margin-left: -1px;
}
/*コンテンツ幅*/
.ly-block {
	width: calc(100% - 30px);
}
/* アンカーリンク */
#contents a.balloon {
	width: 100%;
	max-width: 400px;
	height: 75px;
	margin-bottom: 20px;
}
#contents a.balloon:hover{
	background-color: #fff;
}
/* 注釈 */
.note-txt{
	margin-top: 10px;
}
/* パンくずを一行に */
.breadcrumb {
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-x: auto;
}
.breadcrumb::-webkit-scrollbar {
	display: none;
}

/* ============== btn =================== */
.btn {
	width: 84%;
	margin: auto;
}
.btn_att {
	width: 84%;
	margin: 10px auto 0;
}
/* 追従エントリーボタン */
.p-stickyItem {
	padding: 15px 0;
}
#contents .p-stickyItem a:hover {
	opacity: 1;
}
/*終了対応*/
#contents .btn_close::after {
	font-size: 1.8rem;
}

/* ============== entry =================== */
.entry.first_area{
	margin: 30px auto;
}

/* ============== MV =================== */
.top_ttl {
	background-image: none;
}

/* ========== term ============= */
.date {
	padding: 10px 5px 9px;
}
.date img {
	max-width: 358px;
}

/* ============== CP概要 =================== */
.overview dt::before{
	width: 77px;
	height: 53px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2602/img/bg_overview01_sp.png) no-repeat;
	background-size: contain;
}
.overview dt::after{
	width: 79px;
	height: 53px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2602/img/bg_overview02_sp.png) no-repeat;
	background-size: contain;
	right: -2px;
}
.overview dd{
	padding: 15px;
}

/* ============== section =================== */
.sec {
	margin: 30px auto 0;
}
.end_txt + .sec {
	margin-top: 20px;
}
.sec_ttl {
	margin-bottom: 30px;
	padding: 12px 0;
}
.sec_ttl img{
	height: 26px;
}

/* ============== step =================== */
.step_list .ly-block {
	padding: 30px 12px;
}
.step_list .step_item + .step_item {
	margin-top: 30px;
}
.step_list .step_item .btn,
.step_list .step_item .btn_att{
	width: 100%;
}
.step_icon {
	font-size: 16px;
	width: 150px;
	height: 34px;
	top: -20px;
}
.step_lead {
	font-size: 20px;
}
.step_list .step_item:first-child{
	background: none;
}
/* Pontaリサーチとは？ */
.research {
	padding: 20px 10px 56px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2602/img/bg_what_research_sp.png) #E4F5FF center bottom/cover no-repeat;
	background-size: 100%;
	border-radius: 10px;
}
.research dl{
	max-width: 450px;
	margin: 0 auto;
}
.research dl .speech_bubble{
	margin-bottom: 10px;
}
.step_list .step_item .research dl .speech_bubble span::after{
	margin-left: 1px;
}
.research dl dd{
	position: relative;
	font-size: 16px;
}
.research .img_ponta{
	margin: 0;
	right: 0;
	bottom: -46px;
}
.research .img_ponta img{
	max-width: 72px;
}
@media screen and (min-width: 530px) and (max-width: 767px) {
.research {
	padding-bottom: 70px;
	background-position: center bottom -15px;
}
.research .w_adj_sp {
	display: block;
}
.research .img_ponta img{
	max-width: 102px;
}
}
/* アプリ訴求 */
.step_list .step_item:last-child .ly-board .speech_bubble > span::after{
	margin-left: 5px;
}
.step_list .step_item:last-child .ly-board .speech_bubble > span::before,
.step_list .step_item:last-child .ly-board .speech_bubble > span::after{
	margin-top: 5px;
}
.step_list .step_item:last-child .ly-board .speech_bubble span span::before,
.step_list .step_item:last-child .ly-board .speech_bubble span span::after{
	content: none;
}
.step_list .step_item:last-child .ly-board .speech_bubble span span:first-child{
	max-width: 88px;
	margin-right: 5px;
}
.step_list .step_item:last-child .ly-board .speech_bubble span span:last-child{
	padding-top: 5px;
}
.step_list .step_item:last-child .ly-board .btn_wrap li + li{
	margin-top: 15px;
}
.step_list .step_item:last-child > p:last-child {
	max-width: 300px;
	margin-top: 20px;
}
/* ============== インセンティブ =================== */
.incentive.sec > p{
	margin: 20px auto;
	line-height: 0;
}
.incentive.sec > p img{
	max-width: 78px;
}
.incentive.sec .ly-block{
	border-radius: 15px;
}
.incentive.sec .ly-block img{
	width: 100%;
}

/* ============== Pontaアプリでさくっと回答 =================== */
.appeal_app_block .ly-block{
	padding: 30px 0;
}
.appeal_app_block .ly-block h3{
	font-size: 20px;
}
.appeal_app_block .ly-block .speech_bubble{
	margin-bottom: 10px;
}
.appeal_app_block .ly-block .speech_bubble span {
	position: relative;
	display: inline-block;
}
.appeal_app_block .ly-block .speech_bubble span::before,
.appeal_app_block .ly-block .speech_bubble span::after{
	position: absolute;
	bottom: 10px;
}
.appeal_app_block .ly-block .speech_bubble span::before{
	left: -40px;
}
.appeal_app_block .ly-block .speech_bubble span::after{
	right: -40px;
}
.appeal_app_block .ly-block .sp_app_block{
	padding: 30px 15px;
	background-color: #fff;
	border-radius: 10px;
}
.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: 140px;
	margin: 10px auto 0;
}

/* ============== att =================== */
.att {
	margin-bottom: 30px;
}
.att_list {
	padding: 30px 15px;
}
.att_item_ttl{
	margin-bottom: 10px;
}
}
