@charset "UTF-8";

/* LP内共通スタイル
======================================================================== */
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.cpNotesItem02 {
    text-indent: -3.0em;
    padding: 0px 0px 0px 3em;
}
/* KV下・キャンペーン概要
======================================================================== */
.contsBlock01{
	position: relative;
	padding: 5.2083% 0;
	background: transparent url("../img/bg_01.png") repeat 0 0;
}
.conts01Txt01{
  line-height: 1.6;
  font-size: 18px;
  color: #333333;
  padding: 0 8.33333% 3.125%;
}
/* SP Only Style */
@media only screen and (max-width: 640px) {
	.conts01Txt01{
		font-size: 14px;
	}
}
/* 参加条件
======================================================================== */
.contsBlock02{
	max-width: 872px;
	width: 90.84%;
	margin: 4.1664% auto 7.2916%;
	border-radius:10px;
	border: 4px solid #ff5a00;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.conts02Ttl01{
	background: #ff5a00;
}
.conts02Ttl01 img{
	border-radius:8px 8px 0 0;
}
.conts02Inner{
	padding: 6.84% 0 6.4%;
}
.conts02Step01Txt01,
.conts02Step01Txt02,
.conts02Step01Txt03,
.conts02Step02Txt01,
.conts02Step02Txt02,
.conts02Step02Txt03,
.conts02Step02Txt04,
.conts02Step01Btn01,
.conts02Step02Btn01 {
	max-width: 744px;
	width: 86.2%;
	margin: 0 auto;
}
.conts02Step01Txt02{
	margin-top: 5.2%;
}
.conts02Step01Btn01 {
	margin: 2.2% auto 0;
}
.conts02Step02Btn01 {
	margin: 4.1664% auto;
}
.conts02Step01Txt03{
	margin-top: 1.4%;
}
.conts02Step02Txt01::before{
	content: "";
	display: block;
	max-width: 800px;
	width: 100%;
	margin: 6.8% auto 2.9%;
	padding-top: 5.15%;
	background: transparent url("../img/conts02_line01.png") no-repeat 0 0;
	background-size: 100% auto;
}
.conts02Step02Txt02{
	margin-top: 4.4%;
}
.conts02Step02Txt03{
	margin-top: 4.6%;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3;
}

.conts02Step02Txt04{
	margin-top: 3%;
	font-size: 16px;
	line-height: 1.5;
}
/* PC Only Style */
@media only screen and (min-width: 641px) {
	.conts02Step02Txt03{
		max-width: 744px;
		width: 86.2%;
	}
}
/* SP Only Style */
@media only screen and (max-width: 640px) {
	.conts02Step02Txt03,
	.conts02Step02Txt04{
		font-size: 14px;
	}
}

/* キャンペーン詳細テキストリンク
======================================================================== */
a.anc_cpNote {
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
a.anc_cpNote span.anc_cpNoteTxt {
	display: inline-block;
	text-decoration: underline;
}
@media only screen and (max-width: 959px){
	a.anc_cpNote {
		font-size: 27px;
	}
}
@media only screen and (max-width: 640px){
	a.anc_cpNote {
		font-size: 24px;
	}
}
@media only screen and (max-width: 460px){
	a.anc_cpNote {
		font-size: 18px;
	}
}
.cardInfo {
	padding: 0 4.16667% !important;
}
.cpNotes {
	padding: 5.2083% 8.33333% 3.125%;
}

/* バナー
======================================================================== */
.bnr {
	max-width: 640px;
	margin: 0 auto;
  padding: 0 8.33333% 3.125%;
}

/* フローティングバナー
======================================================================== */
.floatSpBnr {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	z-index: 2;
	box-sizing: border-box;
}
.floatSpLink {
	display: block;
}
.floatSpBnr img {
	width: 100%;
}
.floatPcBnr {
	height: 300px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	display: block;
	z-index: 2;
}
a.floatPcLink {
	display: block;
}
@media only screen and (max-width: 640px) {
	.floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {padding-bottom: 20% !important;}
}
