@charset "UTF-8";

.contsTtl .brownH {
	background: #4f0101;
}
.redBtn {
	background-color: #d11313;
	-webkit-box-shadow: 0px -5px 0px 0px #aa0f0f inset;
	box-shadow: 0px -5px 0px 0px #aa0f0f inset;
}
.redBtn02 {
	background-color: #d70000;
	-webkit-box-shadow: 0px -5px 0px 0px #a30000 inset;
	box-shadow: 0px -5px 0px 0px #a30000 inset;
}
.brownBtn {
	background-color: #4f0101;
	-webkit-box-shadow: 0px -5px 0px 0px #370101 inset;
	box-shadow: 0px -5px 0px 0px #370101 inset;
}
a.txtLink {
	text-decoration: underline;
	color: #0000ff;
	display: inline;
}
a.anc_cpNote, .bnrArea_ttl {
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
a.anc_cpNote span.anc_cpNoteTxt {
	display: inline-block;
	text-decoration: underline;
}
.productWrap {
	max-width: 880px;
	width: 91.7%;
	margin: 0 auto;
	background-color: #ff9999;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 4% 0;
}
.productBox {
	max-width: 800px;
	width: 91%;
	background-color: #FFF;
	margin: 0 auto;
	border-radius: 20px;
}
.productBox + .productBox {
	margin-top: 3.125%;
}
.productBox .contsImg {
	padding: 0;
}
.pinkBtn {
	background-color: #ff9999;
	-webkit-box-shadow: 0px -5px 0px 0px #e67373 inset;
	box-shadow: 0px -5px 0px 0px #e67373 inset;
}
.productBox .accordion {
	padding-bottom: 4.1664% !important;
	font-size: 12px;
}
.productBox .accordion ul {
  border-right: 2px solid #ff9999;
  border-bottom: 2px solid #ff9999;
  border-left: 2px solid #ff9999;
	display: flex;
	flex-wrap: wrap;
}
.productBox .accordion li {
	float: none;
	display: flex;
	align-items: center;
	border-top: 2px solid #ff9999;
}
.productBox .accordion li:nth-of-type(odd) {
	width: 30%;
	justify-content: center;
	border-right: 2px solid #ff9999;
	word-break: break-all;
}
.productBox .accordion li:nth-of-type(even) {
	width: 70%;
	text-align: left;
}
.productBox .accordion li.bg01 {
  background: #ffe6e6;
	font-weight: bold;
	border-top: none;
	justify-content: center;
}
.productBox .normalBtn, .productBox .contsTxt {
	padding: 0 8.33333% 2.0832%;
}
.productBox .normalBtnLink {
  font-size: 14px;
}
.cardInfo {
	padding: 0 4.16667% !important;
}
.cpNotes {
	padding: 5.2083% 8.33333% 3.125%;
}
.contsImg.linkBnr {
	max-width: 640px;
}
.accordion.acco_shoplist{
	font-size: 16px;
}
.accordion.acco_shoplist .switch {
	color: #FFF;
}
.accordion.acco_shoplist .contentWrap {
  border-right: 3px solid #4f0101;
  border-bottom: 3px solid #4f0101;
  border-left: 3px solid #4f0101;
  font-size: 16px !important;
  padding: 0 4.1666% 4.1666%;
}
.accordion.acco_shoplist ul {
	border: none;
}
.accordion.acco_shoplist li {
	float: none;
	width: 100%;
	border:none;
	padding: 0 0 0 1em;
	text-align: left;
}
.accordion.acco_shoplist li:nth-child(1),
.accordion.acco_shoplist li:nth-child(2){
	border-top: none;
}
.accordion.acco_shoplist li:nth-child(2n){
	border-right: none;
}
.accordion.acco_shoplist li a{
	text-decoration: underline;
}
.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 {
	color: #4f0101;
}
.switch:after {
  background-image: url("../img/btn_arrrow.png");
	 -moz-transform: translate(-50%, -60%) rotate(0deg);
	-ms-transform: translate(-50%, -60%) rotate(0deg);
  -webkit-transform: translate(-50%, -60%) rotate(0deg);
  transform: translate(-50%, -60%) rotate(0deg);
	transition: all 0.2s;
}
.switch.open:after {
  -moz-transform: translate(-50%, -60%) rotate(-180deg);
  -ms-transform: translate(-50%, -60%) rotate(-180deg);
  -webkit-transform: translate(-50%, -60%) rotate(-180deg);
  transform: translate(-50%, -60%) rotate(-180deg);
}
.switch .toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #4f0101;
	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;
}
.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 (min-width: 641px) {
	.productBox .accordion li:nth-of-type(odd) {
		width: 23%;
	}
	.productBox .accordion li:nth-of-type(even) {
		width: 77%;
	}
  .productBox .normalBtnLink {
    font-size: 28px;
  }
}
@media only screen and (max-width: 959px){
	a.anc_cpNote, .bnrArea_ttl {
		font-size: 27px;
	}
}
@media only screen and (max-width: 640px){
	a.anc_cpNote, .bnrArea_ttl {
		font-size: 24px;
	}
	.productBox .accordion {
		font-size: 12px;
	}
	.accordion.acco_shoplist li{
		font-size: 12px;
	}
	.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;
	}
	.accordion.acco_shoplist .contentWrap {
		font-size: 12px!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, .bnrArea_ttl {
		font-size: 18px;
	}
}

/*▼▼CP詳細アコーディオン内テーブル▼▼*/
.simulation-donation-table {
  font-size: 12px;
  width: 100%;
  position: relative;
  overflow: hidden;
	margin: 0 auto 20px;
}
.simulation-donation-table-data table {
	width: 100%;
}
.simulation-donation-table-data table,th {
  text-align: center;
  border-collapse:collapse;
}
.simulation-donation-table-data table tr th,
.simulation-donation-table-data table tr td {
  border: solid 1px #e0e0e0;
}
.simulation-donation-table-data table tr td:nth-of-type(even) {
	text-align: left;
	width: 70%;
}
.simulation-donation-table-data table .simulation-donation-table-col {
  padding: 10px;
  vertical-align: middle;
  background: #fff;
}
.simulation-donation-table-data table tr th.simulation-donation-table-col {
  background: #f6f6f6;
}
@media only screen and (min-width: 641px) {
  .simulation-donation-table {
		margin: 0 auto 30px;
  }
  .simulation-donation-table-data table {
    margin-right: 0px;
    border: solid 1px #e0e0e0;
  }
}
@media only screen and (max-width: 640px) {
  .simulation-donation-table-data table {
    border-collapse:collapse;
    border-spacing: 0;  
  }
 .simulation-donation-table-data {
    overflow: scroll hidden;
    -webkit-overflow-scrolling: touch;
  }
  .simulation-donation-table .simulation-donation-table-col:first-child {
    border-left: 1px solid #e0e0e0;
  }
}
@media only screen and (max-width: 460px) {
	.simulation-donation-table-data table {
    width: 140%;
  }
}