@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0 0 60px;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	color: #333333;
	background-color: #C7CBE3;;
	overflow: hidden;
}
#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;
}
/*角丸ブロック*/
.round_block {
	border-radius: 8px;
}
/*マーカー*/
.line_txt {
	padding: 0 3px;
	display: inline;
	font-size: 18px;
	line-height: 1;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 76%, #FFF57F 77%);
}
/*太字*/
.bold_font {
	font-weight: bold;
}
/*吹き出し*/
.slash_txt {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.slash_txt::before,
.slash_txt::after {
	content: '';
	width: 17px;
	height: 18px;
	display: inline-block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.slash_txt::before {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/yakuodo_2601/img/banzai_2p_left.png);
}
.slash_txt::after {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/yakuodo_2601/img/banzai_2p_right.png);
}
/*中黒リスト*/
.dot_list {
	padding-left: 1em;
	margin-top: 10px;
	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;
}
/* ============== top =================== */
.top {
	font-size: 0;
}
/* ============== lead_wrap =================== */
.lead_wrap {
	width: 700px;
	height: 68px;
	margin: 60px auto 0;
	display: grid;
	align-items: center;
	font-weight: bold;
	color: #4653A2;
	background-color: #FFF57F;
	border-radius: 100px;
}
.lead_em_txt {
	font-size: 18px;
}
/* ============== sec共通 =================== */
.sec {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
	padding: 20px 70px 40px;
	background-color: #FFF;
}
.sec + .sec {
	margin-top: 60px;
}
.sec_ttl {
	width: 256px;
	margin: 0 auto;
}
.sec_lead_txt {
	font-weight: bold;
	color: #4653A2;
}
.sec_lead_em_txt {
	font-size: 18px;
}
.sec_img {
	margin-top: 30px;
}
/* ============== LP =================== */
/* benefits 特典内容 */
.benefits {
	margin-top: 40px;
	padding-bottom: 0;
}
.benefits_lead_txt {
	margin-top: 10px;
}
/* join キャンペーン参加方法 */
.join_lead_txt {
	margin-top: 15px;
}
.join_txt {
	margin-top: 5px;
}
.join_note_txt {
	margin-top: 10px;
}
/* point 薬王堂でたまる・つかえる */
.point_txt {
	margin-top: 30px;
}
.point_img {
	width: 414px;
}
/* ============== att =================== */
.att {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	overflow: hidden;
}
.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;
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	background-color: #4653A2;
	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;
	font-weight: bold;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
	/* ============== 共通 =================== */
	#contents {
		padding-bottom: 50px;
	}
	img {
		width: 100%;
	}
	.display_pc {
		display: none;
	}
	.display_sp {
		display: block;
	}
	.end_txt {
		font-size: 150%;
	}
	/* ============== lead_wrap =================== */
	.lead_wrap {
		width: calc(100% - 30px);
		margin-top: 50px;
	}
	/* ============== sec共通 =================== */
	.sec {
		width: calc(100% - 30px);
		padding: 20px 15px;
	}
	.sec + .sec {
		margin-top: 50px;
	}
	.sec_img {
		width: calc(100vw - 30px);
		max-width: 414px;
		margin: 25px auto 0;
		transform: translateX(-15px);
	}
	/* ============== LP =================== */
	/* benefits 特典内容 */
	.benefits {
		margin-top: 30px;
		padding-bottom: 0;
	}
	/* join キャンペーン参加方法 */
	.join_lead_txt {
		margin-top: 10px;
	}
	/* point 薬王堂でたまる・つかえる */
	.point_txt,
	.point_img {
		margin-top: 20px;
	}
	/* ============== att =================== */
	.att {
		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;
	}
}