/* フォント */
html, body {
  font-family: "Apple TP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
  color:#313131;
  font-size: 62.5%;
}
/* /フォント */

.header .globalnavi, .button-separate, .list--type_social, .banner {
  *zoom: 1;
}
.header .globalnavi:before, .button-separate:before, .list--type_social:before, .banner:before, .header .globalnavi:after, .button-separate:after, .list--type_social:after, .banner:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.header .globalnavi:after, .button-separate:after, .list--type_social:after, .banner:after {
  clear: both;
}

/* ヘッダー */
.header #logo {
  float: left;
}
.header #goto_top {
  float: right;
}
.header #logo {
  line-height: 1;
}
.header #logo a {
  line-height: 1;
}
.header #logo img {
  width: 74px;
}
.header #goto_top {
  margin-top: 12px;
  padding-right: 13px;
}
header {
  padding: 8px;
  border-bottom: 2px solid #d2d2d2;
}
header .headerLeftRightWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerLeftWrap {
  display: flex;
  align-items: center;
}
header .headerLeftWrap .gNavi ul {
  margin: 0;
  list-style-type: none;
}
header .headerLeftWrap .gNavi .logo--iD {
  margin-right: 12px;
}
header .headerLeftWrap .gNavi .logo--iD img {
  width: 74px;
}
header .headerLeftWrap .icon--anniversary img {
  width: 60px;
}
header #goto_top a {
  line-height:1.5;
  font-family:"Avenir", "Helvetica Neue", "Helvetica", "Arial", "Verdana", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
@media screen and (max-width: 768px) {
  header {
    height: auto;
  }
  header .headerLeftWrap .icon--anniversary {
    margin-right: 12px;
  }
}
/* /ヘッダー */

/* フッター */
.button-single, .button-separate, .footer, .align-left, .align-center {
  text-align: center;
}
.footer {
  margin-top: 0;
  padding-top: 0;
  padding-bottom:20px;
}
.footer-logo {
    padding-top: 29px;
    margin-bottom: 0;
    text-align: center;
}
.footer-logo img {
  width: 71px;
}
.footer #goto-id {
  margin-top: 18px;
}
.footer a {
  -moz-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  color: #dcdcdc;
}
.footer a:hover {
  color: #fff;
  -moz-transition: color 0.25s linear;
  -o-transition: color 0.25s linear;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
}
/* /フッター */

/* utility */
.pc {
  display: block;
}
@media print, screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}
@media print, screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
.redtxt {
  color: #ff0000;
}
.txtLink {
  color: #0071bc;
}
.u-ta-c {
  text-align: center;
}
.u-mt-0 {
  margin-top: 0!important;
}
.u-mb-0 {
  margin-bottom: 0!important;
}
.u-mb-32 {
  margin-bottom: 32px!important;
}
.u-mr-0 {
  margin-right: 0!important;
}
.u-pt-16 {
  padding-top: 16px;
}
.u-pt-18 {
  padding-top: 18px;
}
.u-pb-0 {
  padding-bottom: 0!important;
}
.u-pb-20 {
  padding-bottom: 20!important;
}
.u-fz-16 {
  font-size: 1.6rem;
}
.u-fz-20 {
  font-size: 2rem;
}
.u-fw-bold {
  font-weight: bold!important;
}
.u-c-yellow {
  color: #eac904!important;
}
@media print, screen and (max-width: 768px) {
  .u-sm-mb-16 {
    margin-bottom: 16px!important;
  }
  .u-sm-mb-24 {
    margin-bottom: 24px!important;
  }
  .u-sm-mb-32 {
    margin-bottom: 32px!important;
  }
}
/* utility */

a:focus-visible {
  outline: 2px solid black;
}
sup {
vertical-align:text-top;
font-size:small;
}
p, li,dl,dd {
  font-size: 1.6rem;
  margin: 0;
}
h1.section__title {
  margin: 40px 0;
}
@media screen and (max-width: 768px){
  h1.section__title {
    margin: 4.222222vw 0;
  }
}
h2{
  margin:0;
  padding:0;
  text-align:center;
  border-bottom:none;
  box-shadow:none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 見出し */
.p-heading-Lv2 {
  margin-bottom: 48px;
  padding: 20px;
  text-align: center!important;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #ffc000;
  border: 4px solid #265a99;
}
@media screen and (max-width: 768px){
  .p-heading-Lv2 {
    margin-bottom: 0;
    padding: 16px 12px;
    font-size: 2rem;
    font-size: clamp(2rem, 3.444444vw, 2.2rem);
  }
}
.p-heading-Lv3 {
  margin: 0 0 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 768px){
  .p-heading-Lv3 {
    margin: 0 0 12px 0;
  }
}
/* /見出し */

.link-icon--default, .link-icon--under, .link-icon--new_window {
  font-size: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
}
.link-icon--default {
  padding-left: 25px;
  padding-right: 10px;
  background-image: url("/campaign/common/images/ico_circle_default.png");
  background-position: left center;
}
.container a {
  color: #0071bc;
  transition: 0.3s;
}
.container a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px){
  .section {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .section__title {
    margin: 0 auto;
  }
}
.main__setteiLink {
  width: 550px;
  margin: 35px auto 0;
  background: #7f7f7f;
  text-align: center;
  border-radius: 52px;
}
@media print, screen and (max-width: 768px) {
  .main__setteiLink {
    width: 81.33333%;
    margin-top: 6%;
  }
}
.main__setteiLink a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 2.4rem;
  padding: 24px 0;
  line-height: 1;
}
@media print, screen and (max-width: 768px) {
  .main__setteiLink a {
    font-size: 18px;
    padding: 3.91803% 11%;
    line-height: 1.2;
  }
}
.main__setteiLink a:before {
  position: absolute;
  content: '';
  display: block;
  background: url(../images/link_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  padding-top: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
}
@media print, screen and (max-width: 768px) {
  .main__setteiLink a:before {
    width: 5.7377%;
    padding-top: 5.7377%;
    right: 4.09836%;
  }
}
.main__setteiLink a span {
  font-size: 15px;
}
@media print, screen and (max-width: 768px) {
  .main__setteiLink a span {
    font-size: 12px;
  }
}
.l-contentsWrapper {
  width: 100%;
  max-width: 976px;
  margin: 0 auto;
  padding: 48px 28px;
  background-color: #ffffcc;
  box-sizing: border-box;
}
@media screen and (max-width: 768px){
  .l-contentsWrapper {
    width: 100%;
    max-width: 100%;
    padding: 6.888888vw 3.555555vw;
  }
}
.l-contents {
  margin: 0 0 56px;
  padding: 48px 28px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px){
  .l-contents {
    margin: 0 0 5.888888vw;
    padding: 6.888888vw 3.888888vw;
  }
}
.overview__txt--lead {
  font-family: "游明朝","Yu Mincho","Apple TP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
  margin-bottom: 40px;
  font-size: 2rem;
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .overview__txt--lead {
    width: 97%;
    margin: 0 auto 4.222222vw;
    font-size: 1.8rem;
    font-size: clamp(1.8rem, 3.444444vw, 2.4rem);
  }
}
.p-lead-txt {
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-lead-txt {
    font-size: 1.6rem;
    font-size: clamp(1.5rem, 3.444444vw, 2rem);
  }
}
.p-headingAncList {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px){
  .p-headingAncList {
    margin: 3.222222vw 0;
    display: block;
    flex-wrap: initial;
  }
}
.p-headingAncList .p-headingAncList__item {
  width: calc(100% / 3 - 16px);
  margin: 8px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px){
  .p-headingAncList .p-headingAncList__item {
    width: 100%;
    margin: 16px 0;
  }
}
.p-headingAncList .p-headingAncList__item a {
  display: block;
  padding: 20px 12px;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #265a99;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
  border: 4px solid #ffc820;
  border-radius: 4px;
}
@media screen and (max-width: 845px){
  .p-headingAncList .p-headingAncList__item a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px){
  .p-headingAncList .p-headingAncList__item a {
    padding: 16px;
    font-size: 1.6rem;
    font-size: clamp(1.5rem, 3.444444vw, 2rem);
  }
}
.p-headingAncList .p-headingAncList__item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px){
  .p-headingAncList .p-headingAncList__item a:hover {
    opacity: 1;
  }
}
.section__how_iD dl {
  text-align: center;
}
@media print, screen and (max-width: 768px) {
  .section__how_iD dl {
    padding: 24px 0 0;
  }
}
.section__how_iD dl dt {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}
.section__how_iD dl dd p {
  margin-bottom: 28px;
}
@media print, screen and (max-width: 768px) {
  .section__how_iD dl dd p {
    margin-bottom: 20px;
  }
}
.section__how_iD .movieBoxWrapper {
  width: 620px;
  margin: 32px auto 40px;
}
@media screen and (max-width: 768px) {
  .section__how_iD .movieBoxWrapper {
    width: 100%;
    margin: 20px auto 28px;
  }
}
.section__how_iD .movieBox {
  width: 620px;
  border-radius: 17px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section__how_iD .movieBox {
    width: 100%;
    border-radius: 8px;
  }
}
.section__how_iD .movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.section__how_iD .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-howToUseList {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px){
  .p-howToUseList {
  margin: 4.333333vw 0 6.888888vw;
  display: block;
  flex-wrap: initial;
}
}
.p-howToUseList .p-howToUseList__item {
  width: calc(100% / 3 - 16px);
  margin: 8px;
  padding: 16px 12px;
  box-sizing: border-box;
  border: 4px solid #265a99;
  border-radius: 32px;
}
@media screen and (max-width: 768px){
  .p-howToUseList .p-howToUseList__item {
    width: 100%;
    min-height: 250px;
    margin: 0 auto 12px;
    padding: 16px 12px;
  }
}
.p-howToUseList__item .p-howToUseList__item__numIcon {
  margin-bottom: 16px;
  text-align: center;
}
.p-howToUseList__item .p-howToUseList__item__numIcon img {
  width: 64px;
}
@media screen and (max-width: 768px){
  .p-howToUseList__item .p-howToUseList__item__numIcon img {
    width: 44px;
  }
}
.p-howToUseList__item .p-howToUseList__item__title {
  margin-bottom: 22px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px){
  .p-howToUseList__item .p-howToUseList__item__title {
    margin-bottom: 8px;
  }
}
.p-howToUseList__item .p-howToUseList__item__txtBox__txt {
  text-align: center;
}
.p-howToUseList__item-2 .p-howToUseList__item__txtBox__txt {
  padding-top: 20px;
}
@media screen and (max-width: 956px){
  .p-howToUseList__item-2 .p-howToUseList__item__txtBox__txt {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px){
  .p-howToUseList__item-2 .p-howToUseList__item__txtBox__txt {
    padding-top: 16px;
  }
}
.p-howToUseList__item-3 .p-howToUseList__item__txtBox__txt {
  padding-top: 16px;
}
.p-howToUseList__item .p-howToUseList__item__txtBox__logo {
  margin-top: 16px;
  text-align: center;
}
.p-howToUseList__item .p-howToUseList__item__txtBox__logo img {
  width: 72px;
}
.p-1colImgBox {
  margin: 0;
  text-align: center;
}
.p-1colImgBox .p-1colImgBox__item {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

/* ページ上部へ戻るボタン */
#pageTop {
  display: none;
}
#pageTop a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #6d6b6b;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #pageTop a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    right: 10px;
    bottom: 10px;
  }
  #pageTop a img {
    width: 21px;
    height: 12px;
  }
}
/* /ページ上部へ戻るボタン */


/* 251104追加 対応カード・サービス */
.l-contents--card-service .cardTypeList {
  display: flex;
  margin: 48px 0 40px;
  padding-bottom: 72px;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-contents--card-service .cardTypeList {
    width: 100%;
    margin: 0 auto 12px;
    padding-bottom: 56px;
    flex-direction: column;
  }
}
.l-contents--card-service .cardTypeList::after {
    content: "";
    width: 100%;
    height: 21px;
    display: block;
    background: url(/article/id_20thanniversary/images/arrow_border_bl.svg) center 0 no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l-contents--card-service .cardTypeList::after {
    background-size: 200%;
  }
}
.l-contents--card-service .cardTypeList li {
  width: 30%;
  max-width: 400px;
  height: 210px;
  border-radius: 6px;
  box-shadow: 0 5px 8px 1px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l-contents--card-service .cardTypeList li {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 20px;
    height: auto;
    padding: 0;
    border-radius: 8px;
    border: 2px solid #eac900;
    box-shadow: 0 4px #eac900;
  }
}
.l-contents--card-service .cardTypeList li:not(:last-child) {
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .l-contents--card-service .cardTypeList li:not(:last-child) {
    margin-right: auto;
  }
}
.l-contents--card-service .cardTypeList li a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 6px;
  border: 2px solid #eac900;
  color: #333;
  font-size: 31px;
  line-height: 1;
  box-shadow: 0 4px #eac900;
}
@media screen and (max-width: 768px) {
  .l-contents--card-service .cardTypeList li a {
    padding: 12px 8px 10vw;
    justify-content: start;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 700px) {
  .l-contents--card-service .cardTypeList li a {
    padding: 12px 8px 12vw;
  }
}
@media screen and (max-width: 540px) {
  .l-contents--card-service .cardTypeList li a {
    padding: 12px 8px 14vw;
  }
}
@media screen and (max-width: 450px) {
  .l-contents--card-service .cardTypeList li a {
    padding: 12px 8px 17vw;
  }
}
@media screen and (max-width: 375px) {
  .l-contents--card-service .cardTypeList li a {
    padding: 12px 8px 20vw;
  }
}
.l-contents--card-service .cardTypeList li a:hover {
  background: #eac900;
  opacity: 1;
}
.l-contents--card-service .cardTypeList li a .wappen {
  width: 80px;
  height: 80px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -36px;
  left: -15px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 48px;
  background: #5d729c;
  line-height: 1.2222;
}
@media screen and (max-width: 768px) {
  .l-contents--card-service .cardTypeList li a .wappen {
    width: 140px;
    min-width: 50px;
    height: 32px;
    margin: 0 auto 16px;
    padding: 4px;
    font-size: 1rem;
    font-size: clamp(1rem, 3.444444vw, 1.2rem);
    position: static;
    transform: none;
  }
}
.l-contents--card-service .cardTypeList li:nth-child(2) a .wappen {
  background: #c85c5c;
}
.l-contents--card-service .cardTypeList li:nth-child(3) a .wappen {
  background: #64b0aa;
}
.l-contents--card-service .cardTypeList li a .tName {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-contents--card-service .cardTypeList li a .tName {
    height: 32px;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.5;
  }
}
.l-contents--card-service .cardTypeList li a .tText {
  padding: 0 12px 20px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-contents--card-service .cardTypeList li a .tText {
    padding: 0;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.l-contents--card-service .cardTypeList li a::before {
  content: "";
  display: block;
  background: #f2f2f2;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  transform: translateX(-50%);
  position: absolute;
  bottom: 19px;
  left: 50%;
}
.l-contents--card-service .cardTypeList li a::after {
  content: "";
  display: block;
  border-right: 3px solid #eac900;
  border-bottom: 3px solid #eac900;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: 30px;
  left: calc(50% - 2px);
}
.l-contents--card-service .p-heading-Lv4 {
  margin: 0;
  position: relative;
}
.l-contents--card-service .p-heading-Lv4 span {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 12px 16px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #5d729c;
  border-radius: 48px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .l-contents--card-service .p-heading-Lv4 span {
    width: 160px;
  }
}
.l-contents--card-service .p-heading-Lv4::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #5d729c;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.l-contents--card-service .l-contents--slider--postPay .textLink {
  color: #5d729c;
 }
.l-contents--card-service #cardBox01,
.l-contents--card-service #cardBox02,
.l-contents--card-service #cardBox03 {
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .l-contents--card-service #cardBox01,
  .l-contents--card-service #cardBox02,
  .l-contents--card-service #cardBox03 {
    padding: 20px 0;
  }
}
.l-contents--card-service  .l-contents--slider--prepaid .p-heading-Lv4 span {
  background-color: #c85c5c;
}
.l-contents--card-service  .l-contents--slider--prepaid .p-heading-Lv4::after {
  background-color: #c85c5c;
 }
.l-contents--card-service .l-contents--slider--prepaid .textLink {
  color: #c85c5c;
 }
.l-contents--card-service .l-contents--debit .p-heading-Lv4 span {
  background-color: #64b0aa;
}
.l-contents--card-service .l-contents--debit .p-heading-Lv4::after {
  background-color: #64b0aa;
}
.l-contents--card-service .l-contents--debit .textLink {
  color: #64b0aa;
}
.l-contents--card-service .logoSlider {
  position: relative;
  width: 100%;
  margin: 30px 0;
}
@media (max-width: 766px) {
  .l-contents--card-service .logoSlider {
    width: calc(100% - 60px);
    margin: 30px auto;
  }
}
.l-contents--card-service .logoSlider *,
.l-contents--card-service .logoSlider *:focus {
  outline: 0;
  margin: 0 auto;
}
.l-contents--card-service .logoSlider .sliderArrow {
  width: 45px;
  height: 45px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  cursor: pointer;
  transition: background 0.2s linear;
  z-index: 1;
}
.l-contents--card-service .logoSlider .sliderArrow.prev {
  left: -16px;
  transform: translate(0, -50%) scaleX(-1);
}
@media (max-width: 766px) {
  .l-contents--card-service .logoSlider .sliderArrow.prev {
      left: -40px;
    }
}
.l-contents--card-service .logoSlider .sliderArrow.next {
  right: -16px;
  transform: translate(0, -50%);
}
@media (max-width: 766px) {
  .l-contents--card-service .logoSlider .sliderArrow.next {
    right: -40px;
  }
}
.l-contents--card-service .logoSlider .sliderArrow:after {
  content: "";
  display: inline-block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: calc(50% - 2px);
  left: 20px;
  transition: border 0.2s linear;
}
@media (min-width: 767px) {
  .l-contents--card-service .logoSlider .sliderArrow:hover {
    background: #eac900;
  }
  .l-contents--card-service .logoSlider .sliderArrow:hover:after {
    border-color: #fff;
  }
}
.l-contents--card-service .logoSlider ul {
  width: 90%;
  margin: 0 auto;
}
.l-contents--card-service .debitCardList {
  display: flex;
  flex-wrap: wrap;
  width: 410px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768px) {
  .l-contents--card-service .debitCardList {
    width: 100%;
    max-width: 350px;
    justify-content: space-between;
  }
}
.l-contents--card-service .debitCardList .debitCardList__item {
  width: 96px;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .l-contents--card-service .debitCardList .debitCardList__item {
    width: 28%;
    min-width: 50px;
    margin-right: 20px;
  }
}


/* 20251201追加
--------------------------------------------------------- */
.l-contents--cp__bnr {
  text-align: center;
}
.l-contents--voice .p-heading-Lv2 {
  padding: 0 20px;
  color: #313131;
  background-color: initial;
  border: none;
}
.l-contents--voice .p-heading-Lv2 span {
  font-size: unset;
}
.l-contents--voice .p-heading-Lv2 .p-heading-Lv2__subTxt {
  margin-top: 6px;
  display: block;
  color: #3998fe;
  font-size: 1.6rem;
  font-weight: bold;
}

.l-contents--voice .voiceSlider01 {
  position: relative;
  width: 100%;
  margin: 48px 0 20px;
}
@media (max-width: 768px) {
  .l-contents--voice .voiceSlider01 {
    width: calc(100% - 60px);
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  .slick-list.draggable {
    overflow: hidden;
  }
}

.l-contents--voice .voiceSlider01 .sliderArrow {
  width: 45px;
  height: 45px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  cursor: pointer;
  transition: background 0.2s linear;
  z-index: 1;
}
.l-contents--voice .voiceSlider01 .sliderArrow.prev {
  left: -16px;
  transform: translate(0, -50%) scaleX(-1);
}
@media (max-width: 766px) {
  .l-contents--voice .voiceSlider01 .sliderArrow.prev {
      left: -40px;
    }
}
.l-contents--voice .voiceSlider01 .sliderArrow.next {
  right: -16px;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .l-contents--voice .voiceSlider01 .sliderArrow.next {
    right: -40px;
  }
}
.l-contents--voice .voiceSlider01 .sliderArrow:after {
  content: "";
  display: inline-block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: calc(50% - 2px);
  left: 20px;
  transition: border 0.2s linear;
}
@media (min-width: 768px) {
  .l-contents--voice .voiceSlider01 .sliderArrow:hover {
    background: #eac900;
  }
  .l-contents--voice .voiceSlider01 .sliderArrow:hover:after {
    border-color: #fff;
  }
}
.l-contents--voice .voiceSlider01 ul {
  width: 90%;
  margin: 48px auto 0;
}
.voiceSlider01List__item {
  min-height: 360px;
  margin: 0 16px;
  padding: 16px 12px;
  background-color: #FFFFFF;
  border: 2px solid #eac900;
}

/*ユーザーの声 ＞ スライダー デバイス幅により高さ調整
--------------------------------------------------------- */
@media only screen and (max-width: 945px) {
  .voiceSlider01List__item {
    min-height: 400px;
  }
}
@media only screen and (max-width: 910px) {
  .voiceSlider01List__item {
    min-height: 450px;
  }
}
@media only screen and (max-width: 775px) {
  .voiceSlider01List__item {
    min-height: 490px;
  }
}
@media only screen and (max-width: 768px) {
  .voiceSlider01List__item {
    min-height: 400px;
  }
}
@media only screen and (max-width: 645px) {
  .voiceSlider01List__item {
    min-height: 450px;
  }
}
@media only screen and (max-width: 620px) {
  .voiceSlider01List__item {
    min-height: 470px;
  }
}
@media only screen and (max-width: 580px) {
  .voiceSlider01List__item {
    min-height: 360px;
  }
}
@media only screen and (max-width: 419px) {
  .voiceSlider01List__item {
    min-height: 400px;
  }
}
@media only screen and (max-width: 360px) {
  .voiceSlider01List__item {
    min-height: 460px;
  }
}

.voiceSlider01List__item__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  height: 100px;
  text-align: center;
  font-size: clamp(1.6rem, 2.222222vw ,1.8rem);
  font-weight: bold;
  color: #3998fe;
  border-bottom: 2px solid #3998fe;
}

/*ユーザーの声 ＞ スライダー インジケーター
--------------------------------------------------------- */
.slick-dots {
  margin-top: 20px;
  font-size: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .slick-dots {
    margin-top: 20px;
    font-size: 0;
    text-align: center;
  }
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 12px;
}
@media only screen and (max-width: 768px) {
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
  }
}
.slick-dots li button {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 16px;
  height: 16px;
  background: #DCDCDC;
  border: none;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .slick-dots li button {
    display: block;
    font-size: 0;
    line-height: 0;
    width: 16px;
    height: 16px;
    background: #c4c4c4;
    border-radius: 50%;
    position: relative;
  }
}
.slick-dots li.slick-active button {
  background: #3998fe;
}
.slick-dots li.slick-active button:hover {
  opacity: 1;
  cursor: default;
}
@media only screen and (max-width: 768px) {
  .slick-list {
    overflow: visible;
  }
  .slick-track {
    display: flex;
    align-items: stretch;
  }
}


/* 20251205追加
--------------------------------------------------------- */
.u-ta-r {
  text-align: right;
}
.u-mb-40 {
  margin-bottom: 40px!important;
}
.l-contents--slider--voice {
  margin-bottom: 56px;
}


/*ユーザーの声 ＞ タブ
--------------------------------------------------------- */
.tab-HeadingList {
  display: flex;
  gap: 2px;
  margin-bottom: -4px;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .tab-HeadingList {
    flex-wrap: wrap;
  }
}
.tab-HeadingList__item {
  width: 20%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .tab-HeadingList__item {
    width: 33%;
  }
}
@media only screen and (max-width: 485px) {
  .tab-HeadingList__item {
    width: 31.555555%;
  }
}
@media only screen and (max-width: 768px) {
  .tab-HeadingList__item--spHalf {
    width: 49.7000000%;
  }
}
@media only screen and (max-width: 405px) {
  .tab-HeadingList__item--spHalf {
    width: 49.1000000%;
  }
}
.tab-HeadingList__item__button {
  width: 100%;
  min-height: 88px;
  padding: 6px 12px;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 24px 24px 0 0;
  border: 2px solid #DCDCDC;
  border-bottom: none;
  background: #f2f2f2;
  cursor: pointer;
  transition: 0.3s;
}
.tab-HeadingList__item__button.is-active {
  background: #FFFFFF;
  border-top: 12px solid #3998fe;
}
.tab-HeadingList__item__button br.pc {
  line-height: 0;
  height: 0;
}
.tab-content {
  display: none;
  padding: 40px 16px 32px;
  border: 2px solid #DCDCDC;
}
.tab-contentList__item {
  margin-bottom: 20px;
  padding: 0 0 8px 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  border-bottom: 1px dashed #dcdcdc;
}
.tab-contentList__item:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .tab-contentList__item:last-of-type {
    margin-bottom: 40px;
  }
}
.tab-contentList__item::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 8px 2px 0;
  background: #3998fe;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .tab-contentList__item--acc {
    display: none;
  }
}
.js-tab-contentList__accToggle {
  width: 220px;
  margin: 0 auto;
  padding: 20px 12px;
  color: initial;
  background-color: #f2f2f2;
  border-radius: 48px;
  border: none;
  position: relative;
}
.js-tab-contentList__accToggle span {
  font-weight: bold;
}
.js-tab-contentList__accToggle::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  transform: rotate(45deg) translateY(-50%);
  margin-left: 5px;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  border-right: 2px solid #eac904;
  border-bottom: 2px solid #eac904;
}
.js-tab-contentList__accToggle.is-active::before {
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
.js-tab-contentList__accToggle .closeTxt {
  display: none;
}
.js-tab-contentList__accToggle.is-active {
  background-color: #eac904;
}
.js-tab-contentList__accToggle.is-active .openTxt {
  display: none;
}
.js-tab-contentList__accToggle.is-active .closeTxt {
  display: block;
}
.tab-content__img {
  text-align: center;
  margin-bottom: 28px;
}
.tab-content__img img {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
/*/ユーザーの声 ＞ タブ
--------------------------------------------------------- */



/* 推しと一緒にお買い物！
--------------------------------------------------------- */
.l-contents--shopping .p-heading-Lv2 {
  padding: 0 20px;
  color: #313131;
  background-color: initial;
  border: none;
}
.l-contents--shopping .p-heading-Lv2 span {
  font-size: unset;
}
.l-contents--shopping .p-heading-Lv2 .p-heading-Lv2__subTxt {
  margin-top: 6px;
  display: block;
  color: #3998fe;
  font-size: 1.6rem;
  font-weight: bold;
}
.l-contents--shopping .l-contents--shopping__txtLink {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  text-align: right;
}
@media (max-width: 766px) {
  .l-contents--shopping .l-contents--shopping__txtLink {
    width: 95%;
  }
}
/* /推しと一緒にお買い物！
--------------------------------------------------------- */



/* 推しと一緒にお買い物！＞スライダー
--------------------------------------------------------- */
.l-contents--shopping .shoppingSlider {
    position: relative;
    width: 100%;
    margin: 12px 0 28px;
}
@media (max-width: 766px) {
  .l-contents--shopping .shoppingSlider {
    width: calc(100% - 60px);
    margin: 0px auto 20px;
  }
}
.l-contents--shopping .shoppingSlider .sliderArrow {
  width: 45px;
  height: 45px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  cursor: pointer;
  transition: background 0.2s linear;
  z-index: 1;
}
.l-contents--shopping .shoppingSlider .sliderArrow.prev {
  left: -16px;
  transform: translate(0, -50%) scaleX(-1);
}
@media (max-width: 766px) {
  .l-contents--shopping .shoppingSlider .sliderArrow.prev {
      left: -40px;
    }
}
.l-contents--shopping .shoppingSlider .sliderArrow.next {
  right: -16px;
  transform: translate(0, -50%);
}
@media (max-width: 766px) {
  .l-contents--shopping .shoppingSlider .sliderArrow.next {
    right: -40px;
  }
}
.l-contents--shopping .shoppingSlider .sliderArrow:after {
  content: "";
  display: inline-block;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: calc(50% - 2px);
  left: 20px;
  transition: border 0.2s linear;
}
@media (min-width: 767px) {
  .l-contents--shopping .shoppingSlider .sliderArrow:hover {
    background: #eac900;
  }
  .l-contents--shopping .shoppingSlider .sliderArrow:hover:after {
    border-color: #fff;
  }
}
.l-contents--shopping .shoppingSlider ul {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .l-contents--shopping .shoppingSlider ul {
      width: 95%;
    }
  }
.l-contents--shopping .shoppingSlider li {
  margin: 0 8px;
  transition: 0.6s ease;
  will-change: transform;
}
.l-contents--shopping .shoppingSlider li .shoppingSlider__img img {
  margin: 0 auto;
  transition: 0.6s;
}
.shoppingSlider__img {
  padding: 32px 12px 20px;
}
@media only screen and (max-width: 768px) {
  .shoppingSlider__img {
    padding: 24px 0 16px;
  }
}
.shoppingSlider__txt {
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .shoppingSlider__txt {
    font-size: 1.3rem;
  }
}


/* ホバー／カーソル効く場合のみ*/
@media (hover: hover) and (pointer: fine) {
  .l-contents--shopping .shoppingSlider li:hover {
    transform: rotate(4deg);
  }
  .l-contents--shopping .shoppingSlider li:hover .shoppingSlider__img img {
    box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.15);
  }
}

/* SPのみ*/
@media only screen and (max-width: 768px) {
  .l-contents--shopping .shoppingSlider li.is-active {
    transform: rotate(4deg);
  }
  .l-contents--shopping .shoppingSlider li.is-active .shoppingSlider__img img {
    box-shadow: 10px 10px 16px rgba(0, 0, 0, 0.15);
  }
}
/* /推しと一緒にお買い物！＞スライダー
--------------------------------------------------------- */