@charset "UTF-8";

/* =====================
  ■ keyvisual
===================== */
@media screen and (min-width: 701px), print {
  .cp3-keyvisual {
    margin: 0 auto;
    width: 980px;
  }
}

/* =====================
  ■ logoList
===================== */
.cp3-logoList {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 701px), print {
  .cp3-logoList {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.cp3-logoList_item {
  text-align: center;
}

.cp3-logoList_item:not(:last-child) {
  margin-right: 10px;
}

@media screen and (min-width: 701px), print {
  .cp3-logoList_item:not(:last-child) {
    margin-right: 20px;
  }
}

.cp3-logoList_img-jcb {
  width: 93px;
}

.cp3-logoList_img-ana {
  width: 171px;
}

.cp3-logoList_img-metro {
  width: 132px;
}

.cp3-logoList_text {
  display: block;
  margin-top: 5px;
}

/* =====================
  ■ 251209公開分
===================== */
.mileearned-btn {
  padding: 0 16px;
  margin: 20px 0 0;
  min-height: 72px;
  border: none;
  border-radius: 10px;
  background-color: #fff;
  width: 483px;
  max-width: 50%;
  box-shadow: 0px 4px 4px #99bee2;
  cursor: pointer;
  transition: 0.3s ease transform, 0.3s ease opacity, 0.3s ease box-shadow;
}
.mileearned-btn:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
}
.mileearned-btn span {
  display: inline;
  position: relative;
  color: #333;
  font-weight: bold;
  font-size: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.mileearned-btn span:first-child::before,
.mileearned-btn span::after {
  content: "";
  position: relative;
  display: flex;
}
.mileearned-btn span:first-child::before {
  background-image: url(/promotion/jcb_anacard/images/cp3/icon_charm_acobtn.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
}
.mileearned-btn span:first-child::after {
  background-image: url(/promotion/jcb_anacard/images/cp3/icon_accordion_plus.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}
.mileearned-btn span:last-child {
  display: none;
}
.mileearned-btn span:last-child::after {
  background-image: url(/promotion/jcb_anacard/images/cp3/icon_accordion_minus.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
}

.mileearned-btn.is-open span:first-child {
  display: none;
}
.mileearned-btn.is-open span:last-child {
  display: flex;
}

/*アコーディオン*/
.mileearned-accordion {
  margin: 0 auto;
  padding: 13px 0 10px;
  overflow: hidden;
  height: 150px;
  transition: height .3s;
  position: relative;
  justify-content: center;
  max-width: 984px;
}
.mileearned-accordion::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(0deg, rgba(237, 245, 255, 1), rgba(255, 255, 255, 0));
  z-index: 1;
  transition: background-image .3s;
}
.mileearned-accordion.is-open {
  height: auto;
}
.mileearned-accordion.is-open::after {
  background-image: linear-gradient(0deg, rgba(237, 245, 255, 0), rgba(255, 255, 255, 0));
  visibility: hidden;
}
.mileearned{
  text-align:center;
  margin: 0 auto;
  padding: 25px 20px 0;
}
.mileearned-accordion .lprn-campaign_listNote {
  text-align: initial;
}

/* ===== PC（702px 以上）は常に overflow:hidden でバー非表示 ===== */
@media (min-width: 702px) {
.mileearned-accordion {
overflow: hidden !important;   /* PC は一切バーを出さない */
}
}

/* ===== SP（701px 以下）：ボタン幅/余白調整＋アイコン縮小 ===== */
@media (max-width: 701px) {
.mileearned-btn {
position: relative;
width: 100%;
max-width: 88%;
padding: 9px 5px;
box-sizing: border-box;
text-align: center;
min-height: 65px;
}
.mileearned-btn span{
  font-size: 18px;
  gap: 22px;
}

/* 左アイコン */
.mileearned-btn span:first-child::before {
content: "";
left: 12px;
top: 50%;
width: 50px;
height: 50px;
background-image: url(/promotion/jcb_anacard/images/cp3/icon_charm_acobtn.svg);
background-repeat: no-repeat;
background-size: 100%;
}

/* ＋アイコン（閉じている時） */
.mileearned-btn span:first-child::after {
content: "";
right: 12px;
top: 50%;
width: 16px;
height: 16px;
background-image: url(/promotion/jcb_anacard/images/cp3/icon_accordion_plus.png);
background-repeat: no-repeat;
background-size: 100%;
}

/* －アイコン（開いている時） */
.mileearned-btn span:last-child::after {
content: "";
right: 12px;
top: 50%;
width: 16px;
height: 16px;
background-image: url(/promotion/jcb_anacard/images/cp3/icon_accordion_minus.png);
background-repeat: no-repeat;
background-size: 100%;
}
}

/* テーブル */
.mileearned_table {
  border-bottom: 1px solid #ccc;
  border-collapse: separate;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-spacing: 0;
  border-radius: 10px;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.3em;
}

.mileearned_table_head {
  border-top: 1px solid #ccc;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  background-color: #006EDB;
  color: #fff;
  font-weight: 600;
}

.mileearned_table_head:not(:last-child) {
  border-right: 1px solid #ccc;
}

.mileearned_table_data {
  border-top: 1px solid #ccc;
  padding: 5px;
  background-color: #F2F2F2;
}

.mileearned_table_data:not(:last-child) {
  border-right: 1px solid #ccc;
  background-color: #fff;
}

.mileearned_table_bg-lightYellow {
  background-color: #fffdeb;
}

.mileearned_table_bg-lightBlue {
  background-color: #edf5ff;
}

.mileearned_table thead tr:first-child>*:first-child{
  border-radius: 10px 0 0 0;
  width: 20%;
}
.mileearned_table thead tr:first-child>*:last-child{
  border-radius: 0 10px 0 0;
  width: 40%;
}
.mileearned_table tbody tr:last-child>*:first-child{
  border-radius: 0 0 0 10px;
}
.mileearned_table tbody tr:last-child>*:last-child{
  border-radius: 0 0 10px 0;
}
.mileearned_table--cardImg:not(:last-child){
  background-color: #fff;
}
.mileearned_table--cardImg{
  background-color: #F2F2F2;
  font-size: 16px;
  color: #333333;
}
.mileearned_table--cardImg div{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
.mileearned_table--cardImg div figure{
  width: 111px;
}
.mileearned_table--notice{
  font-size: 12px;
  line-height: 0.4em;
}
.mileearned_table_button{
  width: 85%;
  margin: 14px auto;
  font-size: 18px;
  background-color: #00B3F0;
}

@media screen and (max-width: 701px), print {
  .mileearned{
    padding: 20px 20px 0;
  }
  .mileearned_table{
    font-size: 14px;
  }
  .mileearned_table--cardImg{
    font-size: 14px;
    vertical-align: top;
  }
  .mileearned_table--cardImg div{
    display: contents;
  }
  .mileearned_table thead tr:first-child>*:first-child{
    width: 28%;
  }
  .mileearned_table--cardImg:not(:last-child){
    width: 36%;
  }
  .mileearned_table thead tr:first-child>*:last-child{
    width: 36%;
  }
  .mileearned_table--cardImg div figure{
    width: 80%;
    margin: 4px auto 10px;
  }
  .mileearned_table_head{
    padding: 10px 5px;
  }
  .mileearned_table_data{
    padding: 5px 4px;
  }
  .mileearned_table_button{
    width: 98%;
    font-size: 16px;
    padding: 8px 1% 12px 29%;
    margin: 5px auto;
    text-align: left;
    background-position: calc(100% - 20px) 34px;
  }
  .mileearned_table_button span{
    font-size: 10px;
  }
}
@media screen and (max-width: 560px), print {
  .mileearned_table_button{
    padding: 8px 1% 12px 23%;
  }
}
@media screen and (max-width: 430px), print {
  .mileearned_table_button{
    padding: 8px 1% 12px 10%;
    background-position: calc(100% - 10px) 34px;
  }
}
.lprn-button:hover{
	cursor: pointer;
}