@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	background-color: #fff;
	padding: 0;
	overflow: hidden;
}
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
.display-sp {
	display: none;
}
.end_txt {
	font-weight: bold;
	color: #ff0004;
	font-size: 200%;
	text-align: center;
	margin: 10px;
}
/* 注釈 */
.annotation {
	margin-top: 20px;
	color: #999;
	font-size: 14px;
	max-inline-size: max-content;
	margin-inline: auto;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}
/*コンテンツ幅*/
.ly-block {
	position: relative;
	margin: auto;
	max-width: 970px;
	width:calc(100% - 60px);
	background-color: #fff;
	border: 2px solid #0E8BD1;
	border-radius: 20px;
}

/* ============== btn =================== */
.btn_wrap.first {
	margin: 20px auto 0;
}
#contents .btn {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	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: #FF2A48;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2512/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 20px;
	background-repeat: no-repeat;
}
.btn_att {
	max-width: 530px;
	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: 34px 0;
	background: rgba(14, 139, 209, 0.5);
}
#contents .p-stickyItem a:hover {
	background-color: #ff697f;
	opacity: 1;
}
/*終了対応*/
#contents .btn_close {
	position: relative;
	pointer-events: none;
}
#contents .btn_close::after {
	content:"※本キャンペーンは終了しました";
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	background-color: rgba(0,0,0,0.7); /* 固定 */
	width: 104%;
	height: 120%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
}

/* ============== top =================== */
.top {
	background: #c1ecff;
}
.top_date {
	background-color: #0166BE;
	height: 30px;
}
.top_date img {
	max-width: 442px;
}

/* MV下注釈 */
.top_annotation{
	margin-top: 20px;
	padding: 0 10px;
	font-size: 14px;
}

/* ============== sec =================== */
.sec_ttl {
	padding: 16px 0;
	background: #0E8BD1;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

/* ======= 対象のサービスはこちら ======= */
.recommend{
	position: relative;
	margin-top: 60px;
}
.recommend .sec_ttl{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 412px;
	margin: 0 auto;
	background: none;
	text-align: center;
	transform: translateY(-50%);
}
.recommend .product_wrap{
	max-width: 970px;
	width:calc(100% - 60px);
	overflow: hidden;
	padding: 70px 10px 60px;
	margin: 0 auto;
	background-color: #F5FBFF;
	border: 4px solid #0E8BD1;
	border-radius: 20px;
}
.recommend .product_wrap .product_list{
	max-width: 612px;
	margin: 0 auto;
}
.recommend .product_wrap .product_list ul{
	display: flex;
	justify-content:flex-start;
	flex-wrap: wrap;
	column-count: 3;
}
.recommend .product_wrap .product_list ul li{
	width: 184px;
	margin: 0 30px 20px 0;
}
.recommend .product_wrap .product_list ul li:nth-child(3n),
.recommend .product_wrap .product_list ul li:last-child {
	margin-right: 0;
}
.recommend .product_wrap .product_list ul li:nth-child(4n),
.recommend .product_wrap .product_list ul li:nth-child(5n),
.recommend .product_wrap .product_list ul li:last-child{
	margin-bottom: 0;
}
#contents .recommend .product_wrap .product_list ul li a{
	color: #333;
	text-decoration: none;
}
.recommend .product_wrap .product_list ul li a dl{
	margin-top: 5px;
	text-align: left;
}
.recommend .product_wrap .product_list ul li a dl dd{
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2512/img/ico_insentive.png) no-repeat left top;
	background-size: 20px;
	padding-left: 23px;
	color: #F50028;
	font-size: 14px;
	font-weight: bold;
}
.recommend .product_wrap .annotation{
	font-size: 14px;
}
/* Pontaボーナスパークでは */
.advantage{
	margin-top: 60px;
}
.advantage p:first-child{
	max-width: 442px;
	margin: 0 auto 10px;
}
.advantage .under_line{
	display: inline;
	background: linear-gradient(transparent 60%, #FFF876 0%);
	font-size: 26px;
	line-height: 1.5;
	color: #111;
	font-weight: bold;
}
/* ボーナスパークのおトクなヒミツ */
.camp-att.adv_acd {
	max-width: 970px;
	width: calc(100% - 60px);
	margin: 40px auto 0;
}
input[type="checkbox"].acd-check {
	display: none;
}
.camp-att.adv_acd .acd-label {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 54px;
	padding: 0;
	background-color: #FF9123;
	border: 2px solid #FF9123;
	border-radius: 10px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
}
.camp-att.adv_acd .acd-label::after {
	content: "";
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2512/img/acd_open.png) top center/contain no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 26px;
	height: 26px;
	z-index: 2;
}
.camp-att.adv_acd .acd-check:checked+.acd-label {
	border-radius: 10px 10px 0 0;
}
.camp-att.adv_acd .acd-check:checked+.acd-label::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2512/img/acd_close.png);
}
.camp-att.adv_acd .acd-content {
	border-radius: 0 0 10px 10px;
	border-top: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	margin: 0 auto;
	padding: 0 40px;
	background-color: #FFEAD7;
	overflow: hidden;
	text-align: left;
}
.camp-att.adv_acd .acd-check:checked~.acd-content {
	height: auto;
	padding: 40px 10px;
	opacity: 1;
	visibility: visible;
	border: 2px solid #FF9123;
	border-top: 0;
}
.acd_main1{
	margin: auto;
}
/* アコーディオン内コンテンツ */
.camp-att.adv_acd .acd-content ul{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	text-align: center;
}
.camp-att.adv_acd .acd-content ul li{
	display: flex;
	flex-direction: column;
	position: relative;
	width: calc((100% - 66px) / 4);
	padding: 20px 6px;
	background-color: #fff;
	border-radius: 8px;
	border: 2px solid #FF9123;
}
.camp-att.adv_acd .acd-content ul li:nth-of-type(-n+3)::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 0 17px 10px;
	border-color: transparent transparent transparent #FF9123;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -9%;
}
.camp-att.adv_acd .acd-content ul li:nth-child(2) .adv_tit .logo_bp{
	display: inline-block;
	max-width: 90px;
	margin-top: 10px;
}
.camp-att.adv_acd .acd-content ul li:nth-child(3) .adv_tit{
	margin-bottom: 10px;
}
.camp-att.adv_acd .acd-content ul li:nth-child(3) .adv_tit .logo_hpg{
	display: inline-block;
	max-width: 170px;
	margin-right: 5px;
	vertical-align: text-bottom;
}
.camp-att.adv_acd .acd-content ul li:nth-child(3) .adv_tit .logo_jalan{
	display: inline-block;
	max-width: 86px;
	margin: 10px 5px 5px 0;
}
.camp-att.adv_acd .acd-content ul li:nth-child(3) .adv_tit .txt_bold{
	font-size: 20px;
	font-weight: bold;
}
.camp-att.adv_acd .acd-content ul li .adv_img{
margin-top: auto;
}
@media screen and (min-width: 768px) and (max-width: 980px) {
.camp-att.adv_acd .acd-content ul li:nth-child(2) .adv_tit,
.camp-att.adv_acd .acd-content ul li:nth-child(3) .adv_tit{
	font-size: 14px;
}
}
/* 共通 */
.howto,
.att{
	margin-top: 60px;
}

/* ======= 参加方法 ======= */
.howto .sec_wrap{
	padding: 60px 0;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2512/img/bg_contents.png) center top / contain repeat;
	background-size: 15px 15px;
}
.howto .ly-block{
	padding: 40px;
}
.howto .ly-block + .ly-block{
	margin-top: 60px;
}
.howto .ly-block .step_num {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	color: #fff;
	background-color: #0E8BD1;
	font-weight: bold;
	font-size: 18px;
	border-radius: 21px;
	width: 170px;
	height: 42px;
	top:-21px;
	left: 50%;
	transform: translateX(-50%);
}
.howto .ly-block .sec_lead{
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 1.5;
}
.howto .ly-block:nth-child(2) .sec_lead + p{
	max-width: 240px;
	margin: 0 auto 30px;
}
.howto .ly-block:nth-child(2) .acd_lead{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
.howto .ly-block:nth-child(2) .acd_lead span{
	position: relative;
	display: inline-block;
}
.howto .ly-block:nth-child(2) .acd_lead span::before{
	content: "";
	position: absolute;
	width: 34px;
	height: 53px;
	left: -34px;
	bottom: 0;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2512/img/slash_01_pc.png) no-repeat left top;
	background-size: 34px 53px;
}
.howto .ly-block:nth-child(2) .acd_lead span::after{
	content: "";
	position: absolute;
	width: 34px;
	height: 53px;
	right: -34px;
	bottom: 0;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2512/img/slash_02_pc.png) no-repeat left top;
	background-size: 34px 53px;
}
/* 特典獲得までの流れ */
.howto .camp-att {
	max-width: 866px;
	margin: 0 auto;
}
.howto input[type="checkbox"].acd-check {
	display: none;
}
.howto .acd-label {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 54px;
	padding: 0;
	background-color: #FF9123;
	border: 2px solid #FF9123;
	border-radius: 10px;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	font-weight: bold;
}
.howto .acd-label::after {
	content: "";
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2512/img/acd_open.png) top center/contain no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 26px;
	height: 26px;
	z-index: 2;
}
.howto .acd-check:checked+.acd-label {
	border-radius: 10px 10px 0 0;
}
.howto .acd-check:checked+.acd-label::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2512/img/acd_close.png);
}
.howto .acd-content {
	border-radius: 0 0 10px 10px;
	border-top: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	margin: 0 auto;
	padding: 0 40px;
	background-color: #FFEAD7;
	overflow: hidden;
	text-align: left;
}
.howto .acd-check:checked~.acd-content {
	height: auto;
	padding: 40px 20px;
	opacity: 1;
	visibility: visible;
	border: 2px solid #FF9123;
	border-top: 0;
}
.howto .acd_main1{
	margin: auto;
}
/* アコーディオン内コンテンツ */
.howto .camp-att .acd-content .flow{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.howto .camp-att .acd-content .flow li{
	display: flex;
	flex-direction: column;
	position: relative;
	max-width: 258px;
	width: calc((100% - 48px) / 3);
	padding: 10px 5px 0;
	border: 2px solid #FF9123;
	border-radius: 8px;
	text-align: center;
	background-color: #fff;
}
.howto .camp-att .acd-content .flow li:nth-of-type(-n+2)::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 17px 0 17px 12px;
	border-color: transparent transparent transparent #FF9123;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -8%;
}
.howto .camp-att .acd-content .flow li .flow_num{
	max-width: 24px;
	margin: 0 auto 10px;
}
.howto .camp-att .acd-content .flow li .flow_tit{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #111;
}
.howto .camp-att .acd-content .flow li .flow_text{
	margin-bottom: 15px;
}
.howto .camp-att .acd-content .flow li .flow_img{
	max-width: 180px;
	margin: auto auto 0;
}
@media screen and (min-width: 768px) and (max-width: 840px) {
.howto .camp-att .acd-content .flow li .flow_tit,
.howto .camp-att .acd-content .flow li .flow_text{
	font-size: 14px;
}
.howto .camp-att .acd-content .flow li .flow_text br{
	display: none;
}
}

/* ======= 特典内容 ======= */
.benefits .sec_wrap{
	padding: 60px 0 0;
}
.benefits .ly-block{
	border: none;
}
.benefits .benefits_img01{
	max-width: 864px;
	margin: 0 auto 40px;
}
.benefits .ly-block .txt_bold{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.benefits .benefits_img02{
	max-width: 970px;
	margin: 0 auto 10px;
}
.benefits .benefits_img03{
	max-width: 772px;
	margin: 0 auto 40px;
}
.benefits .benefits_highlight{
	font-size: 18px;
	font-weight: bold;
}
.benefits .benefits_highlight .under_line{
	display: inline;
	padding: 0 3px 5px;
	background: linear-gradient(transparent 50%, #FFF876 0%);
}
.benefits .benefits_highlight .under_line span{
	font-size: 24px;
	color: #FF9123;
}
.benefits .benefits_highlight .under_line + p{
	margin-top: 20px;
}
.benefits .benefits_highlight .under_line + p span{
	display: inline-block;
	background-color: #FFF876;
}
.benefits .entry_btn_block{
	margin-top: 60px;
}
.benefits .entry_btn_block .speech_bubble{
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #111;
}
.benefits .entry_btn_block .speech_bubble::before{
	content: "";
	position: absolute;
	width: 34px;
	height: 53px;
	left: -34px;
	bottom: 0;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2512/img/slash_01_pc.png) no-repeat left top;
	background-size: 34px 53px;
}
.benefits .entry_btn_block .speech_bubble::after{
	content: "";
	position: absolute;
	width: 34px;
	height: 53px;
	right: -34px;
	bottom: 0;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2512/img/slash_02_pc.png) no-repeat left top;
	background-size: 34px 53px;
}

/* ======= Pontaボーナスパークとは ======= */
.what_is_bp{
	margin-top: 60px;
	border: none;
}

/* ============== att =================== */
.att {
	padding: 0 0 60px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2512/img/bg_contents.png) center top / contain repeat;
	background-size: 15px 15px;
}
.att .ly-block{
	margin: 60px auto 0;
	padding: 60px 70px;
	text-align: left;
	background-color: #fff;
	font-size: 14px;
}
.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: 20px;
	position: relative;
	color: #111;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	background-color: #0E8BD1;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 2px;
	left: 0;
}
.att_item_inner p {
	margin-top: 10px;
}
.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-top: 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;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
/* ============== 共通 =================== */
.display-pc {
	display: none;
}
.display-sp {
	display: block;
}
.end_txt {
	font-size: 150%;
}

/* 注釈 */
.annotation {
	margin-top: 10px;
	text-align: left;
}

/*コンテンツ幅*/
.ly-block {
	width:calc(100% - 30px);
	border-radius: 10px;
}
/* ============== btn =================== */
.btn_wrap.first {
	margin: 20px auto 0;
}
#contents .btn {
	max-width: 315px;
}
.btn_att {
	max-width: 315px;
	margin-top: 10px;
}
/* 追従エントリーボタン */
.p-stickyItem {
	padding: 21px 0;
}
/*終了対応*/
#contents .btn_close::after {
	font-size: 1.8rem;
}
/* ============== top =================== */
.top_date {
	height: 26px;
	padding: 0 10px;
}
.top_date img {
	width: 100%;
	max-width: 352px;
	vertical-align: middle;
}

/* MV下注釈 */
.top_annotation{
	margin-top: 10px;
	padding: 0 15px;
}
.top_annotation span{
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
	text-align: left;
}

/* ============== sec =================== */
.sec_ttl {
	padding: 10px 0;
	font-size: 26px;
}

/* ======= 対象のサービスはこちら ======= */
.recommend .sec_ttl{
	max-width: 345px;
}
.recommend .product_wrap{
	width:calc(100% - 30px);
	padding: 50px 11px 30px;
	border-radius: 10px;
}
.recommend .product_wrap .product_list{
	max-width: 100%;
	margin: 0;
}
.recommend .product_wrap .product_list ul{
	column-count: 2;
	justify-content: space-between;
}
.recommend .product_wrap .product_list ul li,
.recommend .product_wrap .product_list ul li:nth-child(4n){
	width: 47.6%;
	margin: 0 0 20px;
}
.recommend .product_wrap .product_list ul li a dl dt{
	font-size: 14px;
}
.recommend .product_wrap .product_list ul li a dl dd{
	background-size: 14px;
	background-position: left 50%;
	padding-left: 17px;
	font-size: 12px;
}

/* Pontaボーナスパークでは */
.advantage p:first-child{
	max-width: 345px;
	width: calc(100% - 30px);
	margin: 0 auto 5px;
}
.advantage .under_line{
	display: inline;
	background: linear-gradient(transparent 60%, #FFF876 0%);
	font-size: 20px;
}
/* ボーナスパークのおトクなヒミツ */
/* accordion */
.camp-att.adv_acd {
	width: calc(100% - 30px);
	margin: 20px auto 0;
}
.camp-att.adv_acd .acd-label {
	height: 74px;
	font-size: 18px;
	line-height: 1.6;
}
.camp-att.adv_acd .acd-label::after {
	width: 22px;
	height: 22px;
}
.camp-att.adv_acd .acd-check:checked~.acd-content {
	padding: 20px 13px;
}
/* アコーディオン内コンテンツ */
.camp-att.adv_acd .acd-content ul{
	flex-direction: column;
}
.camp-att.adv_acd .acd-content ul li{
	width: 100%;
	padding: 20px 15px;
}
.camp-att.adv_acd .acd-content ul li:nth-of-type(-n+3){
	margin-bottom: 26px;
}
.camp-att.adv_acd .acd-content ul li:nth-of-type(-n+3)::after {
	transform: none;
	border-width: 16px 27px 0px 27px;
	border-color: #FF9123 transparent transparent transparent;
	top: unset;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -23px;
}
.camp-att.adv_acd .acd-content ul li:nth-child(3) .adv_tit{
	margin-bottom: 0;
}
.camp-att.adv_acd .acd-content ul li .adv_img{
	margin: 10px auto 0;
}
.camp-att.adv_acd .acd-content ul li:nth-child(1) .adv_img{
	max-width: 180px;
}
.camp-att.adv_acd .acd-content ul li:nth-child(2) .adv_img{
	max-width: 160px;
}
.camp-att.adv_acd .acd-content ul li:nth-child(3) .adv_img{
	max-width: 150px;
}
.camp-att.adv_acd .acd-content ul li:nth-child(4) .adv_img{
	max-width: 136px;
}
.camp-att.adv_acd .acd-content ul li .annotation{
	text-indent: 0;
	padding-left: 0;
	text-align: center;
}
.camp-att.adv_acd .acd-content ul li:nth-child(2) .adv_tit .logo_bp{
	display: inline-block;
	max-width: 180px;
	margin-top: 0;
	vertical-align: bottom;
}
.camp-att.adv_acd .acd-content ul li:nth-child(3) .adv_tit .logo_jalan{
	margin: 0 5px 0 0;
}

/* 共通 */
.advantage,
.howto,
.att{
	margin-top: 30px;
}

/* ======= 参加方法 ======= */
.howto .sec_wrap{
	padding: 30px 0;
}
.howto .ly-block{
	padding: 30px 13px;
}
.howto .ly-block + .ly-block{
	margin-top: 30px;
}
.howto .ly-block .step_num {
	font-size: 16px;
	border-radius: 17px;
	width: 130px;
	height: 34px;
	top:-17px;
}
.howto .ly-block .sec_lead{
	font-size: 20px;
}
.howto .ly-block:nth-child(2) .acd_lead{
	font-size: 18px;
}
.howto .ly-block:nth-child(2) .acd_lead span::before,
.howto .ly-block:nth-child(2) .acd_lead span::after{
	width: 24px;
	height: 36px;
}
.howto .ly-block:nth-child(2) .acd_lead span::before{
	left: -32px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2512/img/slash_01_sp.png) no-repeat left top;
	background-size: 24px 36px;
}
.howto .ly-block:nth-child(2) .acd_lead span::after{
	right: -32px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2512/img/slash_02_sp.png) no-repeat left top;
	background-size: 24px 36px;
}
/* 特典獲得までの流れ */
.howto .camp-att {
	max-width: 100%;
	margin: 0 auto;
}
.howto .acd-label {
	width: 100%;
	height: 40px;
	font-size: 18px;
}
.howto .acd-label::after {
	width: 22px;
	height: 22px;
}
.howto .acd-content {
	padding: 0 20px;
	text-align: center;
}
.howto .acd-check:checked~.acd-content {
	padding: 20px 10px;
}
/* アコーディオン内コンテンツ */
.howto .camp-att .acd-content .flow{
	flex-direction: column;
}
.howto .camp-att .acd-content .flow li{
	width: 100%;
	max-width: 100%;
	padding: 10px 10px 0;
}
.howto .camp-att .acd-content .flow li:nth-of-type(-n+2){
	margin-bottom: 26px;
}
.howto .camp-att .acd-content .flow li:nth-of-type(-n+2)::after {
	transform: none;
	border-width: 16px 27px 0px 27px;
	border-color: #FF9123 transparent transparent transparent;
	top: unset;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -23px;
}
.howto .camp-att .acd-content .flow li .flow_num{
	margin: 0 auto 5px;
}
.howto .camp-att .acd-content .flow li .flow_tit{
	margin-bottom: 5px;
}
.howto .camp-att .acd-content .flow li .flow_text{
	margin-bottom: 10px;
}

/* ======= 特典内容 ======= */
.benefits .sec_wrap{
	padding: 30px 0 0;
}
.benefits .benefits_img01,
.benefits .benefits_img02,
.benefits .benefits_img03{
	max-width: 400px;
}
.benefits .benefits_img01{
	margin: 0 auto 20px;
}
.benefits .ly-block .txt_bold{
	font-size: 16px;
	margin-bottom: 10px;
}
.benefits .benefits_img02,
.benefits .benefits_img03{
	margin: 0 auto 20px;
}
.benefits .benefits_highlight{
	font-size: 16px;
}
.benefits .benefits_highlight .under_line{
	display: inline;
	padding: 0;
	background: linear-gradient(transparent 60%, #FFF876 0%);
}
.benefits .benefits_highlight .under_line span{
	font-size: 20px;
}
.benefits .benefits_highlight .under_line + p{
	margin-top: 15px;
}
.benefits .entry_btn_block{
	margin-top: 30px;
}
.benefits .entry_btn_block .speech_bubble{
	font-size: 16px;
}
.benefits .entry_btn_block .speech_bubble::before,
.benefits .entry_btn_block .speech_bubble::after{
	width: 24px;
	height: 36px;
}
.benefits .entry_btn_block .speech_bubble::before{
	left: -32px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2512/img/slash_01_sp.png) no-repeat left top;
	background-size: 24px 36px;
}
.benefits .entry_btn_block .speech_bubble::after{
	right: -32px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2512/img/slash_02_sp.png) no-repeat left top;
	background-size: 24px 36px;
}

/* ======= Pontaボーナスパークとは ======= */
.what_is_bp{
	margin-top: 30px;
}

/* ============== att =================== */
.att {
	padding: 0 0 30px;
}
.att .ly-block{
	margin: 30px auto 0;
	padding: 30px 15px;
}
.att_item_ttl{
	margin-bottom: 10px;
	padding-left: 1.5em;
}
.att_item_inner p,
.att_list-style {
	margin-top: 5px;
}
}