@charset "UTF-8";

/* LP内共通スタイル
======================================================================== */
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
/* KV下・キャンペーン概要
======================================================================== */
.contsBlock01{
	position: relative;
	padding: 5.2083% 0 7.292%;
	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%;
}
.conts01Txt01 .dBrown {
  color: #6d0f00;
}
.conts01Txt02 {
  font-size: 24px;
  padding: 0 8.33333% 3.125%;
}
.conts01Txt02 .dRed {
  color: #b80000;
}
.conts01Btn01 {
	max-width: 744px;
	width: 86.2%;
	margin: 0 auto;
}
a.anc_cpNote {
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
a.anc_cpNote span.anc_cpNoteTxt {
	display: inline-block;
	text-decoration: underline;
}
/* SP Only Style */
@media only screen and (max-width: 959px){
	a.anc_cpNote {
		font-size: 27px;
	}
}
@media only screen and (max-width: 640px) {
	.conts01Txt01{
		font-size: 14px;
	}
	.conts01Txt02{
		font-size: 18px;
	}
  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%;
}
/* 参加条件
======================================================================== */
.contsBlock02 {
	max-width: 872px;
	width: 90.84%;
	margin: 4.1664% auto 0;
	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,
.conts02Step02Txt01,
.conts02Step02Txt02,
.conts02Step03Txt01 {
  max-width: 772px;
	width: 89.5%;
	margin: 0 auto;
}
.conts02Step01Txt04,
.conts02Step03Txt02,
.conts02Step03Txt03,
.conts02Step02Btn01 {
  max-width: 744px;
	width: 86.2%;
	margin: 0 auto;
}
.conts02Step01Txt03 {
  max-width: 708px;
	width: 86.2%;
	margin: 0 auto;
}
.conts02Step01Txt02 {
	margin-top: 5.2%;
}
.conts02Step01Btn01 {
	max-width: 744px;
	width: 86.2%;
	margin: 0 auto;
}
.conts02Step01Btn01 {
	margin: 2.2% auto;
}
.conts02Step02Btn01 {
	margin: 2.315% auto 4.63%;
}
.conts02Step01Txt04 {
  margin-top: 2.315%;
  color: #000000;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
  text-align: center;
}
.conts02Step02Txt01::before{
	content: "";
	display: block;
	max-width: 740px;
	width: 100%;
	margin: 3% auto;
	padding-top: 5.15%;
	background: transparent url("../img/conts02_line01.png") no-repeat 0 0;
	background-size: 100% auto;
}
.conts02Step02Txt02 {
	margin-top: 4.4%;
}
.conts02Step03Txt02,
.conts02Step01Txt03 {
	margin-top: 4.63%;
	font-size: 19px;
  color: #141104;
	font-weight: bold;
	line-height: 1.3;
}
.conts02Step03Txt03 {
	margin-top: 6.945%;
}
/* SP Only Style */
@media only screen and (max-width: 640px) {
  .conts02Step01Txt04 {
    font-size: 20px;
  }
  .conts02Step03Txt02,
  .conts02Step01Txt03{
    font-size: 17px;
  }
}
@media only screen and (max-width: 460px) {
  .conts02Step01Txt04 {
    font-size: 15px;
  }
  .conts02Step03Txt02,
  .conts02Step01Txt03 {
    font-size: 14px;
  }
}
/* フローティングバナー
======================================================================== */
.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;}
}