@charset "UTF-8";
/* =========================================================
   変数定義 (Variables)
   ========================================================= */
/* =========================================================
   1. 基礎・リセット (Base & Reset)
   ========================================================= */
/* 基礎 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  border: none;
  /* 旧iOSハック無効化 */
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  line-height: 26px;
  background: #ffffff;
  color: #333333;
  overflow-x: hidden;
  /* chrome用フォント指定などが含まれているため変数利用 */
}
@media only screen and (max-width: 1000px) {
  body {
    overflow-x: visible;
  }
}
@media all and (max-width: 640px) {
  body {
    font-size: 16px;
    line-height: 30px;
  }
  body .forPcBlock {
    display: none !important;
  }
  body .forSpBlock {
    display: block !important;
  }
}

/* リンク */
a {
  color: #0370c5;
  text-decoration: none;
}
a img {
  border: none;
}
a:hover img {
  opacity: 0.7;
}

/* リスト */
ul, ol {
  line-height: 33px;
  padding: 32px 20px 32px 40px;
}
@media all and (max-width: 640px) {
  ul, ol {
    margin: 32px 32px;
  }
}

dt, dd {
  list-style: none;
}

div {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

/* テーブル */
table {
  border: 1px solid #d5d5d5;
  border-collapse: collapse;
}
@media all and (-ms-high-contrast: none) {
  table {
    border-collapse: separate;
  }
}

th {
  border: 1px solid #ffffff;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #dddddd;
  background-color: #f5f5f5;
  padding: 24px 32px;
}
th:first-child {
  border-left: 1px solid #f5f5f5;
}
th:last-child {
  border-right: 1px solid #f5f5f5;
}

tr:last-child th {
  border-bottom: 1px solid #f5f5f5;
}

td {
  padding: 24px 32px;
  border: solid 1px #f5f5f5;
}

/* =========================================================
   2. レイアウト (Layout)
   ========================================================= */
.root {
  background-color: #EDF8F5;
  overflow-x: hidden;
}

#main {
  width: 960px;
  margin: 0 auto;
  display: block;
  padding: 0;
  /* コンテナはデフォルトで左右余白40px入るようにしているが、mainコンテナは0pxにする */
}
@media all and (max-width: 640px) {
  #main {
    max-width: 960px;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 0%;
    /* コンテナはデフォルトで左右余白20px入るようにしているが、mainコンテナは0pxにする */
  }
}

#aside {
  width: 960px;
  background: #ffffff;
  margin: 20px auto;
  padding: 40px 30px 60px;
}
@media all and (max-width: 640px) {
  #aside {
    width: 100%;
    margin: 20px auto;
    background: #ffffff;
  }
}

/* そのまま移行ページ（プラチナ）調整 */
.PlatinumContents {
  margin: 20px auto 0;
}
.PlatinumContents + .BPTWrap {
  margin: 50px auto 5px;
}
@media only screen and (max-width: 640px) {
  .PlatinumContents {
    width: auto;
  }
  .PlatinumContents + .BPTWrap {
    width: auto;
  }
}

/* =========================================================
   3. ユーティリティ (Utility)
   ========================================================= */
/* Flex表示切り替え */
.forPcFlex {
  display: flex !important;
}

.forSpFlex {
  display: none !important;
}

/* ブロック表示切り替え (PCでSP要素を非表示) */
body .sp-block {
  display: none !important;
}

body .text-sp-block {
  display: none !important;
}

@media all and (max-width: 640px) {
  /* Flex */
  .forPcFlex {
    display: none !important;
  }

  .forSpFlex {
    display: flex !important;
  }

  /* SPでPC要素を非表示 */
  body .pc-block {
    display: none !important;
  }

  body .sp-block {
    display: block !important;
  }

  body .text-pc-block {
    display: none !important;
  }

  body .text-sp-block {
    display: block !important;
  }

  #contWrap {
    padding-top: 0px;
  }
}
/* AEM Grid hack */
@media (min-width: 641px) and (max-width: 767px) {
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    display: block;
  }
}
/* オーバーレイ */
#header_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0s ease 1s;
  z-index: 900;
}
#header_overlay.isShow {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

/* =========================================================
   4. SMBCライン
   ========================================================= */
#smbcLine {
  line-height: 1.8;
  position: relative;
  z-index: 901;
  overflow: hidden;
}
#smbcLine *, #smbcLine *::before, #smbcLine *::after {
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  #smbcLine {
    position: relative;
    top: 0;
    left: 0;
  }
}

/* PC View */
#smbcLine_pc {
  background-color: #1a4832;
  border-bottom: 3px solid #b6ca3f;
  min-width: 1000px;
}
#smbcLine_pc .smbcGroupWrap {
  width: 1000px;
  height: 36px;
  margin: 0 auto;
  padding: 8px 0;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#smbcLine_pc .logoSmbc {
  width: 72px;
  height: 21px;
}
#smbcLine_pc .logoSmbc img {
  vertical-align: baseline;
  width: 100%;
  height: 100%;
}
#smbcLine_pc .logoSmbcGroup {
  width: 48px;
  height: 7px;
}
#smbcLine_pc .logoSmbcGroup img {
  vertical-align: top;
  width: 100%;
  height: 100%;
}
@media print, only screen and (max-width: 640px) {
  #smbcLine_pc {
    display: none;
  }
}

/* SP View */
#smbcLine_sp {
  display: none;
}
@media print {
  #smbcLine_sp {
    display: block;
  }
  #smbcLine_sp div {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #smbcLine_sp {
    display: block;
    background-color: #1a4832;
    border-bottom: 3px solid #b6ca3f;
  }
  #smbcLine_sp .smbcGroupWrap {
    width: 100%;
    height: 36px;
    margin: 0 auto;
    padding: 8px 0;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #smbcLine_sp .logoSmbc {
    width: 78px;
    height: 23px;
    margin-left: 20px;
  }
  #smbcLine_sp .logoSmbc img {
    vertical-align: baseline;
  }
  #smbcLine_sp .logoSmbcGroup {
    width: 56px;
    height: 8px;
    margin-right: 20px;
  }
  #smbcLine_sp .logoSmbcGroup img {
    vertical-align: text-top;
  }
  #smbcLine_sp img {
    width: 100%;
  }
}

/* =========================================================
   5. ヘッダー (Header)
   ========================================================= */
#header {
  line-height: 1.8;
  min-width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", "Meiryo", sans-serif;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 991;
  border-bottom: 0;
}
#header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: scaleX(1);
}
#header *, #header *::before, #header *::after {
  box-sizing: border-box;
}
#header input {
  border-radius: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", "Meiryo", sans-serif;
}
@media print {
  #header {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #header {
    height: auto;
    width: 100%;
    min-width: 320px;
  }
}
#header .hRight > ul,
#header .hRight > ol {
  padding: 0;
}
#header .txtMagic {
  text-indent: 100% !important;
  display: block !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}
@media only screen and (max-width: 640px) {
  #header ul {
    margin: 0;
  }
}

/* Header Inner Layout */
#header > .headerInner {
  display: flex;
  width: 1000px;
  max-width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 85px;
}
@media only screen and (max-width: 640px) {
  #header > .headerInner {
    height: 60px;
    width: 100%;
    min-width: 320px;
  }
}

/* Header Left (Logos) */
#header .hLeft {
  display: flex;
  align-items: center;
  margin-right: auto;
  width: 180px;
}
#header .hLeft h1.logo_out, #header .hLeft h1.logo_in {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  background-color: transparent;
  min-width: 0;
  font-weight: normal;
  text-align: left;
  min-height: auto;
}
#header .hLeft p.logo_out, #header .hLeft h1.logo_out {
  width: 180px;
  height: 32px;
  background: url(https://custom-assets.helpfeel.com/smbc-card/prepaid/logo_logout.png) left/180px no-repeat;
  margin-bottom: 0;
}
#header .hLeft p.logo_out a, #header .hLeft h1.logo_out a {
  display: block;
  width: 122px;
  height: 20px;
  margin: 0;
}
#header .hLeft p.logo_in, #header .hLeft h1.logo_in {
  width: 180px;
  height: 32px;
  background: url(https://custom-assets.helpfeel.com/smbc-card/prepaid/logo_login.png) left/180px no-repeat;
  margin-bottom: 0;
}
#header .hLeft p.logo_in a, #header .hLeft h1.logo_in a {
  display: block;
  height: auto;
  margin: 0;
  line-height: 32px;
}
#header .hLeft p.txt {
  font-size: 72%;
  padding-top: 3px;
  line-height: 1em;
}
#header .hLeft .wrap .txt br {
  display: none;
}
@media only screen and (max-width: 640px) {
  #header .hLeft {
    margin-left: 16px;
    width: 122px;
  }
  #header .hLeft p.logo_out, #header .hLeft h1.logo_out, #header .hLeft p.logo_in, #header .hLeft h1.logo_in {
    width: 122px;
    height: 20px;
    background-size: contain;
  }
  #header .hLeft p.logo_out a, #header .hLeft h1.logo_out a, #header .hLeft p.logo_in a, #header .hLeft h1.logo_in a {
    line-height: 20px;
  }
}

/* Header Right */
#header .hRight {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  #header .hRight {
    margin-right: 8px;
    margin-top: 0;
    justify-content: center;
    overflow: visible;
  }
}

/* =========================================================
   6. サブメニュー (Sub Menu)
   ========================================================= */
div ul.hRight_subMenu {
  display: flex;
  font-size: 12px;
  justify-content: flex-end;
  margin-top: 8px !important;
  margin-bottom: 5px !important;
}
@media all and (min-width: 641px) {
  div ul.hRight_subMenu {
    margin-bottom: 13px !important;
  }
}
@media only screen and (max-width: 640px) {
  div ul.hRight_subMenu {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
  }
}

.subMenu_item {
  align-items: center;
  display: flex;
  line-height: 20px;
}
.subMenu_item:not(:first-child) {
  margin-left: 24px;
}
.subMenu_item.subMenu_item-login, .subMenu_item.subMenu_item-loginLink {
  margin-left: 20px;
}
.subMenu_item.subMenu_item-userInfo {
  margin-right: 16px;
}
.subMenu_item::before, .subMenu_item.subMenu_item-login > a::before, .subMenu_item.subMenu_item-loginLink > a::before {
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  margin-right: 4px;
}
.subMenu_item.subMenu_item-login::before, .subMenu_item.subMenu_item-loginLink::before {
  width: 0;
  height: 0;
  margin-right: 0;
}
.subMenu_item:hover > span, .subMenu_item:hover > a {
  color: #117766;
  text-decoration: underline !important;
  opacity: 0.5;
}
.subMenu_item:hover::before {
  opacity: 0.5;
}
.subMenu_item > .subMenu_itemInner, .subMenu_item > a {
  display: flex;
  color: #333333;
  text-decoration: none;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .subMenu_item {
    flex-direction: column;
    position: relative;
    margin-top: 0 !important;
    width: 50px;
    font-size: 10px;
    line-height: 14px;
  }
  .subMenu_item:not(:first-child) {
    margin-left: 0;
  }
  .subMenu_item.subMenu_item-logout {
    margin-left: 8px;
  }
  .subMenu_item.subMenu_item-userInfo {
    margin-right: 0;
  }
  .subMenu_item.subMenu_item-menu > a {
    color: #117766;
  }
  .subMenu_item::before, .subMenu_item.subMenu_item-login > a::before, .subMenu_item.subMenu_item-loginLink > a::before {
    margin-right: 0;
    position: absolute;
    pointer-events: none;
    transform: translateX(-50%);
    left: 50%;
  }
  .subMenu_item > .subMenu_itemInner, .subMenu_item > a {
    height: 36px;
    align-items: flex-end;
    font-size: 10px;
    font-weight: bold;
    color: #00846D;
    white-space: nowrap;
  }
  .subMenu_item.subMenu_item-qa, .subMenu_item.subMenu_item-support {
    display: none;
  }
}

/* アイコン設定 */
.subMenu_item-search::before {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/ic_search.svg") no-repeat center;
  cursor: pointer;
}

.subMenu_item-qa::before {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/icon_qa.svg") no-repeat center;
}

.subMenu_item-qa:hover::before {
  background-image: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/icon_qa_on.svg");
}

.subMenu_item-support::before {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/ic_support.svg") no-repeat center;
}

.subMenu_item-Translated::before {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/ic_language.svg") no-repeat center;
}

.subMenu_item-logout::before {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/ic_logout.svg") no-repeat center;
}

.subMenu_item-userInfo::before {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/ic_mypage_pc.svg") no-repeat center;
}
@media only screen and (max-width: 640px) {
  .subMenu_item-userInfo::before {
    background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/ic_mypage_sp.svg") no-repeat center;
  }
}

/* SP Menu */
.subMenu_item-menu {
  color: #117766;
  display: none;
}
@media only screen and (max-width: 640px) {
  .subMenu_item-menu {
    display: flex;
    width: 46px;
  }
  .subMenu_item-menu::before {
    background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/ic_menu.svg") no-repeat center;
    top: calc(50% - 8px);
    width: 16px;
    height: 14px;
  }
}

.isSpMenuOpen .subMenu_item-menu::before {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/ic_menu_close.svg") no-repeat center;
}

/* Login Button */
@media only screen and (min-width: 641px) {
  .subMenu_item-login, .subMenu_item-loginLink {
    background-color: #00846D;
    font-size: 12px;
    line-height: 20px;
  }
  .subMenu_item-login > a, .subMenu_item-loginLink > a {
    padding: 4px 8px;
    color: #fff !important;
    font-weight: bold;
  }

  .subMenu_item-logout {
    padding: 4px 0px;
    line-height: 20px;
  }
}
.subMenu_item-login > a::before, .subMenu_item-loginLink > a::before {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/ic_mypage_pc_white.svg") no-repeat center;
}

@media only screen and (max-width: 640px) {
  .subMenu_item-login > a::before, .subMenu_item-loginLink > a::before {
    background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/ic_mypage_sp.svg") no-repeat center;
  }

  .isSpLoginOpen .subMenu_item-login > a::before,
.isSpLoginOpen .subMenu_item-loginLink > a::before {
    background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/ic_mypage_sp_green.svg") no-repeat center;
  }
}
/* ドロップダウン */
.subMenu_dropdown {
  cursor: pointer;
  position: relative;
}
.subMenu_dropdown::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.subMenu_dropdown:hover > a {
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .subMenu_dropdown:after {
    display: none;
  }
}
.subMenu_dropdown .subMenu_dropdown_body {
  display: none;
}
.subMenu_dropdown.isShow .subMenu_dropdown_body {
  background-color: #EEE;
  cursor: auto;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  position: absolute;
  top: calc(100% + 10px);
  right: calc((-208px + 8px) / 2);
  margin: 0;
  width: 208px;
  z-index: 991;
}
.subMenu_dropdown.isShow .subMenu_dropdown_body::after {
  content: "";
  top: -8px;
  left: calc((208px - 16px) / 2);
  position: absolute;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: #EEE transparent;
}
@media only screen and (max-width: 640px) {
  .subMenu_dropdown.isShow .subMenu_dropdown_body {
    display: none;
  }
}

.subMenu_dropdown_item {
  box-sizing: border-box;
  flex: 1;
  position: relative;
  min-height: 45px;
}
.subMenu_dropdown_item + .subMenu_dropdown_item {
  border-top: 1px dashed #CCC;
}
.subMenu_dropdown_item:last-child {
  border-bottom: 1px dashed #CCC;
}

a.subMenu_dropdown_item_link {
  align-items: center;
  display: flex;
  padding: 14px 27px 13px 0;
  text-decoration: none;
}
a.subMenu_dropdown_item_link::after {
  position: absolute;
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/icon_right_chevron.svg") no-repeat center;
  content: "";
  width: 12px;
  height: 12px;
  right: 0;
  top: calc(50% - 6px);
  text-decoration: underline;
  color: #117766;
}

.subMenu_dropdown_close {
  display: none;
}

/* SP会員情報モーダル */
.mfp-bg {
  opacity: 0.6;
}

.subMenu_userInfo_title {
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .subMenu_userInfo_title {
    pointer-events: auto;
  }
}

.subMenu_modal_content.mfp-hide {
  display: block !important;
}

.mfp-content > .subMenu_modal_content {
  font-size: 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 65vh;
  max-width: 95%;
  min-width: 290px;
  margin: 15px auto !important;
  padding: 30px 15px;
  height: 1px;
}

*::-ms-backdrop, .mfp-content > .subMenu_modal_content {
  height: 1px;
}

.mfp-content .subMenu_modal_title {
  display: block;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
.mfp-content .subMenu_dropdown_body {
  display: flex;
}
.mfp-content .subMenu_dropdown_list {
  width: 100%;
}
.mfp-content .subMenu_userInfo_prevLogin {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
}
.mfp-content .subMenu_modal_close_top {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 14px;
  top: -16px;
}
.mfp-content .subMenu_modal_close_bottom {
  align-items: flex-end;
  cursor: pointer;
  display: flex;
  justify-content: center;
  flex: 0;
  margin-top: auto;
}
.mfp-content .subMenu_modal_close_bottom::before {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/btn_modal_close.svg") no-repeat center;
  content: "";
  height: 24px;
  width: 24px;
  margin-right: 10px;
}

.subMenu_modal_title, .subMenu_modal_close_top, .subMenu_modal_close_bottom {
  display: none;
}

/* =========================================================
   7. メガメニュー (Mega Menu)
   ========================================================= */
.megaMenu {
  display: flex;
  height: 27px;
  font-size: 14px;
  justify-content: stretch;
  margin-top: 8px;
  z-index: 990;
  flex: 1;
  width: 750px;
}
@media only screen and (min-width: 641px) {
  .megaMenu.hamburgerMenuSp {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  .megaMenu {
    display: none;
    position: absolute;
    background-color: #FFF;
    left: 0;
    top: 60px;
    margin: 0;
    flex-direction: column;
    height: auto;
    overflow-y: visible;
    width: 100%;
  }
  .megaMenu::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.039);
    z-index: 2;
  }
}

@media only screen and (max-width: 640px) {
  .header-fixed .megaMenu {
    top: 60px;
  }
}

/* Mega Menu Items */
ul li.megaMenu_item {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  height: 20px;
  margin-bottom: 16px;
  flex: 1 1 auto;
}
@media only screen and (max-width: 640px) {
  ul li.megaMenu_item {
    justify-content: flex-start;
    background-color: transparent;
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    height: auto;
    padding: 0;
    margin-right: auto;
    margin-bottom: 0;
  }
  ul li.megaMenu_item:nth-child(2) {
    padding-left: 0;
  }
  ul li.megaMenu_item.megaMenu_item-isAccordionOpen {
    overflow: visible;
  }
}

/* Item Title */
.megaMenu_itemTitle {
  font-weight: bold;
  position: relative;
  color: #333333;
  cursor: default;
  line-height: 20px;
}
.megaMenu_itemTitle a.megaMenu_itemTitleLink {
  color: #333333;
  text-decoration: none;
  font-size: 15px;
}
.megaMenu_itemTitle a.megaMenu_itemTitleLink:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 640px) {
  .megaMenu_itemTitle {
    background-color: #fff;
    font-size: 0px;
    min-height: 58px;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    height: 75px;
    line-height: 0;
  }
  .megaMenu_itemTitle.jsAccordion_active {
    background-color: #F5F5F5;
  }
  .megaMenu_itemTitle::after {
    position: absolute;
    background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/icon_toggle_open.svg") no-repeat center;
    content: "";
    width: 16px;
    height: 16px;
    right: 20px;
    top: calc(50% - 8px);
  }
  .megaMenu_itemTitle.jsAccordion_active::after {
    background-image: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/icon_toggle_close_wh.svg");
  }
  .megaMenu_itemTitle .megaMenu_itemTitleimg_st, .megaMenu_itemTitle .megaMenu_itemTitleimg_fill {
    width: 62px;
    height: 75px;
    margin: 0 auto;
    cursor: pointer;
  }
  .megaMenu_itemTitle .megaMenu_itemTitleimg_fill, .megaMenu_itemTitle.jsAccordion_active .megaMenu_itemTitleimg_st {
    display: none !important;
  }
  .megaMenu_itemTitle.jsAccordion_active .megaMenu_itemTitleimg_fill {
    display: block !important;
  }
}

.megaMenu_item-isMenuOpen > .megaMenu_itemTitle > a,
.megaMenu_item-active > .megaMenu_itemTitle > a {
  color: #1a4832;
}

.megaMenu_item-isMenuOpen .megaMenu_itemTitlebtmline {
  background-color: #00846D;
  height: 4px;
  border-radius: 2px;
  margin-top: 8px;
}

@media only screen and (max-width: 640px) {
  .megaMenu_item > .megaMenu_itemTitle,
.megaMenu_item-isMenuOpen > .megaMenu_itemTitle > a,
.megaMenu_itemTitle > a {
    color: #333333;
    border-bottom: none;
  }

  .megaMenu_item > .megaMenu_itemTitle.jsAccordion_active {
    color: #fff;
  }

  .megaMenu_item:nth-child(2) .megaMenu_itemTitleimg_st, .megaMenu_item:nth-child(2) .megaMenu_itemTitleimg_fill {
    width: 65px;
  }
}
/* Mega Menu Body */
.megaMenu_itemBody {
  background-color: #fff;
  position: absolute;
  top: 85px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  height: auto;
  z-index: 1;
  transition: all 0.4s ease-in 0.1s;
  line-height: 1.4;
  width: calc(100% + 64px);
  margin-left: -32px;
  padding-left: 32px;
  padding-right: 32px;
}
@media only screen and (max-width: 1000px) {
  .megaMenu_itemBody {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 640px) {
  .megaMenu_itemBody {
    display: none;
    flex-direction: column;
    opacity: 1;
    top: 75px;
    height: auto;
    min-height: auto;
    max-height: none;
    transition: none;
    visibility: visible;
    border-top: 1px solid #F5F5F5;
  }
}

.megaMenu_item-isMenuOpen .megaMenu_itemBody {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in 0s;
}
@media only screen and (max-width: 640px) {
  .megaMenu_item-isMenuOpen .megaMenu_itemBody {
    transition: none;
  }
}

/* Sub Top Area (PC) */
.megaMenu_subTop {
  box-sizing: border-box;
  color: #FFF;
  display: flex;
  flex-direction: row;
  padding-top: 16px;
  width: 1000px;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subTop {
    display: none;
  }
}

.meagDdm_subTopButton {
  height: 88px;
  width: 144px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-right: 16px;
  padding: 0px 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.meagDdm_subTopButton:hover {
  text-decoration: underline;
}
.meagDdm_subTopButton .meagDdm_subTopBtnItem {
  width: 100%;
  text-align: center;
}
.meagDdm_subTopButton .meagDdm_subTopBtnText {
  margin-top: 4px;
  font-size: 12px;
  line-height: 18px;
  color: #00846D;
}

.meagDdm_subTopTitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media only screen and (max-width: 640px) {
  .meagDdm_subTopTitle {
    display: none;
  }
}

.meagDdm_subTopLink {
  align-items: center;
  display: flex;
  font-size: 13px;
  padding-left: 18px;
  position: relative;
  text-decoration: underline;
}
.meagDdm_subTopLink[href] {
  color: #fff;
}
.meagDdm_subTopLink:hover {
  text-decoration: none;
}
.meagDdm_subTopLink::after {
  position: absolute;
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/icon_right_chevron_wh.svg") no-repeat center;
  content: "";
  width: 12px;
  height: 12px;
  top: 4px;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .meagDdm_subTopLink {
    color: #333333;
    min-height: 56px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    background-color: #CCC;
    padding: 15px 48px 17px 30px;
  }
  .meagDdm_subTopLink[href] {
    color: #333333;
    text-decoration: none;
  }
  .meagDdm_subTopLink::after {
    background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/icon_right_chevron.svg") no-repeat center;
    right: 20px;
    top: calc(50% - 6px);
    left: auto;
  }
}

.meagDdm_subTopBelow {
  margin-top: auto;
}
.meagDdm_subTopBelow .note {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .meagDdm_subTopBelow {
    display: none;
  }
}

/* Sub Menu Area */
.megaMenu_subMenu {
  display: flex;
  justify-content: space-between;
  flex: 1;
  padding: 16px 0px 32px;
  overflow: hidden;
  width: 1000px;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subMenu {
    background-color: #F5F5F5;
    display: block;
    width: auto;
    padding: 0;
    margin-right: 0;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 640px) {
  .header-fixed .megaMenu_subMenu {
    max-height: calc(100vh - 75px) !important;
  }
}

a.megaMenu_subTopLink {
  padding: 16px 24px 16px 0px;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  display: inline-block;
  position: relative;
}
a.megaMenu_subTopLink:hover {
  text-decoration: underline;
  color: #117766;
}
a.megaMenu_subTopLink::after {
  position: absolute;
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/ic_arrow-right.svg") no-repeat center;
  background-size: contain;
  content: "";
  width: 12px;
  height: 12px;
  right: 10px;
  top: calc(50% - 6px);
}
@media only screen and (max-width: 640px) {
  a.megaMenu_subTopLink::after {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 0;
  }
}

.megaMenu_subWrap {
  flex: 1;
}
.megaMenu_subWrap:nth-child(n+3) {
  margin-left: 41px;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subWrap {
    padding: 0 18px;
    margin-left: 0;
  }
  .megaMenu_subWrap:not(:first-child) {
    margin-left: 0;
  }
}

.megaMenu_sub {
  height: 100%;
}

.megaMenu_subTitle {
  align-items: center;
  display: flex;
  line-height: 20px;
  font-weight: bold;
  padding: 15px 0;
  border-bottom: 1px solid #CCC;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subTitle {
    border-bottom: 0;
    min-height: 40px;
    font-size: 14px;
    line-height: 16px;
    padding: 16px 18px 8px 0;
    position: relative;
  }
  .megaMenu_subTitle.jsAccordion_active::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/icon_toggle_close.svg");
  }
}

.megaMenu_subTitle_two {
  height: auto;
}

.megaMenu_subBody {
  display: flex;
  flex-direction: column;
}

.megaMenu_subItem {
  display: flex;
  min-height: 51px;
  align-items: stretch;
  border-bottom: 1px dashed #CCC;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subItem {
    height: 48px;
    min-height: 48px;
    border-bottom: 0;
  }
}

a.megaMenu_subItem_link {
  align-items: stretch;
  color: #333333;
  line-height: 20px;
  display: flex;
  position: relative;
  text-decoration: none;
  width: 100%;
}
a.megaMenu_subItem_link:hover {
  text-decoration: underline;
  color: #117766;
}
a.megaMenu_subItem_link::after {
  position: absolute;
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/ic_arrow-right.svg") no-repeat center;
  background-size: contain;
  content: "";
  width: 12px;
  height: 12px;
  right: 10px;
  top: calc(50% - 6px);
}
@media only screen and (max-width: 640px) {
  a.megaMenu_subItem_link::after {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 0;
  }
}
a.megaMenu_subItem_link[target=_blank]::after {
  background-image: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/ic_blank.svg");
}

.megaMenu_subItem_linkIcon {
  margin: auto;
  height: 42px;
  width: 42px;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subItem_linkIcon {
    margin: 0;
    height: auto;
  }
}

.megaMenu_subItem_linkText {
  align-items: center;
  display: flex;
  flex: 1;
  font-size: 13px;
  line-height: 20px;
  padding: 0 32px 0 10px;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subItem_linkText {
    font-size: 14px;
    line-height: 16px;
    padding: 16px 32px 16px 10px;
  }
}

@media only screen and (max-width: 640px) {
  .megaMenu_subMessage {
    font-size: 12px;
    line-height: 20px;
    color: #707070;
    padding: 12px 18px 12px 34px;
    text-indent: -1.3em;
    background-color: #fff;
  }
  .megaMenu_subMessage::before {
    color: #707070;
    content: "※ ";
  }

  a.megaMenu_subClsBtn {
    background-color: #00846D;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    padding: 16px;
    cursor: pointer;
    height: 48px;
    width: 100%;
    position: relative;
  }
  a.megaMenu_subClsBtn:hover {
    color: #fff;
  }
  a.megaMenu_subClsBtn::after {
    position: absolute;
    background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/ic_close_white.svg") no-repeat center;
    content: "";
    width: 16px;
    height: 16px;
    right: 18px;
    top: calc(50% - 8px);
  }
}
.megaMenu_subWrap-col2 {
  height: 355px;
  flex: 0 0 653.5px;
  flex-wrap: wrap;
}
.megaMenu_subWrap-col2 .megaMenu_subBody {
  flex-wrap: wrap;
  height: 100%;
  align-content: space-between;
}
.megaMenu_subWrap-col2 .megaMenu_subItem {
  flex: 0;
  width: 306.5px;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subWrap-col2 {
    height: auto;
  }
  .megaMenu_subWrap-col2 .megaMenu_subItem {
    flex: 1;
    width: 100%;
  }
}

.megaMenu_subWrap-row > .megaMenu_sub {
  margin-left: 0;
  height: auto;
}
.megaMenu_subWrap-row > .megaMenu_sub:not(:first-child) {
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subWrap-row > .megaMenu_sub:not(:first-child) {
    margin-top: 0;
  }
}

/* SP MegaMenu Bottom */
#header .megaMenu_item-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  #header .megaMenu_item-sp {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  #header .megaMenu_spBottom {
    background-color: #FFF;
    padding: 0 18px;
  }
  #header .megaMenu_spBottom .note {
    font-size: 12px;
    margin-bottom: 30px;
  }
  #header .megaMenu_spBottom ul.note li {
    font-size: 12px;
  }
  #header .megaMenu_spBottom .screenShareSupport img {
    width: 60px;
  }

  .megaMenu_spBottomNavItem:not(:last-child) {
    line-height: 1;
    border-bottom: 1px #DCDCDC solid;
  }

  .megaMenu_item .megaMenu_spBottomNavItem + .megaMenu_spBottomNavItem {
    margin-top: 0px !important;
  }

  #header .megaMenu_spBottomNavItemLink,
#header .megaMenu_spBottomNavItemShare {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #333333;
    text-decoration: none;
    position: relative;
    display: flex;
  }
  #header .megaMenu_spBottomNavItemLink:hover,
#header .megaMenu_spBottomNavItemShare:hover {
    text-decoration: underline;
    color: #117766;
  }
  #header .megaMenu_spBottomNavItemLink::after,
#header .megaMenu_spBottomNavItemShare::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #header .megaMenu_spBottomNavItemLink {
    padding: 18px 32px 18px 0px;
  }
  #header .megaMenu_spBottomNavItemLink::after {
    height: 16px;
    width: 16px;
    background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/icon_right_chevron.svg") no-repeat center;
  }
  #header .megaMenu_spBottomNavItemLink[target=_blank]::after {
    background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/ic_blank.svg") no-repeat center;
  }

  #header .megaMenu_spBottomNavItemShare {
    padding: 23px 18px 24px 28px;
  }
  #header .megaMenu_spBottomNavItemShare::after {
    height: 32px;
    width: 32px;
    background: url("/static/responsive/img/mem/ic_screen-share.svg") no-repeat center;
  }

  #header .megaMenu_spBottomNavItemLoginTime {
    padding: 10px 18px;
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
    color: #707070;
    background-color: #F0F0F0;
  }

  #header #kazokulogin.megaMenu_spBottomNavItemLink, #header #visaprelogin.megaMenu_spBottomNavItemLink, #header #mitsuivisalogin.megaMenu_spBottomNavItemLink, #header #anavisalogin.megaMenu_spBottomNavItemLink, #header #dcardlogin.megaMenu_spBottomNavItemLink, #header #businesslogin.megaMenu_spBottomNavItemLink {
    padding-left: 72px;
  }
  #header #kazokulogin.megaMenu_spBottomNavItemLink::before, #header #visaprelogin.megaMenu_spBottomNavItemLink::before, #header #mitsuivisalogin.megaMenu_spBottomNavItemLink::before, #header #anavisalogin.megaMenu_spBottomNavItemLink::before, #header #dcardlogin.megaMenu_spBottomNavItemLink::before, #header #businesslogin.megaMenu_spBottomNavItemLink::before {
    position: absolute;
    left: 0px;
    content: " ";
    width: 56px;
  }

  #kazokulogin.megaMenu_spBottomNavItemLink::before {
    top: 10px;
    height: 35px;
    background: url(https://custom-assets.helpfeel.com/smbc-card/prepaid/img_card_kazokunoosaifu_mimon02.png) no-repeat center/contain;
  }

  #visaprelogin.megaMenu_spBottomNavItemLink::before {
    top: 10px;
    height: 35px;
    background: url(https://custom-assets.helpfeel.com/smbc-card/prepaid/img_card_visaprepaid.png) no-repeat center/contain;
  }

  #mitsuivisalogin.megaMenu_spBottomNavItemLink::before {
    top: 10px;
    height: 35px;
    background: url(https://custom-assets.helpfeel.com/smbc-card/prepaid/img_card_standard_gray.png) no-repeat center/contain;
  }

  #anavisalogin.megaMenu_spBottomNavItemLink::before {
    top: 4px;
    height: 45px;
    background: url(https://custom-assets.helpfeel.com/smbc-card/prepaid/img_card_ana_limit_silver.png) no-repeat center/contain;
  }

  #dcardlogin.megaMenu_spBottomNavItemLink::before {
    top: 4px;
    height: 45px;
    background: url(https://custom-assets.helpfeel.com/smbc-card/prepaid/img_card_docomo_normal.png) no-repeat center/contain;
  }

  #businesslogin.megaMenu_spBottomNavItemLink::before {
    top: 10px;
    height: 35px;
    background: url(https://custom-assets.helpfeel.com/smbc-card/prepaid/img_business_prepaid.png) no-repeat center/contain;
  }

  #header .megaMenu_supportlink {
    padding: 16px 20px 24px 20px;
  }
  #header a.supportLink {
    display: block;
    position: relative;
    color: #333;
    border: solid 1px #DCDCDC;
    border-radius: 4px;
    padding: 22px 42px 25px 14.5px;
  }
  #header a.supportLink:hover {
    opacity: 0.5;
  }
  #header a.supportLink::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    top: 25px;
    right: 13px;
    background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/icon_right_chevron.svg") no-repeat center;
  }
  #header .supportTop {
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
  }
  #header .supportBottom {
    font-size: 14px;
    line-height: 16px;
    margin-top: 5.5px;
  }
  #header .megaMenu_close {
    height: 51px;
    background-color: #EEE;
    text-align: center;
    padding: 17px 0;
    cursor: pointer;
  }
  #header .megaMenu_close:hover {
    opacity: 0.5;
  }
  #header .megaMenu_closeButton {
    font-size: 14px;
    line-height: 16px;
  }
  #header .megaMenu_closeButton::before {
    content: "";
    height: 16px;
    width: 16px;
    position: absolute;
    background: url(https://custom-assets.helpfeel.com/smbc-card/prepaid/icon_close.svg) no-repeat center;
    right: 18px;
  }
}
/* =========================================================
   8. 検索エリア・PCログインエリア
   ========================================================= */
#searchArea, .loginMenuSp, #pcLoginArea {
  display: none;
  z-index: 990;
}

#header .hRight .searchAreaWrap, #header .hRight .pcLoginWrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px 40px;
  background-color: #F0F0F0;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 640px) {
  #header .hRight .searchAreaWrap, #header .hRight .pcLoginWrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header .hRight .searchAreaWrap.pcLoginWrap, #header .hRight .pcLoginWrap.pcLoginWrap {
    display: none !important;
  }
}

.searchBox {
  display: flex;
}

.searchButton {
  border: none;
  height: 45px;
  width: 45px;
  color: transparent !important;
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/btn_search.svg") no-repeat center;
}
.searchButton:hover {
  opacity: 0.7;
}

input.searchTextBox {
  border: none;
  flex: 1;
  padding: 10px 20px;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .searchAreaWrapSp .searchBox {
    display: flex;
    padding: 8px 20px 32px;
  }

  .megaMenu input.searchTextBox {
    font-size: 14px;
    background-color: #F7F7F7;
  }
}
#header .pcLoginTitle, #header .pcLoginLinkItem {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #333333;
  text-decoration: none;
  position: relative;
  display: flex;
  border-bottom: solid 1px #F0F0F0;
}
#header .pcLoginTitle {
  background-color: #F0F0F0;
  padding: 4px 0px 18px;
}
#header .pcLoginLinkItem {
  background-color: #FFF;
  padding: 22px 50px 22px 0px;
}
#header .pcLoginLinkItem:hover {
  text-decoration: underline;
  color: #117766;
}
#header .pcLoginLinkItem::after {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
  width: 16px;
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/icon_right_chevron.svg") no-repeat center;
}
#header .pcLoginLinkItem[target=_blank]::after {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/ic_blank.svg") no-repeat center;
}
#header #kazokulogin.pcLoginLinkItem, #header #visaprelogin.pcLoginLinkItem, #header #mitsuivisalogin.pcLoginLinkItem, #header #anavisalogin.pcLoginLinkItem, #header #dcardlogin.pcLoginLinkItem, #header #businesslogin.pcLoginLinkItem {
  padding-left: 90px;
}
#header #kazokulogin.pcLoginLinkItem::before, #header #visaprelogin.pcLoginLinkItem::before, #header #mitsuivisalogin.pcLoginLinkItem::before, #header #anavisalogin.pcLoginLinkItem::before, #header #dcardlogin.pcLoginLinkItem::before, #header #businesslogin.pcLoginLinkItem::before {
  position: absolute;
  left: 18px;
  content: " ";
  width: 56px;
}
#header #kazokulogin.pcLoginLinkItem::before {
  top: 14px;
  height: 35px;
  background: url(https://custom-assets.helpfeel.com/smbc-card/prepaid/img_card_kazokunoosaifu_mimon02.png) no-repeat center/contain;
}
#header #visaprelogin.pcLoginLinkItem::before {
  top: 14px;
  height: 35px;
  background: url(https://custom-assets.helpfeel.com/smbc-card/prepaid/img_card_visaprepaid.png) no-repeat center/contain;
}
#header #mitsuivisalogin.pcLoginLinkItem::before {
  top: 14px;
  height: 35px;
  background: url(https://custom-assets.helpfeel.com/smbc-card/prepaid/img_card_standard_gray.png) no-repeat center/contain;
}
#header #anavisalogin.pcLoginLinkItem::before {
  top: 14px;
  height: 35px;
  background: url(https://custom-assets.helpfeel.com/smbc-card/prepaid/img_card_ana_limit_silver.png) no-repeat center/contain;
}
#header #dcardlogin.pcLoginLinkItem::before {
  top: 14px;
  height: 35px;
  background: url(https://custom-assets.helpfeel.com/smbc-card/prepaid/img_card_docomo_normal.png) no-repeat center/contain;
}
#header #businesslogin.pcLoginLinkItem::before {
  top: 14px;
  height: 35px;
  background: url(https://custom-assets.helpfeel.com/smbc-card/prepaid/img_business_prepaid.png) no-repeat center/contain;
}

.airWrap {
  height: 0px;
}

@media only screen and (max-width: 640px) {
  .CardnaviWrap.header-fixed + .airWrap {
    height: 55px;
  }
}
/* =========================================================
   9. フッター (Footer)
   ========================================================= */
#footer {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.3;
  background-color: #fff;
}
#footer .PageTopLink .PageTop {
  background: none;
  border: none;
  width: 66px;
}
#footer .PageTopLink .PageTop::before, #footer .PageTopLink .PageTop::after {
  content: none;
}

.PrepaidFooterLayoutChange {
  display: none;
}

.PageTop {
  padding: 0;
  background: none;
}

.PrepaidFooterCopy {
  line-height: 1.3;
}

.DefaultLink li {
  margin: 0;
}

@media (max-width: 640px) {
  .PrepaidFooterUtility {
    margin-top: 20px;
  }
}
/* =========================================================
   変数定義 (Variables)
   ========================================================= */
/* =========================================================
   1. 基礎・リセット (Base & Reset)
   ========================================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  border: none;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", "Meiryo", "メイリオ", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 16px;
  line-height: 26px;
  background: #ffffff;
  color: #333333;
  overflow-x: hidden;
}
@media only screen and (max-width: 1000px) {
  body {
    overflow-x: visible;
  }
}
@media all and (max-width: 640px) {
  body {
    font-size: 16px;
    line-height: 30px;
  }
}

a {
  color: #0370c5;
  text-decoration: none;
}
a img {
  border: none;
}
a:hover img {
  opacity: 0.7;
}

ul, ol {
  line-height: 33px;
  padding: 32px 20px 32px 40px;
}
@media all and (max-width: 640px) {
  ul, ol {
    margin: 32px 32px;
  }
}

dt, dd {
  list-style: none;
}

div {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

/* テーブル */
table {
  border: 1px solid #d5d5d5;
  border-collapse: collapse;
}
@media all and (-ms-high-contrast: none) {
  table {
    border-collapse: separate;
  }
}

th {
  border: 1px solid #ffffff;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #dddddd;
  background-color: #f5f5f5;
  padding: 24px 32px;
}
th:first-child {
  border-left: 1px solid #f5f5f5;
}
th:last-child {
  border-right: 1px solid #f5f5f5;
}

tr:last-child th {
  border-bottom: 1px solid #f5f5f5;
}

td {
  padding: 24px 32px;
  border: solid 1px #f5f5f5;
}

/* =========================================================
   2. レイアウト (Layout)
   ========================================================= */
.root {
  background-color: #EDF8F5;
  overflow-x: hidden;
}

#main {
  width: 960px;
  margin: 0 auto;
  display: block;
  padding: 0;
}
@media all and (max-width: 640px) {
  #main {
    max-width: 960px;
    width: 100%;
    padding: 0%;
  }
}

#aside {
  width: 960px;
  background: #ffffff;
  margin: 20px auto;
  padding: 40px 30px 60px;
}
@media all and (max-width: 640px) {
  #aside {
    width: 100%;
    margin: 20px auto;
  }
}

.PlatinumContents {
  margin: 20px auto 0;
}
.PlatinumContents + .BPTWrap {
  margin: 50px auto 5px;
}
@media only screen and (max-width: 640px) {
  .PlatinumContents {
    width: auto;
  }
  .PlatinumContents + .BPTWrap {
    width: auto;
  }
}

/* =========================================================
   3. ユーティリティ (Utility)
   ========================================================= */
.forPcFlex {
  display: flex !important;
}

.forSpFlex {
  display: none !important;
}

body .sp-block {
  display: none !important;
}

body .text-sp-block {
  display: none !important;
}

@media all and (max-width: 640px) {
  .forPcFlex {
    display: none !important;
  }

  .forSpFlex {
    display: flex !important;
  }

  body .pc-block {
    display: none !important;
  }

  body .sp-block {
    display: block !important;
  }

  body .text-pc-block {
    display: none !important;
  }

  body .text-sp-block {
    display: block !important;
  }

  #contWrap {
    padding-top: 0px;
  }
}
@media (min-width: 641px) and (max-width: 767px) {
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    display: block;
  }
}
#header_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0s ease 1s;
  z-index: 900;
}
#header_overlay.isShow {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

/* =========================================================
   4. SMBCライン
   ========================================================= */
#smbcLine {
  line-height: 1.8;
  position: relative;
  z-index: 901;
  overflow: hidden;
}
#smbcLine *, #smbcLine *::before, #smbcLine *::after {
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
  #smbcLine {
    position: relative;
    top: 0;
    left: 0;
  }
}

#smbcLine_pc {
  background-color: #1a4832;
  border-bottom: 3px solid #b6ca3f;
  min-width: 1000px;
}
#smbcLine_pc .smbcGroupWrap {
  width: 1000px;
  height: 36px;
  margin: 0 auto;
  padding: 8px 0;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#smbcLine_pc .logoSmbc {
  width: 72px;
  height: 21px;
}
#smbcLine_pc .logoSmbc img {
  vertical-align: baseline;
  width: 100%;
  height: 100%;
}
#smbcLine_pc .logoSmbcGroup {
  width: 48px;
  height: 7px;
}
#smbcLine_pc .logoSmbcGroup img {
  vertical-align: top;
  width: 100%;
  height: 100%;
}
@media print, only screen and (max-width: 640px) {
  #smbcLine_pc {
    display: none;
  }
}

#smbcLine_sp {
  display: none;
}
@media print {
  #smbcLine_sp {
    display: block;
  }
  #smbcLine_sp div {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #smbcLine_sp {
    display: block;
    background-color: #1a4832;
    border-bottom: 3px solid #b6ca3f;
  }
  #smbcLine_sp .smbcGroupWrap {
    width: 100%;
    height: 36px;
    margin: 0 auto;
    padding: 8px 0;
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #smbcLine_sp .logoSmbc {
    width: 78px;
    height: 23px;
    margin-left: 20px;
  }
  #smbcLine_sp .logoSmbc img {
    vertical-align: baseline;
  }
  #smbcLine_sp .logoSmbcGroup {
    width: 56px;
    height: 8px;
    margin-right: 20px;
  }
  #smbcLine_sp .logoSmbcGroup img {
    vertical-align: text-top;
  }
  #smbcLine_sp img {
    width: 100%;
  }
}

/* =========================================================
   5. ヘッダー (Header)
   ========================================================= */
#header {
  line-height: 1.8;
  min-width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", "Meiryo", "メイリオ", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 991;
  border-bottom: 0;
}
#header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: scaleX(1);
}
#header *, #header *::before, #header *::after {
  box-sizing: border-box;
}
#header input {
  border-radius: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "Yu Gothic", "Meiryo", "メイリオ", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
@media print {
  #header {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #header {
    height: auto;
    width: 100%;
    min-width: 320px;
  }
}

#header > .headerInner {
  display: flex;
  width: 1000px;
  max-width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 85px;
}
@media only screen and (max-width: 640px) {
  #header > .headerInner {
    height: 60px;
    width: 100%;
    min-width: 320px;
  }
}

#header .hLeft {
  display: flex;
  align-items: center;
  margin-right: auto;
  width: 180px;
}
#header .hLeft h1.logo_out, #header .hLeft h1.logo_in {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  background-color: transparent;
  min-width: 0;
  font-weight: normal;
  text-align: left;
  min-height: auto;
}
#header .hLeft p.logo_out, #header .hLeft h1.logo_out {
  width: 180px;
  height: 32px;
  background: url(https://custom-assets.helpfeel.com/smbc-card/prepaid/logo_logout.png) left/180px no-repeat;
  margin-bottom: 0;
}
#header .hLeft p.logo_out a, #header .hLeft h1.logo_out a {
  display: block;
  width: 122px;
  height: 20px;
  margin: 0;
}
#header .hLeft p.logo_in, #header .hLeft h1.logo_in {
  width: 180px;
  height: 32px;
  background: url(https://custom-assets.helpfeel.com/smbc-card/prepaid/logo_login.png) left/180px no-repeat;
  margin-bottom: 0;
}
#header .hLeft p.logo_in a, #header .hLeft h1.logo_in a {
  display: block;
  height: auto;
  margin: 0;
  line-height: 32px;
}
#header .hLeft p.txt {
  font-size: 72%;
  padding-top: 3px;
  line-height: 1em;
}
#header .hLeft .wrap .txt br {
  display: none;
}
@media only screen and (max-width: 640px) {
  #header .hLeft {
    margin-left: 16px;
    width: 122px;
  }
  #header .hLeft p.logo_out, #header .hLeft h1.logo_out, #header .hLeft p.logo_in, #header .hLeft h1.logo_in {
    width: 122px;
    height: 20px;
    background-size: contain;
  }
  #header .hLeft p.logo_out a, #header .hLeft h1.logo_out a, #header .hLeft p.logo_in a, #header .hLeft h1.logo_in a {
    line-height: 20px;
  }
}

#header .hRight {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  #header .hRight {
    margin-right: 8px;
    margin-top: 0;
    justify-content: center;
    overflow: visible;
  }
}

/* SubMenu & MegaMenu components retained from previous version */
div ul.hRight_subMenu {
  display: flex;
  font-size: 12px;
  justify-content: flex-end;
  margin-top: 8px !important;
  margin-bottom: 5px !important;
}
@media all and (min-width: 641px) {
  div ul.hRight_subMenu {
    margin-bottom: 13px !important;
  }
}
@media only screen and (max-width: 640px) {
  div ul.hRight_subMenu {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
  }
}

/* (省略: .subMenu_item, .megaMenu などのヘッダー内部品は前回のコードと同様のため、
    ここではスペース節約のために省略しますが、実際のファイルには前回のヘッダーコードを含めてください) */
/* ... (前回のヘッダー用CSSコード) ... */
/* =========================================================
   6. フッター (Footer) - AEM & Detailed Layout
   ========================================================= */
#footer {
  font-family: メイリオ, Meiryo, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  line-height: 1.3;
  background-color: #fff;
  /* PC View */
  /* SP View */
  /* 共通: リンクアイコン */
}
@media all and (min-width: 641px) {
  #footer {
    display: block !important;
    /* padding-top: 10px; */
  }
}
@media all and (max-width: 640px) {
  #footer {
    /* padding-top: 20px; */
  }
}
#footer a[target=_blank]:after {
  content: " ";
  margin-left: 8px;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -2px;
  background: url(https://custom-assets.helpfeel.com/smbc-card/prepaid/ic-blank.svg) no-repeat;
  background-size: contain;
}
#footer a[target=_WinPop]:after {
  content: " ";
  margin-left: 8px;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -2px;
  background: url(https://custom-assets.helpfeel.com/smbc-card/prepaid/ic-window.svg) no-repeat;
  background-size: contain;
}
@media all and (min-width: 641px) {
  #footer .ReadLink:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 4px solid #0C1E89;
    margin-bottom: 1px;
    margin-right: 5px;
  }
}

/* PageTop Link */
#footer .PageTopLink {
  text-align: right;
  position: fixed;
  margin: 0 !important;
  height: 66px !important;
  width: 66px !important;
  z-index: 990;
  /* PC View */
  /* SP View */
}
@media all and (min-width: 641px) {
  #footer .PageTopLink {
    margin-top: 0px !important;
    bottom: 10px;
    right: 10px;
    width: 1000px;
    margin: 10px auto;
    height: 48px;
  }
}
@media all and (max-width: 640px) {
  #footer .PageTopLink {
    padding: 0px !important;
    bottom: 0px;
    right: 0px;
    padding: 0 10px;
    height: 48px;
  }
}

/* Footer Lists */
#footer ul {
  line-height: 1.3;
  margin: 0 auto;
  padding: 0 10px;
}

/* SiteMap Area */
.PrepaidFooterSiteMap {
  background-color: #f2f2f2;
  font-size: 13px;
  /* PC View */
  /* SP View */
}
@media all and (min-width: 641px) {
  .PrepaidFooterSiteMap {
    padding: 20px 0;
    min-width: 1020px;
  }
  .PrepaidFooterSiteMap > div {
    width: 1020px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .PrepaidFooterSiteMap > div > ul {
    display: table;
    width: 1000px;
    margin: 0 auto;
    border-left: 1px solid #dbdbdb;
    line-height: 1.3;
    font-size: 14px;
  }
  .PrepaidFooterSiteMap > div > ul > li {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    border-right: 1px solid #dbdbdb;
    padding: 25px 20px;
  }
  .PrepaidFooterSiteMap > div > ul > li dl dt, .PrepaidFooterSiteMap > div > ul > li dl dd {
    display: block;
    width: 100%;
  }
  .PrepaidFooterSiteMap > div > ul > li dl dt {
    font-weight: bold;
    padding: 0;
  }
}
@media all and (max-width: 640px) {
  .PrepaidFooterSiteMap {
    border-top: 1px solid #dbdbdb;
  }
  .PrepaidFooterSiteMap ul {
    line-height: 1.3;
    font-size: 14px;
  }
  .PrepaidFooterSiteMap > div > ul > li {
    border-top: 1px solid #dbdbdb;
    padding: 20px 20px 18px;
  }
  .PrepaidFooterSiteMap > div > ul > li .DefaultLink dd {
    margin: 5px 0 0;
  }
}
.PrepaidFooterSiteMap a {
  text-decoration: underline;
  color: #005135 !important;
}
.PrepaidFooterSiteMap a:hover {
  text-decoration: none;
}
@media all and (min-width: 641px) {
  .PrepaidFooterSiteMap a {
    text-decoration: none;
  }
  .PrepaidFooterSiteMap a:hover {
    text-decoration: underline;
  }
}

/* DefaultLink (SiteMap Content) */
.PrepaidFooterSiteMap > div > ul li .DefaultLink {
  /* PC Specific */
  /* SP Specific */
}
.PrepaidFooterSiteMap > div > ul li .DefaultLink + .DefaultLink {
  margin: 30px 0 0;
}
.PrepaidFooterSiteMap > div > ul li .DefaultLink dt {
  margin: 0 0 7px;
}
.PrepaidFooterSiteMap > div > ul li .DefaultLink dt a, .PrepaidFooterSiteMap > div > ul li .DefaultLink dt span {
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  margin: 2px 0 0;
  color: #595 !important;
}
.PrepaidFooterSiteMap > div > ul li .DefaultLink dt:after {
  content: normal;
  display: block;
  margin-left: 0;
}
.PrepaidFooterSiteMap > div > ul li .DefaultLink dd {
  margin: 0;
}
.PrepaidFooterSiteMap > div > ul li .DefaultLink dd ul li {
  position: relative;
}
.PrepaidFooterSiteMap > div > ul li .DefaultLink dd ul li:before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #999;
  position: absolute;
  top: 7px;
  left: -14px;
  margin: 0;
}
.PrepaidFooterSiteMap > div > ul li .DefaultLink dd ul li a {
  font-size: 12px;
  text-decoration: none;
  color: #666 !important;
}
.PrepaidFooterSiteMap > div > ul li .DefaultLink dd ul li a:hover {
  text-decoration: underline;
}
@media all and (min-width: 641px) {
  .PrepaidFooterSiteMap > div > ul li .DefaultLink dd {
    padding: 5px 0 5px 15px;
  }
  .PrepaidFooterSiteMap > div > ul li .DefaultLink dd:before {
    content: normal;
    display: block;
    margin-left: 0;
  }
  .PrepaidFooterSiteMap > div > ul li .DefaultLink dd ul {
    padding: 0 0 0 14px;
  }
  .PrepaidFooterSiteMap > div > ul li .DefaultLink a {
    text-decoration: underline;
  }
  .PrepaidFooterSiteMap > div > ul li .DefaultLink a:hover {
    text-decoration: none;
  }
}
@media all and (max-width: 640px) {
  .PrepaidFooterSiteMap > div > ul li .DefaultLink dd {
    padding: 0 0 0 15px;
  }
  .PrepaidFooterSiteMap > div > ul li .DefaultLink + dd {
    margin: 5px 0 0;
  }
  .PrepaidFooterSiteMap > div > ul li .DefaultLink dd ul {
    padding: 5px 0 0 14px;
  }
}

/* SpecialLink (SiteMap Content) */
dl.SpecialLink dd {
  margin-left: 1em;
}

.PrepaidFooterSiteMap > div > ul > li .SpecialLink {
  /* PC Specific */
  /* SP Specific */
}
@media all and (min-width: 641px) {
  .PrepaidFooterSiteMap > div > ul > li .SpecialLink {
    margin: 80px 0 0;
  }
}
@media all and (max-width: 640px) {
  .PrepaidFooterSiteMap > div > ul > li .SpecialLink {
    margin: 30px 0 0;
  }
}
.PrepaidFooterSiteMap > div > ul > li .SpecialLink dt {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}
.PrepaidFooterSiteMap > div > ul > li .SpecialLink dt:after {
  content: none;
}
.PrepaidFooterSiteMap > div > ul > li .SpecialLink dt a {
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  margin: 2px 0 0;
  color: #595 !important;
}
.PrepaidFooterSiteMap > div > ul > li .SpecialLink dd {
  padding-left: 0 !important;
}
.PrepaidFooterSiteMap > div > ul > li .SpecialLink dd:before {
  content: none;
}
.PrepaidFooterSiteMap > div > ul > li .SpecialLink dd a {
  font-size: 13px;
}
@media all and (min-width: 641px) {
  .PrepaidFooterSiteMap > div > ul > li .SpecialLink a {
    text-decoration: underline;
  }
  .PrepaidFooterSiteMap > div > ul > li .SpecialLink a:hover {
    text-decoration: none;
  }
}
@media all and (max-width: 640px) {
  .PrepaidFooterSiteMap > div > ul > li .SpecialLink dd + dd {
    margin-top: 5px;
  }
}

/* Footer Utility */
.PrepaidFooterUtility {
  font-size: 14px;
  padding: 10px 8px;
  background-color: #dedede;
  /* PC View */
  /* SP View */
}
.PrepaidFooterUtility > ul {
  line-height: 1.3;
}
.PrepaidFooterUtility a {
  text-decoration: none;
  color: #000 !important;
  font-size: 12px;
  text-decoration: underline;
  font-size: 14px;
}
.PrepaidFooterUtility a:hover {
  text-decoration: none;
}
.PrepaidFooterUtility ul {
  text-align: center;
}
@media all and (min-width: 641px) {
  .PrepaidFooterUtility {
    padding: 20px 0;
    min-width: 1020px;
  }
  .PrepaidFooterUtility ul {
    width: 1020px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .PrepaidFooterUtility ul li {
    display: inline-block;
    margin: 0 10px;
  }
}
@media all and (max-width: 640px) {
  .PrepaidFooterUtility {
    font-size: 13px;
  }
  .PrepaidFooterUtility ul li {
    display: inline-block;
    padding: 2px 0 2px 14px;
    margin: 0;
  }
  .PrepaidFooterUtility ul li a.ReadLink:before {
    content: none;
  }
}

/* Footer Layout Change */
.PrepaidFooterLayoutChange {
  background-color: #ffffff;
  text-align: center;
  /* PC View */
  /* SP View */
}
.PrepaidFooterLayoutChange p {
  margin: 0 !important;
}
@media all and (min-width: 641px) {
  .PrepaidFooterLayoutChange {
    padding: 25px 0 0;
    font-size: 12px;
    min-width: 1020px;
  }
  .PrepaidFooterLayoutChange a {
    color: #005135 !important;
  }
  .PrepaidFooterLayoutChange p {
    text-align: center;
  }
  .PrepaidFooterLayoutChange .LayoutChangeSP {
    display: none;
  }
  .PrepaidFooterLayoutChange dl {
    text-align: center;
  }
  .PrepaidFooterLayoutChange dt, .PrepaidFooterLayoutChange dd {
    width: auto;
    display: inline-block;
    padding: 0;
  }
  .PrepaidFooterLayoutChange dt {
    min-height: 25px;
    padding: 5px 6px 5px 0;
  }
  .PrepaidFooterLayoutChange dd:before {
    content: none;
  }
  .PrepaidFooterLayoutChange dd > a, .PrepaidFooterLayoutChange dd > span {
    display: block;
    min-height: 25px;
  }
  .PrepaidFooterLayoutChange dd .IcoPC {
    background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/icon_layoutchange_pc.png") top left no-repeat;
    padding: 5px 14px 5px 35px;
  }
  .PrepaidFooterLayoutChange dd .IcoPC span {
    border-right: 1px dotted #747474;
    padding-right: 10px;
    display: inline-block;
  }
  .PrepaidFooterLayoutChange dd .IcoSP {
    background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/icon_layoutchange_sp.png") top left no-repeat;
    padding: 5px 0 5px 26px;
  }
}
@media all and (max-width: 640px) {
  .PrepaidFooterLayoutChange {
    padding: 12px 0 0;
  }
  .PrepaidFooterLayoutChange p a {
    color: #00492c;
    font-size: 12px;
  }
  .PrepaidFooterLayoutChange .LayoutChangePC, .PrepaidFooterLayoutChange dl {
    display: none;
  }
}

.Device-PC .PrepaidFooterLayoutChange {
  display: none;
}

/* Footer Copy */
.PrepaidFooterCopy {
  text-align: center;
  background-color: #ffffff;
  /* PC View */
  /* SP View */
}
@media all and (min-width: 641px) {
  .PrepaidFooterCopy {
    padding: 25px 0;
    font-size: 12px;
    color: #999999;
    min-width: 1020px;
  }
}
@media all and (max-width: 640px) {
  .PrepaidFooterCopy {
    padding: 15px 0;
    font-size: 10px;
  }
}

.footer h2 {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #0d3386;
  font-size: 18px;
  font-weight: bold;
  box-sizing: content-box;
  border-left: 5px solid #0d3386;
  background: #f7f7f7;
}
.footer h2 span {
  display: block;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.footer h2 span span {
  display: block;
  padding: 11px 0 10px 20px;
  border: none;
}
.footer .category_section {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 40px;
}
.footer .category_section div {
  margin: 30px 0 0;
}
@media all and (max-width: 640px) {
  .footer .category_section div {
    margin: 20px 0 0;
    padding: 0 10px;
  }
}
.footer .category_section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0 0;
  padding: 0;
}
@media all and (max-width: 640px) {
  .footer .category_section ul {
    gap: 6px;
  }
}
.footer .category_section ul li {
  width: 320px;
}
@media all and (max-width: 640px) {
  .footer .category_section ul li {
    width: 100%;
  }
}
.footer .category_section ul li.first {
  margin: 0;
}
.footer .category_section ul li.long_text a {
  padding: 16px 0 8px 15px;
}
.footer .category_section ul li.long_text a span {
  max-width: 175px;
  font-size: 90%;
}
.footer .category_section ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 22px 0 18px 15px;
  border: solid 1px #d2d2d2;
  font-size: 114%;
  text-decoration: none;
  box-sizing: border-box;
}
@media all and (max-width: 640px) {
  .footer .category_section ul li a {
    padding-left: 75px;
    background-position: 10px 50% !important;
  }
}
.footer .category_section ul li a.line02 {
  padding: 10px 0 6px 15px;
}
.footer .category_section ul li a.line02 span:nth-child(2) {
  margin-top: 13px;
}
.footer .category_section ul li a:hover span:first-child {
  text-decoration: underline;
}
.footer .category_section ul li a span {
  display: block;
}
.footer .category_section ul li a span:first-child {
  font-weight: bold;
  flex: 1;
}
.footer .category_section ul li a span:nth-child(2) {
  width: 97px;
  flex-shrink: 0;
  color: #888888;
  font-size: 87%;
  text-align: center;
  font-weight: bold;
}
.footer .cate_link_list_wrap_pre ul li {
  padding: 0 0 0 16px;
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/ico_arrow_blue_right.png") no-repeat scroll left 3px #fff;
  width: auto;
}

/**********************
* Helpfeel CSS
**********************/
:root {
  --rounded-md: 6px;
  --rounded-lg: 8px;
  --focus-ring-color: #117766;
  --card-border-color: #e0e1e6;
  --card-border-radius: 8px;
  --page-container-width: 1000px;
  --button-bg-color: #f0f0f3;
  --button-bg-hover-color: #e8e8ec;
  --button-label-color: #1c2024;
  --button-disabled-bg-color: #f0f0f3;
  --button-disabled-label-color: #8b8d98;
  --feedback-button-bg-color: #f0f0f3;
  --feedback-button-bg-hover-color: #e8e8ec;
  --feedback-button-label-color: #1c2024;
  --feedback-button-disabled-bg-color: #f0f0f3;
  --feedback-button-disabled-label-color: #8b8d98;
  --wizard-content-bg-color: #e9f4f2;
  --wizard-button-bg-color: #FFFFFF;
  --wizard-button-bg-hover-color: #d1e6e2;
  --wizard-button-border-color: #117766;
  --wizard-button-label-color: #117766;
  --wizard-button-active-color: #117766;
}

.container {
  width: 1000px;
}

.header {
  padding-top: 0;
}
.header .hLeft p.logo_out a:hover {
  background-color: inherit;
}

.navbar .navbar-inner {
  max-width: 1000px;
  width: 100%;
  padding: 8px 0;
  margin-right: auto;
  margin-left: auto;
}
.navbar h1.brand img {
  height: 24px;
}
.navbar a:hover {
  background: none;
}

.query-input {
  align-items: center;
  height: 56px;
  width: 100%;
  max-width: 728px;
  margin: 0 auto;
  border-radius: var(--rounded-lg);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04), 0px 1px 4px 0px rgba(0, 0, 0, 0.04);
  outline: 2px solid transparent;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, outline;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.query-input:focus-within {
  outline: 2px solid var(--focus-ring-color);
  outline-offset: 2px;
}
.query-input input,
.query-input textarea {
  padding: 12px 16px;
  font-size: 18px;
  line-height: 1.5;
}
.query-input .speech-button {
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  border-radius: 6px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.query-input .speech-button:focus-visible {
  outline: 2px solid var(--focus-ring-color);
  outline-offset: -2px;
}
.query-input .speech-button:hover {
  background-color: var(--link-hover-color);
}
.query-input .speech-button::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image: url(https://custom-assets.helpfeel.com/helpfeel-sample/icons/icon-mic.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.query-input .speech-button img {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .query-input {
    margin-top: 40px;
  }
}

.faq-list {
  margin-top: 24px;
  padding: 0;
  border: solid 1px var(--card-border-color);
  border-radius: var(--card-border-radius);
}
@media screen and (max-width: 767px) {
  .faq-list {
    margin-top: 16px;
  }
}
.faq-list .faq-list-search-summary {
  padding-left: 8px;
}
.faq-list .faq-list-scroll-container {
  height: initial;
  max-height: calc(62px + (39px * 8));
  overflow-y: auto;
  overflow-x: visible;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .faq-list .faq-list-scroll-container {
    max-height: calc(62px + (36px * 8));
    padding: 24px 8px;
  }
}
.faq-list .faq-list-empty-container {
  padding-left: 8px;
}
.faq-list .faq-list-title {
  position: initial;
  padding: 0 0 0 8px;
  margin: 20px auto 12px;
  font-weight: normal;
  background: transparent;
}
.faq-list ul > li:not(:last-child) {
  margin: 0 auto 4px;
}
.faq-list ul > li > a {
  padding: 4px 8px;
  line-height: 1.5;
  border-radius: 6px;
  overflow-wrap: anywhere;
}
.faq-list ul > li > a:hover {
  background-color: #f0f0f3;
}
.faq-list ul > li > a .icon {
  width: 24px;
  margin-right: 8px;
}
.faq-list .faq-list-bottom {
  display: none;
}

.keywords {
  padding: 24px 32px;
  margin-top: 24px;
  border: solid 1px var(--card-border-color);
  border-radius: var(--card-border-radius);
}
@media screen and (max-width: 767px) {
  .keywords {
    padding: 24px 16px;
    margin-top: 16px;
  }
}
.keywords .keywords-title {
  font-weight: normal;
}
.keywords .keywords-body .section:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .keywords .keywords-body .section:not(:last-child) {
    margin-bottom: 16px;
  }
}
.keywords .keywords-body .list {
  justify-content: initial;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.keywords .keywords-body .list > a {
  padding: 2px 12px;
  line-height: 1.5;
  border-radius: var(--rounded-lg);
  background-color: #f0f0f3;
}
.keywords .keywords-body .list > a:hover {
  background-color: var(--link-hover-color);
}

.powered-by-helpfeel {
  display: none;
}

.footer {
  max-width: 100%;
  padding-bottom: 0;
  margin-top: auto;
  padding-top: 48px;
  text-align: left;
  background: none;
}
@media screen and (max-width: 767px) {
  .footer {
    min-width: initial;
  }
}
.footer .footer-category {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.footer .footer-main {
  display: flex;
  gap: 16px;
  justify-content: center;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .footer .footer-main {
    margin-bottom: 48px;
  }
}
.footer .btn {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: var(--rounded-md);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
}
.footer .btn.footer-main_search-top {
  border: solid 1px #1a4832;
  background-color: #fff;
  color: #1a4832;
}
.footer .btn.footer-main_search-top:hover {
  background-color: var(--button-bg-color);
  border: solid 1px #1a4832;
  color: #1a4832;
}
body.search-page .footer .btn.footer-main_search-top {
  display: none;
}
.footer .btn.footer-main_contact {
  border: solid 1px #e1ea7f;
  background-color: #e1ea7f;
  color: #1a4832;
}
.footer .btn.footer-main_contact:hover {
  border: solid 1px #1a4832;
  background-color: #1a4832;
  color: #fff;
}
.footer #footer {
  background-color: #f2f2f2;
}
.footer ul {
  list-style: none;
}

.faq-list-scroll-container {
  height: initial;
  max-height: calc(22px + 44px * 8);
  /* 各位調整 */
}

/*****************************************
* ARTICLE PAGE
*****************************************/
.article-page {
  /* Heading ---------------------------------------------------------------*/
}
.article-page .content {
  width: 100%;
  margin: 48px auto 24px;
}
@media screen and (max-width: 767px) {
  .article-page .page-content {
    padding: 0;
    border: none;
  }
}
.article-page .page-content .line {
  font-size: 17px;
  line-height: 1.9;
}
.article-page .page-content .line.title {
  padding-bottom: 0.666em;
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 1.333;
  border-bottom: solid 1px #d9d9e0;
}
.article-page .page-content .hf-wizard {
  margin-top: 12px;
  margin-bottom: 12px;
}
.article-page .page-content .hf-wizard .hf-wizard-choice-group {
  margin: 12px 0;
  gap: 10px;
}
.article-page .page-content .hf-wizard .hf-wizard-choice-group .hf-wizard-choice {
  padding: 8px 12px;
  font-size: 16px;
  font-weight: normal;
  background: var(--wizard-button-bg-color);
  border: solid 1px var(--wizard-button-border-color);
  color: var(--wizard-button-label-color);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.article-page .page-content .hf-wizard .hf-wizard-choice-group .hf-wizard-choice:disabled {
  cursor: default;
}
.article-page .page-content .hf-wizard .hf-wizard-choice-group .hf-wizard-choice:hover {
  border: solid 1px var(--wizard-button-active-color);
  background-color: var(--wizard-button-bg-hover-color);
  color: var(--wizard-button-active-color);
}
.article-page .page-content .hf-wizard .hf-wizard-choice-group .hf-wizard-choice.chosen {
  background-color: var(--wizard-button-active-color);
  border: solid 1px var(--wizard-button-active-color);
  color: #FFFFFF;
  font-weight: bold;
}
.article-page .page-content .hf-wizard .hf-wizard-block {
  margin: 24px auto;
}
@media screen and (max-width: 767px) {
  .article-page .page-content .hf-wizard .hf-wizard-block {
    margin: 16px auto;
  }
}
.article-page .page-content .hf-wizard .hf-wizard-block:has(.hf-wizard-choice-group) {
  padding: 16px 22px;
  background-color: var(--wizard-content-bg-color);
  border: solid 1px var(--card-border-color);
  border-radius: var(--card-border-radius);
}
@media screen and (max-width: 767px) {
  .article-page .page-content .hf-wizard .hf-wizard-block:has(.hf-wizard-choice-group) {
    padding: 12px 16px;
  }
}
.article-page .feedback-section .buttons button {
  position: relative;
  overflow: hidden;
  min-width: 140px;
  border: none;
  background: var(--feedback-button-bg-color);
  border-radius: var(--rounded-md);
  color: var(--feedback-button-label-color);
}
.article-page .feedback-section .buttons button:hover {
  background-color: var(--feedback-button-bg-hover-color);
}
.article-page .feedback-section .buttons button #feedback-good-button-label,
.article-page .feedback-section .buttons button #feedback-bad-button-label {
  text-indent: -1000px;
}
.article-page .feedback-section .buttons button #feedback-good-button-label:after,
.article-page .feedback-section .buttons button #feedback-bad-button-label:after {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: 0;
}
.article-page .feedback-section .buttons button #feedback-good-button-label:after {
  content: "役に立った";
}
.article-page .feedback-section .buttons button #feedback-bad-button-label:after {
  content: "役に立たなかった";
}
.article-page .feedback-section #feedback-bad-button-label {
  margin-top: 0;
}
.article-page .feedback .buttons .good-button #feedback-good-button-label,
.article-page .feedback .buttons .good-button #feedback-bad-button-label,
.article-page .feedback .buttons .bad-button #feedback-good-button-label,
.article-page .feedback .buttons .bad-button #feedback-bad-button-label {
  margin-top: 0;
}
.article-page .detailed-feedback-link {
  background-color: transparent;
}
.article-page .detailed-feedback-link:hover {
  background-color: transparent;
}
.article-page .detailed-feedback-link-button {
  border: none;
  background-color: var(--feedback-button-bg-color);
  color: var(--feedback-button-label-color);
  border-radius: var(--rounded-md);
}
.article-page .detailed-feedback-link-button:hover {
  background-color: var(--feedback-button-bg-hover-color);
  border-radius: var(--rounded-md);
}
.article-page .related-pages-section {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .article-page .related-pages-section {
    border-top: solid 1px var(--card-border-color);
  }
}
@media screen and (max-width: 767px) {
  .article-page .related-pages-section .container {
    max-width: calc(100% - 16px);
  }
}
.article-page .related-pages-section .related-pages {
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .article-page .related-pages-section .related-pages {
    padding: 16px 0;
    border-radius: none;
  }
}
.article-page .related-pages-section .related-pages .related-pages-title {
  font-weight: normal;
  padding-left: 8px;
}
.article-page .related-pages-section .related-pages .related-pages-body ul > li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .article-page .related-pages-section .related-pages .related-pages-body ul > li:not(:last-child) {
    margin-bottom: 6px;
  }
}
.article-page .related-pages-section .related-pages .related-pages-body ul > li > a {
  padding: 4px 8px;
  text-decoration: underline;
}
.article-page .related-pages-section .related-pages .related-pages-body ul > li > a .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 2px;
  background-image: url(https://custom-assets.helpfeel.com/helpfeel-sample/icons/icon-file-text.svg) !important;
  background-size: contain;
  background-position: center;
}
.article-page strong.level.level-3 {
  font-size: 125%;
  line-height: 140%;
  display: block;
  margin: 1.25em 0 0;
  font-feature-settings: "palt";
}
.article-page strong.level.level-4 {
  font-size: 150%;
  line-height: 140%;
  display: block;
  margin: 1.5em 0 0;
  font-feature-settings: "palt";
}

.article-page-empty {
  display: flex;
  flex-direction: column;
}
.article-page-empty .content {
  margin-bottom: 0;
  order: 1;
}
.article-page-empty .content .page-content {
  padding-bottom: 0;
  border-bottom: 0;
  border-radius: var(--card-border-radius) var(--card-border-radius) 0 0;
}
.article-page-empty .content .page-content .line.title {
  margin-bottom: 0;
}
.article-page-empty .feedback-section {
  order: 3;
}
.article-page-empty .related-pages-section {
  order: 2;
}
.article-page-empty .related-pages-section .container .related-pages {
  border-top: 0;
  border-radius: 0 0 var(--card-border-radius) var(--card-border-radius);
}
.inframe .article-page-empty .related-pages-section .container .related-pages {
  padding-top: 0;
}
.article-page-empty #detailed-feedback-section {
  order: 4;
}
.article-page-empty .footer {
  order: 5;
}

/*****************************************
* CONTACT PAGE
*****************************************/
.custom-contact-container .description {
  color: var(--helper-color);
}

.contact-page {
  font-size: 14px;
}
.contact-page .navbar ul.header-menu a {
  display: none;
}
.contact-page .description-html .description {
  padding: 10px 0;
  background-color: transparent;
}
.contact-page .description-html:has(+ #g-recaptcha) {
  margin-top: 40px;
}
.contact-page .form-group.required > label:after, .contact-page .form-group.required.radio-button-container > div:not(.radio-button-group) > label:after {
  content: "必須";
  color: #fff;
  font-size: 10px;
  background-color: #e5484d;
  padding: 3px;
  border-radius: 4px;
  margin-left: 5px;
  vertical-align: 2px;
}
.contact-page .form-group > label, .contact-page .form-group.radio-button-container > div:not(.radio-button-group) label {
  display: block;
  color: var(--header-color);
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 12px;
  font-weight: bold;
}
.contact-page .form-group.rel-question, .contact-page .form-group.nohit {
  margin-top: 0;
}
.contact-page div#g-recaptcha {
  margin: 60px 0 80px;
}
.contact-page div#g-recaptcha > div {
  margin: 0 auto;
}
.contact-page .contact-container {
  padding-bottom: 0;
}
.contact-page .contact-container .hints {
  padding-left: 0;
}
.contact-page .contact-container .form-group + .description-html {
  margin: 0;
}
.contact-page .contact-container .button-submit {
  color: white;
  background: var(--primary9);
  border-radius: var(--rounded-md);
  padding: 12px 14px;
}
.contact-page .contact-container .button-submit:hover {
  background-color: var(--primary10);
}
.contact-page .contact-container .button-submit:disabled {
  background: var(--button-disabled-bg-color);
  color: var(--button-disabled-label-color);
}
.contact-page .footer {
  padding-top: 24px;
}
.contact-page .footer .footer-main_contact {
  display: none;
}
.contact-page .footer .footer-main_search-top {
  max-width: 240px;
  width: 100%;
  box-sizing: border-box;
}

/*****************************************
* POPUP SETTING
*****************************************/
html.inframe #app-container {
  margin-top: 57px;
}
html.inframe .search-page::after {
  display: none;
}
html.inframe .header {
  height: auto;
  padding: 0;
  border-bottom: solid 1px var(--custom-border-color, var(--form-border-color));
}
html.inframe .container {
  width: 100%;
  max-width: 100%;
}
html.inframe .keywords {
  margin-top: 0;
  border: none;
  border-top: solid 1px var(--custom-border-color, var(--form-border-color));
  border-radius: 0;
}
html.inframe .faq-list {
  border: none;
}
html.inframe .faq-list .faq-list-scroll-container {
  /* Firefox - 通常時はスクロールバー非表示 */
  scrollbar-width: none;
  /* WebKit - 通常時はスクロールバー非表示 */
  /* Firefox - ホバー時のみスクロールバー表示 */
  /* WebKit - ホバー時のみスクロールバー表示 */
}
html.inframe .faq-list .faq-list-scroll-container::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
html.inframe .faq-list .faq-list-scroll-container:hover {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
}
html.inframe .faq-list .faq-list-scroll-container:hover::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
html.inframe .faq-list .faq-list-scroll-container:hover::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
html.inframe .faq-list,
html.inframe .keywords,
html.inframe .article-page .page-content {
  border-radius: 0;
  background-color: #fff;
}
html.inframe .query-input {
  background-color: #fff;
}
html.inframe .query-input:focus-within {
  outline: none;
}
html.inframe .query-input input,
html.inframe .query-input textarea {
  background-size: 18px;
  padding-left: 48px;
  background-position: 16px center;
}
html.inframe .faq-list {
  margin-top: 0;
}
html.inframe .article-page .content {
  margin-top: 16px;
}
html.inframe .article-page .page-content {
  padding-inline: 24px;
}
html.inframe .article-page .related-pages-section .container {
  max-width: calc(100% - 24px);
}
html.inframe .inframe-header {
  font-weight: normal;
}
html.inframe .inframe-header a svg {
  width: 16px;
}
html.inframe .inframe-header a svg path {
  fill: var(--helper-color);
}
html[data-pdf="1"].inframe .query-input {
  padding-top: 0;
}

html {
  scroll-behavior: smooth;
}
html .query-input {
  scroll-margin-top: 120px;
}

/* カテゴリー機能用スタイル */
html #TopLink {
  display: none !important;
}
html .breadcrumb-list {
  /* display: none; */
  width: 1000px;
  max-width: calc(100% - 32px);
  padding: 15px 0;
  margin: 0 auto;
  border-bottom: none;
  line-height: 1.7;
}
html .breadcrumb-list > span:first-child,
html .breadcrumb-list > a:first-child {
  background: url(https://custom-assets.helpfeel.com/smbc-card/memfs/ico_home.png) no-repeat left 3px;
  padding-left: 27px;
}
html .breadcrumb-list span {
  font-weight: bold;
  color: #333;
  font-size: 14px;
}
html .breadcrumb-list a {
  color: #117766;
}
html .breadcrumb-list a:hover {
  text-decoration: underline;
}
html .breadcrumb-list a span {
  color: #117766;
}
html .breadcrumb-list .category-optional-label {
  display: none;
}
html .category-container {
  width: 1020px;
}
html .category-header h1 {
  font-weight: bold;
  padding: 6px 8px 3px 0px;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #005135;
  border-bottom: 3px solid #005135;
}
html .category-header p {
  margin-bottom: 10px;
  font-size: 14px;
}
html .footer .category_section h2 {
  color: #005135;
  border-left-color: #005135;
}
html body[data-category-id=_] #app-container,
html body[data-category-id=_] .query-input,
html body[data-category-id=_] .subtitle {
  display: none;
}
html body[data-category-id=_] .breadcrumb-list {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
html body[data-category-id=_] .category-selector {
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 0;
  padding: 10px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
@media print, only screen and (max-width: 640px) {
  html body[data-category-id=_] .category-selector {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
html body[data-category-id=_] .category-selector::after {
  position: absolute;
  content: "";
  width: 100%;
  top: 50%;
  left: 0;
  border-top: solid 1px #ccc;
  pointer-events: none;
}
@media print, only screen and (max-width: 640px) {
  html body[data-category-id=_] .category-selector::after {
    display: none;
  }
}
html body[data-category-id=_] .category-selector .category-selector-item a {
  cursor: default;
  padding: 40px 20px;
  border-top: none;
  border-right: solid 1px #ccc;
  border-bottom: none;
  border-left: none;
  border-radius: 0;
}
@media print, only screen and (max-width: 640px) {
  html body[data-category-id=_] .category-selector .category-selector-item a {
    border-right: none;
    border-bottom: solid 1px #ccc;
  }
}
html body[data-category-id=_] .category-selector .category-selector-item:nth-child(3n) a, html body[data-category-id=_] .category-selector .category-selector-item:last-child a {
  border-right: none;
}
@media print, only screen and (max-width: 640px) {
  html body[data-category-id=_] .category-selector .category-selector-item:last-child a {
    border-bottom: none;
  }
}
html body[data-category-id=_] .category-selector .category-selector-item .category-labels {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}
html body[data-category-id=_] .category-selector .category-selector-item .category-labels .category-label {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding: 0;
  margin-top: 0;
}
@media print, only screen and (max-width: 640px) {
  html body[data-category-id=_] .category-selector .category-selector-item .category-labels .category-label {
    margin-bottom: 18px;
  }
}
html body[data-category-id=_] .category-selector .category-selector-item .category-labels .category-optional-label {
  width: 287px;
  display: inline-block;
  text-align: center;
  padding: 20px 10px 18px;
  font-size: 15.4px;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}
@media print, only screen and (max-width: 640px) {
  html body[data-category-id=_] .category-selector .category-selector-item .category-labels .category-optional-label {
    width: 100%;
  }
}
html body[data-category-id=_] .category-selector .category-selector-item .category-labels .category-optional-label:hover {
  opacity: 0.8;
}
html body[data-category-id=_] .category-selector .category-selector-item[data-category-id=tag_Visaプリペ] .category-labels .category-optional-label, html body[data-category-id=_] .category-selector .category-selector-item[data-category-id=tag_かぞくのおさいふ] .category-labels .category-optional-label {
  background-color: #003e28;
}
html body[data-category-id=_] .category-selector .category-selector-item[data-category-id=tag_ｄカードプリペイド] .category-labels .category-optional-label {
  background-color: #cc0033;
}
html body[data-category-id=_] .category-selector .category-selector-item[data-category-id=tag_THERAMPAGE] .category-labels .category-optional-label {
  background-color: #000000;
}
html body[data-category-id=_] .footer .category_section {
  display: none;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section {
  display: none;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section--visaprepaid {
  display: block;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #use {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_use.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #admin {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_admin.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #addcard {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_addcard.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #security {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_security.png") no-repeat 215px 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #charge {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_charge.png") no-repeat 170px 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #cardtype {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_cardtype.png") no-repeat 200px 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #applepay {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_applepay.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #my {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_my.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #balance {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_balance.png") no-repeat 187px 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #mail {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_mail.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #point {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_point.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #question {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_question.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #other {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_other.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #service {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_service.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #loss {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_loss.png") no-repeat 207px 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section {
  display: none;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section--kazokunoosaifu {
  display: block;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #use {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_use.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #admin {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_admin.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #addcard {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_addcard.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #security {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_security.png") no-repeat 215px 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #charge {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_charge.png") no-repeat 170px 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #cardtype {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_cardtype.png") no-repeat 200px 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #applepay {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_applepay.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #my {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_my.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #balance {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_balance.png") no-repeat 187px 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #mail {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_mail.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #point {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_point.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #question {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_question.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #other {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_other.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #service {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_service.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #loss {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/c01/ico_loss.png") no-repeat 207px 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .category-header h1 {
  color: #cc0033;
  border-bottom: 3px solid #cc0033;
}
html body[data-category-id=tag_ｄカードプリペイド] .query-input:focus-within {
  outline: 2px solid #cc0033;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section {
  display: none;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section--d_pre {
  display: block;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section h2 {
  color: #cc0033;
  border-left-color: #cc0033;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #use {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/d_card/ico_use.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #admin {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/d_card/ico_admin.png") no-repeat 190px 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #addcard {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/d_card/ico_addcard.png") no-repeat 170px 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #security {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/d_card/ico_security.png") no-repeat 198px 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #charge {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/d_card/ico_charge.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #cardtype {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/d_card/ico_cardtype.png") no-repeat 196px 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #applepay {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/d_card/ico_applepay.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #my {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/d_card/ico_my.png") no-repeat 190px 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #balance {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/d_card/ico_balance.png") no-repeat 185px 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #mail {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/d_card/ico_mail.png") no-repeat 190px 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #point {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/d_card/ico_point.png") no-repeat 185px 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #question {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/d_card/ico_question.png") no-repeat 190px 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #other {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/d_card/ico_other.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #service {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/d_card/ico_service.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #loss {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/d_card/ico_loss.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_THERAMPAGE] .category-header h1 {
  color: #000000;
  border-bottom: 3px solid #000000;
}
html body[data-category-id=tag_THERAMPAGE] .query-input:focus-within {
  outline: 2px solid #000000;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section {
  display: none;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section--rampage {
  display: block;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section h2 {
  color: #000000;
  border-left-color: #000000;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section ul li #admin {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/rampage/ico_admin.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section ul li #charge {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/rampage/ico_charge.png") no-repeat 170px 50%;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section ul li #use {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/rampage/ico_use.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section ul li #balance {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/rampage/ico_balance.png") no-repeat 187px 50%;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section ul li #mail {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/rampage/ico_mail.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section ul li #security {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/rampage/ico_security.png") no-repeat 190px 50%;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section ul li #loss {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/rampage/ico_loss.png") no-repeat 185px 50%;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section ul li #question {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/rampage/ico_question.png") no-repeat 180px 50%;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section ul li #other {
  background: url("https://custom-assets.helpfeel.com/smbc-card/prepaid/rampage/ico_other.png") no-repeat 180px 50%;
}

body.article-page .page-content {
  visibility: hidden;
  opacity: 0;
  transition-property: visibility, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
body.article-page.processed-lines .page-content {
  visibility: visible;
  opacity: 1;
}

body:has(.preview-label).article-page .page-content {
  visibility: visible;
  opacity: 1;
}

html body.article-page .footer .category_section {
  display: none;
}

html body.article-page.article-page-empty .feedback-section {
  display: none;
}
html body.article-page.article-page-empty .related-pages-section .related-pages .related-pages-title {
  display: none;
}
html body.article-page.article-page-empty .related-pages-section .related-pages .related-pages-body ul > li > a .icon {
  width: 24px;
  height: 24px;
  margin-top: 0px;
  background-image: url(/img/answer.svg) !important;
}
html body.article-page.article-page-empty .footer .btn.footer-main_contact {
  display: none;
}

html #app-container {
  min-height: initial;
}
html .query-input input,
html .query-input textarea {
  scrollbar-width: none;
}
html body.search-page .faq-list ul > li > a {
  text-decoration: underline;
}
html body.article-page.article-page-empty .page-content {
  visibility: visible;
  opacity: 1;
}
html body.article-page:not(.article-page-empty) .page-content .line.title {
  position: relative;
  padding-top: 0.666em;
  padding-left: 2.5em;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  html body.article-page:not(.article-page-empty) .page-content .line.title {
    font-size: 20px;
    line-height: 1.5;
  }
}
html body.article-page:not(.article-page-empty) .page-content .line.title::before {
  position: absolute;
  top: calc(50%);
  left: 0.5em;
  content: "Q.";
  background: #1a4832;
  color: #fff;
  padding: 3px 8px;
  transform: translateY(-50%);
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  html body.article-page:not(.article-page-empty) .page-content .line.title::before {
    padding: 5px 6px 7px;
    font-size: 0.8em;
    line-height: 1;
  }
}
html body.article-page .breadcrumb-list {
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  html .query-input {
    margin-top: 8px;
  }
}
html .article-page .content {
  margin-top: 0;
}

#TopLink {
  max-width: 1000px;
  min-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  #TopLink {
    min-width: initial;
  }
}
.search-page #TopLink {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#TopLink .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #TopLink .inner {
    padding: 0 5px 5px;
  }
}
#TopLink .inner a {
  color: #117766;
}
#TopLink .inner a:hover {
  text-decoration: underline;
}
#TopLink .inner ul {
  border: none;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
#TopLink .inner ul li:first-child {
  background: url(https://custom-assets.helpfeel.com/smbc-card/memfs/ico_home.png) no-repeat left 3px;
  padding-left: 27px;
}
#TopLink .inner ul li span {
  font-weight: bold;
}
.search-page #TopLink .inner ul li span a {
  color: #333;
  pointer-events: none;
}
#TopLink .inner div {
  display: none;
}
.search-page #TopLink .inner div {
  display: block;
}

.faq-list-search-summary {
  font-size: 0px !important;
}
.faq-list-search-summary span:first-of-type {
  font-size: 14px;
  font-weight: 400 !important;
}
.faq-list-search-summary span:first-of-type::after {
  content: "件ヒット";
  font-size: 14px;
}

.article-page .custom-fragment {
  scroll-margin-top: 110px;
  display: block;
}
.article-page .header:has(.header-fixed) {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .article-page .header:has(.header-fixed) {
    padding-top: 66px;
  }
}

body .keywords:not(.keywords-top-most) {
  display: none;
}

.faq-list .faq-list-scroll-container.no-query:has(div:first-child:not(.faq-list-title)) > .faq-list-title,
.faq-list .faq-list-scroll-container.no-query:has(div:first-child:not(.faq-list-title)) > ul {
  display: none;
}

.feedback:not(:has(button[disabled])) #feedback-message-title-solution {
  position: relative;
  overflow: hidden;
  text-indent: -200%;
}
.feedback:not(:has(button[disabled])) #feedback-message-title-solution::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "この記事はお役に立ちましたか？";
  width: 100%;
  text-indent: 0;
}

body.article-page:not(.article-page-empty) .related-pages-section {
  display: none;
}

.faq-list .faq-list-scroll-container {
  max-height: initial;
}
@media screen and (max-width: 767px) {
  .faq-list .faq-list-scroll-container {
    max-height: initial;
  }
}

html.inframe #smbcLine,
html.inframe #header,
html.inframe #TopLink,
html.inframe #header_overlay {
  display: none;
}
html.inframe .search-page .header {
  position: initial;
  border-bottom: none;
}
html.inframe .footer {
  display: block;
}
@media screen and (max-width: 767px) {
  html.inframe body[data-category-id=_] .breadcrumb-list {
    display: none;
  }
  html.inframe body[data-category-id=_] .category-header {
    margin-top: 16px;
  }
  html.inframe body[data-category-id=_] .category-selector {
    grid-template-columns: 1fr;
    gap: 0;
  }
  html.inframe body[data-category-id=_] .category-selector::after {
    display: none;
  }
  html.inframe body[data-category-id=_] .category-selector .category-selector-item a {
    border-right: none;
    border-bottom: solid 1px #ccc;
  }
  html.inframe body[data-category-id=_] .category-selector .category-selector-item:last-child a {
    border-bottom: none;
  }
  html.inframe body[data-category-id=_] .category-selector .category-selector-item .category-labels .category-label {
    margin-bottom: 18px;
  }
  html.inframe body[data-category-id=_] .category-selector .category-selector-item .category-labels .category-optional-label {
    width: 100%;
  }
  html.inframe body:not([data-category-id=_]) #app-container {
    margin-top: 12px;
  }
  html.inframe .category-header {
    max-width: calc(100% - 32px);
    margin-right: auto;
    margin-left: auto;
  }
  html.inframe .category-selector:empty {
    display: none;
  }
  html.inframe .query-input {
    max-width: calc(100% - 32px);
    border: solid 1px;
    outline: none;
  }
  html.inframe .PrepaidFooterUtility {
    min-width: initial;
    padding: 10px 8px;
    margin-top: 20px;
    font-size: 13px;
  }
  html.inframe .PrepaidFooterUtility ul {
    width: auto;
  }
  html.inframe .PrepaidFooterUtility ul li {
    display: inline-block;
    padding: 2px 0 2px 14px;
    margin: 0;
  }
  html.inframe .PrepaidFooterUtility ul li a.ReadLink:before {
    content: none;
  }
  html.inframe .PrepaidFooterSiteMap {
    min-width: initial;
    border-top: 1px solid #dbdbdb;
  }
  html.inframe .PrepaidFooterSiteMap > div {
    width: auto;
  }
  html.inframe .PrepaidFooterSiteMap > div > ul {
    display: block;
    width: auto;
    font-size: 14px;
    border-left: none;
    line-height: 1.3;
  }
  html.inframe .PrepaidFooterSiteMap > div > ul > li {
    display: block;
    width: auto;
  }
  html.inframe .PrepaidFooterSiteMap > div > ul > li .SpecialLink {
    margin: 30px 0 0;
  }
  html.inframe .PrepaidFooterSiteMap ul {
    line-height: 1.3;
    font-size: 14px;
  }
  html.inframe .PrepaidFooterSiteMap > div > ul > li {
    border-top: 1px solid #dbdbdb;
    padding: 20px 20px 18px;
    border-right: none;
  }
  html.inframe .PrepaidFooterSiteMap > div > ul > li .DefaultLink dd {
    margin: 5px 0 0;
    padding: 0 0 0 15px;
  }
  html.inframe .PrepaidFooterCopy {
    min-width: initial;
    padding: 15px 0;
    font-size: 10px;
  }
}

html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #use.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #admin.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #addcard.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #security.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #charge.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #cardtype.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #applepay.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #my.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #balance.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #mail.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #point.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #question.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #other.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #service.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_Visaプリペ] .footer .category_section ul li #loss.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #use.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #admin.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #addcard.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #security.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #charge.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #cardtype.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #applepay.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #my.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #balance.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #mail.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #point.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #question.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #other.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #service.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_かぞくのおさいふ] .footer .category_section ul li #loss.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #use.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #admin.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #addcard.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #security.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #charge.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #cardtype.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #applepay.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #my.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #balance.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #mail.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #point.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #question.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #other.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #service.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_ｄカードプリペイド] .footer .category_section ul li #loss.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section ul li #admin.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section ul li #charge.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section ul li #use.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section ul li #balance.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section ul li #mail.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section ul li #security.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section ul li #loss.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section ul li #question.icon_right {
  background-position: calc(100% - 15px) 50%;
}
html body[data-category-id=tag_THERAMPAGE] .footer .category_section ul li #other.icon_right {
  background-position: calc(100% - 15px) 50%;
}