@charset "UTF-8";
/* =========================================================
 ヘッダ要素のスタイルを定義
========================================================= */
.forSpBlock {
  display: none !important;
}

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

  body .forSpBlock {
    display: block !important;
  }
}
.mb75 {
  margin-bottom: 75px;
}

.heading {
  color: #117766;
  font-weight: bold;
  margin-top: 30px;
}

.mt0 {
  margin-top: 0;
}

.mr50 {
  margin-right: 50px;
}

/* ------ そのまま移行ページ用にpadding-topを削除  ----- */
@media only screen and (max-width: 640px) {
  #contWrap {
    padding-top: 0px;
  }
}

/* ------ そのまま移行ページ（プラチナ）のコンテンツエリア調整  ----- */
.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;
  }
}

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

body {
  overflow-x: hidden;
}
@media only screen and (max-width: 1000px) {
  body {
    overflow-x: visible;
  }
}

/* ------ ヘッダ要素のPC/SP表示切り替え  ----- */
.forPcFlex {
  display: flex !important;
}

.forSpFlex {
  display: none !important;
}

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

  .forSpFlex {
    display: flex !important;
  }
}
/* ヘッダ
--------------------------------------------------------- */
/* ------ header  ----- */
#header {
  line-height: 1.8;
  min-width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background: #fff;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  z-index: 990;
  /* ios角丸除去 */
}
#header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: scaleX(1);
}
@media only screen and (max-width: 640px) {
  #header {
    height: 75px;
    width: 100%;
    min-width: 320px;
  }
}
#header *,
#header *::before,
#header *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#header input {
  border-radius: 0;
}
#header > .headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  max-width: 1000px;
  min-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  /* padding: 0 32px;*/
  position: relative;
}
#header > .headerInner.logoLine {
  padding-top: 19px;
  display: flex;
  align-items: center;
  padding: 13px 0px 3px 0px;
}
@media only screen and (max-width: 640px) {
  #header > .headerInner {
    /*height: 63px;*/
    height: auto;
    width: 100%;
    min-width: 320px;
    padding-bottom: 3px;
    margin-left: 0;
  }
}
@media print {
  #header {
    display: none;
  }
}
#header .hLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
  width: 180px !important;
  /* 1000px - 820px */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #header .hLeft {
    /* IEのみ横幅を上書きする */
    width: 180px !important;
  }
}
#header .hLeft h1.logo_out,
#header .hLeft h1.logo_in {
  /*共通H1スタイルリセット*/
  font-size: 1rem;
  line-height: 1.8;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
  background-color: transparent;
  min-width: 0;
  font-weight: normal;
  margin-bottom: 0px;
  text-align: left;
  min-height: auto;
}
#header .hLeft p.logo_out,
#header .hLeft h1.logo_out {
  width: 180px;
  height: 28px;
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/logo_logout.png") left/180px no-repeat;
}
#header .hLeft p.logo_out {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  #header .hLeft p.logo_out,
#header .hLeft h1.logo_out {
    width: 105px;
    background-size: contain;
  }
}
#header .hLeft p.logo_out a,
#header .hLeft h1.logo_out a {
  display: block;
  height: auto;
  margin: 0;
}
#header .hLeft p.logo_in,
#header .hLeft h1.logo_in {
  width: 180px;
  height: 28px;
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/logo_smcc_01.png") left/180px no-repeat;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  #header .hLeft p.logo_in,
#header .hLeft h1.logo_in {
    width: 105px;
    background-size: contain;
  }
}
#header .hLeft p.logo_in a,
#header .hLeft h1.logo_in a {
  display: block;
  height: auto;
  margin: 0;
}
#header .hLeft p.txt {
  font-size: 72%;
  padding-top: 3px;
  line-height: 1em;
}
#header .hLeft .wrap .txt br {
  display: none;
}
#header .hLeft p.logo_out_kamei,
#header .hLeft h1.logo_out_kamei {
  width: 180px;
  height: 28px;
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/logo_smcc_01.png") left/180px no-repeat;
}
@media screen and (max-width: 640px) {
  #header .hLeft p.logo_out_kamei,
#header .hLeft h1.logo_out_kamei {
    width: 123px;
    height: 28px;
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/logo_smcc_01_sp.png") left/123px no-repeat;
  }
}
@media only screen and (max-width: 640px) {
  #header {
    position: relative;
    height: 63px;
    width: 100%;
  }
  #header .hLeft {
    margin-left: 15px;
    margin-right: 0px;
    width: 180px !important;
  }
}
#header .hRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  #header .hRight {
    margin-right: 10px;
    margin-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
  }
}
#header .hRight .searchAreaWrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  background-color: #F0F0F0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 640px) {
  #header .hRight .searchAreaWrap {
    top: 0%;
    background-color: #FFF;
  }
}
@media only screen and (min-width: 641px) {
  #header .hRight .searchAreaWrap {
    top: 100%;
    background-color: #FFF;
  }
}
#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 {
    margin: 30px 20px 150px !important;
  }
}
@media only screen and (max-width: 640px) {
  #header .megaMenu_spBottomNavItemLink {
    font-size: 16px;
    color: #117766;
    text-decoration: underline;
    padding-left: 15px;
    position: relative;
  }
}
@media only screen and (max-width: 640px) {
  #header .screenShareSupport .megaMenu_spBottomNavItemLink {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  #header div.kamei_customer_label ul.hRight_subMenu.linkBtns {
    padding-right: 0px;
  }
  #header div.kamei_customer_label ul.hRight_subMenu.linkBtns > * {
    width: 100%;
  }
  #header div.kamei_customer_label ul.hRight_subMenu.linkBtns .subMenu_item > a {
    font-size: 14px;
    height: auto;
    font-weight: normal;
    color: #68b5a7;
  }
}
@media screen and (max-width: 640px) {
  #header .headerInner ul.hRight_subMenu {
    font-weight: bold;
  }
}
@media screen and (max-width: 640px) {
  #header .megaMenu {
    margin-top: 0px !important;
    top: 0 !important;
    height: calc(100vh - 63px - 35px);
    height: calc(100svh - 63px - 35px);
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  #header .headerInner .hLeft.h_kamei + .hRight_subMenu .subMenu_item-userInfo {
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    margin-left: 0;
    z-index: 1000;
  }
}
@media screen and (max-width: 640px) {
  #header .subMenu_dropdown_list > .subMenu_dropdown_item.isKamei_Modal_relation {
    padding-top: 0px;
    padding-bottom: 10px;
    line-height: 1.26;
    min-height: auto;
    font-weight: bold;
  }
}
@media screen and (max-width: 640px) {
  #header .isKamei_Modal_relation_none {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  #header .isKamei_Modal_relation {
    display: block !important;
    font-weight: normal;
  }
}

/* サブメニュー (hRight_subMenu)
--------------------------------------------------------- */
div ul.hRight_subMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0px !important;
  /* XXX all_contents.css対応 */
  flex-shrink: 0;
}
@media only screen and (max-width: 640px) {
  div ul.hRight_subMenu {
    margin-top: 0 !important;
    /* XXX */
    align-items: flex-end;
  }
}

div .hRight_subMenu.spacer {
  flex-grow: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  div .hRight_subMenu.spacer {
    /* IEのみspacerの横幅を調整する */
    width: auto;
  }
}

.hRight_subMenu.linkBtns {
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  padding: 6px 4px !important;
  height: 40px;
  /* 新規契約 */
  /* 新規区分ページで使うCSSの要素 */
  /* 既存区分ページで使うCSSの要素 */
  /* 契約済 */
  /*共通*/
}
@media screen and (max-width: 640px) {
  .hRight_subMenu.linkBtns {
    width: 100%;
  }
}
.hRight_subMenu.linkBtns > * {
  font-size: 14px;
  /* width: 189px;*/
  height: 30px;
}
.hRight_subMenu.linkBtns.kamei_new_agreement_en > *:first-of-type {
  line-height: 1;
  text-align: center;
  /* width: 100%;*/
  font-weight: normal;
  display: flex;
  justify-content: center;
  border-bottom: 3px solid #03846d;
}
.hRight_subMenu.linkBtns.kamei_new_agreement_en > .subMenu_item.kamei_contracted:first-of-type a {
  color: #03846d;
  font-weight: bold;
}
.hRight_subMenu.linkBtns.kamei_new_agreement_en > *:last-of-type {
  background-color: #03846d;
  border-radius: 14px;
  color: #FFF;
}
.hRight_subMenu.linkBtns.kamei_new_agreement_en > .subMenu_item:last-of-type {
  background: none;
  border: none;
}
.hRight_subMenu.linkBtns.kamei_new_agreement_en > .subMenu_item:last-of-type a {
  color: #333 !important;
}
.hRight_subMenu.linkBtns.kamei_new_agreement_en > .subMenu_item:last-of-type:hover a {
  text-decoration: none !important;
  opacity: 0.5;
}
.hRight_subMenu.linkBtns.kamei_new_agreement_en > .subMenu_item.kamei_contracted:last-of-type:hover {
  background-color: #0ca387;
}
.hRight_subMenu.linkBtns.kamei_new_agreement_de > *:nth-child(2n) {
  text-align: center;
  font-weight: normal;
  border-bottom: 3px solid #03846d;
}
.hRight_subMenu.linkBtns > .subMenu_item:first-of-type {
  padding-top: 15px;
  padding-left: 13px;
  padding-right: 13px;
}
@media only screen and (max-width: 640px) {
  .hRight_subMenu.linkBtns > .subMenu_item:first-of-type {
    padding: 0;
    font-size: 16px;
  }
}
.hRight_subMenu.linkBtns > .subMenu_item.kamei_contracted a {
  color: #68b5a7;
}
.hRight_subMenu.linkBtns > .subMenu_item.kamei_contracted a:last-of-type {
  color: #333;
}
.hRight_subMenu.linkBtns > .subMenu_item.kamei_contracted:first-of-type:hover a {
  text-decoration: none !important;
  opacity: 0.5;
}
.hRight_subMenu.linkBtns > :last-of-type a {
  color: #333;
}
.hRight_subMenu.linkBtns.kamei_new_agreement_en > .subMenu_item:last-of-type:hover a {
  text-decoration: none !important;
  opacity: 0.5;
}
.hRight_subMenu.linkBtns > *:last-of-type {
  color: #FFF;
}
.hRight_subMenu.linkBtns > .subMenu_item:first-of-type:hover a, .hRight_subMenu.linkBtns.kamei_new_agreement_en > .subMenu_item:last-of-type:hover a {
  text-decoration: none !important;
  opacity: 0.5;
}
.hRight_subMenu.linkBtns > .subMenu_item:first-of-type:hover, .hRight_subMenu.linkBtns.kamei_new_agreement_en > .subMenu_item:last-of-type:hover {
  background: none;
}
.hRight_subMenu.linkBtns > li.kamei_contracted, .hRight_subMenu.linkBtns.kamei_new_agreement_en > li.kamei_contracted {
  padding: 3px 3px 25px 3px;
}
@media only screen and (max-width: 640px) {
  .hRight_subMenu.linkBtns > li.kamei_contracted {
    width: 200px;
  }
}
.hRight_subMenu.linkBtns.kamei_new_agreement_en > li.kamei_contracted {
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 15px;
}
@media only screen and (max-width: 640px) {
  .hRight_subMenu.linkBtns.kamei_new_agreement_en > li.kamei_contracted {
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .hRight_subMenu.linkBtns.kamei_new_agreement_en > * > * {
    width: 100%;
  }
}
.hRight_subMenu.linkBtns > .subMenu_item {
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
}
.hRight_subMenu.linkBtns > .subMenu_item::before {
  display: none;
}
@media only screen and (max-width: 640px) {
  .hRight_subMenu.linkBtns > .subMenu_item {
    line-height: 1;
  }
}

*::-ms-backdrop, .mfp-content > .hRight_subMenu.linkBtns > * {
  font-size: 15px;
}

.kamei_contracted_kizon {
  padding-top: 15px;
  padding-bottom: 25px;
  width: 160px;
}
.kamei_contracted_kizon > a {
  color: #03846d !important;
  font-weight: bold;
}

.formerly_smbcfs {
  width: 160px;
}

/* Sub Menu Items
--------------------------------------------------------- */
.subMenu_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* QA */
  /* Sub-Menu Translated Pages */
  /* Sub-Menu User */
  /* Sub-Menu Login */
  /* Sub-Menu Logout */
  /* Sub-Menu Link */
}
@media only screen and (max-width: 640px) {
  .subMenu_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-top: 5px;
    /* XXX */
    flex-direction: column;
    position: relative;
    font-size: 10px;
    line-height: 1;
    margin-left: 5px;
    padding-right: 0;
    margin-top: 0px !important;
  }
  .subMenu_item:not(:last-child) {
    margin-left: 5px;
  }
}
.subMenu_item:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  .subMenu_item:not(:first-child) {
    margin-left: 0;
  }
}
.subMenu_item::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
@media only screen and (max-width: 640px) {
  .subMenu_item::before {
    margin-right: 0;
    margin-bottom: 4px;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /* for IE11※ */
    left: 50%;
    /* for IE11※ */
    /* IE11でflex-itemの疑似要素の背景が左右中央に整列しない対策 */
  }
}
.subMenu_item-menu {
  color: #117766;
  display: none;
}
@media only screen and (max-width: 640px) {
  .subMenu_item-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 7px;
    /* Sub-Menu Menu(Close) */
  }
  .subMenu_item-menu > a {
    color: #117766;
  }
  .subMenu_item-menu::before {
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_menu_open.svg") no-repeat center;
  }
}
.subMenu_item-login, .subMenu_item-userInfo {
  margin-left: 25px;
}
.subMenu_item-qa::before {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_qa.svg") no-repeat center;
}
.subMenu_item-qa:hover::before {
  background-image: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_qa_on.svg");
}
@media only screen and (max-width: 640px) {
  .subMenu_item-qa {
    display: none;
  }
}
.subMenu_item-support {
  /* Sub-Menu Supprt */
}
.subMenu_item-support::before {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_support.svg") no-repeat center;
}
.subMenu_item-support:hover::before {
  background-image: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_support_on.svg");
}
@media only screen and (max-width: 640px) {
  .subMenu_item-support {
    display: none;
  }
}
.subMenu_item-search {
  cursor: pointer;
  /* Sub-Menu Search */
}
.subMenu_item-search::before {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_search_on.svg") no-repeat center;
}
.subMenu_item-search:hover::before {
  background-image: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_search_on.svg");
}
@media only screen and (max-width: 640px) {
  .subMenu_item-search {
    cursor: pointer;
    width: 40px;
  }
}
.subMenu_item-Translated::before {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_Translated.svg") no-repeat center;
}
.subMenu_item-Translated:hover::before {
  background-image: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_Translated_on.svg");
}
.subMenu_item-userInfo::before {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_person.svg") no-repeat center;
}
.subMenu_item-userInfo:hover::before {
  background-image: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_person.svg");
}
.subMenu_item-login::before {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_login_on.svg") no-repeat center;
}
.subMenu_item-login:hover::before {
  background-image: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_login_on.svg");
}
.subMenu_item-logout::before {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_logout_b.svg") no-repeat center;
}
.subMenu_item-logout:hover::before {
  background-image: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_logout_b.svg");
}
.subMenu_item > .subMenu_itemInner,
.subMenu_item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .subMenu_item > .subMenu_itemInner,
.subMenu_item > a {
    height: 34px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #00846D;
    font-size: 10px;
    display: flex;
    justify-content: center;
  }
}
.subMenu_item:hover > span, .subMenu_item:hover > a {
  opacity: 0.5;
}
@media only screen and (max-width: 640px) {
  .subMenu_item:hover > span, .subMenu_item:hover > a {
    color: #117766;
    text-decoration: underline !important;
    opacity: 0.5;
  }
}
.subMenu_item:hover::before {
  opacity: 0.5;
}

.header_site_name:hover > a {
  opacity: 0.5;
}
@media only screen and (max-width: 640px) {
  .header_site_name:hover > a {
    color: #117766;
    text-decoration: underline !important;
    opacity: 0.5;
  }
}

/* Dropdown
--------------------------------------------------------- */
.subMenu_dropdown {
  cursor: pointer;
  position: relative;
}
.subMenu_dropdown::after {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_down_chevron_thin.svg") no-repeat center;
  content: "";
  width: 8px;
  height: 4px;
  margin-left: 9px;
}
@media only screen and (max-width: 640px) {
  .subMenu_dropdown::after {
    display: none;
  }
}
.subMenu_dropdown:hover::after {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_down_chevron_thin.svg") no-repeat center;
}
.subMenu_dropdown:hover > a {
  text-decoration: none;
}
.subMenu_dropdown_body {
  display: none;
}
.subMenu_dropdown_body .subMenu_dropdown_list .subMenu_dropdown_item:nth-child(n+2) {
  font-weight: normal;
}
.subMenu_dropdown.isShow .subMenu_dropdown_body {
  background-color: #EEE;
  cursor: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 16px 32px;
  position: absolute;
  top: calc(100% + 15px);
  /* right: calc((-208px + 8px) / 2); */
  right: -107px;
  margin: 0;
  width: 347px;
  z-index: 991;
}
@media only screen and (max-width: 640px) {
  .subMenu_dropdown.isShow .subMenu_dropdown_body {
    display: none;
  }
}
.subMenu_dropdown.isShow .subMenu_dropdown_body:after {
  content: "";
  top: -8px;
  left: calc((468px - 10px) / 2);
  position: absolute;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: #EEE transparent;
}
@media screen and (max-width: 640px) {
  .subMenu_dropdown.isShow .subMenu_dropdown_body:after {
    display: none;
  }
}
.subMenu_dropdown_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  min-height: 45px;
  padding: 14px 0 13px 0;
  font-size: 16px;
  line-height: 1.5em;
  border-bottom: 1px dashed #333;
}
.subMenu_dropdown_item.label {
  border-bottom: 1px solid #333;
}
.subMenu_dropdown_item_link.subMenu_dropdown_item_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 27px 13px 0;
  text-decoration: none;
}
.subMenu_dropdown_item_link.subMenu_dropdown_item_link::after {
  position: absolute;
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_right_chevron.svg") no-repeat center;
  content: "";
  width: 12px;
  height: 12px;
  right: 0;
  top: calc(50% - 12px / 2);
  text-decoration: underline;
  color: #117766;
}
.subMenu_dropdown_close {
  display: none;
}

/* SP時のメニューオープン */
@media only screen and (max-width: 640px) {
  .isSpMenuOpen .subMenu_item-menu::before {
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_menu_close.svg") no-repeat center;
  }
}

/* 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 65vh;
  max-width: 95%;
  min-width: 290px;
  margin: 15px auto !important;
  padding: 30px 15px;
}
.subMenu_modal_content *::-ms-backdrop, .mfp-content > .subMenu_modal_content {
  /* IE11 のみ適用される */
  height: 1px;
}

.subMenu_modal_title {
  display: none;
}
.mfp-content .subMenu_modal_title {
  display: block;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}

.mfp-content .subMenu_dropdown_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mfp-content .subMenu_dropdown_list {
  width: 100%;
}
.mfp-content .subMenu_userInfo_prevLogin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: calc(16px + 16px);
}
.mfp-content .subMenu_modal_close_top {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 14px;
  top: -16px;
}
.mfp-content .subMenu_modal_close_bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin-top: auto;
}
.mfp-content .subMenu_modal_close_bottom::before {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/btn_modal_close.svg") no-repeat center;
  content: "";
  height: 24px;
  width: 24px;
  margin-right: 10px;
}

.subMenu_modal_close_top,
.subMenu_modal_close_bottom {
  display: none;
}

@media screen and (max-width: 640px) {
  .subMenu_modal_close_top {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: -31px;
  }
}

/* メガドロップダウン
--------------------------------------------------------- */
.megaMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  font-size: 14px;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  margin-top: 8px;
  z-index: 990;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 auto;
  width: 100%;
  margin-top: 27px !important;
  /* iosのスクロールバー削除分の余白調整 */
}
@media only screen and (max-width: 640px) {
  .megaMenu {
    /* 疑似ドロップシャドウ */
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    margin-top: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 75px);
    overflow-y: scroll;
  }
  .megaMenu:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    -webkit-box-shadow: inset 0px 16px 6px -13px rgba(0, 0, 0, 0.16);
    box-shadow: inset 0px 16px 6px -13px rgba(0, 0, 0, 0.16);
    z-index: 2;
  }
}
@media only screen and (max-width: 640px) {
  html.ios .megaMenu {
    width: calc(100% + 6px);
  }
}
@media only screen and (max-width: 640px) {
  html.ios .headerPlatinum .megaMenu {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .megaMenu input.searchTextBox {
    font-size: 16px;
  }
}

ul li.megaMenu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  height: 100%;
  width: 199px;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media only screen and (max-width: 640px) {
  ul li.megaMenu_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    border-bottom: 1px solid #CCC;
    height: auto;
    padding: 0;
    margin-right: auto;
    width: auto;
  }
}
ul li.megaMenu_item.separator {
  display: inline-block;
  height: 18px;
  border-left: 1px solid #ddd;
  width: auto;
  margin: 4px 0px 0px 0px !important;
}

ul.kamei_new_contract li.megaMenu_item {
  width: 249px;
}
@media screen and (max-width: 640px) {
  ul.kamei_new_contract li.megaMenu_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    border-bottom: 1px solid #CCC;
    height: auto;
    padding: 0;
    margin-right: auto;
    width: auto;
  }
}

.megaMenu_item:nth-last-child(3) {
  padding-right: 0;
}

@media only screen and (max-width: 640px) {
  .megaMenu_item:nth-child(2) {
    padding-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .megaMenu_item.megaMenu_item-isAccordionOpen {
    overflow: visible;
  }
}

.megaMenu_item > .megaMenu_itemTitle {
  color: #333;
  cursor: default;
  font-size: 16px;
  line-height: 1.5;
  height: 24px;
}

.megaMenu_item-isMenuOpen > .megaMenu_itemTitle,
.megaMenu_item-active > .megaMenu_itemTitle {
  border-bottom: 2px solid #1A4832;
}
@media only screen and (max-width: 640px) {
  .megaMenu_item-isMenuOpen > .megaMenu_itemTitle,
.megaMenu_item-active > .megaMenu_itemTitle {
    border-bottom: none;
  }
}

@media only screen and (max-width: 640px) {
  .megaMenu_item > .megaMenu_itemTitle {
    border-bottom: none;
  }
}

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

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

@media only screen and (max-width: 640px) {
  .megaMenu_item > .megaMenu_itemTitle.jsAccordion_active {
    color: #fff;
  }
}

/* メガドロップダウンの吹き出し部分 */
.megaMenu_itemTitle {
  font-weight: bold;
  position: relative;
}
.megaMenu_itemTitle::before {
  content: "";
  bottom: -17px;
  left: calc(50% - 8px / 2);
  position: absolute;
  border-style: solid;
  border-width: 0px 8px 8px;
  border-color: #EEE transparent;
  transition: all 0.2s ease-in 0s;
  visibility: hidden;
  opacity: 0;
  display: none;
}
@media only screen and (max-width: 640px) {
  .megaMenu_itemTitle {
    font-size: 18px;
    min-height: 58px;
    margin-bottom: 0;
    padding: 16px 56px 15px 20px;
    width: 100%;
  }
  .megaMenu_itemTitle.jsAccordion_active {
    background-color: #1A4832;
  }
  .megaMenu_itemTitle.jsAccordion_active::after {
    background-image: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_toggle_close_wh.svg");
  }
  .megaMenu_itemTitle::after {
    position: absolute;
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_toggle_open.svg") no-repeat center;
    content: "";
    width: 16px;
    height: 16px;
    right: 20px;
    top: calc(50% - 16px / 2);
  }
  .megaMenu_itemTitle::before {
    display: none;
  }
}

.megaMenu_item-isMenuOpen > .megaMenu_itemTitle::before {
  visibility: visible;
  opacity: 1;
}

.megaMenu_itemLinkTitle a {
  color: #333;
}
.megaMenu_itemLinkTitle a:hover {
  opacity: 1;
}
@media screen and (min-width: 641px) {
  .megaMenu_itemLinkTitle:hover {
    border-bottom: 2px solid #1A4832;
  }
}
@media screen and (max-width: 640px) {
  .megaMenu_itemLinkTitle::after {
    position: absolute;
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_right_chevron.svg") no-repeat center;
    content: "";
    width: 16px;
    height: 16px;
    right: 20px;
    top: calc(50% - 12px / 2);
  }
}

/* メガドロップダウン ボディ */
.megaMenu_itemBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  position: absolute;
  top: 73px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  height: 458px;
  z-index: 1;
  width: 100%;
  -webkit-transition: all 0.4s ease-in 0.1s;
  transition: all 0.4s ease-in 0.1s;
  line-height: 1.4;
}
@media only screen and (max-width: 1000px) {
  .megaMenu_itemBody {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 640px) {
  .megaMenu_itemBody {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 1;
    position: static;
    height: auto;
    min-height: auto;
    max-height: none;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
}

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

/* メガドロップダウン サブトップ */
.megaMenu_subTop {
  background-color: #1A4832;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 46px 20px 30px;
  margin-left: -20px;
  width: 200px;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subTop {
    background-color: #fff;
    color: #333;
    width: auto;
    padding: 0;
    margin-left: 0;
  }
}

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

.meagDdm_subTopLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  padding-left: 18px;
  position: relative;
  text-decoration: underline;
}
.meagDdm_subTopLink.meagDdm_subTopLink {
  color: #fff;
}
.meagDdm_subTopLink:hover {
  text-decoration: none;
}
.meagDdm_subTopLink::after {
  position: absolute;
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 56px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    background-color: #CCC;
    padding: 15px 48px 17px 30px;
    position: relative;
  }
  .meagDdm_subTopLink.meagDdm_subTopLink {
    color: #333;
    text-decoration: none;
  }
  .meagDdm_subTopLink::after {
    position: absolute;
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_right_chevron.svg") no-repeat center;
    content: "";
    width: 12px;
    height: 12px;
    right: 20px;
    top: calc(50% - 12px / 2);
    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;
  }
}

/* メガドロップダウン サブ */
.megaMenu_subMenu {
  background-color: #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px 60px 15px;
  margin-right: -15px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subMenu {
    display: block;
    padding: 0;
    margin-right: 0;
  }
}

.megaMenu_subWrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.megaMenu_subWrap:not(:first-child) {
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subWrap:not(:first-child) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .megaMenu_subWrap {
    padding-left: 30px;
    margin-left: 0;
  }
}

.megaMenu_sub {
  height: 100%;
}

.megaMenu_subTitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  padding: 0 0 12px;
  border-bottom: 1px solid #CCC;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subTitle {
    border-bottom: 1px dashed #CCC;
    min-height: 56px;
    font-size: 16px;
    padding: 15px 46px 14px 0;
    position: relative;
  }
  .megaMenu_subTitle::after {
    position: absolute;
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_toggle_open.svg") no-repeat center;
    content: "";
    width: 16px;
    height: 16px;
    right: 20px;
    top: calc(50% - 16px / 2);
  }
  .megaMenu_subTitle.jsAccordion_active::after {
    position: absolute;
    background-image: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_toggle_close.svg");
  }
  .megaMenu_subWrap:last-child .megaMenu_sub:last-child .megaMenu_subTitle.jsAccordion_active {
    border-bottom-color: #CCC;
  }
}

.megaMenu_subTitle_two {
  height: auto;
}
.megaMenu_subTitle_two + .megaMenu_subTitle_two {
  margin-top: 19px;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subTitle_two + .megaMenu_subTitle_two {
    margin-top: 0;
  }
}

.megaMenu_subBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subBody {
    display: none;
  }
}

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

/* NOTE: visited打ち消しのため要素指定 */
a.megaMenu_subItem_link {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-decoration: none;
  width: 100%;
}
a.megaMenu_subItem_link.megaMenu_subItem_link:hover {
  text-decoration: underline;
  color: #117766;
}
a.megaMenu_subItem_link.megaMenu_subItem_link::after {
  position: absolute;
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_right_chevron.svg") no-repeat center;
  content: "";
  width: 12px;
  height: 12px;
  right: 0;
  top: calc(50% - 12px / 2);
}
@media only screen and (max-width: 640px) {
  a.megaMenu_subItem_link.megaMenu_subItem_link::after {
    right: 20px;
  }
}
a.megaMenu_subItem_link.megaMenu_subItem_link[target=_blank]::after {
  background-image: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_external_link.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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  padding: 0 21px 0 6px;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subItem_linkText {
    font-size: 16px;
    padding: 15px 50px 17px 8px;
  }
}

/* 2カラム */
.megaMenu_subWrap-col2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 493px;
  flex: 0 0 493px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.megaMenu_subWrap-col2 .megaMenu_subBody {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.megaMenu_subWrap-col2 .megaMenu_subItem {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  width: 226px;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subWrap-col2 .megaMenu_subItem {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }
}

/* 1カラム2段 */
.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;
  }
}

@media only screen and (max-width: 640px) {
  .megaMenu_spBottom .note {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .megaMenu_spBottom ul.note li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .megaMenu_spBottom .screenShareSupport img {
    width: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .megaMenu_spBottomNavItem + .megaMenu_spBottomNavItem {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .megaMenu_spBottomNavItemLink::before {
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_right_chevron.svg") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media only screen and (max-width: 640px) {
  .screenShareSupport .megaMenu_spBottomNavItemLink::before {
    background-image: none;
  }
}

/* 検索エリア
--------------------------------------------------------- */
/* ------ #searchArea  ----- */
#searchArea {
  display: none;
  z-index: 990;
}

.searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .searchAreaWrapSp .searchBox {
    display: flex;
    padding: 12px;
    background-color: #F0F0F0;
  }
}

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

input.searchTextBox {
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 20px;
  width: 100%;
  margin-right: 12px;
}
.headerPlatinum input.searchTextBox {
  background-color: #fff;
  font-size: 16px;
}

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

#smbcLine_pc {
  background-color: #1a4832;
  border-bottom: 3px solid #b6ca3f;
  min-width: 1000px;
  height: 36px;
}
#smbcLine_pc .smbcGroupWrap {
  width: 1000px;
  /* width: 10px;*/
  margin: 0 auto;
  padding: 0px 0 7px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print {
  #smbcLine_pc {
    display: none;
  }
}
@media 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;
    height: 38px;
    width: 100vw !important;
  }
  #smbcLine_sp img {
    width: 100%;
  }
  #smbcLine_sp .smbcGroupWrap {
    margin: 0 auto;
    padding: 9px 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* オーバーレイ
--------------------------------------------------------- */
#header_overlay,
#header_overlay_sp {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0s ease 1s;
  transition: opacity 0.4s, visibility 0s ease 1s;
  z-index: 900;
}
#header_overlay.isShow,
#header_overlay_sp.isShow {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  /* ios */
}

/* 追記・その他のスタイル */
.subMenu_modal_content a:visited,
.subMenu_modal_content a:link {
  color: #333333;
}

.subMenu_item.subMenu_item-logout,
.subMenu_item.subMenu_item-login,
.subMenu_item.subMenu_item-search,
.subMenu_item.subMenu_item-userInfo,
.font_n_bold_kamei {
  font-weight: bold;
}

/* 追加分のメディアクエリSP (max-width: 640px) */
@media screen and (max-width: 640px) {
  .logoSmbc {
    margin-left: 18px;
  }

  .logoSmbcGroup {
    margin-right: 7px;
  }

  .logoSmbc > img,
.logoSmbcGroup > img {
    display: block;
  }

  .kamei_customer_label {
    padding: 5px 10px;
    background-color: #03846D;
  }

  /* モーダル開いた時 */
  #kamei_static_overlay {
    background: #000;
    opacity: 0.6;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
  }

  #userInfo.isKameiModal_Open,
#kamei_static_userInfo .isKameiModal_Open {
    font-size: 16px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
    width: 345px;
    padding: 30px 15px;
    box-sizing: border-box;
    z-index: 1051;
    position: fixed;
    left: 0;
    transform: translateY(-50%);
  }
}
.header_site_name > a:link {
  color: #0370c5 !important;
  font-size: 15px;
}

.header_logo_img {
  width: 20px;
  margin-right: 8px;
  padding-bottom: 5px;
}

/* 検索フォームまわり */
@media screen and (max-width: 640px) {
  .close_sp {
    display: flex;
  }

  #SS_searchFormSp #searchSp input[type=text] {
    height: 40px;
    width: 100%;
    border: solid 1px #DDDDDD;
    -webkit-appearance: none;
    border-radius: 5px;
    padding: 0 10px;
    background: #F5F5F5;
    font-size: 14px;
  }
  #SS_searchFormSp #searchSp button {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8.533vw;
    color: #cecece;
    border: none;
    font-size: 20px;
    padding: 0;
    background: transparent;
  }
  #SS_searchFormSp #searchSp button:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto auto;
    width: 5.333vw;
    height: 5.333vw;
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_search_on.svg") no-repeat center;
  }
  #SS_searchFormSp #searchSp li:first-child {
    text-align: left;
    position: relative;
    width: 100%;
  }

  .SS_searchSubmit_close {
    display: block;
    border: none;
    width: 30px;
    margin-left: 2.933vw;
    position: relative;
  }

  .kamei_Eachtoppage {
    margin-top: 58px;
    background-color: #fff;
    border-bottom: 1px solid #CCC;
  }

  .megaMenu_color {
    background-color: #EDF8F5;
  }

  .SS_searchSubmit_close::before,
.SS_searchSubmit_close::after {
    content: "";
    display: block;
    width: 100%;
    /*バツ線の長さ*/
    height: 2px;
    /*バツ線の太さ*/
    background: #00846D;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: calc(14% - -9px);
    left: 14%;
  }
}
input#SS_searchQuery {
  background-color: #F0F0F0;
}

@media only screen and (min-width: 641px) {
  .SS_searchSubmit_close {
    display: block;
    border: none;
    width: 30px;
    /*枠の大きさ*/
    height: 30px;
    /*枠の大きさ*/
    position: relative;
  }

  button#SS_searchSubmit {
    height: 40px;
    width: 80px;
    background: #0A8664;
    border-radius: 2px;
    color: #fff;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    transition: 0.5s;
    border: none;
    margin-right: 10px;
  }

  .SS_searchSubmit_close::before,
.SS_searchSubmit_close::after {
    content: "";
    display: block;
    width: 100%;
    /*バツ線の長さ*/
    height: 2px;
    /*バツ線の太さ*/
    background: #00846D;
    transform: rotate(45deg);
    transform-origin: 0% 50%;
    position: absolute;
    top: calc(14% - -3px);
    left: 14%;
  }
}
.SS_searchSubmit_close:hover {
  cursor: pointer;
}
.SS_searchSubmit_close::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

.borderT {
  border-top: 1px solid #CCC;
}

/* =========================================================
 小修整パーツ
========================================================= */
.ic-pdf .cmp-button {
  padding-bottom: 2px !important;
}
.ic-pdf .cmp-button:after {
  left: 0px;
  margin-top: 12px;
}
.ic-pdf .cmp-button p {
  padding-left: 24px;
  padding-top: 6px;
}

.fax_num {
  color: #00846D;
  font-size: 28px;
  font-family: "Barlow";
  line-height: 34px;
}

/*
 ■ タブ数が少ない場合（SP時横並び）
--------------------------------------------------------- */
.TabAreaWrap {
  margin-top: 15px;
  margin-bottom: 15px;
  /* 画面遷移あり */
}
.TabAreaWrap .TabHead > ul {
  padding: 0 !important;
}
.TabAreaWrap .TabHead ul {
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  /* Android-標準ブラウザ バージョン2.1～4.3, iOS-Safari バージョン3.2～6.1*/
  display: -webkit-flex;
  /* iOS-Safari 7.0*/
  display: -ms-flexbox;
}
.TabAreaWrap .TabHead ul li {
  padding: 10px 0px 10px 0px;
  background-color: #eeeeee;
  box-sizing: border-box;
  text-align: center;
  list-style: none;
  float: left\9 ;
  margin-left: 1%;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  width: 20%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.TabAreaWrap .TabHead ul li:hover {
  opacity: 0.7;
  cursor: pointer;
  background-color: #EAF2D6 \9 ;
  color: #4d4d4d \9 ;
}
.TabAreaWrap .TabHead ul li:first-child {
  margin-left: 0;
}
.TabAreaWrap .TabHead ul li.ActiveTab {
  background-color: #117766;
  border: 1px solid transparent;
  /*border-top: 5px solid transparent;*/
  border-left: none;
  border-right: none;
  max-width: 33%;
  color: #FFFFFF;
}
.TabAreaWrap .TabHead ul li.ActiveTab:hover {
  cursor: default;
  opacity: 1;
  background-color: #BADD20 \9 ;
  color: #000 \9 ;
}
.TabAreaWrap .TabHead.Static li a:hover {
  color: #4d4d4d \9 ;
}
.TabAreaWrap .TabBody {
  border-width: 1px;
  border-style: solid;
  border-color: #117766;
  border-top-width: 2px;
  padding: 15px;
}

@media (max-width: 640px) {
  ul, ol {
    margin: 0 !important;
  }
}
@media screen and (min-width: 640px) {
  .pc {
    display: inline;
  }

  .forSP {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }

  .forSP {
    display: inline;
  }
}
/* ----- display:box、flexを使えないie8、9対策 ----- */
.Ie.Ie8 .TabAreaWrap .TabHead li,
.Ie.Ie9 .TabAreaWrap .TabHead li {
  float: left;
}

/*----------------------------------------------------
TOPタブ
------------------------------------------------------*/
.TopInformationArea > h2 {
  display: none;
}
@media screen and (min-width: 620px) {
  .TopInformationArea {
    width: 920px !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 619px) {
  .TopInformationArea {
    /* width: 480px; !important; */
    margin: 0 auto;
  }
}

.TopContent .TabAreaWrap {
  margin-top: 30px;
  margin-bottom: 15px;
}
.TopContent .TabAreaWrap .TabHead ul {
  display: block;
  border-bottom: 1px solid #aaa;
  height: 40px;
  z-index: 0;
}
.TopContent .TabAreaWrap .TabHead ul li {
  display: inline-block;
  padding: 10px;
  background-color: #fafafa;
  border-width: 1px;
  border-style: solid;
  border-color: #aaa;
  box-sizing: border-box;
  text-align: center;
  float: none;
  margin-left: 10px;
  margin-right: 10px;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-flex: none;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: none;
  /* OLD - Firefox 19- */
  width: 180px;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: none;
  /* Chrome */
  -ms-flex: none;
  /* IE 10 */
  flex: none;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-bottom: -2px;
  z-index: 10;
  height: 40px;
  max-height: 40px !important;
}
.TopContent .TabAreaWrap .TabHead ul li:hover {
  opacity: 0.7;
  cursor: pointer;
}
.TopContent .TabAreaWrap .TabHead ul li.ActiveTab {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #aaa;
  border-bottom: 1px solid transparent;
  max-width: auto;
}
.TopContent .TabAreaWrap .TabHead ul li.ActiveTab:hover {
  cursor: default;
  opacity: 1;
}
.TopContent .TabAreaWrap .TabBody {
  border: none;
  padding: 15px 0;
}
.TopContent .TabAreaWrap .TabBody .InfoImp {
  font-weight: bold;
}

.Ie8 .TopContent .TabAreaWrap .TabHead ul li:hover {
  color: #999;
}
.Ie8 .TopContent .TabAreaWrap .TabHead ul li.ActiveTab:hover {
  color: #000;
}

/* //www.smbc-card.com/loan/common/css/footer.css */
footer {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  background-color: #f2f2f2;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  min-width: 1000px;
  width: 100%;
  line-height: 26px;
  /* Footer Navigation */
  /* Foot Bottom Area */
}
@media only screen and (max-width: 640px) {
  footer {
    /* #footer */
    min-width: 0px;
    line-height: 30px;
  }
}
footer.footer--detail {
  background: #F5F5F5;
}
@media only screen and (max-width: 640px) {
  footer.footer--detail {
    padding: 30px 20px;
  }
}
footer.footer--detail .footer-contents-wrap {
  padding: 50px 0;
}
@media only screen and (max-width: 640px) {
  footer.footer--detail .footer-contents-wrap {
    padding: 0;
  }
}
footer .footer-nav {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  footer .footer-nav {
    display: block;
  }
}
footer .footer-nav > dl {
  width: 23%;
  padding: 0;
  float: none;
}
@media only screen and (max-width: 640px) {
  footer .footer-nav > dl {
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  footer .footer-nav > dl:first-child {
    border-top: 1px solid #d5d5d5;
  }
}
@media only screen and (max-width: 640px) {
  footer .footer-nav > dl dt {
    padding: 15px 20px 15px 5px;
  }
}
footer .footer-nav > dl dt span {
  color: #EB4D4D;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  footer .footer-nav > dl dt:before {
    content: "";
    width: 1.5px;
    height: 7.5px;
    display: block;
    background: #020202;
    position: absolute;
    right: 13.5px;
    top: 50%;
    margin-top: -3.57px;
  }
}
@media only screen and (max-width: 640px) {
  footer .footer-nav > dl dt:after {
    content: "";
    width: 7.5px;
    height: 1.5px;
    display: block;
    background: #020202;
    position: absolute;
    right: 10.5px;
    top: 50%;
    margin-top: -0.75px;
  }
}
footer .footer-nav > dl dd {
  margin-left: 15px;
}
footer .footer-nav > dl dd a {
  color: #00846D;
  font-size: 16px;
}
footer .footer-nav .nav_div {
  width: 24%;
  padding: 0;
  float: none;
}
@media only screen and (max-width: 640px) {
  footer .footer-nav .nav_div {
    width: auto;
  }
}
footer .footer-nav .nav_div > dl dt,
footer .footer-nav .nav_div > dl dd {
  padding: 10.5px 0;
  position: relative;
}
footer .footer-nav .nav_div > dl dt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  footer .footer-nav .nav_div > dl dt {
    margin-bottom: 0;
    line-height: 16px;
    padding: 15px 0;
  }
}
footer .footer-nav .nav_div > dl dd {
  margin-left: 15px;
}
footer .footer-nav .nav_div > dl dd a {
  color: #00846D;
  font-size: 16px;
  text-decoration: none;
}
footer .footer-nav .nav_div > p {
  font-size: 16px;
  margin-bottom: 5px;
  padding: 10.5px 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  footer .footer-nav .nav_div > p {
    border-top: 1px solid #d5d5d5;
  }
}
footer .footer-nav .nav_div > p a {
  color: #00846D;
  font-size: 16px;
  text-decoration: none;
}
footer .footBottomArea {
  background: #F1F1F1;
}
@media only screen and (max-width: 640px) {
  footer .footBottomArea {
    background: #F5F5F5;
    width: auto;
    padding: 0 20px;
  }
}
footer .footBottomArea .footBottom_contensWrap {
  width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
}
@media only screen and (max-width: 640px) {
  footer .footBottomArea .footBottom_contensWrap {
    width: auto;
    padding-top: 0;
  }
}
footer .footBottomArea ul.footBottom_itemBody {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  footer .footBottomArea ul.footBottom_itemBody {
    display: block;
  }
}
footer .footBottomArea ul.footBottom_itemBody li {
  margin: 0 50px 0 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  footer .footBottomArea ul.footBottom_itemBody li {
    margin: 0;
  }
}
footer .footBottomArea ul.footBottom_itemBody li a {
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 24px;
}
footer .footBottomArea ul.footBottom_itemBody li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #00846D;
  border-right: 2px solid #00846D;
}
footer .copyright {
  background: #1A4832;
  color: #fff;
  font-size: 13px;
}

/* =========================================================
footer (Main)
========================================================= */
@media print {
  footer {
    min-width: 0px;
  }

  .footNavWrapArea,
.footNavWrapArea_f {
    display: none;
  }
}
#footer .footAreaTopInner,
#footer .footNavArea,
#footer .footNavArea_f,
#footer .footAreaBottom ul {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 640px) {
  #footer .footAreaTopInner,
#footer .footNavArea,
#footer .footNavArea_f,
#footer .footAreaBottom ul {
    max-width: 100%;
    min-width: 100%;
  }
}

.footNavArea,
.footNavArea_f {
  padding-bottom: 20px;
}

/* ----- ページトップボタン ----- */
.pgTopLinkWrap {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 980;
  margin-top: 0;
}
@media only screen and (max-width: 640px) {
  .pgTopLinkWrap {
    right: 0px;
    bottom: 0px;
  }
}
.pgTopLinkWrap img {
  width: 66px;
}

.pgTopLink02:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 640px) {
  .pgTopLink02:hover {
    opacity: 1;
  }
}

/* footAreaTop
--------------------------------------------------------- */
.footAreaTop {
  font-size: 13px;
  padding: 14px 15px;
  background-color: #dddddd;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .footAreaTop {
    padding: 30px 15px 15px;
  }
}
.footAreaTop .footAreaTopInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .footAreaTop .footAreaTopInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footAreaTop .footAreaTop_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .footAreaTop .footAreaTop_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -16px;
  }
}
.footAreaTop .footAreaTop_items .footAreaTop_item {
  padding: 0 24px 0;
  margin: 0;
  z-index: 0;
  background: none;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .footAreaTop .footAreaTop_items .footAreaTop_item {
    padding: 0;
    margin-right: 15px;
    margin-bottom: 16px;
    width: 45%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    line-height: 1.8;
  }
}
.footAreaTop .footAreaTop_items .footAreaTop_item + .footAreaTop_item {
  border-left: 1px solid #666666;
}
@media only screen and (max-width: 640px) {
  .footAreaTop .footAreaTop_items .footAreaTop_item + .footAreaTop_item {
    border-left: none;
  }
}
.footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink {
  position: relative;
  display: block;
  padding: 0 0 0 17px;
  color: #000;
  text-align: left;
  text-indent: -18px;
  text-decoration: underline;
}
.footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink.winPopup::before {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_popup.svg") no-repeat;
  background-size: cover;
  height: 10px;
  width: 10px;
}
.footAreaTop .footAreaTop_items .footAreaTop_item .footAreaTop_itemLink::before {
  color: #000;
  content: "";
  display: inline-block;
  height: 9px;
  width: 9px;
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_right_chevron.svg") no-repeat;
  background-size: cover;
  font-size: 23px;
  line-height: 1;
  left: 0;
  top: 0;
  bottom: 0;
  margin-right: 8px;
}
.footAreaTop .verisign {
  width: 100px;
  height: 72px;
}
@media only screen and (max-width: 640px) {
  .footAreaTop .verisign {
    margin-top: 10px;
  }
}

.nav_content_item .nav_content_itemLink.winPopup::before {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_popup.svg") no-repeat;
  background-size: cover;
  height: 10px;
  width: 10px;
}

/* footAreaBottom
--------------------------------------------------------- */
.footNavWrapArea .footNavArea {
  width: 100%;
  max-width: 100%;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .footNavWrapArea .footNavArea {
    background-color: #ffffff;
  }
}
.footNavWrapArea .footNavArea .footNavAreaInner {
  font-size: 14px;
  width: auto;
  margin: 0 auto;
  padding: 40px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .footNavWrapArea .footNavArea .footNavAreaInner {
    width: 100%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footNavWrapArea .footNavArea .footNavAreaInner .nav_contents {
  width: 180px;
}
.footNavWrapArea .footNavArea .footNavAreaInner .nav_contents.pc_ml15 {
  margin-left: 15px;
}
@media only screen and (max-width: 640px) {
  .footNavWrapArea .footNavArea .footNavAreaInner .nav_contents {
    width: 100%;
    font-size: 16px;
  }
  .footNavWrapArea .footNavArea .footNavAreaInner .nav_contents.pc_ml15 {
    margin-left: 0;
  }
}
.footNavWrapArea .footNavArea .footNavAreaInner .nav_contents .nav_category_title {
  font-size: 14px;
  margin: 0 0 20px 0;
  border-bottom: 3px solid #cccccc;
}
@media only screen and (max-width: 640px) {
  .footNavWrapArea .footNavArea .footNavAreaInner .nav_contents .nav_category_title {
    margin: 0;
    border-bottom: 1px solid #cccccc;
    background-color: #EDF8F5;
  }
  .footNavWrapArea .footNavArea .footNavAreaInner .nav_contents .nav_category_title.c_type01 .nav_category_titleLink {
    color: #fff;
    padding: 15px 20px 15px 20px;
  }
}

@media only screen and (max-width: 640px) {
  .c_type01 {
    background-color: #03846D;
    text-align: center;
    color: #fff;
    padding: 15px 20px 15px 20px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.footNavWrapArea_f .footNavArea_f {
  width: 100%;
  max-width: 100%;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  .footNavWrapArea_f .footNavArea_f {
    background-color: #ffffff;
  }
}
.footNavWrapArea_f .footNavArea_f .footNavAreaInner_f {
  font-size: 14px;
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
@media only screen and (max-width: 640px) {
  .footNavWrapArea_f .footNavArea_f .footNavAreaInner_f {
    width: 100%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footNavWrapArea_f .footNavArea_f .footNavAreaInner_f .nav_contents_f {
  width: 220px;
}
.footNavWrapArea_f .footNavArea_f .footNavAreaInner_f .nav_contents_f.pc_ml15 {
  margin-left: 15px;
}
@media only screen and (max-width: 640px) {
  .footNavWrapArea_f .footNavArea_f .footNavAreaInner_f .nav_contents_f {
    width: 100%;
    font-size: 16px;
  }
  .footNavWrapArea_f .footNavArea_f .footNavAreaInner_f .nav_contents_f.pc_ml15 {
    margin-left: 0;
  }
}
.footNavWrapArea_f .footNavArea_f .footNavAreaInner_f .nav_contents_f .nav_category_title_f {
  font-size: 14px;
  margin: 0 0 20px 0;
  border-bottom: 3px solid #cccccc;
}
@media only screen and (max-width: 640px) {
  .footNavWrapArea_f .footNavArea_f .footNavAreaInner_f .nav_contents_f .nav_category_title_f {
    margin: 0;
    border-bottom: 1px solid #cccccc;
    background-color: #EDF8F5;
  }
}

.nav_category_title_sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .nav_category_title_sp {
    display: block;
  }
  .nav_category_title_sp .nav_category_titleLink {
    text-decoration: none;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    background-color: #CCC;
    padding: 15px 48px 17px 30px;
    position: relative;
  }
  .nav_category_title_sp .nav_category_titleLink::after {
    position: absolute;
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_right_chevron.svg") no-repeat center;
    content: "";
    width: 12px;
    height: 12px;
    right: 20px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
  .nav_category_title_sp .nav_category_titleLink_f {
    text-decoration: none;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    background-color: #EDF8F5;
    padding: 15px 48px 17px 20px;
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  .nav_category_title_sp .nav_category_titleLink_f::after {
    position: absolute;
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_right_chevron.svg") no-repeat center;
    content: "";
    width: 12px;
    height: 12px;
    right: 20px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
  .nav_category_title_sp .nav_category_title_subText {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    line-height: 1.3;
  }
  .nav_category_title_sp .nav_category_title.jsAccordion_active .nav_category_title_subText {
    color: #fff;
  }
}

.nav_category_title .nav_category_titleLink {
  display: block;
  color: #117766;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.35;
  position: relative;
  padding: 0 0 7px 15px;
}
.nav_category_title .nav_category_titleLink::before {
  color: #000;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_right_chevron.svg") no-repeat;
  background-size: cover;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 4px;
}
@media only screen and (max-width: 640px) {
  .nav_category_title.jsAccordion_active {
    background-color: #1A4832;
  }
  .nav_category_title.jsAccordion_active .nav_category_titleLink {
    color: #fff;
  }
  .nav_category_title.jsAccordion_active .nav_category_titleLink::before {
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_toggle_close_wh.svg") no-repeat center;
  }
}
@media only screen and (max-width: 640px) {
  .nav_category_title .nav_category_titleLink {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    font-size: 18px;
    line-height: 1.5;
    padding: 15px 95px 15px 20px;
  }
  .nav_category_title .nav_category_titleLink::before {
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_toggle_open.svg") no-repeat center;
    content: "";
    width: 16px;
    height: 16px;
    right: 20px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
}

.nav_category_title_f .nav_category_titleLink_f {
  display: block;
  color: #117766;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.35;
  position: relative;
  padding: 0 0 7px 15px;
}
.nav_category_title_f .nav_category_titleLink_f::before {
  color: #000;
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_right_chevron.svg") no-repeat;
  background-size: cover;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 4px;
}
@media only screen and (max-width: 640px) {
  .nav_category_title_f.jsAccordion_active {
    background-color: #1A4832 !important;
  }
  .nav_category_title_f.jsAccordion_active .nav_category_titleLink_f {
    color: #fff;
  }
  .nav_category_title_f.jsAccordion_active .nav_category_titleLink_f::before {
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_toggle_close_wh.svg") no-repeat center;
  }
}
@media only screen and (max-width: 640px) {
  .nav_category_title_f .nav_category_titleLink_f {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    font-size: 18px;
    line-height: 1.5;
    padding: 15px 95px 15px 20px;
  }
  .nav_category_title_f .nav_category_titleLink_f::before {
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_toggle_open.svg") no-repeat center;
    content: "";
    width: 16px;
    height: 16px;
    right: 20px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
}

.nav_content + .nav_content {
  margin-top: 25px;
}
@media only screen and (max-width: 640px) {
  .nav_content + .nav_content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .nav_content {
    background-color: #F0F0F0;
  }
  .nav_content:last-child .nav_content_title {
    border-bottom-color: transparent;
    padding-left: 30px;
  }
  .nav_content:last-child .nav_content_title.jsAccordion_active {
    border-bottom-color: #CCC;
  }
}

@media only screen and (max-width: 640px) {
  .nav_contentBody {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
}

.nav_content_title {
  font-size: 15px;
  font-weight: 600;
  color: #1a4832;
  line-height: 1.467;
  margin: 0 0 8px 0;
}
@media only screen and (max-width: 640px) {
  .nav_content_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    border-bottom: 1px dashed #CCC;
    min-height: 56px;
    font-size: 16px;
    padding: 15px 46px 14px 30px;
    position: relative;
    margin: 0;
    color: #000;
  }
  .nav_content_title::after {
    position: absolute;
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_toggle_open.svg") no-repeat center;
    content: "";
    width: 16px;
    height: 16px;
    right: 20px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
  .nav_content_title.jsAccordion_active::after {
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_toggle_close.svg") no-repeat center;
  }
}

.nav_content_item {
  line-height: 1.429;
}
@media only screen and (max-width: 640px) {
  .nav_content_item {
    min-height: 56px;
    border-bottom: 1px dashed #CCC;
    padding-left: 20px;
  }
}
.nav_content_item .nav_content_itemLink {
  display: block;
  color: #117766;
  text-decoration: none;
  position: relative;
  padding-left: 12px;
}

@media only screen and (max-width: 640px) {
  .nav_content_items {
    display: none;
    background-color: #F0F0F0;
  }
}

@media only screen and (max-width: 640px) {
  .jsAccordion_active + .nav_content_items {
    display: none;
    background-color: #F0F0F0;
  }
}

.footBottomArea {
  padding-bottom: 30px;
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 641px) {
  .footBottomArea {
    height: 59px;
  }
}
@media only screen and (max-width: 640px) {
  .footBottomArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 20px 15px 30px;
    background: #ffffff;
  }
}
@media only screen and (max-width: 640px) {
  .footBottomArea .footBreadCrumbArea {
    width: 100%;
  }
}
.footBottomArea .footBreadCrumbArea .breadCrumb_itemBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item {
  margin-left: 30px;
}
.footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item:first-child {
  margin-left: 0px;
}
@media only screen and (max-width: 640px) {
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item {
    margin-left: 0px;
  }
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item + .breadCrumb_item {
    margin-top: 10px;
  }
}
.footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item .breadCrumb_itemLink {
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
}
@media only screen and (min-width: 641px) {
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item .breadCrumb_itemLink {
    line-height: 59px;
  }
}
@media only screen and (max-width: 640px) {
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item .breadCrumb_itemLink {
    display: inline;
    font-size: 16px;
    color: #117766;
    text-decoration: underline;
  }
}
.footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item .breadCrumb_itemLink::before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_right_chevron.svg") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item.screenShareSupport .breadCrumb_itemLink::before {
  background-image: none;
}
@media only screen and (max-width: 640px) {
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item.screenShareSupport .breadCrumb_itemLink::before {
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_right_chevron.svg") no-repeat;
  }
}
.footBottomArea .footSnsArea {
  width: 112px;
}
@media only screen and (max-width: 640px) {
  .footBottomArea .footSnsArea {
    width: 100%;
    margin-top: 30px;
  }
}
.footBottomArea .footSnsArea .sns_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .footBottomArea .footSnsArea .sns_items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footBottomArea .footSnsArea .sns_items .sns_item + .sns_item {
    margin-left: 25px;
  }
}
.footBottomArea li.screenShareSupport {
  position: relative;
  right: 750px;
  bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .footBottomArea li.screenShareSupport {
    position: static;
  }
}
.footBottomArea .screenShareSupport img {
  display: block;
  width: 60px;
}
@media only screen and (max-width: 640px) {
  .footBottomArea .screenShareSupport img {
    display: none;
  }
}
.footBottomArea .screenShareSupport span {
  display: none;
}
@media only screen and (max-width: 640px) {
  .footBottomArea .screenShareSupport span {
    display: inline;
  }
}

.sns_item_facebook img {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 640px) {
  .sns_item_facebook img {
    width: 32px;
    height: 32px;
  }
}

.sns_item_twitter img {
  width: 22px;
  height: 17.88px;
}
@media only screen and (max-width: 640px) {
  .sns_item_twitter img {
    width: 30px;
    height: 24.38px;
  }
}

.sns_item_youtube img {
  width: 24px;
  height: 16.8px;
}
@media only screen and (max-width: 640px) {
  .sns_item_youtube img {
    width: 32.08;
    height: 22.46px;
  }
}

/* コピーライトエリア
--------------------------------------------------------- */
.footArea_copyright {
  background-color: #1a4832;
  padding: 10px 15px;
  text-align: center;
  font-size: 12px;
}
@media only screen and (max-width: 640px) {
  .footArea_copyright {
    font-size: 10px;
  }
}

#copyArea {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 0;
}
#copyArea small {
  font-size: 100%;
}

/* ドロップダウンメニュー表示非表示
--------------------------------------------------------- */
@media only screen and (min-width: 641px) {
  .megaMenu_item .megaMenu_itemTitlebtmline {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0s ease 1s;
    transition: opacity 0.4s, visibility 0s ease 1s;
    z-index: 900;
  }
  .megaMenu_item .megaMenu_itemTitlebtmline.isShow {
    max-height: 10000px;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
/* 20231117 XF崩れ修正 */
@media only screen and (min-width: 641px) {
  section.cmp-section > .experiencefragment:first-child {
    margin-top: 0;
  }

  .bps-section > section.cmp-section > .experiencefragment:not(.conversion_Button):not(.primary_Button):not(.secondary_Button):not(.tertiary-back_Button):not(.tabs) {
    padding-left: 0;
    padding-right: 0;
  }

  .bps-section > section.cmp-section > .experiencefragment section.cmp-section {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  section.cmp-section > .experiencefragment:first-child {
    margin-top: 0;
  }

  .bps-section > section.cmp-section > .experiencefragment:not(.conversion_Button):not(.primary_Button):not(.secondary_Button):not(.tertiary-back_Button):not(.tabs) {
    padding-left: 0;
    padding-right: 0;
  }

  .bps-section > section.cmp-section > .experiencefragment section.cmp-section {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/**********************
* Helpfeel CSS
**********************/
/* @mixin sp は上部へ移動済み */
: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 h1.logo_out_kamei {
  margin: 0;
  font-size: 16px;
}
.header h1.logo_out_kamei .txtMagic {
  text-indent: 100% !important;
  display: block !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}
.header .header_site_name a {
  display: flex;
  align-items: center;
  color: #0c1e89;
}
.header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header a:hover {
  background-color: inherit;
}
.header .megaMenu {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .header .subMenu_item.subMenu_item-menu {
    margin-left: 7px;
  }
}
@media screen and (max-width: 767px) {
  .header .subMenu_item.subMenu_item-menu:not(:last-child) {
    margin-left: 5px;
  }
}
.header #header li + li {
  margin-top: 0;
}

.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 {
  display: none;
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  /* h2見出し */
  /* =========================================================
  トラブルセクション
  ========================================================= */
  /* トラブルセクションのカバーエリア（見出し画像部分） */
  /* .top_sp_menu 関連
  --------------------------------------------------------- */
  /* 右ナビ　カテゴリー 第1階層 */
  /* #r_nav 単体定義
  --------------------------------------------------------- */
  /* =========================================================
  各種タイトル調整
  ========================================================= */
  /* =========================================================
  ナビゲーションアイコン・スタイル
  ========================================================= */
}
@media screen and (max-width: 767px) {
  .footer .footer-category {
    margin-bottom: 36px;
  }
}
.search-page .footer .footer-category {
  display: block;
}
.footer .footer-category .cmn_h2 {
  border-left: 4px solid #004a3c;
  background-color: #f7f7f7;
  font-weight: bold;
  font-size: 129%;
  margin-bottom: 20px;
  margin-top: 0;
}
.footer .footer-category .cmn_h2 span {
  display: block;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.footer .footer-category .cmn_h2 span span {
  display: block;
  padding: 11px 0 10px 20px;
  border: none;
}
.footer .footer-category .cmn_h2 span a {
  display: none;
}
.footer .footer-category .cmn_h2 span a:hover {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/ico_arrow_lightblue_right.png") no-repeat 85% 50% #eeeeee;
  text-decoration: none;
}
.footer .footer-category .trouble_section {
  /* パネル（リスト）のスタイル */
  /* 3カラムレイアウトの余白調整 */
}
.footer .footer-category .trouble_section ul {
  width: 316px;
  /* 30%の指定もありましたが、より具体的なpx指定を優先 */
  height: auto;
  border: 2px solid #ddd;
  display: inline-block;
  box-sizing: border-box;
}
.footer .footer-category .trouble_section ul li {
  padding: 0 20px;
  line-height: 3;
  color: #004a3c;
  /* 見出しとなる最初のli */
  /* 最後のli */
  /* リンクの矢印アイコン */
  /* 各種アイコン設定 */
}
.footer .footer-category .trouble_section ul li:first-child {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 20px 0;
  line-height: 1.2;
}
.footer .footer-category .trouble_section ul li:last-child {
  margin-bottom: 20px !important;
}
.footer .footer-category .trouble_section ul li a {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_arrow_blue_right_s.png") no-repeat left #fff;
  padding: 0 0 0 16px;
}
.footer .footer-category .trouble_section ul li #inaccessibility:hover {
  background: url("/common/faq/imgs/ico_inaccessibility.png") no-repeat 15px 23px #f7f7f7;
}
.footer .footer-category .trouble_section ul li #loss {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/ico_loss.png") no-repeat 18px 23px;
}
.footer .footer-category .trouble_section ul li #loss:hover {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/ico_loss.png") no-repeat 18px 23px #f7f7f7;
}
.footer .footer-category .trouble_section ul li #payment {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/ico_payment.png") no-repeat 13px 21px;
}
.footer .footer-category .trouble_section ul li #payment:hover {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/ico_payment.png") no-repeat 13px 21px #f7f7f7;
}
.footer .footer-category .trouble_section ul li #mailing {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/ico_mailing.png") no-repeat 18px 21px;
}
.footer .footer-category .trouble_section ul li #mailing:hover {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/ico_mailing.png") no-repeat 18px 21px #f7f7f7;
}
.footer .footer-category .trouble_section ul li #sales {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/ico_sales.png") no-repeat 27px 21px;
}
.footer .footer-category .trouble_section ul li #sales:hover {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/ico_sales.png") no-repeat 27px 21px #f7f7f7;
}
.footer .footer-category .trouble_section div ul:first-child {
  margin-right: 21px;
}
.footer .footer-category .trouble_section div ul + ul + ul {
  margin-left: 21px;
}
.footer .footer-category .trouble_section_cover {
  margin-bottom: 30px;
  display: flex;
}
.footer .footer-category .trouble_section_cover img {
  vertical-align: middle;
  margin-bottom: 0;
  width: 15%;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .footer .footer-category #r_nav .cate_nav {
    width: 95%;
    margin: 0 auto !important;
  }
}
.footer .footer-category #r_nav ul.cate_nav li:not(:first-child) div:after {
  background: url(https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_open_green.png) no-repeat;
  position: absolute;
  background-size: 90%;
  right: 12px;
  top: 40%;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
}
.footer .footer-category #r_nav ul.cate_nav li:last-child div.open {
  border-bottom: none;
}
.footer .footer-category #r_nav ul.cate_nav li div a {
  display: block;
  color: #004a3c;
  font-weight: bold;
  padding: 0 5px;
  height: 40px;
  text-decoration: none;
}
.footer .footer-category #r_nav ul.cate_nav li div a:hover, .footer .footer-category #r_nav ul.cate_nav li div a.active {
  background-color: #004a3c;
  color: #FFFFFF;
  text-decoration: none;
}
.footer .footer-category #r_nav ul.cate_nav {
  /* よくある質問（frequent）のアクティブリンク */
}
.footer .footer-category #r_nav ul.cate_nav .frequent .active a {
  display: block;
  margin-top: -25px;
  height: 45px;
  padding-top: 25px;
  padding-left: 22px;
  width: 240px;
  margin-left: -15px;
}
.footer .footer-category #r_nav ul.cate_nav li {
  vertical-align: middle;
  /* 最後のリストアイテムのボーダー調整 */
}
.footer .footer-category #r_nav ul.cate_nav li div {
  position: relative;
  color: #004a3c;
  display: block;
  font-size: 114.3%;
  font-weight: bold;
  padding: 25px 15px 0px 57px;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  /*height: 45px !important;*/
  box-sizing: content-box;
  /* パディング調整用 */
  /* div内のul */
}
.footer .footer-category #r_nav ul.cate_nav li div.pa_few {
  padding: 14px 15px 14px 20px;
}
.footer .footer-category #r_nav ul.cate_nav li div:hover {
  text-decoration: none;
  cursor: pointer;
}
.footer .footer-category #r_nav ul.cate_nav li div ul {
  background-color: #004a3c;
  color: #fff;
}
.footer .footer-category #r_nav ul.cate_nav li:last-child div {
  border-bottom: 2px solid #dddddd;
}
.footer .footer-category #r_nav ul.cate_nav li:last-child ul {
  border-bottom: 2px solid #dddddd;
}
.footer .footer-category .top_sp_menu .frequent {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .footer .footer-category .top_sp_menu .cate_nav ul {
    display: none;
  }
}
.footer .footer-category .top_sp_menu #r_nav {
  margin-top: 30px;
}
.footer .footer-category .top_sp_menu #r_nav ul li {
  background: #fff !important;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav {
  border-bottom: 1px solid #ddd;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li {
  position: relative;
  /* サブメニュー */
  /* 最後のリストアイテムの調整 */
}
@media screen and (max-width: 767px) {
  .footer .footer-category .top_sp_menu #r_nav ul.cate_nav li div {
    background-size: 40px !important;
  }
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li div.open {
  color: #004a3c;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li div.open::after {
  background: url(https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_close_green.png) no-repeat;
  background-size: 90%;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  /* 後の記述(16px)を優先 */
}
@media screen and (max-width: 767px) {
  .footer .footer-category .top_sp_menu #r_nav ul.cate_nav li ul li {
    line-height: 1.4;
  }
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li ul li a {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  display: block;
  padding: 10px 10px 10px 26px;
  background: url(https://custom-assets.helpfeel.com/smbc-card/cckamei/ico_arrow_blue_right.png) no-repeat 10px 50% #fff;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li ul li a:hover {
  background: url(https://custom-assets.helpfeel.com/smbc-card/cckamei/ico_arrow_blue_right.png) no-repeat 10px 50% #fff;
  color: #073e65;
  text-decoration: underline;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li ul li:last-child a {
  padding-bottom: 15px;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li:last-child div {
  border-bottom: none;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li:last-child ul {
  border-bottom: 1px solid #ddd;
}
.footer .footer-category #r_nav ul.cate_nav li {
  /* 最初のリストアイテム（虫眼鏡アイコンや矢印など） */
  /* アクティブ時のスタイル */
}
.footer .footer-category #r_nav ul.cate_nav li div {
  padding-left: 15px;
  background-size: 13% !important;
}
.footer .footer-category #r_nav ul.cate_nav li:first-child div {
  padding-left: 20px;
  /*background: url(https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_lens.png) no-repeat 15px #fff;*/
}
.footer .footer-category #r_nav ul.cate_nav li:first-child div::after {
  background: url(https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_arrow_green_right.png) no-repeat;
  position: absolute;
  right: 9px;
  top: 40%;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
}
.footer .footer-category #r_nav ul.cate_nav li:first-child a:hover {
  text-decoration: none;
}
.footer .footer-category #r_nav ul.cate_nav li ul li a.active {
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_arrow_white_right.png") no-repeat 10px 50% #004a3c;
  color: #FFFFFF;
  text-decoration: none;
}
.footer .footer-category .trouble_ttl,
.footer .footer-category .enrollment_ttl,
.footer .footer-category .inquiry_ttl,
.footer .footer-category .useofcard_ttl,
.footer .footer-category .billing_ttl,
.footer .footer-category .variouscards_ttl,
.footer .footer-category .internetservice_ttl,
.footer .footer-category .pointservice_ttl,
.footer .footer-category .service_ttl {
  padding-left: 14px !important;
  padding-top: 20px !important;
  padding-bottom: 10px !important;
}
.footer .footer-category .enrollment_ttl {
  font-size: 15.4px !important;
}
.footer .footer-category .internetservice_ttl img {
  display: inline-block;
  margin-top: -15px;
  vertical-align: baseline;
}
.footer .footer-category .internetservice_ttl p {
  display: inline-block;
  margin-top: 10px;
}
.footer .footer-category #r_nav ul.cate_nav li {
  /* アイコン背景画像設定 */
  /* SP時調整 */
}
.footer .footer-category #r_nav ul.cate_nav li div {
  padding: 25px 15px 25px 57px;
  /* パディング調整用クラス */
}
.footer .footer-category #r_nav ul.cate_nav li div.pa_few {
  padding: 14px 15px 14px 57px;
}
.footer .footer-category #r_nav ul.cate_nav li:nth-child(2) div {
  background: url(https://custom-assets.helpfeel.com/smbc-card/cckamei/gnav_familycard.svg) no-repeat 12px;
}
.footer .footer-category #r_nav ul.cate_nav li:nth-child(3) div {
  background: url(https://custom-assets.helpfeel.com/smbc-card/cckamei/gnav_steraterminal.svg) no-repeat 12px;
}
.footer .footer-category #r_nav ul.cate_nav li:nth-child(4) div {
  background: url(https://custom-assets.helpfeel.com/smbc-card/cckamei/gnav_accountchange.svg) no-repeat 12px;
}
.footer .footer-category #r_nav ul.cate_nav li:nth-child(5) div {
  background: url(https://custom-assets.helpfeel.com/smbc-card/cckamei/gnav_usage_limit.svg) no-repeat 12px;
}
.footer .footer-category #r_nav ul.cate_nav li:nth-child(6) div {
  background: url(https://custom-assets.helpfeel.com/smbc-card/cckamei/gnav_provider.svg) no-repeat 12px;
}
@media screen and (max-width: 640px) {
  .footer .footer-category #r_nav ul.cate_nav li.cate_nav_item div {
    padding: 10px 10px 5px 50px !important;
  }
}
.footer ul, .footer ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .nav_content_item .nav_content_itemLink {
  display: block;
  color: #117766;
  text-decoration: none;
  position: relative;
  padding-left: 12px;
}
@media only screen and (max-width: 640px) {
  .footer .nav_content_item .nav_content_itemLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 50px 17px 8px;
    color: #333;
  }
}
@media only screen and (max-width: 640px) {
  .footer .nav_content_item .nav_content_itemLink:last-child {
    border-bottom: transparent;
  }
}
.footer .nav_content_item .nav_content_itemLink::before {
  color: #000;
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_right_chevron.svg") no-repeat;
  background-size: cover;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 6px;
}
@media only screen and (max-width: 640px) {
  .footer .nav_content_item .nav_content_itemLink::before {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .footer .nav_content_item .nav_content_itemLink::after {
    position: absolute;
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_right_chevron.svg") no-repeat center;
    content: "";
    width: 16px;
    height: 16px;
    right: 20px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
}
@media only screen and (max-width: 640px) {
  .footer .nav_content_item .nav_content_itemLink.winPopup::after {
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_popup.svg") no-repeat;
    background-size: cover;
    height: 10px;
    width: 10px;
  }
}
.footer .nav_content_item + .nav_content_item {
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 640px) {
  .footer .nav_content_item + .nav_content_item {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .nav_category_title.jsAccordion_active {
    background-color: #1A4832 !important;
  }
}
.footer .footBottomArea {
  padding-bottom: 30px;
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 641px) {
  .footer .footBottomArea {
    height: 59px;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footBottomArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 20px 15px 30px;
    background: #ffffff;
  }
}
@media only screen and (max-width: 640px) {
  .footer .footBottomArea .footBreadCrumbArea {
    width: 100%;
  }
}
.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 #copyArea {
  margin-top: 0;
}

.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;
}

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 {
  scroll-behavior: smooth;
}
html .query-input {
  scroll-margin-top: 120px;
}

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 #smbcLine_pc .smbcGroupWrap .logoSmbc {
  vertical-align: middle;
}
html #smbcLine_pc .smbcGroupWrap .logoSmbc img {
  display: block;
}
@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;
  }
}
#TopLink .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #TopLink .inner {
    display: block;
    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-left: 0;
  font-size: 14px;
}
.search-page #TopLink .inner ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#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 a {
  color: #0c1e89;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
}
#TopLink .inner div a.link_item {
  display: block;
  background: url(https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_arrow_blue_right_s.png) no-repeat scroll left 3px #fff;
  padding: 2px 0 2px 16px;
}

.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;
}

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;
  }
}

@media screen and (max-width: 767px) {
  .header .subtitle {
    display: block;
    padding: 0;
  }
}

@media all and (min-width: 640px) {
  .footNavWrapArea .heading {
    font-size: 16px;
  }
}

@media all and (min-width: 640px) {
  .footNavAreaInner_f .nav_contents_f .nav_content_title {
    border-bottom: 3px solid #cccccc;
  }
}

html.inframe #smbcLine,
html.inframe #header,
html.inframe #TopLink {
  display: none;
}
html.inframe .footer {
  display: block;
}
@media only screen and (max-width: 767px) {
  html.inframe #contWrap {
    padding-top: 0px;
  }
  html.inframe .PlatinumContents {
    width: auto;
  }
  html.inframe .PlatinumContents + .BPTWrap {
    width: auto;
  }
  html.inframe .forPcBlock,
html.inframe .forPcFlex {
    display: none !important;
  }
  html.inframe .forSpBlock {
    display: block !important;
  }
  html.inframe .forSpFlex {
    display: flex !important;
  }
  html.inframe footer {
    min-width: 0px;
    line-height: 30px;
  }
  html.inframe footer.footer--detail {
    padding: 30px 20px;
  }
  html.inframe footer.footer--detail .footer-contents-wrap {
    padding: 0;
  }
  html.inframe footer .footer-nav {
    display: block;
  }
  html.inframe footer .footer-nav > dl {
    width: auto;
  }
  html.inframe footer .footer-nav > dl:first-child {
    border-top: 1px solid #d5d5d5;
  }
  html.inframe footer .footer-nav > dl dt {
    padding: 15px 20px 15px 5px;
  }
  html.inframe footer .footer-nav > dl dt:before {
    content: "";
    width: 1.5px;
    height: 7.5px;
    display: block;
    background: #020202;
    position: absolute;
    right: 13.5px;
    top: 50%;
    margin-top: -3.57px;
  }
  html.inframe footer .footer-nav > dl dt:after {
    content: "";
    width: 7.5px;
    height: 1.5px;
    display: block;
    background: #020202;
    position: absolute;
    right: 10.5px;
    top: 50%;
    margin-top: -0.75px;
  }
  html.inframe footer .footer-nav .nav_div {
    width: auto;
  }
  html.inframe footer .footer-nav .nav_div > dl dt {
    margin-bottom: 0;
    line-height: 16px;
    padding: 15px 0;
  }
  html.inframe footer .footer-nav .nav_div > p {
    border-top: 1px solid #d5d5d5;
  }
  html.inframe footer .footBottomArea {
    background: #F5F5F5;
    width: auto;
    padding: 0 20px;
  }
  html.inframe footer .footBottomArea .footBottom_contensWrap {
    width: auto;
    padding-top: 0;
  }
  html.inframe footer .footBottomArea ul.footBottom_itemBody {
    display: block;
  }
  html.inframe footer .footBottomArea ul.footBottom_itemBody li {
    margin: 0;
  }
  html.inframe #footer .footAreaBottom ul {
    max-width: 100%;
    min-width: 100%;
  }
  html.inframe .pgTopLinkWrap {
    right: 0px;
    bottom: 0px;
  }
  html.inframe .pgTopLink02:hover {
    opacity: 1;
  }
  html.inframe .footAreaTop {
    padding: 30px 15px 15px;
  }
  html.inframe .footAreaTop .footAreaTopInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  html.inframe .footAreaTop .footAreaTop_items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -16px;
  }
  html.inframe .footAreaTop .footAreaTop_items .footAreaTop_item {
    padding: 0;
    margin-right: 15px;
    margin-bottom: 16px;
    width: 45%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    line-height: 1.8;
  }
  html.inframe .footAreaTop .footAreaTop_items .footAreaTop_item + .footAreaTop_item {
    border-left: none;
  }
  html.inframe .footAreaTop .verisign {
    margin-top: 10px;
  }
  html.inframe .footNavWrapArea .footNavArea {
    background-color: #ffffff;
  }
  html.inframe .footNavWrapArea .footNavArea .footNavAreaInner {
    width: 100%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  html.inframe .footNavWrapArea .footNavArea .footNavAreaInner .nav_contents {
    width: 100%;
    font-size: 16px;
  }
  html.inframe .footNavWrapArea .footNavArea .footNavAreaInner .nav_contents.pc_ml15 {
    margin-left: 0;
  }
  html.inframe .footNavWrapArea .footNavArea .footNavAreaInner .nav_contents .nav_category_title {
    margin: 0;
    border-bottom: 1px solid #cccccc;
    background-color: #EDF8F5;
  }
  html.inframe .footNavWrapArea .footNavArea .footNavAreaInner .nav_contents .nav_category_title.c_type01 .nav_category_titleLink {
    color: #fff;
    padding: 15px 20px 15px 20px;
  }
  html.inframe .c_type01 {
    background-color: #03846D;
    text-align: center;
    color: #fff;
    padding: 15px 20px 15px 20px;
    font-size: 18px;
    line-height: 1.5;
  }
  html.inframe .footNavWrapArea_f .footNavArea_f {
    background-color: #ffffff;
  }
  html.inframe .footNavWrapArea_f .footNavArea_f .footNavAreaInner_f {
    width: 100%;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  html.inframe .footNavWrapArea_f .footNavArea_f .footNavAreaInner_f .nav_contents_f {
    width: 100%;
    font-size: 16px;
  }
  html.inframe .footNavWrapArea_f .footNavArea_f .footNavAreaInner_f .nav_contents_f.pc_ml15 {
    margin-left: 0;
  }
  html.inframe .footNavWrapArea_f .footNavArea_f .footNavAreaInner_f .nav_contents_f .nav_category_title_f {
    margin: 0;
    border-bottom: 1px solid #cccccc;
    background-color: #EDF8F5;
  }
  html.inframe .nav_category_title_sp {
    display: block;
  }
  html.inframe .nav_category_title_sp .nav_category_titleLink {
    text-decoration: none;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    background-color: #CCC;
    padding: 15px 48px 17px 30px;
    position: relative;
  }
  html.inframe .nav_category_title_sp .nav_category_titleLink::after {
    position: absolute;
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_right_chevron.svg") no-repeat center;
    content: "";
    width: 12px;
    height: 12px;
    right: 20px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
  html.inframe .nav_category_title_sp .nav_category_titleLink_f {
    text-decoration: none;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    background-color: #EDF8F5;
    padding: 15px 48px 17px 20px;
    position: relative;
    border-bottom: 1px solid #cccccc;
  }
  html.inframe .nav_category_title_sp .nav_category_titleLink_f::after {
    position: absolute;
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_right_chevron.svg") no-repeat center;
    content: "";
    width: 12px;
    height: 12px;
    right: 20px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
  html.inframe .nav_category_title_sp .nav_category_title_subText {
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    line-height: 1.3;
  }
  html.inframe .nav_category_title_sp .nav_category_title.jsAccordion_active .nav_category_title_subText {
    color: #fff;
  }
  html.inframe .nav_category_title.jsAccordion_active {
    background-color: #1A4832;
  }
  html.inframe .nav_category_title.jsAccordion_active .nav_category_titleLink {
    color: #fff;
  }
  html.inframe .nav_category_title.jsAccordion_active .nav_category_titleLink::before {
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_toggle_close_wh.svg") no-repeat center;
  }
  html.inframe .nav_category_title .nav_category_titleLink {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    font-size: 18px;
    line-height: 1.5;
    padding: 15px 95px 15px 20px;
  }
  html.inframe .nav_category_title .nav_category_titleLink::before {
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_toggle_open.svg") no-repeat center;
    content: "";
    width: 16px;
    height: 16px;
    right: 20px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
  html.inframe .nav_category_title_f.jsAccordion_active {
    background-color: #1A4832 !important;
  }
  html.inframe .nav_category_title_f.jsAccordion_active .nav_category_titleLink_f {
    color: #fff;
  }
  html.inframe .nav_category_title_f.jsAccordion_active .nav_category_titleLink_f::before {
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_toggle_close_wh.svg") no-repeat center;
  }
  html.inframe .nav_category_title_f .nav_category_titleLink_f {
    color: #333;
    text-decoration: none;
    pointer-events: none;
    font-size: 18px;
    line-height: 1.5;
    padding: 15px 95px 15px 20px;
  }
  html.inframe .nav_category_title_f .nav_category_titleLink_f::before {
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_toggle_open.svg") no-repeat center;
    content: "";
    width: 16px;
    height: 16px;
    right: 20px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
  html.inframe .nav_content {
    background-color: #F0F0F0;
  }
  html.inframe .nav_content + .nav_content {
    margin-top: 0;
  }
  html.inframe .nav_content:last-child .nav_content_title {
    border-bottom-color: transparent;
    padding-left: 30px;
  }
  html.inframe .nav_content:last-child .nav_content_title.jsAccordion_active {
    border-bottom-color: #CCC;
  }
  html.inframe .nav_contentBody {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  html.inframe .nav_content_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    border-bottom: 1px dashed #CCC;
    min-height: 56px;
    font-size: 16px;
    padding: 15px 46px 14px 30px;
    position: relative;
    margin: 0;
    color: #000;
  }
  html.inframe .nav_content_title::after {
    position: absolute;
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_toggle_open.svg") no-repeat center;
    content: "";
    width: 16px;
    height: 16px;
    right: 20px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
  html.inframe .nav_content_title.jsAccordion_active::after {
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_toggle_close.svg") no-repeat center;
  }
  html.inframe .nav_content_item {
    min-height: 56px;
    border-bottom: 1px dashed #CCC;
    padding-left: 20px;
  }
  html.inframe .nav_content_items {
    display: none;
    background-color: #F0F0F0;
  }
  html.inframe .jsAccordion_active + .nav_content_items {
    display: none;
    background-color: #F0F0F0;
  }
  html.inframe .footBottomArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 20px 15px 30px;
    background: #ffffff;
  }
  html.inframe .footBottomArea .footBreadCrumbArea {
    width: 100%;
  }
  html.inframe .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  html.inframe .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item {
    margin-left: 0px;
  }
  html.inframe .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item + .breadCrumb_item {
    margin-top: 10px;
  }
  html.inframe .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item .breadCrumb_itemLink {
    display: inline;
    font-size: 16px;
    color: #117766;
    text-decoration: underline;
  }
  html.inframe .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item.screenShareSupport .breadCrumb_itemLink::before {
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_right_chevron.svg") no-repeat;
  }
  html.inframe .footBottomArea .footSnsArea {
    width: 100%;
    margin-top: 30px;
  }
  html.inframe .footBottomArea .footSnsArea .sns_items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  html.inframe .footBottomArea .footSnsArea .sns_items .sns_item + .sns_item {
    margin-left: 25px;
  }
  html.inframe .footBottomArea li.screenShareSupport {
    position: static;
  }
  html.inframe .footBottomArea .screenShareSupport img {
    display: none;
  }
  html.inframe .footBottomArea .screenShareSupport span {
    display: inline;
  }
  html.inframe .sns_item_facebook img {
    width: 32px;
    height: 32px;
  }
  html.inframe .sns_item_twitter img {
    width: 30px;
    height: 24.38px;
  }
  html.inframe .sns_item_youtube img {
    width: 32.08;
    height: 22.46px;
  }
  html.inframe .footArea_copyright {
    font-size: 10px;
  }
  html.inframe section.cmp-section > .experiencefragment:first-child {
    margin-top: 0;
  }
  html.inframe .bps-section > section.cmp-section > .experiencefragment:not(.conversion_Button):not(.primary_Button):not(.secondary_Button):not(.tertiary-back_Button):not(.tabs) {
    padding-left: 0;
    padding-right: 0;
  }
  html.inframe .bps-section > section.cmp-section > .experiencefragment section.cmp-section {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  html.inframe .footer .nav_content_item .nav_content_itemLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 50px 17px 8px;
    color: #333;
  }
  html.inframe .footer .nav_content_item .nav_content_itemLink:last-child {
    border-bottom: transparent;
  }
  html.inframe .footer .nav_content_item .nav_content_itemLink::before {
    display: none;
  }
  html.inframe .footer .nav_content_item .nav_content_itemLink::after {
    position: absolute;
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_right_chevron.svg") no-repeat center;
    content: "";
    width: 16px;
    height: 16px;
    right: 20px;
    top: 0;
    bottom: 0;
    left: auto;
    margin: auto;
  }
  html.inframe .footer .nav_content_item .nav_content_itemLink.winPopup::after {
    background: url("https://custom-assets.helpfeel.com/smbc-card/cckamei/icon_popup.svg") no-repeat;
    background-size: cover;
    height: 10px;
    width: 10px;
  }
  html.inframe .footer .nav_content_item + .nav_content_item {
    margin: 0;
  }
  html.inframe .footer .nav_contentInner .nav_content_items {
    display: block;
  }
  html.inframe .footer .nav_contentInner .jsAccordionToggle:not(.jsAccordion_active) + .nav_content_items {
    display: none;
  }
  html.inframe .footer .footBottomArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 20px 15px 30px;
    background: #ffffff;
  }
  html.inframe .footer .footBottomArea .footBreadCrumbArea {
    width: 100%;
  }
  html.inframe .footer .footer-category #r_nav ul.cate_nav li.cate_nav_item div {
    padding: 10px 10px 5px 50px !important;
  }
}