@charset "UTF-8";

.blueArea {
  background-color: #006fbb;
}
.blueArea .contsTxt {
  color: #ffffff;
}
.redBtn {
  background-color: #ce0f31;
  -webkit-box-shadow: 0px -5px 0px 0px #a10e28 inset;
  box-shadow: 0px -5px 0px 0px #a10e28 inset;
}
.blueBtn {
  background-color: #004097;
  -webkit-box-shadow: 0px -5px 0px 0px #00275d inset;
  box-shadow: 0px -5px 0px 0px #00275d inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
a.anc_cpNote {
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
a.anc_cpNote span.anc_cpNoteTxt {
	display: inline-block;
	text-decoration: underline;
}
.contsTtl .blueH {
  background: #004097;
}
.cardInfo {
	padding: 0 4.16667% !important;
}
.cpNotes {
	padding: 5.2083% 8.33333% 3.125%;
}
.txtIndent01 {
  text-indent: -3em;
  padding: 0px 0px 0px 3em;
}
.txtIndent02 {
  text-indent: -1em;
  padding: 0px 0px 0px 3em;
}
.cpNotesItem01 {
  padding: 0px 0px 0px 1em;
}
.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;
}
.orangeBtn {
	background-color: #f99e00;
	-webkit-box-shadow: 0px -5px 0px 0px #ca7f00 inset;
	box-shadow: 0px -5px 0px 0px #ca7f00 inset;
}
.accordion .contentWrap {
	border-right: 3px solid #f99e00;
  border-bottom: 3px solid #f99e00;
  border-left: 3px solid #f99e00;
	font-size: 16px !important;
	padding: 0 4.1666% 7.2916%;
}
.accordion.acco_shoplist .contentWrap p {
	padding-top: 7.2916%
}
.accordion.acco_shoplist ul {
	border: none;
}
.accordion.acco_shoplist li {
	float: none;
	width: 100%;
	padding: 0 0 0 1em;
	text-align: left;
}
.accordion.acco_shoplist{
	font-size: 16px;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: #ffffff;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.switch .toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #f99e00;
	position: absolute;
	width: 14px;
	height: 4px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.switch .toggle_btn:before {
	width: 4px;
	height: 14px;
}
.switch.open .toggle_btn:before {
	content: normal;
}
.accordion.acco_shoplist .switch:after{
	display: none;
}
@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;}
}
  .accordion .contentWrap {
		font-size: 14.4px!important;
	}
	.toggle_btn {
		width: 20px;
		height: 20px;
	}
	.switch .toggle_btn:before, .toggle_btn:after {
		width: 10px;
		height: 2px;
	}
	.switch .toggle_btn:before {
		width: 2px;
		height: 10px;
	}
@media only screen and (max-width: 460px){
	a.anc_cpNote {
		font-size: 18px;
	}
}