@charset "utf-8";
/* ============== 共通 =================== */
#contents {
	padding: 0 0 60px;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
	color: #333333;
	background-color: #FDF6DC;
	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;
}
/*太字*/
.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: 60px;
	padding: 0 60px;
}
.btn {
	width: 100%;
	max-width: 400px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	display: grid;
	place-items: center;
	background-color: #FF3007;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/yakuodo_2606/img/btnarrow_right.png);
	background-size: 20px;
	background-position: center right 15px;
	background-repeat: no-repeat;
	border-radius: 5px;
}
#contents .btn_white {
	color: #FF3007;
	background-color: #FFF;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/yakuodo_2606/img/btnarrow_right_red.png);
	border: 1px solid #FF3007;
}
.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;
}
.top_ttl {
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/yakuodo_2606/img/mv_pc_bg.png);
	background-size: 2400px auto;
	background-position: center bottom;
	background-repeat: repeat-x;
}
.top_date {
	padding: 10px 8.25px;
	display: grid;
	grid-auto-columns: 574px;
	justify-content: center;
	justify-items: center;
	align-content: center;
	background-color: #2436A2;
}
/* ============== sec共通 =================== */
.sec {
	width: calc(100% - 60px);
	max-width: 970px;
	margin: 0 auto;
	padding: 30px 25px;
	background-color: #BFC3DE;
	border-radius: 8px;
	overflow: hidden;
}
.btn_wrap + *,
.sec + .sec {
	margin-top: 60px;
}
.sec_ttl {
	width: 300px;
	margin: 0 auto;
}
.sec_ttl + * {
	margin-top: 20px;
}
.sec_list {
	width: 100%;
	max-width: 830px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	gap: 30px;
}
.sec_item {
	position: relative;
	flex: 1;
	background-color: #FFF;
}
/* ============== LP =================== */
/* join キャンペーン参加方法 */
.join {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
.join_steps {
	width: calc(100% - 50px);
	margin-top: 40px;
}
.join_step {
	padding: 35px 20px 20px;
	display: grid;
	grid-template-rows: 1fr auto;
}
.join_step_num {
	width: 160px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #FFF;
	background-color: #4653A2;
	border-radius: 500px;
	transform: translate(-50%, -50%);
}
.join_step_txt {
	margin-top: 20px;
}
.join_step_btn {
	margin-top: 35px;
}
.join_step_img {
	width: 100%;
	max-width: 345px;
	margin-top: 10px;
}
.join_step_att {
	margin-top: 10px;
	font-size: 12px;
	text-align: left;
	color: #999;
}
.join_goal {
	margin-top: 30px;
	position: relative;
}
.join_goal::before {
	content: "";
	width: 110px;
	height: 20px;
	margin: 0 auto;
	display: block;
	background-image: url(https://pntc.sslcs.cdngc.net/cdn/campaign/yakuodo_2606/img/join_arrow.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.join_goal_ponta {
	margin-top: 30px;
}
.join_goal_txt_area {
	padding-bottom: 40px;
	color: #FFF;
	background-color: #FF6512;
}
.join_goal_txt {
	font-size: 18px;
	line-height: 1.5;
}
.join_goal_large_txt {
	margin-left: 0.25em;
	font-size: 22px;
	font-weight: bold;
}
.join_goal_note_txt {
	margin-top: 10px;
	font-size: 12px;
}
/* rewards さらに au PAY（コード支払い）でPontaポイントがダブルでたまる！ */
.rewards_main {
	width: 100%;
	max-width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-color: #FFF;
}
.rewards_large_txt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.rewards_main > * + * {
	margin-top: 20px;
}
.rewards_note_txt {
	text-align: left;
}
/* points 薬王堂でたまる・つかえる */
.points_item {
	padding: 20px;
	display: grid;
	justify-items: center;
	align-content: start;
	gap: 20px;
}
.points_item_ttl {
	width: 100%;
	max-width: 285px;
}
.points_item_main {
	display: grid;
	grid-template-columns: 2.50fr 1fr;
	align-items: center;
	column-gap: 10px;
	row-gap: 20px;
}
.points_item_txt {
	grid-column: 1 / 3;
}
/* ============== att =================== */
.att {
	width:calc(100% - 60px);
	max-width: 970px;
	margin: 60px auto 0;
	padding: 50px 70px;
	text-align: left;
	background-color: #ffffff;
	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: #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 {
	font-weight: bold;
	color: #f50028;
}
/* コンテンツ（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%;
	}
	/* ============== btn =================== */
	.btn_wrap {
		margin-top: 50px;
		padding: 0 35px;
	}
	.btn_wrap + * {
		margin-top: 50px;
	}
	.btn_att {
		text-align: left;
	}
	/*終了対応*/
	#contents .close_btn::after {
		font-size: 1.8rem;
	}
	/* ============== top =================== */
	.top_date {
		grid-auto-columns: 1fr;
	}
	.top_date img {
		max-width: 700px;
	}
	/* ============== sec共通 =================== */
	.sec {
		width: 100%;
		padding: 30px 15px;
		border-radius: 0;
	}
	.sec + .sec {
		margin-top: 0;
	}
	.sec_list {
		flex-direction: column;
	}
	/* ============== LP =================== */
	/* join キャンペーン参加方法 */
	.join {
		padding-right: 0;
		padding-left: 0;
	}
	.join_steps {
		width: calc(100% - 30px);
		margin-top: 30px;
	}
	.join_step_txt,
	.join_goal_large_txt,
	.join_goal_note_txt {
		margin: 0;
	}
	.join_step_btn,
	.join_goal,
	.join_goal_ponta {
		margin-top: 20px;
	}
	.join_goal_txt_area {
		padding-bottom: 30px;
	}
	/* rewards さらに au PAY（コード支払い）でPontaポイントがダブルでたまる！ */
	.rewards_main {
		padding-right: 0;
		padding-left: 0;
	}
	.rewards_txt,
	.rewards_note_txt {
		width: calc(100% - 40px);
		margin-right: auto;
		margin-left: auto;
	}
	.rewards_img {
		width: 100%;
		max-width: 600px;
		margin-right: auto;
		margin-left: auto;
	}
	/* points 薬王堂でたまる・つかえる */
	.points_item_main {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 0;
	}
	.points_item_txt {
		margin-top: 10px;
	}
	.points_item_logo {
		width: 200px;
		grid-row: 1 / 2;
	}
	.os_switch {
		margin-top: 30px;
	}
	.os_switch.is-ios {
		width: 163px;
	}
	.os_switch.is-android {
		width: 203px;
	}
	/* ============== 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;
	}
}

	/* ============== デバイス判定：アプリDLボタン =================== */
/* --- PC判定（is-pc）の時の制御 --- */
.os_switch.is-pc [data-pc-display='hide'] {
  display: none;
}
.os_switch.is-pc .app_link {
  pointer-events: none;
  cursor: default;
}
/* --- スマホ判定（iOS/Android）の時の制御 --- */
.is-ios .app_code,
.is-android .app_code {
  display: none;
}
.is-ios [data-os-type='android'],
.is-android [data-os-type='ios'] {
  display: none;
}