@charset "UTF-8";

main {
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  background-color: #f1968d;
}
.inner {
  max-width: 940px;
  width: 87.1%;
  background-color: #FFF;
  border-radius: 30px;
  margin: 0 auto 3.7038%;
  padding: 0 0 7%;
}
.blueBtn {
	background-color: #144db2;
	-webkit-box-shadow: 0px -5px 0px 0px #042c46 inset;
	box-shadow: 0px -5px 0px 0px #042c46 inset;
  border: 4px solid #042c46;
}
.innerImg01, .innerImg02 {
  max-width: 860px;
  padding: 0 3.7038%;
}
.innerImg01 {
  padding-bottom: 8.5%;
}
.normalBtn {
  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%;
}
.accordion.acco_shoplist table {
  border-right: 2px solid #042c46;
  border-bottom: 2px solid #042c46;
  border-left: 2px solid #042c46;
  background-color: #fff;
}
.accordion.acco_shoplist th, .accordion.acco_shoplist td {
  width: 39%;
  border-top: 2px solid #042c46;
  border-right: 2px solid #042c46;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}
.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;
}
.thBold {
  font-weight: bold;
  background-color: #d0dff8;
}
.accordion.acco_shoplist .switch:after{
	display: none;
}
.cpNotesList {
  background-color: #fff;
}
.cpNotesItem01 {
  text-indent: -1.5em;
  padding: 0 0 0 1.5em;
}
.cpNotesItem02 {
  text-indent: -3.0em;
  padding: 0 0 0 3em;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
.normalBtn01 {
  max-width: 780px;
  width: 92%;
  margin: 0 auto;
  padding: 0 3.125%;
}
.normalBtnLink:after {
  background-image: url(../img/ic_01.png);
  background-repeat: no-repeat;
  right: 5px;
}
@media only screen and (min-width: 641px) {
  .switch, .normalBtnLink {
    font-size: 35px;
  }
  .normalBtnLink:after {
    width: 44px;
    height: 44px;
  }
}
@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;
	}
  .accordion.acco_shoplist th, .accordion.acco_shoplist td {
    font-size: 12px;
  }
}