@charset "UTF-8";
/* ---------------- */
/* Layout */
/* ---------------- */
#cp1000 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 60px;
	font-size: 18px;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	#cp1000 {
		margin-top: 20px;
		margin-bottom: 30px;
		margin-left: 10px;
		margin-right: 10px;
		font-size: 16px;
		line-height: 1.6;
	}
}
/* ---------------- */
/* common */
/* ---------------- */
#cp1000 h1 {
	margin-top: 0;
}
#cp1000 .txt a {
	color: #076194;
	text-decoration: underline;
}
#cp1000 h1 img,#cp1000 .h1 img {
	vertical-align: bottom;
}
#cp1000 .text-lg {
	font-size: 1.2em;
}
/* ---------------- */
/* notes-list */
/* ---------------- */
.notes-list {
}
.notes-list li {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.notes-list.txt-indent {
		padding-left: 0;
		text-indent: 0;
	}
}
/* ---------------- */
/* notes-list */
/* ---------------- */
#cp1000 .arrow-left:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.5em 0 0.5em 0.6em;
    border-color: transparent transparent transparent #eb8602;
}
/* ---------------- */
/* regist_btn */
/* ---------------- */
#cp1000 .regist_btn {
	width: 600px;
	margin: 35px auto 0;
	text-align: center;
}
#cp1000 .regist_btn a {
	line-height: 63px;
	font-size: 24px;
	text-decoration: none;
	display: block;
	border-radius: 50px;
}
@media screen and (max-width: 767px) {
	#cp1000 .regist_btn  {
		width: 84vw;
		margin-left: auto;
		margin-right: auto;
	}
	#cp1000 .regist_btn a {
		line-height: 54px;
		font-size: 5vw;
	}
}
#cp1000 .cmn_btn_customer {
	background: #f39800;
	color: #fff;
	border: 1px solid #f39800;
	-webkit-transition: 0.8s background, 1s color ease-out 0s;
    transition: 0.8s background, 1s color ease-out 0s;
}
#cp1000 .cmn_btn_customer:hover {
	color: #f39800;
	background: #fff;
	-webkit-transition: 0.2s background, 0.4s color ease-out 0.2s;
    transition: 0.2s background, 0.4s color ease-out 0.2s;
}
/* ---------------- */
/* campaign-info */
/* ---------------- */
.campaign-info {
}
.campaign-info-lead {
}
dl.campaign-info-guideline {
}
dl.campaign-info-guideline dt {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 30px;
}
dl.campaign-info-guideline dd {
	padding-left: 1.2em;
}
@media screen and (max-width: 767px) {
	.campaign-info-lead {
	}
}
/* ---------------- */
/* ex-customer */
/* ---------------- */
.ex-customer {
	background: #FFFCDF;
	padding: 40px;
}
.ex-customer h2 {
	border-bottom: none;
	text-align: center;
}
.ex-customer-lead {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.ex-customer {
		padding: 20px;
	}
	.ex-customer h2 {
		text-align: left;
	}
	.ex-customer-lead {
		text-align: left;
	}
}

/* ---------------- */
/* cp1000 banner */
/* ---------------- */
.cp1000-bnr-area {
	margin-top: 20px;
}

/* 画像共通 */
.cp1000-bnr-area img {
	display: block;
	margin: 0 auto 15px;
	max-width: 100%;
	height: auto;
}

/* PC表示 */
.bnr-pc {
	display: block;
}

/* SP表示 */
.bnr-sp {
	display: none;
}

/* SP切り替え */
@media screen and (max-width: 767px) {
	.bnr-pc {
		display: none;
	}
	.bnr-sp {
		display: block;
	}
}

/* ---------------- */
/* coupon highlight */
/* ---------------- */
#cp1000 .coupon-highlight {
	text-align: center;
	margin: 30px 0 40px;
}

#cp1000 .coupon-highlight .coupon-title {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

#cp1000 .coupon-highlight .coupon-code {
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
}

#cp1000 .coupon-highlight .coupon-period-title {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

#cp1000 .coupon-highlight .coupon-period {
	font-size: 1.2em;
}

/* ---------------- */
/* coupon highlight SP */
/* ---------------- */
@media screen and (max-width: 767px) {
	#cp1000 .coupon-highlight .coupon-code {
		font-size: 2em;
	}
	#cp1000 .coupon-highlight .coupon-title,
	#cp1000 .coupon-highlight .coupon-period-title,
	#cp1000 .coupon-highlight .coupon-period {
		font-size: 1.1em;
	}
}

/* クーポンコード囲み（パステルイエロー） */
#cp1000 .coupon-highlight {
	border: 1px solid #f3e6a2;   /* 薄い黄色の枠 */
	border-radius: 8px;
	padding: 24px 20px;
	background: #fffbea;        /* パステルイエロー背景 */
}

/* クーポンコード上下の長点線（上品・短幅） */
#cp1000 .coupon-highlight .coupon-title::after,
#cp1000 .coupon-highlight .coupon-code::after {
	content: "";
	display: block;
	height: 1px;
	width: 65%;
	max-width: 360px;
	margin: 14px auto 16px;
	background-image: repeating-linear-gradient(
		to right,
		#999,
		#999 14px,
		transparent 14px,
		transparent 22px
	);
}

@media screen and (max-width: 767px) {
  .bnr-sp img:last-child {
    margin-bottom: 0;
  }
}

/* クーポン注記 */
#cp1000 .coupon-note {
	margin-top: 12px;
	font-size: 1em;     /* 挨拶文と同等 */
	color: #333;
	line-height: 1.6;
	text-align: center;
}

/* クーポン注記 SPのみ文字を小さく */
@media screen and (max-width: 767px) {
	#cp1000 .coupon-note {
		font-size: 0.9em;
	}
}

/* デフォルト（PC） */
.sp-break {
	display: none;
}

/* PC・SP共通の改行（3,000円の前） */
.pc-sp-break {
	display: inline;
}

/* SPのみ */
@media screen and (max-width: 767px) {
	.sp-break {
		display: inline;
	}

	.pc-sp-break {
		display: inline;
	}
}

/* PCではSP用改行を消す */
.sp-only {
	display: none;
}

/* SPのみ改行を有効化 */
@media screen and (max-width: 767px) {
	.sp-only {
		display: block;
	}
}

/* ==============================
   SPバナー余白調整（追記用）
   ============================== */
@media screen and (max-width: 767px) {
  /* 1枚目と2枚目の間に余白を入れる */
  .bnr-sp img:first-child {
    margin-bottom: 16px;
  }

  /* 2枚目（ldq_top_sp_2601.jpg）の下余白を狭くする */
  .bnr-sp img:last-child {
    margin-bottom: 8px;
  }
}