@charset "UTF-8";
/**************************************************************
*************************************************************

card

*************************************************************
****************************************************************/
.card {}
/* ===== カスタムプロパティ ===== */ 
:root {
  --em: #D32C26; /* 赤い強調 */
  --main-red: #D32C26;
}
.pc_view {}
@media (min-width: 481px) {
  .pc_view {
    display: inline;
  }
}
@media (max-width: 480px) {
  .pc_view {
    display: none;
  }
}
.sp_view {}
@media (min-width: 481px) {
  .sp_view {
    display: none;
  }
}
@media (max-width: 480px) {
  .sp_view {
    display: inline;
  }
}
/*
------------------------------------
 btn--external
------------------------------------
*/
.btn--external {}
@media (max-width: 480px) {
  .btn--external {
    font-size: 1.2rem;
    padding: 0.7em 2.8em;
  }
}
@media (max-width: 480px) {
  .btn--external::after {
    width: 25px;
    height: 25px;
  }
}
.unit--extage .extage-btns .btn--external {}
@media (max-width: 480px) {
  .unit--extage .extage-btns .btn--external {
    font-size: 1.1rem;
  }
}
@media (max-width: 480px) {
  .unit--extage .extage-btns .btn--external::after {
    width: 18px;
    height: 18px;
  }
}
/************************************************************
*************************************************************

main

*************************************************************
**************************************************************/
#main {
  margin: 4rem 0 0;
}
/*
------------------------------------
 共通タイトルスタイル
------------------------------------
*/
#main .unit {
  margin-bottom: 3rem;
}
.section-ttl {
  font-size: clamp(1.6rem, 2.5vw, 2rem);
  font-weight: 700;
  color: #000;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.02em;
  border-bottom: 2px solid var(--main-red);
  padding: 0 0 1.75rem;
  margin-bottom: 3rem;
}
@media (min-width: 481px) and (max-width: 700px) {
  .section-ttl {
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    text-align: center;
  }
}
@media (max-width: 480px) {
  .section-ttl {
    /*font-size: clamp(1.15rem, 2.5vw, 2rem);*/
    font-size: clamp(1.4rem, 4.5vw, 2rem);
    text-align: center;
    white-space: nowrap;
    letter-spacing: 0.001em;
  }
}
.unit-lead {
  margin: 0 0 2.5rem;
}
@media (min-width: 701px) {
  .unit-lead {
    font-size: clamp(1rem, 1.8vw, 1rem);
  }
}
@media (min-width: 601px) and (max-width: 700px) {
  .unit-lead {
    font-size: 1.2rem;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .unit-lead {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .unit-lead {
    font-size: 1.2rem;
  }
}
#main .caption {
  font-size: clamp(0.8rem, 1.5vw, 0.95rem);
  line-height: 1.8;
  color: rgb(0, 0, 0);
  margin-top: 0.3rem;
  text-align: right;
}
/*=============================================
  TSUBASA ちばぎんVisa デビットカード
===============================================*/
.unit {
  padding-bottom: clamp(40px, 6vw, 80px) 0;
}
/* ---------- overエリア ---------- */
.unit .over {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (max-width:850px) {
  .unit .over {
    flex-direction: column;
    align-items: center;
  }
}
/* ---------- カード画像 ---------- */
.unit-media {
  flex: 1 1 45%;
  text-align: center;
}
@media (max-width:850px) {
  .unit-media {
    flex: 1 1 100%;
  }
}
.unit-media img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 0.8rem;
}
@media (min-width:481px) and (max-width:850px) {
  .unit-media img {
    max-width: 450px;
  }
}
@media (max-width:480px) {
  .unit-media img {
    max-width: 100%;
  }
}
.unit-note {
  font-size: clamp(.9rem, 1.3vw, 1rem);
  color: #333;
  line-height: 1.4;
  text-align: left;
}
@media (max-width:850px) {
  .unit-note {
    text-align: right;
  }
}
/* ---------- リスト群 ---------- */
.unit-list {
  flex: 1 1 45%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width:850px) {
  .unit-list {
    flex: 1 1 100%;
    width: 470px;
  }
}
@media (max-width:700px) {
  .unit-list {
    width: 470px;
  }
}
@media (max-width:480px) {
  .unit-list {
    width: 100%;
  }
}
.unit-list li {
  border: 3px solid #77A7E4;
  border-radius: 100px;
  padding: 0.2rem .9rem .2rem 2rem;
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 3.5vw, 23px);
  background: #fff;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
}
@media (min-width:851px) and (max-width:950px) {
  .unit-list li {
    font-size: 1.2rem;
  }
}
@media (max-width:480px) {
  .unit-list li {
    font-size: 1.3rem;
  }
}
.unit-list sup {
  font-size: 0.6em;
  vertical-align: 0.3em;
  line-height: 1;
}
.unit-list .small-txt {
  font-size: 85%;
}
.icon {
  display: inline-block;
  width: 55px;
  height: 60px;
  margin-right: 0.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* SVG背景（例） */
.icon-fee {
  background-image: url('../images/icons/ico_fee.svg');
}
.icon-atm {
  background-image: url('../images/icons/ico_atm.svg');
}
.icon-touch {
  background-image: url('../images/icons/ico_touch.svg');
}
.icon-googlepay {
  background-image: url('../images/icons/ico_googlepay.svg');
}
.icon-oversea {
  background-image: url('../images/icons/ico_oversea.svg');
}
.icon-pay {
  background-image: url('../images/icons/ico_pay.svg');
}
/* ---------- ボタン群 ---------- */
.btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
}
.btn--external {
  width: 470px;
  max-width: 100%;
}
@media (min-width: 501px) and (max-width: 700px) {
  .btn--external {
    font-size: 1.3rem;
  }
}
@media (max-width:480px) {
  .btn--external {
    width: 100%;
  }
}
/* ---------- underエリア ---------- */
.unit--debitcard .under {
  border: 30px solid #cde3ff;
  padding: 2rem;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (min-width:701px) and (max-width:800px) {
  .unit--debitcard .under {
    border: 25px solid #cde3ff;
  }
}
@media (max-width:700px) {
  .unit--debitcard .under {
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 20px solid #cde3ff;
  }
}
@media (max-width:480px) {
  .unit--debitcard .under {
    padding: 1.5rem;
  }
}
.unit--debitcard .under .under-left {
  flex: 0 0 190px;
}
@media (min-width:801px) and (max-width:850px) {
  .unit--debitcard .under .under-left {
    flex: 0 0 150px;
  }
}
@media (min-width:701px) and (max-width:800px) {
  .unit--debitcard .under .under-left {
    flex: 0 0 130px;
  }
}
@media (max-width:700px) {
  .unit--debitcard .under .under-left {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    order: 2;
  }
}
.unit--debitcard .under .under-left img {
  max-width: 100%;
  height: auto;
}
@media (max-width:700px) {
  .unit--debitcard .under .under-left img {
    width: 100%;
    max-width: 180px;
  }
}
.unit--debitcard .under .under-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width:1001px) {
  .unit--debitcard .under .under-right {
    margin-left: -3rem;
  }
}
@media (max-width:700px) {
  .unit--debitcard .under .under-right {
    order: 1;
    margin-top: 1rem;
  }
}
/* ---------- タイトル ---------- */
.unit--debitcard .under .under-ttl {
  font-size: clamp(1.2rem, 4vw, 30px);
  font-weight: 700;
  color: #000;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}
@media (max-width:480px) {
  .unit--debitcard .under .under-ttl {
    font-size: clamp(1.4rem, 4vw, 30px);
  }
}
/* ---------- スラッシュ装飾 ---------- */
.slash {
  position: relative;
  display: inline-block;
  padding: 0 1.5rem;
}
.slash::before, .slash::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 35px;
  height: 2px;
  background-color: #000;
  transform-origin: center;
}
/* 左＼（左下がり） */
.slash::before {
  left: 0;
  transform: translate(-100%, -50%) rotate(50deg);
}
/* 右／（右下がり） */
.slash::after {
  right: 0;
  transform: translate(100%, -50%) rotate(-50deg);
}
/* レスポンシブ */
@media (max-width:1000px) {
  .slash {
    padding: 0 1.2rem;
  }
  .slash::before, .slash::after {
    width: 20px;
  }
}
@media (max-width:480px) {
  .slash {
    padding: 0 1rem;
  }
  .slash::before, .slash::after {
    width: 16px;
  }
}
/* 色アクセント部分 */
.accent {
  color: #D95F2D;
  font-weight: 700;
}
/* ---------- 本文・ボタン ---------- */
.unit--debitcard .under .under-right p {
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 701px) {
  .unit--debitcard .under .under-right p {
    font-size: 0.95rem;
  }
}
@media (min-width: 601px) and (max-width: 700px) {
  .unit--debitcard .under .under-right p {
    font-size: 1.2rem;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .unit--debitcard .under .under-right p {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .unit--debitcard .under .under-right p {
    font-size: 1.2rem;
  }
}
.unit--debitcard .under .under-right small {}
@media (min-width: 701px) {
  .unit--debitcard .under .under-right small {
    font-size: 0.8rem;
  }
}
@media (min-width: 601px) and (max-width: 700px) {
  .unit--debitcard .under .under-right small {
    font-size: 1.2rem;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .unit--debitcard .under .under-right small {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .unit--debitcard .under .under-right small {
    font-size: 1rem;
  }
}
.unit--debitcard .under .under-right .btn--external {
  margin-top: 1.2rem;
  width: 470px;
  max-width: 100%;
  text-align: center;
}
@media (min-width:701px) and (max-width:800px) {
  .unit--debitcard .under .under-right .btn--external {
    width: 400px;
  }
}
@media (min-width:581px) and (max-width:700px) {
  .unit--debitcard .under .under-right .btn--external {
    width: 470px;
  }
}
@media (min-width:481px) and (max-width:580px) {
  .unit--debitcard .under .under-right .btn--external {
    max-width: 400px;
  }
}
@media (max-width:480px) {
  .unit--debitcard .under .under-right .btn--external {
    width: 100%;
  }
}
/* 初期状態：SPボタンを隠す */
.unit--debitcard .under .btn--external.sp_view {
  display: none;
}
/* 700px以下：SPボタンを表示し、PCボタンを隠す */
@media (max-width:700px) {
  .unit--debitcard .under .under-right .btn--external.pc_view {
    display: none !important;
  }
  .unit--debitcard .under .btn--external.sp_view {
    display: block !important;
    width: 100%;
    max-width: 470px;
    margin: 1.5rem auto 0;
    text-align: center;
    order: 3;
  }
}
/*=============================================
  スーパーカード
===============================================*/
/* ---------- underエリア ---------- */
.unit--supercard .under {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: stretch;
}
@media (max-width:700px) {
  .unit--supercard .under {
    flex-direction: column;
  }
}
@media (max-width:480px) {
  .unit--supercard .under {}
}
.unit--supercard .under .box {
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (min-width:701px) {
  .unit--supercard .under .box {
    width: calc(100% / 2 - 1rem * 1 / 2);
  }
}
@media (max-width:700px) {
  .unit--supercard .under .box {
    width: 100%;
  }
}
.unit--supercard .under .box .box__inner {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 2rem 2rem;
  border-right: #77A7E4 solid 2px;
  border-bottom: #77A7E4 solid 2px;
  border-left: #77A7E4 solid 2px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* ---------- タイトル部分 ---------- */
.unit--supercard .under .box .box-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background-color: #77A7E4;
  color: #FFF;
  padding: 1rem .5rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (min-width:901px) {
  .unit--supercard .under .box .box-ttl {
    font-size: clamp(1rem, 3.5vw, 23px);
  }
}
@media (min-width:701px) and (max-width:900px) {
  .unit--supercard .under .box .box-ttl {
    font-size: 20px;
    white-space: nowrap;
  }
}
@media (min-width:601px) and (max-width:700px) {
  .unit--supercard .under .box .box-ttl {
    font-size: 20px;
  }
}
@media (min-width:481px) and (max-width:600px) {
  .unit--supercard .under .box .box-ttl {
    font-size: 20px;
  }
}
@media (max-width:480px) {
  .unit--supercard .under .box .box-ttl {
    font-size: 1.35rem;
  }
}
/* ▼ノッチ */
.unit--supercard .under .box .box-ttl::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #77A7E4;
}
/* ---------- サブタイトル ---------- */
.unit--supercard .under .box .box-subttl {
  position: relative;
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.7;
}
@media (min-width:901px) {
  .unit--supercard .under .box .box-subttl {
    font-size: clamp(1rem, 3.3vw, 21px);
  }
}
@media (min-width:701px) and (max-width:900px) {
  .unit--supercard .under .box .box-subttl {
    font-size: 18px;
    white-space: nowrap;
  }
}
@media (min-width:601px) and (max-width:700px) {
  .unit--supercard .under .box .box-subttl {
    font-size: 18px;
  }
}
@media (min-width:481px) and (max-width:600px) {
  .unit--supercard .under .box .box-subttl {
    font-size: 18px;
  }
}
@media (max-width:480px) {
  .unit--supercard .under .box .box-subttl {
    font-size: 1.3rem;
  }
}
/* ---------- 黄色のマーカー ---------- */
.unit--supercard .under .box .box-subttl .underline {
  position: relative;
}
.unit--supercard .under .box .box-subttl .underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.4em;
  background: rgba(253, 239, 80, .9);
  border-radius: 2px;
  z-index: -1;
}
.unit--supercard .under .box .box__inner p {
  margin-bottom: 1.5rem;
}
@media (min-width: 701px) {
  .unit--supercard .under .box .box__inner p {
    font-size: clamp(1rem, 1.8vw, 1rem);
  }
}
@media (min-width: 601px) and (max-width: 700px) {
  .unit--supercard .under .box .box__inner p {
    font-size: 1.2rem;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .unit--supercard .under .box .box__inner p {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .unit--supercard .under .box .box__inner p {
    font-size: 1.2rem;
  }
}
/* ---------- ボタンの位置 ---------- */
.unit--supercard .under .box .btn-wrap {
  margin-top: auto;
}
/* ---------- 注意書き ---------- */
/*
.unit-note {
  list-style: none;
  margin-top: 2rem;
  padding-left: 0;
  font-size: clamp(0.8rem, 1.5vw, 0.95rem);
  line-height: 1.8;
  color: #000;
}

.unit-note li {
  position: relative;
  padding-left: 1.6em;
  margin-bottom: 0.05em;
	 text-align: left;
}

.unit-note li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-weight: 700;
  line-height: 1.8;
}
*/
/* 注意書き */
.unit-notes.asterisk {
  list-style: none;
  counter-reset: noteCounter;
  margin-top: 2rem;
  padding-left: 0;
  font-size: clamp(0.8rem, 1.5vw, 0.95rem);
  line-height: 1.8;
}
@media (max-width: 700px) {
  .unit-notes.asterisk {
    margin-top: 1.5rem;
    font-size: 0.85rem;
  }
}
@media (max-width: 700px) {
  .unit-notes.asterisk {
    font-size: 0.8rem;
    line-height: 1.6;
  }
}
.unit-notes.asterisk li {
  font-size: 0.88rem;
  margin-bottom: 0.05em;
  padding-left: 1.8rem;
  position: relative;
}
@media (max-width: 700px) {
  .unit-notes.asterisk li {
    font-size: 1.15rem;
    text-align: left;
    padding-left: 2.5rem;
  }
}
@media (max-width: 480px) {
  .unit-notes.asterisk li {
    font-size: 1rem;
    text-align: justify;
  }
}
/* ▼数字を追加する li（asterisk は除外） */
.unit-notes.asterisk li::before {
  counter-increment: noteCounter;
  content: "※"counter(noteCounter) " "; /* ※1 ※2 ※3 … */
  position: absolute;
  left: 0;
  top: .005em;
}
/*=============================================
  JCB CARD EXTAGE
===============================================*/
.unit--extage {
  text-align: center;
  margin-top: 3rem;
}
/* リード文 */
.unit--extage .unit-lead {
  margin-bottom: 2rem;
  text-align: left;
}
/* カード画像 */
.unit--extage .extage-media {
  text-align: center;
  margin-bottom: 1rem;
}
.unit--extage .extage-media img {
  max-width: 100%;
  height: auto;
}
/* 情報ボックス */
.unit--extage .extage-info {
  border: 2px solid #77A7E4;
  padding: 1.5rem;
  text-align: left;
  margin: 2rem 0 1.5rem;
}
.unit--extage .extage-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.unit--extage .extage-list li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: 1rem;
  line-height: 1.6;
}
@media (min-width: 701px) {
  .unit--extage .extage-list li {}
}
@media (min-width: 601px) and (max-width: 700px) {
  .unit--extage .extage-list li {
    font-size: 1.2rem;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .unit--extage .extage-list li {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .unit--extage .extage-list li {
    font-size: 1.2rem;
  }
}
.unit--extage .extage-list li:last-child {
  margin-bottom: 0;
}
.unit--extage .extage-list li small {
  font-size: 90%;
}
/* 赤丸アイコン */
.unit--extage .extage-list li .icon {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background-color: #D32C26;
  border-radius: 50%;
  content: "";
}
/* 注釈部分 */
.unit--extage .extage-note {
  text-align: left;
  line-height: 1.8;
  color: #000;
  margin-bottom: 2.5rem;
}
@media (min-width: 701px) {
  .unit--debitcard .under .under-right p {
    font-size: 1.1rem;
  }
}
@media (min-width: 601px) and (max-width: 700px) {
  .unit--extage .extage-note {
    font-size: 1.2rem;
  }
}
@media (min-width: 481px) and (max-width: 600px) {
  .unit--extage .extage-note {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .unit--extage .extage-note {
    font-size: 1rem;
  }
}
.unit--extage .extage-note a {
  color: #285ca8;
  text-decoration: underline;
  font-weight: bold;
}
/* 注釈部分 */
.unit--extage .extage-note.indent {
  padding-left: 1.2rem;
  position: relative;
}
.unit--extage .extage-note.indent::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 2px;
}
/* ボタン群 */
.unit--extage .extage-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width:700px) {
  .unit--extage .extage-btns {
    flex-direction: column;
    align-items: center;
  }
}
.unit--extage .extage-btns .btn--external {
  width: 470px;
  max-width: 100%;
  white-space: nowrap;
}
@media (min-width: 501px) and (max-width: 700px) {
  .unit--extage .extage-btns .btn--external {
    font-size: 1.3rem;
  }
}
.unit--extage .extage-info {}
@media (max-width:700px) {
  .unit--extage .extage-info {
    padding: 1.2rem;
  }
}
/*=============================================
  その他のちばぎんカード
===============================================*/
.unit--othercard {
  text-align: center;
  margin-top: 3rem;
}
/* リードテキスト */
.unit--othercard .unit-lead {
  margin: 0.8rem 0 2rem;
  text-align: left;
}
/* カード画像 */
.unit--othercard .othercard-media {
  text-align: center;
}
.unit--othercard .othercard-media img {
  width: 100%;
}
/* ---------- レスポンシブ ---------- */
@media (max-width:700px) {
  .unit--othercard .unit-lead {
    margin-bottom: 1.5rem;
  }
}