@charset "UTF-8";
#mainContents {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}
a.box_txtLink {
	text-decoration: underline;
	color: #333;
	display: inline;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.bgYellow {
	background-color: #faf8d8;
}
.contsTtl .blueH {
	background: #172a88;
}
.contsBox {
	background-color: #f2f2f2;
	border-radius: 30px;
	max-width: 800px;
	margin: 0 auto;
	width: 83.4%;
}
.contsBox .contsImg {
	max-width: 720px;
	width: 90%;
	padding: 0;
	margin: 0 auto;
}
.blueBtn {
	background-color: #2053af;
	-webkit-box-shadow: 0px -5px 0px 0px #172a88 inset;
	box-shadow: 0px -5px 0px 0px #172a88 inset;
}
.normalBtn01 {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 4.2%;
}
.accordion {
  padding: 0 3.125% 2.77778%;
}
.accordion.acco_shoplist{
	font-size: 16px;
  max-width: 780px;
  width: 92%;
}
.blueBtn.switch {
  border: 4px solid #042c46;
}
.accordion.acco_shoplist ul {
	display: flex;
  flex-wrap: wrap;
	background-color: #FFF;
	border-right: none;
	border-bottom: 2px solid #042c46;
	border-left: 2px solid #042c46;
	border-radius: 0;
}
.accordion.acco_shoplist li {
	display: flex;
	width: 50%;
	border-top: 2px solid #042c46;
	border-right: 2px solid #042c46;
	box-sizing: border-box;
	padding: 10px;
	justify-content: center;
	align-items: center;
}
.accordion.acco_shoplist li.bgLightBlue {
	background-color: #d0dff8;
	font-weight: bold;
	width: 100%;
}
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 28px;
	transform: translateY(-50%);
	background: #ffffff;
	display: block;
	width: 36px;
	height: 36px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
  border: 4px solid #042c46;
}
.switch .toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #042c46;
	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 (min-width: 641px) {
  .switch, .normalBtnLink {
    font-size: 35px;
  }
}
@media only screen and (max-width: 640px){
	.accordion.acco_shoplist li {
		font-size: 12px;
	}
  .accordion.acco_shoplist,
  .normalBtn01 {
    width: 80%;
  }
	.toggle_btn {
    right: 15px;
		width: 16px;
		height: 16px;
    border: 2px solid #042c46;
	}
	.switch .toggle_btn:before, .toggle_btn:after {
		width: 10px;
		height: 2px;
	}
	.switch .toggle_btn:before {
		width: 2px;
		height: 10px;
	}
}
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){
	.contsBox {
		border-radius: 10px;
	}
	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%;
}
.cpNotesItem01 {
	text-indent: -1.5em;
	padding-left: 1.5em;
}
.cpNotesItem02 {
	text-indent: -2.0em;
	padding-left: 2.0em;
}
.cpNotesItem03 {
	text-indent: -3.0em;
	padding-left: 3.0em;
}