@charset "UTF-8";

.greenBtn {
  background-color: #05a48f;
  -webkit-box-shadow: 0px -5px 0px 0px #006f60 inset;
  box-shadow: 0px -5px 0px 0px #006f60 inset;
}
.blueBtn {
  background-color: #2b4eb6;
  -webkit-box-shadow: 0px -5px 0px 0px #31328e inset;
  box-shadow: 0px -5px 0px 0px #31328e inset;
}
.txtimportant {
  font-weight: bold;
  color: #cc0033;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
a.anc_cpNote {
  font-weight: bold;
  font-size: 30px;
}
a.anc_cpNote span.anc_cpNoteTxt {
	display: inline-block;
	text-decoration: underline;
}
.cardInfo {
	padding: 0 4.16667% !important;
}
.cpNotes {
  padding: 5.2083% 8.33333% 3.125%;
}
.contsTtl .greenH {
  background: #283f3e;
}
.cpNotesItem01 {
	text-indent: -1.5em;
	padding: 0px 0px 0px 1.5em;
}
.cpNotesItem02 {
	text-indent: -3.0em;
	padding: 0px 0px 0px 3em;
}
.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: 959px){
	a.anc_cpNote {
		font-size: 27px;
	}
}
@media only screen and (max-width: 640px) {
  a.anc_cpNote {
		font-size: 24px;
	}
	.floatSpBnr,a.floatSpLink {
		display: block;
	}
	.floatPcBnr,a.floatPcLink {
		display: none;
	}
	.flbnpb {padding-bottom: 20% !important;}
}
@media only screen and (max-width: 460px){
	a.anc_cpNote {
		font-size: 18px;
	}
}