@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	color: #333333;
	background-color: #ffffff;
	overflow: hidden;
}
#footer {
	margin-top: 50px;
}
#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 {
	padding: 20px 0;
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	color: #f50028;
	background-color: #fff;
}
/*注釈テキスト*/
.note_txt {
	padding-left: 1em;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
	color: #999;
	text-indent: -1em;
}
.note_txt.no_indent {
	padding-left: 0;
	text-indent: 0;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/*強調カラーテキスト*/
.sec:not(.att) .em_font {
	color: #D90816;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
}
.sec:not(.att) .em_font > .em_font {
	font-size: 45px;
}
/*太字*/
.bold_font {
	font-weight: bold;
}
/*中黒リスト*/
.dot_list {
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
/*(数字)リスト*/
.num_list {
	padding-left: 1.5em;
	text-indent: -1.4em;
	counter-reset: number 0;
}
.num_list > li::before {
	content: "(" counter(number) ")";
	counter-increment: number 1;
}
/* ============== btn =================== */
#contents .btn {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
.btn_wrap {
	margin-top: 50px;
	padding: 0 60px;
}
.btn {
	width: 100%;
	max-width:400px;
	height: 50px;
	margin: 0 auto;
	display: grid;
	place-items: center;
	position: relative;
	background-color: #D90816;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/doutor_2509/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.btn_att {
	margin-top: 20px;
	font-size: 12px;
	color: #999999;
}
/*終了対応*/
#contents .close_btn {
	position: relative;
	pointer-events: none;
}
#contents .close_btn::after {
	content:"※本キャンペーンは終了しました";
	width: 104%;
	height: 120%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	font-weight: bold;
	color: #ffffff;
	background-color: rgba(0,0,0,0.7);
	transform: translate(-50%,-50%);
	z-index: 10;
}
/* ============== top =================== */
.top {
	font-size: 0;
	background-color: #FFF4B4;
}
.top + * {
	margin-top: 50px;
}
/* ============== sec共通 =================== */
.sec {
	width:calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
	padding: 50px 70px;
	background-color: #FFF4B4;
	border-top: 6px solid #FF9123;
	border-bottom: 6px solid #FF9123;
}
* + .sec,
.sec + .sec {
	margin-top: 50px;
}
.sec_ttl {
	height: 48px;
}
.sec_ttl img {
	width: auto;
	height: 100%;
}
.sec_list {
	margin-top: 40px;
	display: flex;
}
.sec_item {
	flex: 1;
}
/* ============== LP =================== */
/* lead_wrap */
.lead_wrap {
	font-size: 14px;
	font-weight: bold;
}
.lead_slash_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
.lead_slash_txt::before,
.lead_slash_txt::after {
	content: '';
	width: 2px;
	height: 16px;
	display: inline-block;
	background-color: #333;
}
.lead_slash_txt::before {
	transform: rotate(-30deg);
}
.lead_slash_txt::after {
	transform: rotate(30deg);
}
/* join 参加方法  */
.join {
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/doutor_2509/img/join_bg_pc.png);
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
}
.step {
	padding-right: 70px;
	padding-left: 70px;
	gap: 30px;
}
.step_item {
	padding: 0 20px 20px;
	text-align: left;
	background-color: #fff;
}
.step_01_body,
.step_img {
	margin-top: 25px;
}
.step_01_body > * + * {
	margin-top: 20px;
}
.step_icon {
	width: 160px;
	height: 30px;
	margin: -15px auto 0;
	display: grid;
	place-items: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #603D1C;
	border-radius: 15px;
}
.step_02_txt {
	margin-top: 20px;
}
.join_goal {
	margin-top: 30px;
}
.join_goal::before {
	content:"";
	width: 110px;
	height: 20px;
	margin: 0 auto;
	display: block;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/doutor_2509/img/join_arrow.png) 0 0/contain no-repeat;
}
.join_goal_txt {
	margin-top: 30px;
	font-size: 22px;
	font-weight: bold;
}
.join_goal_pic {
	margin-top: 30px;
}
/* benefits 特典内容 */
.benefits_lead {
	margin-top: 40px;
	position: relative;
}
.benefits_lead_deco {
	width: calc(100% + 60px);
	max-width: 682px;
	height: 106px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: absolute;
	left: 50%;
	bottom: 8px;
	transform: translateX(-50%);
}
.benefits_lead_deco::before,
.benefits_lead_deco::after {
	content: "";
	display: block;
}
.benefits_lead_deco::before {
	width: 68px;
	height: 92px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/doutor_2509/img/img_tokuten_left.png) center/contain no-repeat;
}
.benefits_lead_deco::after {
	width: 96px;
	height: 104px;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/doutor_2509/img/img_tokuten_right.png) center/contain no-repeat;
}
.benefits_em_font {
	margin-top: 10px;
}
.benefits_img_area {
	margin-top: 30px;
	padding: 40px 0;
	background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/doutor_2509/img/bg.png) center/contain no-repeat #fff;
}
.benefits_img {
	max-width: 346px;
}
.benefits_note_txt {
	margin-top: 30px;
	text-align: left;
}
/* stamp スタンプ確認方法 */
.stamp_list {
	padding: 30px 5px;
	background-color: #fff;
	overflow: hidden;
}
.stamp_item + .stamp_item {
	border-left: 1px dashed #000;
}
.stamp_txt {
	font-weight: bold;
}
/* ============== att =================== */
.att {
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	overflow: hidden;
}
.att_ttl {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.att_list {
	margin-top: 40px;
}
.att_item + .att_item {
	margin-top: 30px;
}
.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;
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	background-color: #ff9123;
	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 {
	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%;
	}
	/*強調カラーテキスト*/
	.sec:not(.att) .em_font {
		font-size: 22px;
		line-height: 1.6;
	}
	.sec:not(.att) .em_font > .em_font {
		font-size: 32px;
	}
	/* ============== btn =================== */
	.btn_wrap {
		padding: 0 45px;
	}
	.btn_att {
		text-align: left;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top + * {
		margin-top: 50px;
	}
	/* ============== sec共通 =================== */
	.sec {
		width: 100%;
		padding: 45px 15px 40px;
	}
	.sec:not(.att) {
		border-top-width: 8px;
		border-bottom-width: 8px;
	}
	.sec_list {
		padding: 0;
		flex-direction: column;
	}
	.sec_ttl {
		height: 43px;
	}
	/* ============== LP =================== */
	/* join 参加方法  */
	.join {
		padding-bottom: 0;
		padding-right: 0;
		padding-left: 0;
		background-image: none;
	}
	.step {
		margin-top: 43px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.step_01_body,
	.step_img {
		margin-top: 18px;
	}
	.step_icon {
		height: 25px;
	}
	.step_img img {
		width: 100%;
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
		padding: 0 41px;
		display: block;
	}
	.step_02_txt {
		margin-top: 10px;
	}
	.join_goal::before {
		display: none;
	}
	/* benefits 特典内容 */
	.benefits_lead_deco {
		display: none;
	}
	.benefits_em_font {
		margin-top: 0;
	}
	.benefits_img_area {
		margin-top: 20px;
		padding: 30px;
		background-image: none;
	}
	.benefits_img {
		max-width: 582px;
	}
	/* stamp スタンプ確認方法 */
	.stamp_list {
		margin-top: 30px;
		padding: 0 20px;
	}
	.stamp_item {
		padding: 30px 0;
	}
	.stamp_item + .stamp_item {
		border-top: 1px dashed #000;
		border-left: none;
	}
	.stamp_img img {
		margin-top: 10px;
		transform: scale(1.13);
	}
	.stamp_app {
		margin: 20px auto 0;
	}
	.stamp_app img {
		width: auto;
		height: 57px;
	}
	/* ============== att =================== */
	.att {
		width: calc(100% - 30px);
		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;
	}
}