@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;
}
/*コンテンツ幅*/
.ly-block {
	margin: auto;
	max-width: 970px;
	width:calc(100% - 60px);
	border: 1px solid #00397E;
	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;
}
.btn-block_inner {
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
}
/* 詳しくリンク */
#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(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2507/img/link_icon.png) center /cover no-repeat;
}
/* アンカーリンク */
#contents a.balloon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 316px;
	height: 50px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 8px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
.balloon::before {
	content: "";
	position: absolute;
	bottom: -10px;
	width: 20px;
	height: 20px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2507/img/btnarrow_bottom.png);
	background-position: center;
	background-size: contain;
	background-repeat: 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;
}
/*テキストマーカー*/
.line-txt {
	display: inline;
	background: linear-gradient(transparent 50%, #FADA19 0%);
	padding: 0 5px;
}

/* ============== btn =================== */
#contents .btn {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	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-color: #FF9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2507/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 20px;
	background-repeat: no-repeat;
}
.btn_att {
	max-width: 516px;
	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;
}

/* ============== entry =================== */
.entry {
	margin: 45px auto;
}

/* ============== top =================== */
.top_ttl {
	background-color: #00397E;
}

/* ============== accordion =================== */
.camp-att {
	width: calc(100% - 60px);
	max-width: 970px;
	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;
	margin: 0;
	padding: 10px;
	background-color: #E0EEFB;
	border: 2px solid #00397E;
	border-radius: 8px;
	font-weight: bold;
	line-height: 1.5;
	color: #111;
}
.acd-label::after {
	content: "";
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2507/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(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2507/img/acd_close.png);
}
.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;
}
.acd-check:checked~.acd-content {
	height: auto;
	padding: 20px 25px;
	opacity: 1;
	visibility: visible;
	border: 2px solid #00397E;
	border-top: 0;
}
.acd-content > p{
	text-align: left;
	font-weight: bold;
}

/* ============== section =================== */
.sec {
	margin: 60px auto;
}
.end_txt + .sec {
	margin-top: 30px;
}
.sec_ttl {
	font-size: 26px;
	margin-bottom: 60px;
}
.sec_ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 88px;
	height: 24px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2507/img/arrow.png) no-repeat;
	background-size: contain;
	margin-right: 40px;
}
.sec_ttl::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 88px;
	height: 24px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2507/img/arrow.png) no-repeat;
	background-size: contain;
	margin-left: 40px;
}

/* ============== step =================== */
.step_list .ly-block {
	position: relative;
	padding: 40px 10px;
}
.step_list .step_item {
	margin-top: 55px;
}
.step_list .step_item:first-child {
	margin-top: 0;
}
.step_list .step_item:last-child{
	padding: 40px 35px;
}
.step_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: #fff;
	background-color: #00397E;
	font-weight: bold;
	font-size: 18px;
	border-radius: 20px;
	width: 150px;
	height: 36px;
	top:-18px;
	left: 50%;
	transform: translateX(-50%);
}
.step_lead {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
}
.step_list .step_item:nth-child(2) {
	padding-bottom: 60px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2507/img/login_bg_pc.png) center bottom/cover no-repeat;
	background-size: 100%;
	background-position-y: bottom;
}
/* Pontaリサーチとは？ */
.research {
	position: relative;
	margin: 40px auto 0;
}
.research dl{
	font-size: 18px;
	font-weight: bold;
}
.research dl dt span{
	position: relative;
	display: inline-block;
}
.research dl dt span::before,
.research dl dt span::after{
	content: "";
	position: absolute;
	bottom: 4px;
	display: inline-block;
	width: auto;
	height: 22px;
}
.research dl dt span::before{
	border-left: 2px solid #333;
	transform: skewX(30deg);
	left: -13px;
}
.research dl dt span::after{
	border-right: 2px solid #333;
	transform: skewX(150deg);
	right: -13px;
}
.research dl dd{
	padding: 0 155px;
}
.research dl dd,
.research dl dd p{
	margin-top: 10px;
}
.research dl dd p{
	font-size: 14px;
	font-weight: normal;
}
.research .img_ponta{
	position: absolute;
	right: 2%;
	bottom: 0;
	z-index: 3;
}
.research .img_ponta img{
	max-width: 124px;
}
@media screen and (min-width: 768px) and (max-width: 829px) {
.research .img_ponta img{
	max-width: 105px;
}
}
/* アプリ訴求 */
.step_list .step_item:last-child .ly-board{
	padding: 30px;
	background-color: #E0EEFB;
	border-radius: 8px;
}
.app_block_code {
	display: flex;
	align-items: center;
}
.app_dw {
	display: flex;
	align-items: center;
	max-width: 414px;
	margin-left: 30px;
}
.app_dw .app_block_code-pic {
	width: 105px;
	margin-right: 10px;
}
.app_dw .app_block_code-txt{
	flex: 1;
	max-width: 300px;
	text-align: left;
}
.app_dw .app_block_code-txt dt {
	font-weight: bold;
}
.app_block_code-txt dd {
	font-size: 12px;
}
.app_block_code-txt dd + dd {
	margin-top: 5px;
	font-size: 14px;
	text-align: right;
}

/* ============== 完了すると =================== */
.incentive.sec{
	margin-bottom: 45px;
}
.incentive.sec .ly-block{
	overflow: hidden;
}

/* ============== ポン活しよう =================== */
.spare-att{
	max-width: 970px;
	width:calc(100% - 60px);
	overflow: hidden;
	margin: 0 auto 60px;
	padding: 40px;
	background-color: #E0EEFB;
	border-radius: 8px;
}
.spare-att .line-txt{
	font-size: 26px;
	line-height: 1.5;
	padding-bottom: 4px;
}
.spare-att .spare_block {
	max-width: 795px;
	margin: 30px auto 0;
}
.spare-att .spare_block .spare_block_code {
	display: flex;
}
.spare_block_code dl{
	flex: 1;
	max-width: 501px;
	margin-right: 20px;
	padding-top: 10px;
	text-align: left;
}
.spare_block_code dt{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
.spare_block_code dt span{
	color: #FF315D;
}
.spare_block_code dd{
	font-size: 18px;
}
.spare_block_code p{
	max-width: 272px;
}

/* ============== アンケートの確認方法 =================== */
.camp-ankt_unit{
	padding: 20px 0;
}
.camp-ankt_unit > p{
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #F50028;
}
.camp-ankt_unit .app-logo {
	max-width: 190px;
	margin: 0 auto 30px;
}
.camp-ankt_unit .app_block{
	display: flex;
	max-width: 830px;
	margin: 0 auto;
}
.camp-ankt_unit .app_block .app_block_txt{
	max-width: 400px;
	margin-left: 30px;
	text-align: left;
}
.camp-ankt_unit .app_block .app_block_txt > p{
	margin-bottom: 15px;
}
.camp-ankt_unit .app_block .app_block_txt .app_block_code{
	padding-top: 15px;
	border-top: 1px solid #A7A4A7;
}
.camp-ankt_unit .app_block .app_block_txt .app_block_code .app_block_code-pic{
	max-width: 86px;
}
.camp-ankt_unit .app_block .app_block_txt .app_block_code .app_block_code-txt{
	flex: 1;
	max-width: 286px;
	margin-left: 30px;
}
.camp-ankt_unit .app_block .app_block_txt .app_block_code .app_block_code-txt dt{
	font-weight: bold;
}
.camp-ankt_unit .app_block .app_block_txt .app_block_code .app_block_code-txt dd{
	font-size: 12px;
}
.camp-ankt_unit .app_block .app_block_txt .app_block_link{
	margin-top: 5px;
	text-align: right;
}

/* ============== att =================== */
.att {
	margin: 60px auto 0;
	text-align: left;
	line-height: 1.7;
}
.att .sec_ttl{
	margin: 60px 0 40px;
	text-align: center;
}
.att .sec_ttl::before,
.att .sec_ttl::after{
	display: none;
}
.att_list {
	padding: 0 70px 60px;
}
.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: #00397E;
	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;
}
/*終了対応*/
.end_txt {
	font-size: 150%;
}
/*コンテンツ幅*/
.ly-block {
	width: calc(100% - 30px);
	margin-top: 30px;
}
.ly-block_inner {
	width: calc(100% - 30px);
}
.ly-block-band .ly-block_inner {
	margin: 40px auto;
}
.ly-board {
	width: 100%;
	padding: 0 5px;
}
.ly-board + .ly-board {
	margin-top: 20px;
}
/* アンカーリンク */
#contents a.balloon {
	width: 100%;
	max-width: 400px;
}
/* パンくずを一行に */
.breadcrumb {
	flex-wrap: nowrap;
	white-space: nowrap;
	overflow-x: auto;
}
.breadcrumb::-webkit-scrollbar {
	display: none;
}
/*テキストマーカー*/
.line-txt {
	background: linear-gradient(transparent 45%, #FADA19 0%);
}

/* ============== btn =================== */
.btn_att {
	margin: 10px auto 0;
}
/*終了対応*/
#contents .btn_close::after {
	font-size: 1.8rem;
}

/* ============== entry =================== */
.entry {
	margin: 30px auto;
}
.entry .btn {
	width: 84%;
	margin: auto;
}
.entry .btn_att {
	width: 84%;
	margin: 10px auto 0;
}

/* ============== accordion =================== */
.camp-att {
	width: calc(100% - 30px);
	max-width: 100%;
	margin: auto;
}
.acd-label {
	height: 40px;
}
.acd-check:checked~.acd-content {
	padding: 15px;
}
.acd_main1{
	margin: auto;
	width: 100%;
}

/* ============== section =================== */
.sec {
	margin: 30px auto;
}
.end_txt + .sec {
	margin-top: 20px;
}
.sec_ttl {
	margin-bottom: 30px;
	font-size: 22px;
}
.sec_ttl::before,
.sec_ttl::after {
	width: 45px;
	height: 12px;
}
.sec_ttl::before {
	margin-right: 10px;
}
.sec_ttl::after{
	margin-left: 10px;
}

/* ============== step =================== */
.step_item + .step_item {
	margin-top: 30px;
}
.step_list .ly-block,
.step_list .step_item:last-child {
	padding: 30px 15px;
}
.step_icon {
	font-size: 14px;
	line-height: 1;
	width: 80px;
	height: 30px;
	top: -15px;
}
.step_lead {
	font-size: 16px;
}
.step_list .step_item:nth-child(2) {
	padding-bottom: 40px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/research_2507/img/login_bg_sp.png) center bottom/cover no-repeat;
	background-size: 100%;
	background-position: center bottom -1px;
}
@media screen and (min-width: 560px) and (max-width: 767px) {
.step_list .step_item:nth-child(2) {
	background-position: center bottom -3px;
}
}
@media screen and (min-width: 650px) and (max-width: 767px) {
.step_list .step_item:nth-child(2) {
	padding-bottom: 50px;
}
}
/* Pontaリサーチとは？ */
.research {
	max-width: 440px;
	margin: 20px auto 0;
}
.research dl{
	font-size: 16px;
}
.research dl dt span::before,
.research dl dt span::after{
	bottom: 3px;
	height: 18px;
}
.research dl dd{
	padding: 0;
	font-size: 14px;
}
.research .img_ponta{
	right: 2.5%;
	bottom: -30px;
}
.research .img_ponta img{
	max-width: 50px;
}
@media screen and (min-width: 449px) and (max-width: 767px) {
.research .img_ponta{
	right: 0;
	bottom: -10px;
}
.research .img_ponta img{
	max-width: 70px;
}
}
/* STEP3 アプリ訴求 */
.step_list .step_item:last-child .ly-board{
	margin-top: 20px;
	padding: 30px 20px;
}
.store_ttl {
	font-weight: bold;
	text-align: center;
}
.store_btn {
	display: block;
	width: 57.7%;
	max-width: 230px;
	margin: 15px auto 10px;
}
.app_block_link .note-txt{
	text-align: left;
	width: 100%;
	max-width: fit-content;
	margin: 15px auto 0;
}

/* ============== 完了すると =================== */
.incentive.sec {
	margin-bottom: 30px;
}
.incentive.sec img{
	width: 100%;
}

/* ============== ポン活しよう =================== */
.spare-att {
	width: calc(100% - 30px);
	max-width: 100%;
	margin: 0 auto 30px;
	padding: 30px 25px;
}
.spare-att .line-txt{
	font-size: 18px;
	padding-bottom: 2px;
}
.spare-att .spare_block {
	max-width: 100%;
	margin: 20px 0 0;
}
.spare-att .spare_block .spare_block_code {
	display: block;
}
.spare_block_code dl{
	flex: 1;
	max-width: 100%;
	margin-right: 0;
	padding-top: 0;
}
.spare_block_code dt{
	margin-bottom: 5px;
	font-size: 14px;
}
.spare_block_code dd{
	font-size: 14px;
}
.spare_block_code p{
	max-width: 250px;
	margin: 10px auto 0;
}

/* ============== アンケートの確認方法 =================== */
#acd-check + .acd-label {
	height: 55px;
}
.camp-ankt_unit{
	padding: 15px 0;
}
.camp-ankt_unit > p{
	margin-bottom: 20px;
	font-size: 14px;
	text-align: left;
}
.camp-ankt_unit .app-logo {
	max-width: 200px;
	margin: 0 auto 20px;
}
.camp-ankt_unit .app_block{
	display: block;
	max-width: 100%;
}
.camp-ankt_unit .app_block > p{
	max-width: 320px;
	margin: 0 auto 15px;
}
.camp-ankt_unit .app_block .app_block_txt{
	max-width: 100%;
	margin-left: 0;
}
.camp-ankt_unit .app_block .app_block_txt > p{
	margin-bottom: 20px;
}
.camp-ankt_unit .app_block .app_block_txt .note-txt{
	margin-top: 10px;
}

/* ============== att =================== */
.att {
	margin: 30px auto 0;
}
.att .sec_ttl{
	margin: 30px 0 20px;
}
.att_list {
	width: 100%;
	padding: 0 15px 30px;
}
.att_item_ttl{
	margin-bottom: 10px;
}
}
