@charset 'UTF-8';
/* オーバーライド ------------------------------- */
.oldcp__button-item p.oldcp__button-lead {
  margin-bottom: 10px;
  text-align: center;
}

@media print, screen and (min-width: 701px) {
  .oldcp__button-item a.oldcp__button-linkCenter {
    margin: 0 auto;
  }
}

/* 汎用クラス ------------------------------- */
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*-210701公開ファイル-------------------------------------*/

.inquiry-unit__headingblue{
  background-color: #006CD5;
  color: #fff;
  font-weight: bold;
}

.text-color_blue{
  color: #006CD5;
}

.oldcp__title.text-color_blue {
  font-size: 18px;
}

.text-color-black{
  color: black;
}


@media print, screen and (min-width: 701px) {
  .oldcp__title.text-color_blue {
    font-size: 28px;
  }
}

.oldcp__button-item-blue a {
  width: 100%;
  display: block;
  padding: 15px; 
  background-color: #006CD5;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}

.oldcp__button-item-blue a:not([target='_blank']) span:after {
  content: '';
  display: inline-block;
  height: 8px; 
  width: 8px;
  margin-left: 3px;
  margin-bottom: 1px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
}
.oldcp__button-item-blue a[target='_blank'] span:after {
  content: '';
  display: inline-block;
  height: 10px; 
  width: 10px;
  margin-left: 5px;
  background: url('/promotion/jcb_anacard/images/ico_btn_blank.svg') no-repeat center top;
  background-size: cover;
}
.oldcp__button-item-blue a[href^='#anc'] span:after {
  content: '';
  display: inline-block;
  height: 6px; 
  width: 10px;
  margin-left: 8px;
  background: url('/promotion/jcb_anacard/images/ico_btn_anchor.svg') no-repeat center top;
  background-size: cover;
  vertical-align: middle;
}
@media print, screen and (min-width: 701px) {
  .oldcp__button-item-blue a {
    width: 300px;
    font-size: 16px;
  }
  .oldcp__button-item-blue a:hover {
    opacity: 0.8;
  }
}

.oldcp__button-item-white a {
  width: 100%;
  display: block;
  padding: 15px; 
  background-color: #fff;
  border-radius: 100px;
  border: solid 3px #006CD5;
  color: #006CD5;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}
.oldcp__button-item-white a:not([target='_blank']) span:after {
  content: '';
  display: inline-block;
  height: 6px; 
  width: 6px;
  margin-left: 5px;
  margin-bottom: 1px;
  border-top: solid 2px #006CD5;
  border-right: solid 2px #006CD5;
  transform: rotate(45deg);
}


.oldcp__button-item-white a[target='_blank'] span:after {
  content: '';
  display: inline-block;
  height: 10px; 
  width: 10px;
  margin-left: 5px;
  background: url('/promotion/jcb_anacard/images/ico_btn_blank_blue.svg') no-repeat center top;
  background-size: cover;
}
.oldcp__button-item-white a[href^='#anc'] span:after {
  content: '';
  display: inline-block;
  height: 6px; 
  width: 10px;
  margin-left: 8px;
  background: url('/promotion/jcb_anacard/images/ico_btn_anchor.svg') no-repeat center top;
  background-size: cover;
  vertical-align: middle;
}
@media print, screen and (min-width: 701px) {
  .oldcp__button-item-white a {
    width: 300px;
    font-size: 16px;
  }
  .oldcp__button-item-white a:hover {
    opacity: 0.6;
  }
}

.oldcp__unit-blue + .oldcp__unit-blue {
  border-top: solid 1px #EEF5F9;
}
.oldcp__unit-blue {
  padding: 0 0 30px;
}
.oldcp__unit-blue + .oldcp__unit-blue {
  padding-top: 30px;
}
.oldcp__unit-blue:last-child {
  padding-bottom: 0;
}
@media print, screen and (min-width: 701px) {
  .oldcp__unit-blue {
    padding: 0 0 40px;
  }
  .oldcp__unit-blue + .oldcp__unit-blue {
    padding-top: 40px;
  }
}

/* inquiry-box-blue ------------------------*/
.inquiry-box__heading-blue {
  margin: 50px 0 25px;
  padding: 0 0 20px;
  font-size: 22px;
}

.inquiry-box__heading-blue {
  position: relative;
}
.inquiry-box__heading-blue:before {
  position: absolute;
  bottom: 0; 
  left: 0;
  content: '';
  height: 2px;
  width: 100%;
  background-color: #EEF5F9;
}

.oldcp__inner_border-blue{
  border: solid 2px;
  border-color: #006cd5;
}

/*-211001公開ファイル-------------------------------------*/
.oldcp__item.cpold_notice.cpold_notice-link a span {
  display: inline;
}


/*-230607ファイル-------------------------------------*/

@media screen and (max-width: 700px) {
  .footer__list {
    flex-direction: column;
  }
  .footer__item + .footer__item:after {
    display: none;
  }
  .footer__item + .footer__item {
    margin: 0;
    margin-top: 20px;
  }
}

/*-250217ファイル-------------------------------------*/
.txt-link a {
  color: #006edb;
  position: relative;
  display: inline-block;
  text-decoration: underline;
}

.txt-link a:hover {
  opacity: 0.8;
}

.txt-link a[target='_blank'] span::after {
  content: '';
  position: absolute;
  background-image: url(/promotion/jcb_anacard/images/renewal_cp_common/icon_link_blank_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 12px;
  bottom: 5px;
  right: -20px;
}
/*-260227ファイル-------------------------------------*/
.oldcp__date {
  align-items: center;
  background-color: #E3EFFF;
  display: flex;
  gap: 16px;
  margin: 10px auto 0;
  padding: 10px 20px;
  width: fit-content;
}
.oldcp__date--head {
  background-color: #006CD5;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 2px 10px;
  width: fit-content;
}
.oldcp__date--body {
  font-size: 16px;
  font-weight: bold;
}
.oldcp__date--body strong {
  font-size: 24px;
  font-weight: bold;
  margin: 0 2px;
}
@media screen and (max-width: 700px) {
  .oldcp__date {
    gap: 8px;
    padding: 10px 10px;
    margin: 10px auto 0;
    width: 100%;
  }
  .oldcp__date--head {
    font-size: 11px;
    padding: 2px 5px;
  }
  .oldcp__date--body {
    font-size: 14px;
    letter-spacing: -0.1px;
  }
  .oldcp__date--body strong {
    font-size: 18px;
    margin: 0;
  }
}