@charset "UTF-8";

/*--------- kv下--------- */
.blueBtn {
  background-color: #009fdc;
  -webkit-box-shadow: 0px -5px 0px 0px #0276a2 inset;
  box-shadow: 0px -5px 0px 0px #0276a2 inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.pb80p {padding-bottom: 8.3333% !important;}

/*--------- 「キャンペーン詳細とご注意事項ボタン」へのアンカーリンク--------- */
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;
	}
}
.cpNotes {
	padding: 5.2083% 8.33333% 3.125%;
}

/*--------- contsArea01 --------- */
.contsArea01 {
  background: url(../img/bg_01.png) repeat left top / auto;
	padding-top: 5.209%;
}
.contsImg01 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 3.125% 0;
}
.contsImg02 {
  max-width: 800px;
	margin: 0 auto;
  padding: 0 3.125% 0;
}
.contsImg02Box {
  border-radius: 12px;
	background: white;
	display: flex;
	align-items: center;
	padding: 4.5% 10%;
}
.contsImg02Img {
	width: 45.5%!important;
	object-fit: contain;
	height: auto;
}
.contsImg02Item {
	width: 50%;
	padding-left:7.33334%;
	text-align: left;
}
.contsTxt01 {
	font-size: 20px;
	line-height: 1.45;
  padding: 0 8.33333% 3.125%;
}
.contsTxt01 ul a {
	display: inline;
	color: #d90514;
	text-decoration: underline !important;
	word-break: break-all;
}
.contsTtl .yellowH {
  color: #333333;
  background-color: #ffde00;
  background-image:
    radial-gradient(#ffcd00 20%, transparent 20%),
    radial-gradient(#ffcd00 20%, transparent 20%);
  background-size: 21px 21px;
  background-position: 0 0, 32px 10px;
}
@media only screen and (max-width: 640px) {
  .contsImg02Item,
	.contsTxt,
  .contsTxt01 {
		font-size: 14px;
	}
}
@media only screen and (max-width: 481px) {
  .contsImg02Box {
    display:block;
    text-align: center;
    padding:4.5% 10%;
  }
  .contsImg02Img {
    width: 80%!important;
  }
  .contsImg02Item {
    width: 100%;
    padding:5% 0 0;
  }
}

/* --------- ご注意事項---------  */
.cpNotes01 {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 8.33333% 1.925%;
}
.cpNotesBtnWrap01 {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	-webkit-box-shadow: 0px 7px 0px 0px #cc0033;
	box-shadow: 0px 7px 0px 0px #cc0033;
	border: 3px solid #cc0033;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.cpNotesBtnWrap01.shadowJs {
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.cpNotesBtn01 {
	display: table;
	width: 100%;
}
.cpNotesBtn01 a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.cpNotesFlame01 {
	display: none;
	border-left: 3px solid #cc0033;
	border-right: 3px solid #cc0033;
	border-bottom: 3px solid #cc0033;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #fff;
}
.cpNotesSubttl {
	border: 1px solid #cc0033;
	border-radius: 8px;
	line-height: 1;
	margin-bottom: 0.8em;
	padding: 0.3em;
	text-align: center;
	font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .cpNotesBtnWrap01 {
		border-width: 3px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 0px 4px 0px 0px #cc0033;
		box-shadow: 0px 4px 0px 0px #cc0033;
	}
  .cpNotesFlame01 {
		border-width: 3px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
  }
  .cpNotesSubttl {
		border-radius: 4px;
	}
}
@media only screen and (min-width: 641px) {
  .cpNotesList {
		font-size: 16px;
	}
  .cpNotesSubttl {
		margin-top: 1.8em;
		font-size: 20px;
	}
}
/*--------- contsBtn --------- */
.contsBtn {
	padding: 0 8.33334%;
}
/*--------- contsArea02 --------- */
.contsArea02 {
  padding: 7.2917% 0 5.209%;
  background-color: #009e41;
}
.contsBlcok02 {
	max-width: 880px;
  width: 91.667%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

/*--------- フローティングバナー--------- */
.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;}
}