@charset "UTF-8";
.yellowBox {
	width: min(800px,95.668%);
  margin: 5.2083% auto 0;
  padding: 1em;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	background-color: #fffbbf;
	line-height: 1.5;
  font-size: 1.7rem;
	font-weight: bold;
	box-sizing: border-box;
}
.contsTtl .blueH {
	background: #10afea;
}
.pinkBtn {
	background-color: #f7549e;
	-webkit-box-shadow: 0px -5px 0px 0px #c62d72 inset;
	box-shadow: 0px -5px 0px 0px #c62d72 inset;
}
.greenBtn {
	background-color: #72cd19;
	-webkit-box-shadow: 0px -5px 0px 0px #54a801 inset;
	box-shadow: 0px -5px 0px 0px #54a801 inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
a.anc_cpNote, p.bnrIntro {
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
a.anc_cpNote span.anc_cpNoteTxt {
	display: inline-block;
	text-decoration: underline;
}
.blueBtn {
  background-color: #10afea;
  -webkit-box-shadow: 0px -5px 0px 0px #0a8ebf inset;
  box-shadow: 0px -5px 0px 0px #0a8ebf inset;
}
.contsImg.linkBnr {
	max-width: 640px;
}
.switch:after {
	transition: all 0.2s;
}
.accordion .contentWrap {
  border-right: 3px solid #10afea;
  border-bottom: 3px solid #10afea;
  border-left: 3px solid #10afea;
	font-size: 16px !important;
  padding: 0 4.1666% 7.2916%;
}
.accordion .contentWrap ul {
	border: none;
}
.accordion .contentWrap li {
	float: none;
	border: none;
	width: 100%;
	padding: 0 0 0 1em;
	text-align: left;
}
.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, p.bnrIntro {
		font-size: 27px;
	}
}
@media only screen and (max-width: 640px){
	.yellowBox {
		width: min(800px, 91.668%);
		font-size: 1.4rem;
	}
	a.anc_cpNote, p.bnrIntro {
		font-size: 24px;
	}
	.accordion .contentWrap {
    font-size: 14.4px !important;
  }
	.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, p.bnrIntro {
		font-size: 18px;
	}
}