@charset "UTF-8";

.yellowArea {
  background-color: #fbf8cb;
}
a.anc_cpNote {
  color: #333;
  font-weight: bold;
  font-size: 30px;
}
a.anc_cpNote span.anc_cpNoteTxt {
	display: inline-block;
	text-decoration: underline;
}
a.txtLink {
  text-decoration: underline;
  color: #0000ff;
  display: inline;
}
.store {
  background-color: #fbf8cb;
  padding: 4.167% 8.33333% 3.125%;
}
.store h2 {
  width: 66.1%;
  margin: 0 auto;
}
.store_block {
  background-color: #FFF;
  border-radius: 20px;
  margin-top: 5.2083%;
  padding: 0 0 2.0832%;
}
.store_block h3 a {
  position: relative;
  display: block;
  margin: 0 auto;
}
.store_block h3 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -20px;
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: solid 4px #d31111;
  border-left: solid 4px #d31111;
  border-radius: 0;
  box-sizing: content-box;
  -webkit-transform: translateY(-50%) rotate(-225deg);
  -ms-transform: translateY(-50%) rotate(-225deg);
  transform: translateY(-50%) rotate(-225deg);
}
.store_block .contsImg {
  margin-top: 5.2083%;
  padding: 0;
}
.store_block .contsTxt {
  margin-top: 3.75%;
}
.store_block:nth-of-type(n + 2) {
  margin-top: 3.75%;
}
.store_block .LinkItem_Wrap {
  margin-top: 5.2083%;
}
.store_block .LinkItem {
  margin-bottom: 3.125%;
}
.store_block .LinkItem:last-of-type {
  margin-bottom: 0;
}
.store_block .LinkItem a {
  display: block;
  line-height: 1.0;
}
.store .contsImg.bnr02 {
    margin-top: 6.25%;
    padding: 1px 2.25% 2.125%;
}
.store .contsImg.bnr {
  margin-top: 6.25%;
  padding: 0 0 3.125%;
}
.pb90p {padding-bottom: 9.375% !important;}
.cardInfo {
	padding: 0 4.16667% !important;
}
.cpNotes {
	padding: 5.2083% 8.33333% 3.125%;
}

@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;
	}
   .contsTxt.spfs {
    font-size: 12.8px;
  }
  .store_block {
    border-radius: 10px;
  }
  .store_block h3 a {
    width: 24%;
  }
  .store_block h3 a::after {
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #d31111;
    border-left: solid 2px #d31111;
  }
  .store_block .contsTxt {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 460px){
	a.anc_cpNote {
		font-size: 18px;
	}
}
@media only screen and (min-width:641px) {
  .store_block h3 a {
    max-width: 196px; 
  }
}