@charset "UTF-8";

main{
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}
.pcView {display: none;}
.spView {display: block;}

@media only screen and (min-width:768px) {
	.pcView {display: block;}
	.spView {display: none;}
}
/*「キャンペーン詳細とご注意事項ボタン」へのアンカーリンク*/
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){
	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%;
}
/*conts01*/
.conts01 .normalBtn01 {
  max-width: 853px;
  margin: 0 auto;
  padding: 0 4.1666% 4.6875%;
}
.conts01 .contsImg02 {
  max-width: 690px;
  margin: 0 auto;
  padding: 0 4.1666% 2.77778%;
}
.conts01 .contsImg03 {
  max-width: 560px;
  margin: 0 auto;
  padding: 0 7.40741% 2.77778%;
}
.conts01 .yellowArea {
  background-color: #ffffa1;
}
.conts01 .normalBtn02 {
  max-width: 854px;
  margin: 0 auto;
  padding: 2.7777% 4.1666% 3.7037%;
}
.conts01 .normalBtn02 a:nth-child(n+2) {
  margin-top: 1.3888%;
}
/*conts02*/
.conts02 {
  background-color: #f0f0f0;
}
.conts02 {
  margin-top: 5.55556%;
  padding: 3.7037% 0 4.6296%;
}
.conts02 h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.cpNotesList {
  max-width: 930px;
  width: 86.2%;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.cpNotesList li {
  font-size: 17px;
}
.cpNotesList li.fs20p {
    font-size: 20px;
}

.cpNotesList li.cpNotesSubttl {
  background-color: #dcdcdc;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  padding: 1%;
  position: relative;
  border-radius: 2px;
  margin-bottom: 1.85186%;
}
.cpNotesList li.cpNotesSubttl::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/ic_01.png") no-repeat center top/100%;
  bottom: 0;
  left: 2.5%;
  width: 48px;
  height: 46px;
}
@media only screen and (max-width: 767px) {
  .cpNotesList {
    width: 92%;
  }
  .cpNotesList li.cpNotesSubttl {
    font-size: 20px;
    padding-bottom: 0.5%;
  }
  .cpNotesList li.cpNotesSubttl::before {
    width: 36px;
    height: 34px;
  }
}
@media only screen and (max-width: 460px) {
  .conts02 h2 {
    font-size: 22px;
  }
  .cpNotesList li {
    font-size: 14px;
  }
  .cpNotesList li.fs20p {
    font-size: 16px;
  }
  .cpNotesList li.cpNotesSubttl::before {
    width: 30px;
    height: 29px;
  }
}
@media only screen and (max-width: 360px) {
  .cpNotesList li.cpNotesSubttl::before {
    width: 24px;
    height: 23px;
  }
}
/*=============== アコーディオン accordion-js01 ===============*/
details {
  max-width: 930px;
  padding: 0 4.16667%;
  margin: 0 auto;
	transition: 0.5s;
}
details > summary {
  position: relative;
  padding: 10px;
  background: #dcdcdc;/* カラー01 */
  border-radius: 20px;
  cursor: pointer;
  list-style: none;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
details > summary::-webkit-details-marker {
  display:none;
}
details > summary:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
details[open] > summary {
  border-radius: 20px 20px 0 0;
}
details[open] > summary:after{
  content: "-";
  right: 13px;
}
details[open] .accordion__body {
	animation: fadeIn 0.5s ease;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.accordion__body .cpNotesList {
  width: 100%;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
  }
  100% {
    opacity: 1;
  }
}
details .cpNotesSubttl {
  margin: 1em 0 0.3em;
  font-weight: bold;
  border-bottom: 1px solid #cbcaca;
}
.cpNotesItem01 {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.cpNotesItem02 {
  text-indent: -3em;
  padding-left: 3em;
}
/*conts03*/
.conts03 {
  margin-top: 2.7777%;
  position: relative;
}
.conts03 .contsImg05 {
  max-width: 800px;
  margin: 0 auto;
  position: absolute;
  left: 140px;
  bottom: 70px;
}
@media only screen and (max-width: 1079px) {
  .conts03 .contsImg05 {
    left: 12.9vw;
    bottom: 6.481vw;
    width: 74%;
  }
}
/*conts04*/
.conts04 {
  background-color: #f0f0f0;
  margin-top: 5.5555%;
  padding-bottom: 3.7037%;
  text-align: center;
}
.conts04 h2{
  font-size: 35px;
  font-weight: bold;
	padding: 2.7777% 1.8518%;
  margin: 0 auto;
}
.contsWrap {
  max-width: 834px;
  width: 77.22%;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 15px;
  box-sizing: border-box;
}
.contsBox {
  padding: 1.8518%;
}
.contact {
  padding-top: 3.7037%;
}
.contsWrap h3 {
  font-size: 26px;
  font-weight: bold;
}
.contsWrap .contact {
  display: flex;
  flex-wrap: wrap;
}
.contsWrap .contsBox:nth-child(n+2) {
  position: relative;
}
.contsWrap .contsBox:nth-child(n+2)::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: repeating-linear-gradient(90deg, #969696, #969696 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 2px;
  top: 0;
  left: 0;
  width: 95%;
  height: 4px;
  transform: translateX(2.5%);
}
.contsWrap .redTxt {
  width: 40%;
  color: #cc0033;
  font-size: 20px;
  font-weight: bold;
}
.contsWrap .redTxt.type02 {
  padding-top: 1.85186%;
}
.contsWrap .number {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items:flex-end;
}
.contsWrap .type01 .redTxt, .contsWrap .type01 .number {
    width: 80%;
    margin: 0 auto;
}
.contsWrap .type01 .redTxt {
  padding-bottom: 0.46297%;
}
.contsWrap .number a {
  letter-spacing: -0.2rem;
  color: #333;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.0;
}
.contsWrap .number span {
  font-size: 17px;
}
.contsWrap .number span.numberNotes {
  font-size: 24px;
  padding-bottom: 0.92593%;
}
@media only screen and (max-width: 1079px) {
  .contsWrap .number a {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .conts04 h2{
    font-size: 30px;
  }

  .contsWrap {
    width: 92%;
  }
  .contsBox {
    padding: 4% 1.8518%;
  }
  .contsWrap .redTxt, .contsWrap .number { 
    width: 100%; 
  }
  .contsWrap .redTxt,
  .contsWrap .type01 .redTxt,
  .contsWrap .number,
  .contsWrap .type01 .number {
    margin-top: 1.5%;
  }
  .contsWrap .type01 .redTxt {
    padding-bottom: 0;
  }
  .contsWrap .number {
    flex-direction: column;
    align-items: center;
  }
  .contsWrap .number a {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 1.5%;

  }
  .contsWrap .number span.numberNotes {
    font-size: 17px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 460px) {
  .conts04 h2 {
    font-size: 22px;
  }
  .contsWrap h3 {
    font-size: 20px;
  }
  .contsWrap .redTxt {
    font-size: 16px;
  }
  .contsWrap .number a {
    font-size: 26px;
  }
  .contsWrap .number span, .contsWrap .number span.numberNotes {
    font-size: 14px;
  }
}
/*btnArea*/
.normalBtn03 {
  max-width: 454px;
  margin: 5.5555% auto 0;
  padding: 0 4.1666% 4.6875%;
}