@charset "utf-8";

/* ============== 共通 =================== */
#contents * {
	box-sizing: border-box;
}
#contents {
	background-color: #ffffff;
	padding: 0;
	color: #333333;
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
}
.fc-red {
	color: #f50028 !important;
}
.fc-orange {
	color: #FF9123;
}
.fw-bold {
	font-weight: bold;
}
.note-txt {
	font-size: 16px;
	color: #666666;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
.display-sp {
	display: none;
}
.w_adj{
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 839px) {
.w_adj{
	display: block;
}
}
.u-mb0 {
	margin-bottom: 0 !important;
}
.u-mt10 {
	margin-top: 10px !important;
}
.u-mt20 {
	margin-top: 20px !important;
}
/*コンテンツ幅*/
.ly-block {
	margin: auto;
	max-width: 970px;
	width:calc(100% - 60px);
	border-radius: 20px;
}
/* セクションタイトル */
.sec_lead{
	font-size: 24px;
	color: #111;
	line-height: 1.5;
}
/* 下矢印 */
.arrow_bottom{
	max-width: 178px;
	margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 939px) {
/* パンくずリスト */
.breadcrumb {
	width: 100%;
	overflow: scroll;
	padding-left: 15px;
	display: inherit;
	white-space: nowrap;
	min-height: initial;
}
.breadcrumb::-webkit-scrollbar {
	display: none;
}
.breadcrumb li {
	display: inline;
}
}
/*終了対応*/
.end_txt {
	margin: 30px auto;
	font-weight: bold;
	color: #FF0004;
	font-size: 180%;
	text-align: center;
}

/* ============== ボタン =================== */

@media screen and (min-width: 768px) {
/* 追従ボタン */
.js-stickyItem,
.js-stickyItem.is-show,
.p-stickyItem {
	display: none;
}
}
/*終了対応*/
#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;
}

/* ============== トップ =================== */
.top_ttl{
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/bg_content.png) center top / contain repeat;
	background-size: 80px 80px;
	background-color: #aefeb0;
}
.top_date{
	height: 30px;
	background-color: #086500;
}
.top_date img{
	width: 100%;
	max-width: 454px;
	vertical-align: middle;
}

/* ============== キャンペーン概要 =================== */
.summary .sec_ttl{
	max-width: 557px;
	margin: 40px auto 30px;
}
.summary .ly-block{
	padding: 30px;
	background: #F0FFF0;
	border: 4px solid #086500;
	text-align: left;
}
.summary .ly-block ul{
	max-width: fit-content;
	margin: 0 auto;
}
.summary .ly-block ul li + li{
	margin-top: 15px;
}
.summary .ly-block ul li span{
	display: block;
	padding: 0 0 0 47px;
	font-weight: bold;
}
.summary .ly-block ul li span + span{
	font-weight: normal;
}
.summary .ly-block ul li span:nth-child(1){
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/ico_summary01.png) no-repeat left top;
	background-size: auto 30px;
}
.summary .ly-block ul li span:nth-child(2){
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/ico_summary02.png) no-repeat left 17px top 2px;
	background-size: auto 14px;
}

/* ============== 特典内容アンカーエリア =================== */
.anchor_wrap{
	margin: 40px 0 0;
}
.anchor_wrap .sec_lead{
	max-width: fit-content;
	margin: 0 auto 40px;
	padding: 0 64px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/img_slash01.png) no-repeat left center,url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/img_slash02.png) no-repeat right center;
	background-size: 34px 59px;
}
.anchor_wrap .sec_lead span{
	display: inline-block;
	line-height: 1;
	background: linear-gradient(transparent 70%, #FCEF02 0%);
	color: #FF4A54;
}
.anchor_wrap ul{
	display: flex;
	justify-content:space-between;
	align-items: stretch;
	margin: auto;
	max-width: 970px;
	width:calc(100% - 60px);
}
.anchor_wrap ul li{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	flex: 1;
	min-height: 100px;
	background: #FFFBE4;
	border: 4px solid #FF9123;
	border-radius: 15px;
	box-shadow: 0px 4px 0px 0px #FFDCBC;
}
.anchor_wrap ul li:nth-child(2){
	margin: 0 10px;
}
#contents .anchor_wrap ul li a{
	display: block;
	width: 100%;
	padding: 22px 30px 12px;
	color: #111111;
	text-decoration: none;
	font-weight: bold;
}
.anchor_wrap ul li .anc_num{
	width: 172px;
	height: 40px;
	position: absolute;
	top:-20px;
	left: 50%;
	transform: translateX(-50%);
}
.anchor_wrap ul li::before{
	content: "";
	width: 100px;
	height: 26px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/anc_arrow_pc.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom:-17px;
	left: 50%;
	transform: translateX(-50%);
}

/* ============== 特典内容 =================== */
.benefits{
	margin: 60px 0 0;
	padding-bottom: 60px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/bg_content.png) center top / contain repeat;
	background-size: 80px 80px;
	background-color: #D4FFD4;
}
.benefits .sec_ttl{
	padding: 20px 0;
	background: #086500;
}
.benefits .sec_ttl img{
	height: 60px;
}
.benefits .ly-block{
	position: relative;
	margin-top: 60px;
	padding-bottom: 60px;
	background: #fff;
	border: 6px solid #FF9123;
	border-radius: 20px;
}
.benefits .ly-block .anc_num{
	width: 257px;
	height: 60px;
	position: absolute;
	top:-36px;
	left: 50%;
	transform: translateX(-50%);
}
.benefits .ly-block .sec_lead{
	padding: 28px 0 17px;
	background: #FFFBE4;
	border-bottom: 6px solid #FF9123;
	border-radius: 20px 20px 0 0;
}
.benefits .ly-block .benefits_tag{
	max-width: 260px;
	margin: 0 auto;
	padding: 5px 0;
	background: #FCEF02;
	border-radius: 0 0 15px 15px;
	font-weight: bold;
	color: #086500;
}
.benefits .ly-block .ly-inner{
	padding: 0 30px;
}
.benefits .ly-block .ly-inner .benefits_cont_img{
	max-width: 317px;
	margin: 20px auto;
}
.benefits .ly-block .ly-inner .benefits_cont_qr{
	max-width: 150px;
	margin: 20px auto;
}
.benefits .benefits_item01 .ly-inner p{
	margin-top: 20px;
	font-weight: bold;
}
.benefits .ly-block .ly-inner .note-txt{
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #666666;
}
.benefits .benefits_item01 .ly-inner > p,
.benefits .benefits_item01 .ly-inner .display-pc p:first-child{
	font-size: 20px;
	color: #111;
}
.benefits .benefits_item01 .ly-inner .note-txt{
	max-width: 700px;
	margin: 20px auto 0;
}
.benefits .benefits_item01 .ly-inner .arrow_bottom{
	margin-top: 30px;
	margin-bottom: 30px;
}
.benefits .benefits_item01 .ly-inner .inner_wrap{
	max-width: fit-content;
	padding: 0 102px;
	margin: 0 auto;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/bg_benefits01_01_pc.png) no-repeat left center,url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/bg_benefits01_02_pc.png) no-repeat right center;
	background-size: 81px auto;
}
.benefits .benefits_item01 .ly-inner .inner_wrap p{
	margin-top: 0;
	font-size: 20px;
	color: #111;
}
.benefits .benefits_item01 .ly-inner .inner_wrap .under_line{
		background: linear-gradient(transparent 70%, #FCEF02 0%);
}
.benefits .benefits_item01 .ly-inner .inner_wrap .highlight{
	color: #FF4A54;
}
.benefits .benefits_item01 .ly-inner .inner_wrap .highlight span{
	font-size: 30px;
}
.benefits .benefits_item01 .ly-inner .inner_wrap + .note-txt{
	margin-top: 15px;
}
.benefits .benefits_item02 .ly-inner{
	padding: 0 22px 0 47px;
}
.benefits .benefits_item02 .display-pc{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-shrink: 0;
	flex: 1;
}
.benefits .benefits_item02 .display-pc p:first-child{
	position: relative;
	max-width: 398px;
}
.benefits .benefits_item02 .display-pc p:first-child::after{
	content: "";
	width: 26px;
	height: 28px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/arrow_right_pc.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom:31px;
	right: -48px;
}
.benefits .benefits_item02 .display-pc p:last-child{
	max-width: 423px;
	margin-left: 68px;
}
@media screen and (min-width: 768px) and (max-width: 939px) {
.benefits .benefits_item02 .display-pc{
	display: block;
}
.benefits .benefits_item02 .display-pc p:first-child{
	margin: 0 auto 40px;
}
.benefits .benefits_item02 .display-pc p:first-child::after{
	content: "";
	width: 26px;
	height: 28px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/arrow_bottom_sp.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom:-38px;
	left: 50%;
	transform: translateX(-50%);
}
.benefits .benefits_item02 .display-pc p:last-child{
	margin: 0 auto;
}
}
.benefits .benefits_item02 .speech_bubble{
	margin-top: 30px;
}
.benefits .benefits_item02 .speech_bubble p{
	max-width: 414px;
	margin: 0 auto 5px;
}
#contents .benefits .benefits_item02 .speech_bubble .btn {
	color: #086500;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
.benefits .benefits_item02 .speech_bubble .btn{
	position: relative;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	width: 100%;
	max-width: 400px;
	height: 60px;
	background-color: #F0FFF0;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/btnarrow_right_sub.png);
	background-size: 20px;
	background-position: center right 20px;
	background-repeat: no-repeat;
	border: 3px solid #086500;
	box-shadow: 0px 4px 0px 0px #086500;
}
.benefits .benefits_item02 .speech_bubble + .note-txt{
	max-width: 700px;
	margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
.benefits .benefits_item02 .ajd_padding{
	padding-right: 25px;
}
}
.benefits .benefits_item03 .ly-inner > ul{
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 844px;
	margin: 20px auto 0;
	font-size: 20px;
}
.benefits .benefits_item03 .ly-inner > ul li:first-child,
.benefits .benefits_item03 .ly-inner > ul li:last-child{
	flex-grow: 1;
	max-width: 44.79%;
}
.benefits .benefits_item03 .ly-inner > ul li:first-child p + p{
	max-width: 366px;
	margin: 20px auto 0;
}
.benefits .benefits_item03 .ly-inner > ul li:first-child p .under_line.highlight,
.benefits .benefits_item03 .ly-inner > ul li:last-child p .under_line.highlight{
	background: linear-gradient(transparent 60%, #FCEF02 0%);
	color: #FF4A54;
	font-weight: bold;
}
.benefits .benefits_item03 .ly-inner > ul li:first-child p .highlight_sub{
	color: #086500;
	font-weight: bold;
}
.benefits .benefits_item03 .ly-inner > ul li:last-child p{
	font-weight: bold;
}
.benefits .benefits_item03 .ly-inner > ul li:last-child p + p{
	margin-top: 20px;
}
.benefits .benefits_item03 .ly-inner > ul li:nth-last-of-type(2){
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.benefits .benefits_item03 .ly-inner > ul li:nth-last-of-type(2) img{
	max-width: 28px;
}
.benefits .benefits_item03 .ly-inner > ul + .note-txt{
	max-width: 715px;
	margin: 15px auto 0;
}
/* 対象提携社アコーディオン */
.benefits_acd {
	max-width: 898px;
	margin: 30px auto 0;
}
input[type="checkbox"].acd-check {
	display: none;
}
.benefits_acd .acd-label {
	width: 100%;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0;
	padding: 10px;
	background-color: #086500;
	border-radius: 15px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
}
.benefits_acd .acd-label::after {
	content: "";
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/acd_open.png) top center/contain no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	width: 28px;
	height: 28px;
	z-index: 2;
}
.benefits_acd .acd-check:checked+.acd-label {
	border-radius: 15px 15px 0 0;
}
.benefits_acd .acd-check:checked+.acd-label::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/acd_close.png);
}
.benefits_acd .acd-content {
	border-radius: 0 0 15px 15px;
	border-top: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.benefits_acd .acd-check:checked~.acd-content {
	height: auto;
	padding: 30px;
	background: #F0FFF0;
	opacity: 1;
	visibility: visible;
	border: 4px solid #086500;
	border-top: 0;
}
.benefits_acd .acd-content > p{
	text-align: left;
	font-weight: bold;
}
.benefits_acd .acd-content .company_logo_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	column-count: 5;
}
.benefits_acd .acd-content .company_logo_wrap li{
	max-width: 158px;
	margin-bottom: 10px;
}
.benefits_acd .acd-content .company_logo_wrap + .note-txt{
	margin-top: 5px;
}
.benefits_acd .acd-content .company_logo_wrap::after {
	content: "";
	display: block;
	width: 158px;
	height: 0;
}

/* ============== おすすめのスコア獲得方法 =================== */
.benefits .benefits_acd_wrap{
	margin-top: 60px;
	padding: 60px 36px;
	background: #086500;
	border: none;
	border-radius: 20px;
}
.benefits .benefits_acd_wrap h3{
	max-width: 748px;
	margin: 0 auto;
}
.benefits .benefits_acd_wrap .inner_wrap{
	margin-top: 30px;
	padding: 40px 34px;
	background: #fff;
	border-radius: 20px;
}
.benefits .benefits_acd_wrap .inner_wrap .sec_lead{
	padding: 0;
	background: none;
	border-bottom: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	font-size: 20px;
	line-height: 1.6;
	color: #086500;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow{
	width: 100%;
	margin-top: 20px;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow li{
	position: relative;
	padding: 0 30px 60px;
	background: #F0FFF0;
	border: 4px solid #086500;
	border-radius: 15px;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow li:nth-of-type(even){
	padding: 20px 0;
	background: none;
	border: none;
	border-radius: 0;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow li:nth-of-type(even) img{
	width: 178px;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow li .benefits_tag{
	max-width: 280px;
	margin: 0 auto;
	padding: 4px 0;
	background: #FCEF02;
	border-radius: 0 0 15px 15px;
	font-size: 20px;
	font-weight: bold;
	color: #086500;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow li .img_how_to{
	max-width: 328px;
	margin: 30px auto 0;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow li .img_how_to + p{
	max-width: fit-content;
	margin: 20px auto 0;
	text-align: left;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow li .position_ponta01{
	width: 123px;
	position: absolute;
	top: -72px;
	right: -4px;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow li .position_ponta02{
	width: 107px;
	position: absolute;
	top: -70px;
	left: 30px;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow + .note-txt{
	margin-top: 15px;
	text-align: left;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service{
	margin-top: 40px;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service p{
	max-width: fit-content;
	margin: 0 auto;
	padding: 13px 44px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/img_slash01.png) no-repeat left center,url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/img_slash02.png) no-repeat right center;
	background-size: 34px 59px;
	font-size: 20px;
	font-weight: bold;
	color: #086500;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-count: 3;
	max-width: 712px;
	margin: 20px auto 0;
	padding: 30px;
	border: 4px solid #086500;
	border-radius: 15px;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li{
	width: 33.33%;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(1),
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(2),
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(3){
	border-bottom: 4px solid #086500;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(2),
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(5){
	border-right:4px solid #086500;
	border-left:4px solid #086500;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(1){
	padding: 0 10px 10px 0;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(2){
	padding: 0 10px 10px;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(3){
	padding: 0 0 10px 10px;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(4){
	padding: 10px 10px 0 0;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(5){
	padding: 10px 10px 0 10px;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li img{
	width: 100%;
	max-width: 200px;
}
/* チラ見せ部分 */
.p-accordion__body {
	position: relative;
	overflow: hidden;
	height: 400px;
}
.p-accordion__body::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 65%, rgb(255, 255, 255) 100%);
}
.p-accordion__body.is-open {
	height: auto;
}
.p-accordion__body.is-open::after {
	content: normal;
}
.p-accordion__btn{
	position: relative;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	width: 100%;
	max-width: 316px;
	height: 60px;
	background-color: #086500;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/acd_open.png);
	background-size: 28px;
	background-position: center right 20px;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.p-accordion__btn.is-open{
	margin-top: 40px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/acd_close.png);
}
.benefits .benefits_acd_wrap .inner_wrap .anchor_benefits_top{
	position: relative;
	width: 100%;
	max-width: 316px;
	height: 60px;
	margin: 40px auto 0;
	background: #FFFBE4;
	border: 4px solid #FF9123;
	border-radius: 15px;
	box-shadow: 0px 4px 0px 0px #FFDCBC;
}
#contents .benefits .benefits_acd_wrap .inner_wrap .anchor_benefits_top a{
	display: block;
	width: 100%;
	padding: 12px 0;
	color: #111111;
	text-decoration: none;
	font-weight: bold;
}
#contents .benefits .benefits_acd_wrap .inner_wrap .anchor_benefits_top span::before{
	content: "";
	display: block;
	width: 100px;
	height: 26px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/anc_arrow_top_pc.png) no-repeat;
	background-size: contain;
	position: absolute;
	bottom:-13px;
	left: 50%;
	transform: translateX(-50%);
}

/* ============== Pontaランクをはじめよう =================== */
.ponta_app{
	margin: 60px auto 0;
	max-width: 970px;
	width:calc(100% - 60px);
	padding: 40px 60px;
	background: #fff;
	border-radius: 20px;
	border: 4px solid #086500;
}
.ponta_app .sec_lead{
	font-size: 20px;
	color: #086500;
}
.ponta_app .display-pc{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.ponta_app .display-pc li:first-child{
	flex-shrink: 0;
	max-width: 70%;
	margin-right: 9.02%;
	text-align: left;
}
.ponta_app .display-pc li:first-child .img_app_logo{
	max-width: 285px;
	margin-bottom: 15px;
}
.ponta_app .display-pc li:last-child{
	flex-shrink: 0;
	max-width: 178px;
}

/* ============== キャンペーン詳細 =================== */
.att {
	margin-top: 60px;
}
.att .sec_ttl{
	max-width: 557px;
	margin: 0 auto;
}
.att_content_wrap {
	overflow: hidden;
	max-width: 970px;
	width: calc(100% - 60px);
	margin: 30px auto 60px;
	padding: 60px;
	border: 4px solid #086500;
	font-size: 16px;
	text-align: left;
	line-height: 1.7;
	border-radius: 20px;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 15px;
	padding-left: 1.5em;
	position: relative;
	color: #111;
}
.att_item_ttl span {
	display: inline-block;
	margin-left: 40px;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	background-color: #086500;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}
.att_item h4{
	color: #111;
}
.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: 10px 0;
	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;
}
/* accordion */
.att_acd .acd-label {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
	position: relative;
	margin: 0;
	padding: 10px 45px;
	background-color: #086500;
	border-radius: 8px;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}
.att_acd .acd-label::before {
	content: "";
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/acd_open.png) top center/contain no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 10px;
	width: 20px;
	height: 20px;
	z-index: 2;
}
.att_acd .acd-check:checked+.acd-label {
	border-radius: 8px 8px 0 0;
}
.att_acd .acd-check:checked+.acd-label::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/acd_close.png);
}
.att_acd .acd-content {
	border-top: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
.att_acd .acd-check:checked~.acd-content {
	height: auto;
	padding: 25px;
	background: #fff;
	opacity: 1;
	visibility: visible;
	border: 2px solid #086500;
	border-top: 0;
	border-radius: 0 0 8px 8px;
}

/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {

/* ============== 共通 =================== */
.display-pc,
.benefits .benefits_item02 .display-pc,
.ponta_app .display-pc{
	display: none;
}
.display-sp {
	display: block;
}
#contents {
	font-size: 16px;
}
.note-txt {
	font-size: 14px;
}
/*コンテンツ幅*/
.ly-block {
	width: calc(100% - 30px);
	border-radius: 15px;
}
/* セクションタイトル */
.sec_lead{
	font-size: 16px;
}
/* 下矢印 */
.arrow_bottom{
	max-width: 78px;
	margin: 0 auto;
}
/* パンくずリスト */
.breadcrumb {
	width: 100%;
	overflow: scroll;
	padding-left: 15px;
	display: inherit;
	white-space: nowrap;
	min-height: initial;
}
.breadcrumb::-webkit-scrollbar {
	display: none;
}
.breadcrumb li {
	display: inline;
}
/*終了対応*/
.end_txt {
	font-size: 150%;
}

/* ============== ボタン =================== */
/* 追従ボタン */
.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: 25px;
	background: rgba(0, 0, 0, 0.5);
}
#contents .p-stickyItem .follow_wrap .btn{
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
.p-stickyItem .follow_wrap > p{
	font-weight: bold;
	color: #fff;
}
.p-stickyItem .follow_wrap .btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	width: 97%;
	max-width: 400px;
	height: 50px;
	margin: auto;
	background-color: #FF9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 20px;
	background-repeat: no-repeat;
}
#contents .p-stickyItem .follow_wrap .btn:hover{
	opacity: 1 !important;
}
/*終了対応*/
#contents .btn_close::after {
	font-size: 1.8rem;
}

/* ============== トップ =================== */
.top_ttl{
	background-image: none;
	background-color: #aefeb0;
}
.top_date {
	height: 26px;
	padding: 0 5px;
}
.top_date img {
	max-width: 357px;
}

/* ============== キャンペーン概要 =================== */
.summary .sec_ttl{
	max-width: 375px;
	margin: 30px auto 15px;
}
.summary .ly-block{
	padding: 20px 10px;
}
.summary .ly-block ul{
	max-width: 100%;
	margin: 0;
}
.summary .ly-block ul li + li{
	margin-top: 0;
}
.summary .ly-block ul li span{
	padding: 0 0 0 32px;
}
.summary .ly-block ul li span:nth-child(1){
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/ico_summary01.png) no-repeat left top 4px;
	background-size: auto 23px;
}
.summary .ly-block ul li span:nth-child(2){
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/ico_summary02.png) no-repeat left 10px top 4px;
	background-size: auto 11px;
}

/* ============== 特典内容アンカーエリア =================== */
.anchor_wrap{
	width: calc(100% - 30px);
	margin: 30px auto 0;
}
.anchor_wrap .sec_lead{
	max-width: fit-content;
	margin: 0 auto 30px;
	padding: 0 40px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/img_slash01.png) no-repeat left center,url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/img_slash02.png) no-repeat right center;
	background-size: 30px 50px;
	font-size: 20px;
}
.anchor_wrap ul{
	display: block;
	width: 100%;
	max-width: 400px;
}
.anchor_wrap ul li{
	min-height: auto;
	border-radius: 10px;
}
.anchor_wrap ul li:nth-child(2){
	margin: 34px 0;
}
#contents .anchor_wrap ul li a{
	width: 100%;
	padding: 15px 10px;
}
.anchor_wrap ul li .anc_num{
	width: 129px;
	height: 30px;
	top:-20px;
}
.anchor_wrap ul li::before{
	width: 77px;
	height: 21px;
	bottom:-15px;
}

/* ============== 特典内容 =================== */
.benefits{
	margin: 34px 0 0;
	padding-bottom: 30px;
	background-size: 40px 40px;
}
.benefits .sec_ttl{
	padding: 13px 0;
}
.benefits .sec_ttl img{
	height: 38px;
}
.benefits .ly-block{
	margin-top: 30px;
	padding-bottom: 30px;
	border: 4px solid #FF9123;
	border-radius: 15px;
}
.benefits .ly-block .anc_num{
	width: 172px;
	height: 40px;
	position: absolute;
	top:-26px;
}
.benefits .ly-block .sec_lead{
	padding: 20px 0 15px;
	border-bottom: 4px solid #FF9123;
	border-radius: 15px 15px 0 0;
}
.benefits .ly-block .benefits_tag{
	max-width: 200px;
	padding: 2px 0;
	background: #FCEF02;
	border-radius: 0 0 10px 10px;
}
.benefits .ly-block .ly-inner,
.benefits .benefits_item02 .ly-inner{
	padding: 0 20px;
}
.benefits .ly-block .ly-inner .benefits_cont_img{
	max-width: 238px;
	margin: 15px auto 0;
}
.benefits .ly-block .ly-inner .benefits_cont_btn_img{
	max-width: 288px;
	margin: 10px auto 0;
}
.benefits .benefits_item01 .ly-inner p{
	margin-top: 15px;
}
.benefits .ly-block .ly-inner .note-txt{
	font-size: 14px;
	color: #666;
}
.benefits .benefits_item01 .ly-inner > p,
.benefits .benefits_item01 .ly-inner .display-sp p:first-child{
	font-size: 16px;
	color: #111;
}
.benefits .benefits_item01 .ly-inner .note-txt{
	max-width: 100%;
	margin: 10px 0 0;
}
.benefits .benefits_item01 .ly-inner .arrow_bottom{
	margin-top: 5px;
	margin-bottom: 15px;
}
.benefits .benefits_item01 .ly-inner .inner_wrap{
	padding: 0;
	background-image: none;
}
.benefits .benefits_item01 .ly-inner .inner_wrap p{
	font-size: 16px;
}
.benefits .benefits_item01 .ly-inner .inner_wrap .highlight span{
	font-size: 24px;
}
.benefits .benefits_item01 .ly-inner .inner_wrap p + p{
	padding: 0 36px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/bg_benefits01_sp.png) no-repeat left center,url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/bg_benefits01_sp.png) no-repeat right center;
	background-size: 27px 47px;
}
.benefits .benefits_item01 .ly-inner .inner_wrap + .note-txt{
	margin-top: 10px;
}
.benefits .benefits_item02 .ly-inner .display-sp > p:first-child{
	position: relative;
	margin: 15px 0 40px;
}
.benefits .benefits_item02 .ly-inner .display-sp .highlight_sub{
	font-weight: bold;
	color: #086500;
}
.benefits .benefits_item02 .ly-inner .display-sp > p:first-child::after{
	content: "";
	position: absolute;
	bottom: -31px;
	left: 50%;
	transform: translateX(-50%);
	width: 20px;
	height: 21px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/arrow_bottom_sp.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.benefits .benefits_item02 .ly-inner .display-sp .inner_wrap{
	padding: 0 74px;
}
.benefits .benefits_item02 .ly-inner .display-sp .inner_wrap p{
	position: relative;
	max-width: 140px;
	margin: 0 auto;
}
.benefits .benefits_item02 .ly-inner .display-sp .inner_wrap p span{
	display: block;
}
.benefits .benefits_item02 .ly-inner .display-sp .inner_wrap p span + span{
	position: absolute;
	right: -74px;
	bottom: -10px;
	width: 74px;
	height: 73px;
}
.benefits .benefits_item02 .ly-inner .display-sp .inner_wrap + p{
	margin-top: 5px;
}
.benefits .benefits_item02 .ly-inner .display-sp .inner_wrap + p .highlight_sub{
	font-size: 18px;
}
.benefits .benefits_item02 .ly-inner .display-sp .inner_wrap + p .highlight_sub span{
	font-size: 20px;
}
.benefits .benefits_item02 .speech_bubble{
	margin-top: 12px;
}
.benefits .benefits_item02 .speech_bubble .btn{
	height: 64px;
	padding: 10px 31px 10px 10px;
	line-height: 1.3;
	background-position: center right 10px;
	border: 2px solid #086500;
	box-shadow: 0px 2px 0px 0px #086500;
}
.benefits .benefits_item02 .speech_bubble + .note-txt{
	max-width: 100%;
	margin: 10px 0 0;
}
.benefits .benefits_item03 .ly-inner > ul{
	display: block;
	max-width: 100%;
	margin: 15px 0 0;
	font-size: 16px;
}
.benefits .benefits_item03 .ly-inner > ul li:first-child,
.benefits .benefits_item03 .ly-inner > ul li:last-child{
	max-width: 100%;
}
.benefits .benefits_item03 .ly-inner > ul li:first-child p + p{
	margin: 0 auto;
}
.benefits .benefits_item03 .ly-inner > ul li:last-child p + p{
	max-width: 366px;
	margin: 15px auto 0;
}
.benefits .benefits_item03 .ly-inner > ul li:nth-last-of-type(2){
	display: block;
	padding: 15px 0;
}
.benefits .benefits_item03 .ly-inner > ul li:nth-last-of-type(2) img{
	max-width: 78px;
}
.benefits .benefits_item03 .ly-inner > ul + .note-txt{
	max-width: 100%;
	margin: 10px 0 0;
}
/* 対象提携社アコーディオン */
.benefits_acd {
	width: 100%;
	max-width: 100%;
	margin: 20px auto 0;
}
.benefits_acd .acd-label {
	height: 60px;
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 16px;
}
.benefits_acd .acd-label::after {
	right: 14px;
	width: 20px;
	height: 20px;
}
.benefits_acd .acd-check:checked+.acd-label {
	border-radius: 10px 10px 0 0;
}
.benefits_acd .acd-content {
	border-radius: 0 0 10px 10px;
}
.benefits_acd .acd-check:checked~.acd-content {
	padding: 15px 10px;
}
.benefits_acd .acd-content .company_logo_wrap{
	column-count: 2;
}
.benefits_acd .acd-content .company_logo_wrap li{
	max-width: 48.3%;
}
.benefits_acd .acd-content .company_logo_wrap + .note-txt{
	margin-top: 0;
}
.benefits_acd .acd-content .company_logo_wrap::after {
	display: none;
}

/* ============== おすすめのスコア獲得方法 =================== */
.benefits .benefits_acd_wrap{
	margin-top: 30px;
	padding: 22px 0 30px;
	background: #086500;
	border: none;
	border-radius: 20px;
}
.benefits .benefits_acd_wrap h3{
	max-width: 400px;
}
.benefits .benefits_acd_wrap .inner_wrap{
	margin: 23px 10px 0;
	padding: 30px 10px;
	border-radius: 15px;
}
.benefits .benefits_acd_wrap .inner_wrap .sec_lead{
	font-size: 16px;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow{
	margin-top: 15px;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow li{
	padding: 0 10px 30px;
	border-radius: 10px;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow li:nth-of-type(even){
	height: 50px;
	padding: 15px 0;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow li:nth-of-type(even) img{
	width: 78px;
	vertical-align: top;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow li .benefits_tag{
	max-width: 220px;
	padding: 2px 0;
	border-radius: 0 0 10px 10px;
	font-size: 16px;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow li .img_how_to{
	max-width: 208px;
	margin: 15px auto 0;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow li:first-child .benefits_tag + .img_how_to + p + .img_how_to{
	margin-top: 20px;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow li .img_how_to + p{
	max-width: 100%;
	margin: 10px 0 0;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow li .position_ponta01{
	width: 75px;
	top: -46px;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow li .position_ponta02{
	width: 60px;
	top: -65px;
	left: -4px;
}
.benefits .benefits_acd_wrap .inner_wrap .how_to_get_flow + .note-txt{
	margin-top: 10px;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service{
	margin-top: 20px;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service p{
	padding: 7px 30px;
	background-size: 24px 40px;
	font-size: 16px;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service ul{
	column-count: 2;
	max-width: 100%;
	margin: 15px auto 0;
	padding: 10px;
	border-radius: 10px;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li{
	width: 49.4%
}
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(odd),
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(even){
	border: none;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(1),
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(2),
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(3),
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(4){
	border-bottom: 3px solid #086500;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(odd){
	border-right:3px solid #086500;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(1){
	padding: 0 5px 5px 0;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(2){
	padding: 0 0 5px 5px;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(3),
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(5){
	padding: 5px 5px 5px 0;
}
.benefits .benefits_acd_wrap .inner_wrap .more_service ul li:nth-of-type(4){
	padding: 5px 0 5px 5px;
}
/* チラ見せ部分 */
.p-accordion__body {
	position: relative;
	overflow: hidden;
	height: 305px;
}
.p-accordion__body::after {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 80%, rgb(255, 255, 255) 100%);
}
.p-accordion__btn{
	height: 56px;
	background-size: 20px;
	background-position: center right 30px;
	font-size: 16px;
}
.p-accordion__btn.is-open{
	margin-top: 20px;
}
.benefits .benefits_acd_wrap .inner_wrap .anchor_benefits_top{
	height: 64px;
	margin: 20px auto 0;
	border-radius: 10px;
}
#contents .benefits .benefits_acd_wrap .inner_wrap .anchor_benefits_top a{
	display: block;
	width: 100%;
	padding: 15px 0;
	color: #111111;
}
#contents .benefits .benefits_acd_wrap .inner_wrap .anchor_benefits_top span::before{
	width: 77px;
	height: 22px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/rankup_2601/img/anc_arrow_top_sp.png) no-repeat;
	background-size: contain;
	bottom:-11px;
}

/* ============== Pontaランクをはじめよう =================== */
.ponta_app{
	width: calc(100% - 30px);
	margin: 30px auto 0;
	padding: 30px 20px;
	border-radius: 15px;
}
.ponta_app .sec_lead{
	font-size: 16px;
}
.ponta_app .display-sp li .img_app_logo{
	max-width: 210px;
	margin: 15px auto;
}
.ponta_app .display-sp li .img_app_logo + div{
	max-width: 210px;
	margin: 0 auto;
}
.ponta_app .display-sp li:last-child{
	max-width: 100%;
	margin-top: 15px;
	text-align: left;
}

/* ============== キャンペーン詳細 =================== */
.att {
	margin-top: 30px;
}
.att .sec_ttl{
	max-width: 375px;
}
.att_content_wrap {
	width: calc(100% - 30px);
	margin: 15px auto 30px;
	padding: 30px;
	border-radius: 15px;
}
.att_item_ttl {
	margin-bottom: 10px;
	padding-left: 1.2em;
}
.att_small-unit .att_list-style,
.att_small-unit .att_num-style {
	margin-left: 0;
}
/* accordion */
.att_acd .acd-label {
	padding: 5px 35px;
}
.att_acd .acd-label::before {
	width: 14px;
	height: 14px;
}
.att_acd .acd-check:checked~.acd-content {
	padding: 15px;
}
.att_acd .acd-check:checked~.acd-content ul li{
	text-indent: -1em;
	padding-left: 1em;
}
}