@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	background-color: #FFF2DA;
	padding-bottom: 60px;
	overflow: hidden;
}
/* #footer {
	margin-top: 60px;
} */
#contents * {
	box-sizing: border-box;
}
#contents a {
	color: #0099cc;
	text-decoration: underline;
}
#contents a:hover {
	opacity: 0.7;
}
figure {
	margin: 0;
}
.display_sp {
	display: none;
}
.end_txt {
	color: #f50028;
	background-color: #fff;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
	line-height: 1;
}
/*注釈テキスト*/
.note_txt {
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
	color: #999;
	text-indent: -1em;
	padding-left: 1em;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/*マーカー*/
.line_txt {
	display: inline;
	background: linear-gradient(transparent 70%, #fee661 0%);/* 任意 */
	padding: 0 5px;
}
/*強調カラーテキスト*/
.em_font {
	color: #ff9123;/* 任意 */
}
/*太字*/
.bold_font {
	font-weight: bold;
}
/*中黒リスト*/
.dot_list {
	text-indent: -1em;
	margin-top: 10px;
	padding-left: 1em;
}
/*(数字)リスト*/
.num_list {
	text-indent: -1.4em;
	padding-left: 1.5em;
	counter-reset: number 0;
}
.num_list > li::before {
	counter-increment: number 1;
	content: "(" counter(number) ")";
}
/* ============== btn =================== */
#contents .btn {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.btn_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 970px;
	margin: 30px auto 60px;
	padding: 0 60px;
	gap: 50px;
}

.btn_wrap_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 970px;
	margin: 60px auto;
	padding: 0 60px;
	gap: 20px;
}
.btn_wrap_ponta a,
.btn_wrap_au a {
	margin-top: 5px;
}
.btn {
	display: grid;
	place-items: center;
	background-color: #ff9123;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/doutor_2602/img/btnarrow_right_ponta.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
	max-width:400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
.btn_au {
	display: grid;
	place-items: center;
	background-color: #EB5505;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/doutor_2602/img/btnarrow_right_aupay.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
	max-width:400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
.btn_att {
	color: #999999;
	font-size: 12px;
	margin-top: 20px;
}
/*終了対応*/
#contents .close_btn {
	position: relative;
	pointer-events: none;
}
#contents .close_btn::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;
}
/* ============== top =================== */
.top {
	font-size: 0;
	background-color: #FFE8B4;
}
/* ============== sec共通 =================== */
.sec {
	width:calc(100% - 30px);
	max-width: 970px;
	margin: 0 auto;
}
/* .btn_wrap,
.btn_wrap + .sec {
	margin-top: 60px;
} */
.sec.novelty,
.sec.join,
.sec.benefits {
	background-color: #fff;/* 任意 */
	margin-top: 110px;
	position: relative;
	z-index:1;
}
.sec.novelty::before,
.sec.join::before,
.sec.benefits::before {
	content:"";
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 450px;
	height: 58px;
	margin: auto;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	z-index: 2;
}
.sec_ttl {
	font-size: 22px;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	margin: 50px auto 40px;
}
.sec_lead_main,
.sec_lead_main .em_font {
	font-size: 22px;
	font-weight: bold;
}
.sec_lead p + .sec_lead_main {
	margin-top: 10px;
}
.sec_main + .note_txt {
	margin-top: 20px;
}
.sec_main .round_block {
	background-color: #ffffff;
}
.sec .note_txt {
	text-align: left;
}
.sec_item {
	border-radius: 8px;
}
.sec_item_txt {
	text-align: left;
	display: flex;
	align-items: center;
	flex-direction: column;
	flex-grow: 1;
	margin-top: 20px;
	word-wrap: break-word;
}
.sec_item_txt p {
	max-width: 100%;
}
.sec_inner{
	width: calc(100% - 30px);
    max-width: 970px;
	padding: 20px 70px 40px 70px;
}
.sec_inner:not(.att_list){
	margin: 0 auto;
    /* overflow: hidden; */
}
/*2~3カラム*/
.column2_block,
.column3_block {
	display: grid;
}
.column2_block .sec_item,
.column3_block .sec_item {
	display: flex;
	flex-direction: column;
}
/*2カラム*/
.column2_block {
	grid-template-columns: 1fr 1fr;
 grid-template-rows: max-content max-content;
	gap: 0 30px;
}
.column2_block .slash_ttl {
	gap: 13px;
}
/*3カラム*/
.column3_block {
	grid-template-columns: 1fr 1fr 1fr;
 grid-template-rows: max-content max-content max-content;
	gap: 0 25px;
}
.column3_block .slash_ttl {
	justify-content: space-between;
}
.column3_block .slash_ttl {
	gap: 8px;
}
/* ============== lead =================== */
.lead {
	max-width: 970px;
	background-color: #FFE8B4;
	border: 3px solid #FAC551;
	padding: 30px 70px;
}
.lead .sec_ttl {
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: solid 1px #FAC551;
}
.lead_txt {
	padding-top: 20px;
	text-align: left;
}
.lead_txt p+p {
	margin-top: 1.5rem;
}
/* ============== campaign =================== */
.sec_cp_wrap {
	width: 100%;
}
.sec_cp_ttl {
	color: #fff;
	font-size: 27px;
	padding: 10px;
	background: linear-gradient(0deg, #C8161D 4.88%, #E30113 51.6%, #F6AB00 99.23%);
}
.ttl_txt {
	display: inline-flex;
	align-items: center;
	position: relative;
}
.ttl_txt::after {
	content: "";
	display: inline-block;
	width: 80px;
	height: 75px;
	margin-left: 20px; /* テキストと画像の間隔 */
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/doutor_2602/img/ponta_doutor.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -34px;
	left: calc(100% + 15px);
}
.sec_wrap {
	margin: 80px auto 40px;
}
.cp_ponta .sec_inner,
.cp_au .sec_inner {
	background-color: #fff;
	position: relative;
}
.cp_ponta h3,
.cp_au h3 {
	width: 100%;
	position: absolute;
	top: -90px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cp_ponta .btn_wrap,
.cp_au .btn_wrap {
	display: block;
}
.ponta_goal,
.au_goal {
	margin-top: 20px;
}
.cp_goal_pic {
	margin: 20px auto 15px;
}

/* キャンペーン1 ponta */
.cp_ponta {
	width: 100%;
	padding: 140px 0 60px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/doutor_2602/img/sec_ponta_bg.png);
	background-position: left top;
	background-size: 30%;
	background-repeat: repeat;
}
.cp_ponta .sec_item {
	background-color: #FFF2DA;
}

.ponta_goal::before {
	content:"";
	display: block;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/doutor_2602/img/join_arrow_ponta.png) 0 0/contain no-repeat;
	width: 110px;
	height: 20px;
	margin: 0 auto;
}
.ponta_goal_txt {
	font-size: 22px;
	font-weight: bold;
	margin: 30px auto;
}
.ponta_goal .em_font {
	font-size: 32px;
}
/* キャンペーン2 au */
.cp_au {
	width: 100%;
	padding: 140px 0 60px;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/doutor_2602/img/sec_aupay_bg.png);
	background-position: left top;
	background-size: 30%;
	background-repeat: repeat;
}
.cp_au .sec_item {
	background-color: #FFF0E8;
}
.au_goal::before {
	content:"";
	display: block;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/doutor_2602/img/join_arrow_aupay.png) 0 0/contain no-repeat;
	width: 110px;
	height: 20px;
	margin: 0 auto;
}
/* ============== step =================== */
.step .sec_item {
	position: relative;
}
.step_icon {
	display: grid;
	place-items: center;
	color: #ffffff;
	font-weight: bold;
	line-height: 1;
	background-color: #5D2820;
	border-radius: 15px;
	width: 160px;
	height: 30px;
	margin: auto;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	z-index: 2;
}
.step_img {
	display: flex;
	flex-direction: column;
	flex: 1 0 auto;
	padding-bottom: 20px;
}
.column2_block .step_img {
	padding-top: 8px;
}
.column3_block .step_img {
	padding-top: 15px;
}
.ponta_goal_pic {
	font-size: 0;
	line-height: 0;
	/* vertical-align: bottom; */
	display: block;
	border-radius: 0 0 8px 8px;
	overflow: hidden;
}
.step_txt {
	padding: 0 20px;
}

/* ============== att =================== */
.att_inner {
	padding: 0;
	text-align: left;
	overflow: hidden;
}
.att_tab_head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.att_tab_btn {
	width: 100%;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex: 1;
	font-size: 16px;
	color: #000;
	background-color: #BCBCBC;
	border: solid 1px #333;
	border-radius: 8px 8px 0 0;
	transition: .3s;
	cursor: pointer;
}
.att_tab_btn img {
	display: inline-block;
	width: 80px;
	height: 30px;
}
.att_tab_btn.active {
	background: linear-gradient(90deg, #70B1B8 0%, #ADCED2 14%, #EBF2F4 50%, #ADCED2 100%);
	font-weight: bold;
	height: 60px;
	border: solid #333;
	border-width: 1px 1px 0 1px;
}
.att_tab_btn_img {
	width: auto;
	height: 43px;
	transition: .5s;
}
.att_tab_body {
	padding: 50px 70px;
	position: relative;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
	z-index: 100;
	border: solid #333;
	border-width: 0 1px 1px 1px;
}
.att_tab_panel {
	display: none;
}
.att_tab_panel.active {
	display: block;
}
.att_ttl {
	font-size: 22px;
	text-align: center;
}
.att_list {
	margin-top: 40px;
}
.att_item + .att_item {
	margin-top: 40px;
}
.att_item_ttl {
	padding-left: 1.5em;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
/*「●」タイプのリスト用*/
.att_item_ttl::before {
	content: "";
	width: 14px;
	height: 14px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	background-color: #006B73;
	border-radius: 50%;
}
.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 {
	margin-top: 20px;
	text-align: center;
}
.att_item_img + * {
	margin-top: 20px;
}
.att .dot_list,
.att .num_list,
.att_small_unit,
.att_small_unit + * {
	margin-top: 10px;
}
.att_small_unit dd > *:first-child {
	margin-top: 0;
}
.att .dot_list .att_small_unit {
	text-indent: 0;
}
.att .dot_list li > .dot_list,
.att .dot_list li > .num_list,
.att .num_list li > .dot_list,
.att .num_list li > .num_list,
.att_small_unit .dot_list,
.att_small_unit .num_list {
	margin-top: 0;
}
.att .dot_list li > .dot_list + *,
.att .dot_list li > .num_list + *,
.att .num_list li > .dot_list + *,
.att .num_list li > .num_list + *,
.att_small_unit .dot_list + *,
.att_small_unit .num_list + * {
	margin-top: 10px;
}
.att .dot_list li > .num_list,
.att .num_list li > .num_list {
	transform: translateX(-0.2em);
}
.att_small_unit .dot_list,
.att_small_unit .num_list {
	margin-left: 0.5em;
}
.att .em_font {
	font-weight: bold;
	color: #f50028;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	/* ============== btn =================== */
	.btn_wrap {
		margin-bottom: 50px;
		padding: 0 45px;
		gap: 30px;
	}
	
	.btn_wrap_nav {
		width: calc(100% - 30px);
		padding: 0;
	}
	.btn_wrap,
	.btn_wrap + .sec {
		margin-top: 25px;
	}
	.btn_wrap_ponta picture,
	.btn_wrap_au picture {
		max-width: 345px;
	}
	.btn_att {
		text-align: left;
		margin-top: 15px;
	}
	
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top_date {
		height: 36px;
	}
	/* ============== sec共通 =================== */
	.sec_lead_main {
		font-size: 18px;
	}
	.sec_main + .note_txt {
		margin-top: 28px;
	}
	.sec_inner{
		padding: 10px 15px 40px;
		width: calc(100% - 30px);
	}
	.sec_ttl{
		margin:36px auto 30px;
	}
	/*2~3カラム*/
	.column2_block,
	.column3_block {
		grid-template-columns: 1fr;
		gap: 40px;
	}
	/*3カラム*/
	.column2_block .slash_ttl,
	.column3_block .slash_ttl {
		justify-content: center;
		gap: 8px;
	}
	/* ============== lead =================== */
	.lead {
		width: calc(100% - 30px);
		padding: 30px 25px;
	}
	/* ============== campaign =================== */
	.ttl_txt {
		padding-right: 30px;
	}
	.ttl_txt::after {
		margin-left: 0;
		left: 220px;
	}
	.cp_ponta h3,
	.cp_au h3 {
		max-width: 345px;
		top: -85px;
	}
	.cp_ponta .btn_wrap,
	.cp_au .btn_wrap {
		padding: 0 15px;
	}
	/* キャンペーン1　ponta */
	.cp_ponta {
		background-size: 130%;
	}
	/* キャンペーン2 au */
	.cp_au {
		background-size: 130%;
	}
	/* ============== step =================== */

	.step_icon {
		height: 25px;
		top: -12px;
	}
	.column2_block .step_img,
	.column3_block .step_img {
		padding-top: 0;
	}
	.step_txt {
		justify-content: flex-start;
		align-items: flex-start;
		text-align: left;
	}
	.ponta_goal::before {
		content: none;
	}
	.ponta_goal_txt {
		margin-top: 30px;
	}
	.ponta_goal_pic {
		border-radius: 0;
	}
	/* ============== att =================== */
	.att_tab_head {
		gap: 0;
	}
	.att_tab_btn {
		flex-direction: column;
		gap: 0;
		height: 62px;
		padding: 0 16px;
		font-size: 12px;
	}
	.att_tab_btn.active {
		height: 80px;
	}
	.att_tab_body {
		padding: 40px 30px 30px;
	}
	.att_item_ttl {
		padding-left: 1.5em;
	}
	.att_item_inner p,
	.att .dot_list,
	.att .num_list,
	.att_small_unit,
	.att_small_unit + * {
		margin-top: 5px;
	}
}