/* margin */
.mb-small{
  margin-bottom: 16px;
}
.mb-xsmall{
  margin-bottom: 8px;
}
.mt-small{
  margin-top: 16px;
}
.mt-32 {
  margin-top: 32px;
}
/* color */
.color-gold{
  color: #A66423;
}
.color-dOrange{
  color: #D23A00;
}
.color-silver{
  color: #6A7181;
}
.--bgc_gray80{
  background-color: #CCCCCC;
  color: #000000;
}
.--bgc_gray97{
  background-color: #F7F7F7;
  color: #000000;
}
.--bgc_gray100{
  background-color: #E8E8E8;
  color: #000000;
}
.--bgc-pale-orange{
  background-color: #FFF8F4
}
/* font */
.fs-xlarge {
  font-size: 3.2rem;
}
.fs-large {
  font-size: 2.4rem;
}
.fs-medium {
  font-size: 1.8rem;
}
.fs-small {
  font-size: 1.4rem;
}
.fs-xsmall {
  font-size: 1.2rem;
}
.cmn_heading04._mod {
  font-size: 2.4rem;
}
/* remove border */
.no-border-top {
  border-top: none !important;
}
.no-border-bottom {
  border-bottom: none !important;
}
/* layout */
.col2{
  display: flex;
}
.col2 .col{
  flex: 1;
}
/* title with down arrow*/
.title-arrow{
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.title-arrow::after{
  content: "";
  display: block;
  width: 96px;
  height: 40px;
  margin: 10px auto 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.title-arrow.--gold{
  color: #D23A00;
}
.title-arrow.--gold::after{
  background-image: url(/function/cardspec/img/icon_arrow_gold.png);
}
.title-arrow.--silver::after{
  background-image: url(/function/cardspec/img/icon_arrow_silver.png);
}
/* highlight box */
.highlight-box{
  padding: 24px 16px;
  background-color: #FFF8F4;
}
.plus-layout{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin: 16px 0;
}
.plus-col{
  flex: 1;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  background: #fff;
  padding: 18px 0;
}
.plus-center{
  width: 48px;
  height: 52px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plus-center img{
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.highlight-flex{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.highlight-col{
  flex: 1;
}
.highlight-col:nth-child(1){
  text-align: right;
}
.highlight-col:nth-child(3){
  text-align: left;
}
.highlight-divider{
  width: 1px;
  height: 64px;
  background: #ddd;
}
/* symbols */
.point-note{
  font-size: 1.4rem;
  vertical-align: super;
  margin-left: 4px;
  color: #222;
  line-height: 1.7;
}
.symbol{
  display: block;
  text-align: center;
  font-size: 2.4rem;
}
/* card spec */
.card_spec_wrap{
  display: flex;
}
.card_spec_item{
  flex: 1;
}
.card_spec_item:nth-child(2){
  display: flex;
  flex-direction: column;
}
.card_spec_item:nth-child(2) .cmn_btn_wrap:last-child{
  margin-top: auto;
}
.card_logo_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.gray-line {
  border: none;
  border-top: 1px solid #CCCCCC;
  margin: 16px 0 20px;
}
.cmn_annotation_text._mod {
  display: inline-flex;
}
.sticky {
  position: sticky;
  top: 133px;
  z-index: 5;
}
.left-border:after {
  content: "";
  display: block;
  border-left: 1px solid #CCC;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
}
.vaT {
  vertical-align: baseline !important;
}
@media screen and (max-width:640px){
  /* --switching fix */
  .cmn_btn_txt.--switching {
    padding: 0;
    margin-bottom: 4px;
  }
  .cmn_btn_txt.--switching span {
    font-size: 1.2rem;
    line-height: 1.2
  }
  .cmn_btn_txt.--switching span.--red {
    display: inline;
  }
  .cmn_btn_txt.--switching::before,
  .cmn_btn_txt.--switching::after {
    height: 30px;
  }
  .cmn_btn_txt.--switching::before {
    margin-left: -4px;
  }
  .cmn_btn_txt.--switching::after {
    margin-left: 4px;
  }
  .cmn_btn_secondary._mod,
  .cmn_btn_primary._mod {
    font-size: 1rem;
    padding: 17px 8px;
    height: 51.8px;
  }
  .cmn_btn_secondary._mod02 {
    padding: 12px 46px 12px 24px;
  }
  .cmn_btn_secondary._mod::after,
  .cmn_btn_primary._mod::after {
    background: none !important;
  }
  /* margin */
  .mb-small{
    margin-bottom: 8px;
  }
  .mt-small{
    margin-top: 8px;
  }
  /* font */
  .fs-xlarge{
    font-size: 2.4rem;
  }
  .fs-large{
    font-size: 1.8rem;
  }
  .fs-medium{
    font-size: 1.6rem;
  }
  .cmn_heading04._mod {
    font-size: 2rem;
  }
  /* title with down arrow*/
  .title-arrow{
    font-size: 1.1rem;
  }
  .title-arrow::after{
    width: 48px;
    height: 20px;
    margin: 4px auto 0;
  }
  /* highlight box */
  .plus-col{
    padding: 8px;
  }
  .plus-center img{
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  .card_spec_wrap{
    gap: 16px;
  }
  .highlight-col:nth-child(1){
    text-align: center;
  }
  .highlight-col:nth-child(3){
    text-align: center;
  }
  .w80sp {
    width: 80%;
    margin: 0 auto;
  }
  .nowrap {
    white-space: nowrap;
  }
  .card_logo_list {
    padding: 0 42px;
  }
  .sticky {
    top: 60px;
  }
}