@charset "UTF-8";
/*//////////////////////////////////////////////////////////////////////////////////////////////////////

	キャッシュバックキャンペーン

/////////////////////////////////////////////////////////////////////////////////////////////////////*/
.cashback-container {
	padding: 30px 27px 29px;
	font-size: 14px;
}
.cashback_ttl {
	margin-bottom: 30px;
}
.cashback-head {
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}
.cashback_hd {
	margin-bottom: 15px;
	color: #2f7400;
	font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	font-weight: bold;
}
.cashback_txt {
	margin-bottom: 30px;
	text-align: justify;
}
/* ====================================================
	注意事項
====================================================*/
.cashback-notice {
	margin-bottom: 24px;
}
.cashback-notice_ttl {
	margin-bottom: 9px;
	font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	text-indent: -0.5em;
}
.cashback-notice_chain li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 12px;
	line-height: 1.8;
}
/* ====================================================
	Pマーク
====================================================*/
.cashback-pmark {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 33px;
	text-align: center;
}
.cashback-pmark_img {
	display: inline-block;
	margin-right: 21px;
}
.cashback-pmark_txt {
	display: inline-block;
	color: #004098;
	font-size: 13px;
	line-height: 1.8;
}
/* ====================================================
	ページ案内
====================================================*/
.cashback-page_chain {
	margin-bottom: 25px;
}
.cashback-page_chain li {
	margin-bottom: 10px;
	font-size: 13px;
}
.cashback-page_chain li::before {
	content: "";
	display: inline-block;
	margin-right: 6px;
	border: 4px solid transparent;
	border-left: 7px solid #2f7400;
	border-right: none;
	vertical-align: middle;
}
.cashback-page_chain a {
	color: #2f7400;
}
/* ====================================================
	キャンペーン一覧にもどる
====================================================*/
.cashback_back {
	text-align: center;
}
.cashback_back a {
	position: relative;
	display: inline-block;
	height: 41px;
	padding: 0 27px 0 42px;
	border: 1px solid #2f7400;
	border-radius: 3px;
	color: #2f7400;
	font-size: 14px;
	text-decoration: none;
	line-height: 41px;
}
.cashback_back a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 18px;
	width: 7px;
	height: 13px;
	margin: auto 0;
	background: url("/sp/public02/img/common/icon_next-deepturquoise.svg") left top no-repeat;
	background-size: contain;
	transform: rotate(180deg);
}