@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	background-color: #ffffff;
	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: 20px auto;
	font-weight: bold;
	color: #FF0004;
	font-size: 180%;
	text-align: center;
	line-height: 1;
}
.p_relative{
	position: relative;
}
/*角丸ブロック*/
.ly-round {
	border-radius: 8px;
}
/* ============== btn =================== */
.btn_wrap {
	margin: 0 auto;
	text-align: left;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.btn {
	width: 100%;
	max-width:400px;
	height: 50px;
	margin: 0 auto;
	display: grid;
	position: relative;
	place-items: center;
	background-color: #ff9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2412/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
	outline: none;
	transition: .3s;
}
.btn_att {
	color: #999999;
	font-size: 12px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.btn:disabled {
	background-color: #666;
	filter:grayscale(100%);
}
.btn:disabled a {
	color: #fff;
}
/*終了対応*/
#contents .btn_close {
	pointer-events: none;
}
#contents .btn_close::after {
	content:"※本キャンペーンは終了しました";
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	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;
}
/* ============== LP =================== */
/* section 共通 */
.sec {
	max-width: 970px;
	width:calc(100% - 60px);
	margin: 0 auto;
}
.sec-inner {
    width: calc(100% - 60px);
    max-width: 830px;
	margin: 0 auto;
}
.sec_top-lead {
	padding: 55px 0 20px;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
}
/* top */
.top_ttl {
	background-color: #94df5e;
}
.top_date {
	display: grid;
	place-items: center;
	background-color: #467C20;
	height: 45px;
	padding: 0 28px;
}
@media screen and (min-width: 768px) {
	.top_date img {
		max-width: 486px;
	}
}
/* entry */
.entry-01 {
	margin-bottom: 120px;
}
.entry-02 {
	margin-bottom: 66px;
}
.entry_content .check_ponta{
	max-width: 160px;
	height: 72px;
	display: block;
}
input[type=checkbox] {
    display: none;
}
.entry_check .checkWrapper {
	margin: 0 0 30px;
	padding: 0 65px 0 115px;
	display: inline-block;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
}
.entry_check .checkbox_custom {
	content: '';
	width: 52px;
	height: 52px;
	display: block;
	position: absolute;
	background: #fff;
	border: 2px solid #333333;
	border-radius: 10px;
	left: 46px;
	top: 50%;
	transform: translateY(-50%);
}
.entry_check .checkbox_custom::before {
	content: '';
	width: 15px;
	height: 25px;
	display: block;
	position: absolute;
	top: 10%;
	left: 16px;
	background: #ff9123;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	transform: rotate(45deg);
	opacity: 0;
}
input[type=checkbox]:checked + .checkbox_custom {
	background: #ff9123;
	border: 1px solid #ff9123;
}	
input[type=checkbox]:checked + .checkbox_custom::before {
	opacity: 1;
}
/* 終了対応 */
.checkWrapper.c-none {
	cursor: inherit;
}
input[type=checkbox]:disabled + .checkbox_custom {
	background: #666;
	border-color: #666;
}	
input[type=checkbox]:disabled + .checkbox_custom::before {
	background: #666;
	opacity: 1;
}
.entry_info {
	padding: 40px;
	background-color: #FFFDE9;
	border: 2px solid #111111;
	border-radius: 8px;
}
.entry_info.sec-inner.p_relative{
	margin-top: 95px;
}
.entry_info_heading.summary_ttl{
	position: absolute;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	transform: translateY(-50%);
}
.entry_info_contents {
	padding: 40px 20px 20px;
	font-size: 20px;
	color: #333;
	text-align: left;
	border-radius: 8px;
	background:rgba(255,255,255,0.7);
}
.entry_info_txt + .entry_info_txt {
	margin-top: 25px;
}
/* summary */
.summary {
	padding: 0 0 60px;
	background-color: #E6FFD4;
	border-radius: 8px;
}
.summary .summary_content{
	padding-top: 80px;
}
.summary .summary_content.p_relative .summary_ttl {
	position: absolute;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	transform: translateY(-50%);
}

.summary_catch {
	margin: 0 auto 40px;
	max-width: 768px;
	font-weight: bold;
	position: relative;
}
.summary_catch_ponta{
	display: block;
	position: absolute;
	right: -35px;
	top: 20px;
	width: 91px;
	height: 106px;
}
.summary_catch-emphasis {
	margin-bottom: 10px;
	font-size: 20px;
}
.summary_info {
	position: relative;
}
.summary_info::before {
    content: '';
    display: block;
    position: absolute;
    background-color: #111;
    width: 100%;
    height: 2px;
    top: 19px;
}
.summary_info + .summary_info {
	margin-top: 60px;
}
.summary_info_ttl {
    width: 370px;
    height: 40px;
    margin: 0 auto 19px;
    display: grid;
	position: relative;
    font-size: 18px;
	color: #111;
    background-color: #fff;
    border: 2px solid #111;
    border-radius: 20px;
    place-items: center;
}
.bargain_list {
	margin: 20px 0 0;
	display: flex;
	justify-content: center;
	gap: 30px;
}
.bargain_list li {
	width: calc((100% - 60px)/3);
	max-width: 150px;
	text-align: left;
	font-size: 12px;
}
.bargain_list li a {
	color: #111 !important;
	text-decoration: none !important;
}
.bargain_list .list-service {
	margin-top: 8px;
	line-height: 1.3;
}
.bargain_list .list-point {
	margin-top: 5px;
	color: #f50028;
	font-weight: bold;
	padding-left: 1.5em;
	text-indent: -1.5em;
	letter-spacing: -0.03em;
}
.bargain_list .list-point::before {
    content: '';
    display: inline-block;
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2412/img/insentive.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 15px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.renewal_list {
	margin-top: -20px;
	padding: 40px 50px 6px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
	border-radius: 0 0 8px 8px;
}
.renewal_list li {
	width: 230px;
	padding: 20px;
	display: flex;
	align-items: center;
	flex-direction: column;
	background-color: #fff;
	border-radius: 8px;
}
.renewal_list .list-icon {
	width: 36px;
}
.renewal_list .list-num {
	margin-top: 10px;
	line-height: 1;
	color: #467C20;
	font-weight: bold;
}
.renewal_list .list-txt {
	margin-top: 3px;
	font-weight: bold;
}
.ponta-img02{
	position: absolute;
	left: -23px;
	bottom: -65px;
	width: 134px;
	height: 125px;
}
.summary .btn_wrap {
	margin: 40px auto 0;
}
#contents .summary .btn-secondary {
	background-color: #fff;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/bonuspark_2412/img/btnarrow_right_white.png);
	border: 1px solid #111;
	color: #111;
	max-width: 370px;
}
.speech_bubble {
	margin-top: 60px;
}

/* ============== att =================== */
.att {
	/*overflow: hidden;*/
	margin: 125px auto 80px;
	text-align: left;
	border: 2px solid #111111;
	border-radius: 8px;
}
.att .summary_ttl {
	position: absolute;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	transform: translateY(-50%);
}
.att_list {
	margin: 80px auto 70px;
}
.att_item + .att_item {
	margin-top: 30px;
}
.att_item_ttl {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-left: 1.5em;
	position: relative;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	display: block;
	background-color: #467C20;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 3px;
	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%;
	}
/* ============== btn =================== */
	.btn_wrap {
		margin: 0 auto;
	}
	.entry .btn_wrap {
		width: 76vw;
		min-width: 285px;
	}
	.entry .btn {
		max-width: 285px;
	}
	.summary .btn_wrap {
		width: calc(100% - 90px);
	}
	.btn {
		max-width: 100%;
	}
	.btn_att {
		text-align: left;
		text-indent: -1em;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-left: 1em;
	}
	/*終了対応*/
	#contents .btn_close::after {
		font-size: 1.8rem;
	}
/* ============== LP =================== */
	/* section 共通 */
	.sec {
		max-width: 690px;
		width: calc(100% - 30px);
	}
	.sec-inner {
		width: 100%;
	}
	.sec_top-lead {
		padding: 25px 0 5px;
		font-size: 18px;
	}
	/* top */
	.top_date {
		height: 35px;
		padding: 0 5px;
	}
	/* entry */
	.entry-01 {
		margin-bottom: 60px;
	}
	.entry-02 {
		margin-bottom: 30px;
	}
	.check_ponta_wrap{
		max-width: 575px;
		margin: 0 auto;
	}
	.entry_content .check_ponta{
		width: 85px;
		height: auto;
	}
	.entry_check .checkWrapper {
		padding: 0 15px 0 50px;
		margin-bottom: 15px;
		font-size: 14px;
	}
	.entry_check .checkbox_custom {
		width: 26px;
		height: 26px;
		border-radius: 5px;
		left: 10px;
		border: 2px solid #333333;
	}
	.entry_check .checkbox_custom::before {
		width: 6px;
		height: 12px;
		top: 7%;
		left: 8px;
	}
	.entry_info.sec-inner.p_relative{
		margin-top: 50px;
		margin-bottom: 20px;
		padding: 70px 10px 30px;
	}
	.entry_info_heading.summary_ttl,
	.summary .summary_content.p_relative .summary_ttl,
	.att .summary_ttl{
		transform: translateY(-35%);
	}
	.entry_info_contents {
		font-size: 14px;
		padding: 15px;
	}
	.entry_info_txt + .entry_info_txt {
		margin-top: 10px;
	}
	/* summary */
	.summary {
		width: 100%;
		border-radius: 0;
		padding-bottom: 0;
	}
	.summary_catch,
	.bargain_list {
		width: calc(100% - 30px);
		margin: 0 auto;
		padding: 0;
	}
	.summary .summary_content{
		padding: 65px 0 30px;
	}
	.summary_ttl{
		max-width: 304px;
		margin: 0 auto;
	}
	.summary_catch {
	margin: 0 auto 25px;
	padding: 0 15px;
	text-align: left;
	}
	.summary_catch_ponta {
		background: none;
	}
	.summary_catch-emphasis {
		font-size: 18px;
	}
	.summary_info_ttl {
		width: 315px;
		height: 36px;
		font-size: 16px;
		margin-bottom: 5px;
	}
	.summary_info + .summary_info {
		margin-top: 30px;
	}
	.bargain_list {
		max-width: 375px;
		padding: 0 15px;
		gap: 12.5px;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 30px;
	}
	.bargain_list li {
		width: calc((100% - 12.5px) / 2);
	}
	.bargain_list_item {
		position: relative;
	}
	.bargain_list .ponta-img {
	width: 90px;
	position: absolute;
	bottom: 30px;
	right: 20px;
	}
	.bargain_list li:nth-child(3),
	.bargain_list li:nth-child(4){
		margin-top: 25px;
	}
	.renewal_list {
		padding: 50px 30px 30px;
		flex-direction: column;
		gap: 15px;
	}
	.renewal_list li {
		width: 100%;
		padding: 20px 0;
		font-size: 14px;
	}
	.ponta-img02 {
		position: absolute;
		left: 10px;
		bottom: 15px;
		width: 90px;
		height: 84px;
	}
	.summary .btn_wrap {
		margin-top: 0;
	}
	.speech_bubble {
		margin-top: 30px;
	}
	
/* ============== att =================== */
	.att {
		margin: 60px auto 30px;
		padding: 0 30px;
	}
	.att_list{
		margin: 60px auto 30px;
	}
	.att_ttl {
		font-size: 22px;
		font-weight: bold;
		text-align: center;
		margin: 30px auto;
	}
	.att_item + .att_item {
		margin-top: 40px;
	}
	.att_item_ttl{
		margin-bottom: 10px;
		padding-left: 1.5em;
	}
	.att_item_inner p, .att_list-style {
		margin-top: 5px;
	}
}
@media screen and (max-width: 980px) {
	.summary_catch_ponta {
		top: 65%;
		right: 25px;
		width: 80px;
		height: 93px;
	}
}
@media screen and (max-width: 805px) {
	.summary_catch_ponta {
		display: none;
	}
}