@charset "UTF-8";
/* =========================================================
 header.css
========================================================= */
/* ヘッダー、フッタースタイル */
/* 汎用css */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
html {
  height: auto;
  border: none;
}

/* 標準 */
#header ul,
#header ol {
  line-height: 1.8;
}

#header li + li {
  margin-top: 0;
}

#footer .breadCrumb_item + .breadCrumb_item {
  margin-top: 0;
}

.forSpBlock {
  display: none !important;
}

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

  body .forSpBlock {
    display: block !important;
  }
}
.txtMagic {
  text-indent: 100% !important;
  display: block !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

#header ul, ol, dd {
  margin: 0;
  list-style: none;
}

#footer ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media all and (max-width: 640px) {
  .megaMenu {
    margin-top: 0px !important;
  }
}
.footBreadCrumbArea {
  font-size: 16px;
}

#smbcLine img {
  vertical-align: middle;
}

#header img {
  vertical-align: middle;
}

#footer img {
  vertical-align: middle;
}

#OperationCardArea {
  background-color: #ffffff;
}

#OperationCard {
  width: 1000px;
  margin: 0 auto;
  display: block;
  padding: 0;
  /* コンテナはデフォルトで左右余白40px入るようにしているが、mainコンテナは0pxにする */
}

@media all and (max-width: 640px) {
  .footAreaTop .footAreaTop_items {
    margin-bottom: -16px !important;
  }

  .note > li::before {
    content: "※";
    display: block;
    position: absolute;
    left: 0;
  }

  .note li {
    position: relative;
    padding-left: 20px;
    line-height: 1.4;
  }

  .megaMenu_spBottom .note {
    font-size: 12px;
    margin-bottom: 30px !important;
  }

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

  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item + .breadCrumb_item {
    margin-top: 10px !important;
  }

  .subMenu_modal_content .subMenu_dropdown_list {
    list-style: none;
    padding-left: 0px;
  }

  .subMenu_item {
    margin-top: 5px !important;
  }

  #OperationCard {
    margin: 0 auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.acdiBtn {
  color: rgba(0, 0, 0, 0);
  font-size: 1rem;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #117766;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  margin-bottom: 0;
  border-bottom: none;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.acdiBtn:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -1px;
  transition: 0.6s;
  transform: rotate(180deg);
}

.acdiBtn:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -6px;
  transition: 0.3s;
  transform: rotate(90deg);
}

.acdiBtn.off:before {
  transform: rotate(180deg);
}

.acdiBtn.on:before {
  transform: rotate(0deg);
}

.acdiBtn.off:after {
  transform: rotate(90deg);
}

.acdiBtn.on:after {
  transform: rotate(0deg);
}

/* シンプル */
#header.header-popup {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  max-width: none;
  border-top: none;
  overflow-x: hidden;
  min-width: 100%;
}

#footer.footer-popup {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  border-top: none;
  overflow-x: hidden;
}

#header.header-fixed {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

#header.header-popup > .headerInner {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

#header.header-popup .hLeft {
  margin-left: 15px;
}

#header.header-popup .hRight {
  margin-right: 15px;
}

/* ポップアップヘッダ */
#header.header-popup .headerInner {
  height: 60px;
  border-top: 5px solid #B6CA3F;
}

@media screen and (min-width: 640px) {
  #loan-header-width1 {
    width: 250px;
  }

  #loan-header-width2 {
    width: 250px;
  }

  #loan-header-width3 {
    width: 250px;
  }

  #loan-header-width4 {
    width: 250px;
  }
}
@media only screen and (max-width: 640px) {
  #header.header-popup {
    height: 80px;
  }

  #header.header-popup .headerInner {
    height: 80px;
  }

  .header-navigation {
    z-index: 999;
  }
}
#header.header-popup .btnPopupClose {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.389;
  padding: 4px;
  background-color: #EEEEEE;
  color: #333;
  text-align: center;
  border: 1px solid #EEEEEE;
  text-decoration: none;
  position: relative;
  height: 35px;
  width: 180px;
}

@media only screen and (max-width: 640px) {
  #header.header-popup .btnPopupClose {
    padding: 7px 0 6px;
    height: 40px;
    width: 150px;
  }
}
#header.header-popup .btnPopupClose::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../../../static/responsive/img/mem/icon_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

@media only screen and (max-width: 640px) {
  #header.header-popup .btnPopupClose::after {
    right: 10px;
  }
}
/* ポップアップフッタ */
.footer-popup {
  background-color: #fff;
  width: 100vw;
  /* footerがcontWrapの内側にある場合と外側にある場合があるので、ネガティブマージンをcalc()で算出 */
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-left: calc((100vw - 100%) / 2 * -1);
  min-width: 0;
}

.footer-popup .footArea_copyright {
  background-color: transparent;
  border-top: 1px solid #CCC;
}

.footer-popup #copyArea {
  color: #666;
  font-size: 12px;
}

@media only screen and (max-width: 640px) {
  #footer.footer-popup {
    min-width: 0px;
  }

  .footer-popup #copyArea {
    font-size: 10px;
  }
}
#footer.footer-popup .btnPopupClose {
  display: block;
  width: 440px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.389;
  padding: 17px 60px 16px;
  background-color: #EEEEEE;
  color: #333;
  margin: 0 auto 50px auto;
  text-align: center;
  border: 1px solid #EEEEEE;
  text-decoration: none;
  position: relative;
}

@media only screen and (max-width: 640px) {
  #footer.footer-popup .btnPopupClose {
    width: 150px;
    padding: 7px 0 6px;
  }
}
#footer.footer-popup .btnPopupClose::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../../../static/responsive/img/mem/icon_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

@media only screen and (max-width: 640px) {
  #footer.footer-popup .btnPopupClose::after {
    right: 10px;
  }
}
.txtMagic {
  text-indent: 100% !important;
  display: block !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

#footer.footer-popup img {
  vertical-align: middle;
}

#smbcLine {
  line-height: 1.8;
  position: relative;
  z-index: 901;
}

#smbcLine_pc {
  background-color: #1a4832;
  border-bottom: 3px solid #b6ca3f;
  min-width: 1000px;
}
#smbcLine_pc .smbcGroupWrap {
  width: 1000px;
  height: 36px;
  margin: 0 auto;
  padding: 8px 0;
  position: relative;
  -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;
}
#smbcLine_pc .logoSmbc {
  width: 72px;
  height: 21px;
}
#smbcLine_pc .logoSmbc img {
  vertical-align: baseline;
  width: 100%;
  height: 100%;
}
#smbcLine_pc .logoSmbcGroup {
  width: 48px;
  height: 7px;
}
#smbcLine_pc .logoSmbcGroup img {
  vertical-align: top;
  width: 100%;
  height: 100%;
}

#header {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  line-height: 1.8;
  min-width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background: #fff;
  -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: 991;
  width: auto;
}
#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;
  position: relative;
  height: 88px;
}
#header .hLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  width: 295px;
}
#header .hLeft p.logo_out,
#header .hLeft h1.logo_out {
  margin-top: 0;
  width: 148px;
  height: 32px;
  background: url(https://custom-assets.helpfeel.com/smbc-card/loan/logo_logout.png) left/148px no-repeat;
}
#header .hLeft p.logo_out a,
#header .hLeft h1.logo_out a {
  display: block;
  margin: 0;
}
#header .hLeft p.logo_out a:hover,
#header .hLeft h1.logo_out a:hover {
  background: initial;
}
#header .hLeft p.logo_out {
  margin-bottom: 0;
}
#header .hLeft p.logo_area {
  height: 36px;
  width: 105px;
  font-size: 0;
  line-height: 22px;
  border-left: 1px solid #ddd;
  margin-left: 20px;
  padding-left: 20px;
}
#header .hLeft p.logo_area img {
  margin-top: 5px;
}
#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;
}

div ul.hRight_subMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 15px !important;
  margin-bottom: 5px !important;
}

.subMenu_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 20px;
}
.subMenu_item::before {
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  margin-right: 4px;
}

.subMenu_item-attention::before {
  background: url(https://custom-assets.helpfeel.com/smbc-card/loan/ic_attention.svg) no-repeat center;
}

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

.subMenu_item-search::before {
  background: url(https://custom-assets.helpfeel.com/smbc-card/loan/ic_search.svg) no-repeat center;
}

.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;
}
.subMenu_item:not(:first-child) {
  margin-left: 24px;
}

#header .megaMenuInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  position: relative;
}

.megaMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /* margin: 14px 0 !important; */
  z-index: 990;
  width: 700px;
}

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: flex-end;
  height: 20px;
  margin-left: 20px;
}

.megaMenu_itemTitle {
  font-weight: bold;
  position: relative;
}

a.megaMenu_itemTitleLink,
.megaMenu_item-isMenuOpen > .megaMenu_itemTitle > a.megaMenu_itemTitleLink {
  color: #333;
  text-decoration: none;
  font-size: 13px;
}

#searchArea {
  display: none;
  z-index: 990;
}

#searchArea.searchAreaWrap {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 20px 40px;
  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);
}

.searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

#header.header-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  transform: scaleX(1);
}

.subMenu_item-menu {
  color: #117766;
  display: none;
}

#header .hRight .searchAreaWrap input#SS_searchSubmit {
  font-size: 0;
}

#smbcLine_sp {
  display: none;
}

@media only screen and (min-width: 641px) {
  .megaMenu.hamburgerMenuSp {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  #smbcLine {
    position: relative;
    top: 0;
    left: 0;
  }

  #smbcLine_sp {
    display: block;
    background-color: #1a4832;
    border-bottom: 3px solid #b6ca3f;
  }

  #smbcLine_sp .smbcGroupWrap {
    width: 100%;
    height: 36px;
    margin: 0 auto;
    padding: 8px 0;
    position: relative;
    -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;
  }

  #smbcLine_sp .logoSmbc {
    width: 78px;
    height: 23px;
    margin-left: 20px;
  }

  #smbcLine_sp .logoSmbc img {
    vertical-align: baseline;
  }

  #smbcLine_sp img {
    width: 100%;
  }

  #smbcLine_sp .logoSmbcGroup {
    width: 56px;
    height: 8px;
    margin-right: 20px;
    line-height: 1;
  }

  #smbcLine_sp .logoSmbcGroup img {
    vertical-align: text-top;
  }

  #header {
    position: relative !important;
    height: auto;
    width: 100%;
    min-width: 320px;
  }

  #header > .headerInner {
    height: 60px;
    width: 100%;
    min-width: 320px;
  }

  #header .hLeft {
    margin-left: 16px;
    width: 240px;
  }

  #header .hLeft p.logo_out,
#header .hLeft h1.logo_out {
    width: 122px;
    height: 20px;
    background-size: contain;
  }

  #header .hRight {
    margin-right: 8px;
    margin-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
  }

  div ul.hRight_subMenu {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
  }

  .subMenu_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-top: 0px !important;
    width: 50px;
    font-size: 10px;
    line-height: 14px;
    cursor: pointer;
  }

  .subMenu_item-support::before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    background-size: 24px;
  }

  .subMenu_item:not(:first-child) {
    margin: 0 10px;
  }

  .subMenu_item::before {
    margin-right: 0;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }

  .subMenu_item-menu::before {
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/ic_menu.svg) no-repeat center;
    top: calc(50% - 16px / 2);
    width: 16px;
    height: 14px;
  }

  .subMenu_item.subMenu_item-menu > a {
    color: #117766;
  }

  .subMenu_item-attention {
    display: none;
  }

  .megaMenu {
    display: none;
    position: absolute;
    background-color: #FFF;
    left: 0;
    top: 46px;
    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);
    height: auto;
    overflow-y: visible;
    width: 100%;
  }

  ul li.megaMenu_item {
    justify-content: flex-start;
    background-color: rgba(0, 0, 0, 0);
    -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;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .megaMenu_item > .megaMenu_itemTitle,
.megaMenu_item-isMenuOpen > .megaMenu_itemTitle,
.megaMenu_item-active > .megaMenu_itemTitle {
    border-bottom: none;
  }

  .megaMenu_item > .megaMenu_itemTitle,
.megaMenu_item-isMenuOpen > .megaMenu_itemTitle > a,
.megaMenu_itemTitle > a {
    color: #333;
  }

  .searchAreaWrapSp .searchBox {
    display: flex;
    padding: 15px 20px;
    background-color: #F0F0F0;
  }

  .megaMenu input.searchTextBox {
    font-size: 14px;
    background-color: #fff;
  }

  #header .megaMenu_item-sp {
    display: block;
  }

  .megaMenu_item:nth-child(2) {
    padding-left: 0;
  }

  #header .megaMenu_spBottom {
    background-color: #FFF;
    padding: 0 20px;
    width: 100%;
  }

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

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

  #header .megaMenu_spBottomNavItemLink,
#header .megaMenu_spBottomNavItemShare {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    color: #333333;
    text-decoration: none;
    position: relative;
    display: flex;
  }

  #header .megaMenu_spBottomNavItemLink {
    padding: 18px 32px 18px 0px;
  }

  .megaMenu_spBottomNavItemLink::after,
.megaMenu_spBottomNavItemShare::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .megaMenu_spBottomNavItemLink::after {
    height: 16px;
    width: 16px;
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/icon_right_chevron.svg) no-repeat center;
  }

  #header .megaMenu_supportlink {
    padding: 5px 20px 20px 20px;
  }

  #header a.supportLink {
    display: block;
    text-align: center;
    position: relative;
    color: #333;
    border: solid 1px #DCDCDC;
    border-radius: 4px;
    padding: 15px 42px;
  }

  #header .supportTop {
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #header .supportLink::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    top: 25px;
    right: 13px;
    left: auto;
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/icon_right_chevron.svg) no-repeat center;
  }

  #header .supportTop::before {
    content: "";
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/ic_support.svg) no-repeat center;
    background-size: 24px;
    margin-right: 5px;
  }

  #header .megaMenu_closeButton {
    font-size: 14px;
  }

  #header .megaMenu_closeButton::before {
    content: "";
    height: 16px;
    width: 16px;
    position: absolute;
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/icon_close.svg) no-repeat center;
    right: 20px;
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
  }

  .subMenu_item-support {
    width: 26px;
    text-indent: -9999px;
  }

  #header_overlay {
    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 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }

  #header .hLeft p.logo_area {
    margin-left: 20px;
    padding-left: 20px;
  }

  .subMenu_item-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    margin: 0 10px;
  }

  #header .hLeft p.logo_area img {
    margin-top: 6px;
  }

  body .forPcBlock {
    display: none !important;
  }

  #smbcLine_pc {
    display: none;
  }
}
@media print {
  #header.header-fixed {
    position: relative;
  }

  #header .hRight .searchAreaWrap {
    display: none;
  }

  .footer-nav dl dd a {
    color: #00846D;
    font-size: 16px;
  }

  #header input,
#header .hRight .searchAreaWrap input {
    display: none;
  }

  body .forPcBlock {
    display: block !important;
  }

  body .forSpBlock {
    display: none !important;
  }

  .megaMenu.hamburgerMenuSp {
    display: none !important;
  }

  .search_section {
    margin: 30px 0 20px 0;
    padding-top: 40px;
  }

  #header {
    margin-bottom: 30px;
  }
}
/* FAQローンサイト用ヘッダー修正 20251028 add start*/
/* 共通 */
.subMenu_item-beginner::before {
  background: url(https://custom-assets.helpfeel.com/smbc-card/loan/ic_beginner.svg) no-repeat center;
}

.subMenu_item-other::before {
  background: url(https://custom-assets.helpfeel.com/smbc-card/loan/ic_other.svg) no-repeat center;
}

a.megaMenu_itemTitleLink, .megaMenu_item-isMenuOpen > .megaMenu_itemTitle > a.megaMenu_itemTitleLink {
  font-size: 15px;
}

.megaMenu_subItem_link[target=_blank]::after {
  background-image: url(https://custom-assets.helpfeel.com/smbc-card/loan/ic_popup.svg);
}

/* PC */
@media only screen and (min-width: 641px) {
  #header .hLeft {
    width: 409px;
  }

  #header .hLeft p.logo_area {
    width: 237px;
    height: 32px;
  }

  #header .hLeft p.logo_area img {
    width: 210px;
    height: 32px;
    margin-top: 0px;
    vertical-align: middle;
    cursor: pointer;
  }

  .subMenu_item:hover::before {
    opacity: 0.5;
  }

  .subMenu_item:hover > span, .subMenu_item:hover > a {
    color: #117766;
    text-decoration: underline !important;
    opacity: 0.5;
  }

  a:hover img {
    opacity: 1;
  }

  #header ul.megaMenu li.megaMenu_item {
    margin: 7px 0px 16px 32px;
    height: 15px;
  }

  .megaMenu {
    width: 591px;
    margin: 8px 0px 0px !important;
  }

  .searchAreaBox {
    width: 1000px;
    max-width: 1000px;
    min-width: 1000px;
    margin: 0 auto 0 auto;
    padding: 0;
    position: relative;
  }
}
/* メガドロップダウン　一部流用 */
.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: 1000px) {
  .megaMenu_itemBody {
    overflow-x: hidden;
  }
}
.megaMenu_sub {
  height: 100%;
}

.megaMenu_subBody {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.megaMenu_subBody::after {
  content: "";
  display: block;
  width: 30%;
}

.megaMenu_subMenu {
  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: 16px 0px 32px;
  overflow: hidden;
  width: 1000px;
}

a.megaMenu_subTopLink {
  padding: 16px 24px 16px 0px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  display: inline-block;
  position: relative;
}

.megaMenu_subWrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.megaMenu_subTitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 20px;
  font-weight: bold;
  padding: 15px 0;
  border-bottom: 1px solid #CCC;
}

.megaMenu_subItem {
  display: flex;
  min-height: 51px;
  width: 306px;
  align-items: stretch;
  border-bottom: 1px dashed #CCC;
}

a.megaMenu_subItem_link {
  align-items: stretch;
  color: #333;
  line-height: 20px;
  display: flex;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.megaMenu_subItem_link::after {
  position: absolute;
  background: url(https://custom-assets.helpfeel.com/smbc-card/loan/icon_right_chevron.svg) no-repeat center;
  content: "";
  right: 0;
  width: 16px;
  height: 16px;
  top: calc(50% - 12px / 2);
}

.megaMenu_subItem_link[target=_blank]::after {
  background-image: url(https://custom-assets.helpfeel.com/smbc-card/loan/ic_blank.svg);
}

.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;
  line-height: 20px;
  padding: 0 32px 0 10px;
}

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

/* SP */
@media only screen and (max-width: 640px) {
  .megaMenu_spBottomNavItem.title {
    font-weight: bold;
    padding: 18px 32px 18px 0px;
    font-size: 14px;
  }

  .megaMenu_spBottomNavItem .highright {
    color: #00846d !important;
    font-weight: bold !important;
  }

  .megaMenu_item .megaMenu_spBottomNavItem + .megaMenu_spBottomNavItem.sp_pl20 {
    padding-left: 20px;
  }

  #header .megaMenu_spBottomNavItemLink {
    font-weight: normal;
  }

  .megaMenu_subItem {
    height: 32px;
    min-height: 32px;
    border-bottom: 0;
    padding: 0 0 0 12px;
    width: 100%;
  }

  /* ハンバーガーメニューを開いた際の×ボタン */
  .CardnaviWrap.isSpMenuOpen .subMenu_item-menu::before {
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/ic_menu_close.svg) no-repeat center;
  }

  .subMenu_item:hover::before {
    opacity: 0.5;
  }

  /* アコーディオンメニュー */
  .megaMenuWrapnBlock {
    position: relative;
    z-index: 990;
  }

  .megaMenuWrapn {
    width: 100vw;
    height: auto;
    left: 0;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
    z-index: 1000;
    position: relative;
  }

  .megaMenu_itemBody {
    display: none;
    width: 100%;
    visibility: visible;
    opacity: 1;
  }

  .underLoan,
.underLoanIndex,
.underOmatome,
.underEx,
.underFld {
    display: none;
  }

  .underLoan.isOpen,
.underLoanIndex.isOpen,
.underOmatome.isOpen,
.underEx.isOpen,
.underFld.isOpen {
    display: block;
  }

  .megaMenu_itemTitleLink.opened {
    border: none;
  }

  .megaMenu_itemTitleLink.megaMenu_itemTitleLink-acc.opened {
    color: #00846D;
  }

  .megaMenuOpenBtn.opened::after {
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/icon_mius_chevron.svg) no-repeat center;
  }

  .megaMenu.megaMenubtn {
    background-color: #F3F3F3;
    padding: 0 0 10.5px 20px;
    top: 0;
    margin: 0;
    position: relative;
  }

  .megaMenu_item > .megaMenu_itemTitle {
    width: 100%;
    padding-right: 20px;
    position: relative;
    cursor: default;
  }

  a.megaMenu_itemTitleLink, .megaMenu_itemTitleLink {
    width: 100%;
    display: block;
    padding: 7.5px 0;
    border-bottom: 1px solid #DDDDDD;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 12px;
  }

  .megaMenuOpenBtn {
    width: 100%;
    background-color: #F3F3F3;
    padding: 7.5px 0 7.5px 20px;
    font-weight: bold;
    font-size: 12px;
    color: #00846D;
    position: relative;
    height: 32px;
    line-height: 18px;
    border: none;
  }

  .megaMenu_subWrap-single .megaMenu_subBody {
    padding: 0 20px 0 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  a.megaMenu_subItem_link {
    font-size: 12px;
  }
}
/* add end */
/* 20251112 add start*/
/* 共通 */
.subMenu_item-search,
.subMenu_item-other,
.subMenu_item-beginner {
  cursor: pointer;
}

.megaMenu_item > .megaMenu_itemTitle {
  color: #333;
  cursor: default;
  line-height: 20px;
}

/* PC */
@media only screen and (min-width: 641px) {
  .underLoan,
.underLoanIndex,
.underOmatome,
.underEx,
.underFld {
    display: none;
  }

  .underLoan.isOpen,
.underLoanIndex.isOpen,
.underOmatome.isOpen,
.underEx.isOpen,
.underFld.isOpen {
    display: block;
  }

  .megaMenu_itemBody {
    background-color: #fff;
    position: absolute;
    top: 88px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    height: auto;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in 0.1s;
    transition: all 0.4s ease-in 0.1s;
    line-height: 1.4;
    width: calc(100% + 64px);
    margin-left: -32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .megaMenu_subItem_link:hover {
    text-decoration: underline;
    color: #117766;
    opacity: 0.5;
  }

  a:hover {
    text-decoration: none;
  }
}
/* SP */
@media only screen and (max-width: 640px) {
  .subMenu_item > .subMenu_itemInner,
.subMenu_item > a {
    height: 36px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 10px;
    font-weight: bold;
    color: #00846D;
    white-space: nowrap;
  }

  .subMenu_item.subMenu_item-support > a {
    width: 30px;
  }

  .megaMenu_close {
    height: 51px;
    background-color: #DDDDDD;
    text-align: center;
    cursor: pointer;
  }

  .megaMenu.hamburgerMenuSp {
    margin: 0;
    padding: 0;
    display: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    overflow-y: scroll;
    max-height: calc(100dvh - 99px);
    z-index: 901;
  }

  .megaMenu_itemTitleLink::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .megaMenu_itemTitleLink::after {
    height: 16px;
    width: 16px;
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/icon_right_chevron.svg) no-repeat center;
  }

  .megaMenu_itemTitleLink.megaMenu_itemTitleLink-acc::after {
    height: 16px;
    width: 16px;
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/icon_plus_chevron.svg) no-repeat center;
  }

  .megaMenu_itemTitleLink.megaMenu_itemTitleLink-acc.opened::after {
    height: 16px;
    width: 16px;
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/icon_mius_chevron.svg) no-repeat center;
  }

  ul li.megaMenu_item {
    align-items: baseline;
  }

  .megaMenu .megaMenu_item:nth-last-child(2) .megaMenu_itemTitle .megaMenu_itemTitleLink {
    border-bottom: none;
  }

  .megaMenu_subMenu {
    width: 100%;
    padding: 0;
  }

  .megaMenu_subItem.deleteLine {
    border-bottom: none;
  }

  .megaMenu_subItem_linkText {
    padding: 0;
  }

  .megaMenuOpenBtn {
    width: 100%;
    background-color: #F3F3F3;
    padding: 7.5px 0 7.5px 20px;
    font-weight: bold;
    font-size: 12px;
    color: #00846D;
    position: relative;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border: none;
    height: 32px;
    line-height: 18px;
  }

  .megaMenuOpenBtn.opened {
    box-shadow: none;
  }

  .megaMenuOpenBtn::after {
    right: 20px;
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/icon_plus_chevron.svg) no-repeat center;
  }

  #header {
    box-shadow: none;
    border: none;
  }

  .megaMenuInner {
    position: relative;
    flex-wrap: wrap;
  }

  .megaMenu_close {
    padding: 0 0 0 20px;
  }

  .megaMenu_closeButton {
    width: 100%;
    position: relative;
    display: block;
    z-index: 1000;
    background-color: #DDDDDD;
    text-align: center;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    transform: translateX(-20px) translateY(10.5px);
    width: calc(100% + 20px);
  }
}
/* 20251112 add end*/
#header_overlay {
  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 {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.trouble_section_cover {
  margin-bottom: 30px;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.trouble_section_cover .box_category {
  width: 49%;
  border: 1px solid #ddd;
  padding: 7px;
  margin-top: 15px;
}
.trouble_section_cover img {
  width: 50px;
  margin-right: 10px;
  vertical-align: middle;
}
.trouble_section_cover a {
  display: block;
  height: 100%;
  width: 100%;
  font-weight: bold;
  color: #073e65;
  font-size: 114%;
}
.trouble_section_cover a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .trouble_section_cover .box_category {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .cmn_h2 {
    margin-top: 40px;
  }

  .trouble_section_cover img {
    width: 35px;
  }

  .isg_padL10 {
    padding-left: 10px;
  }
}
/*----------------------------------------------------
  共通パーツ
----------------------------------------------------*/
/* h2見出し */
.cmn_h2 {
  border-left: 4px solid #004a3c;
  background-color: #f7f7f7;
  font-weight: bold;
  font-size: 129%;
  margin-bottom: 20px;
}
.cmn_h2 span {
  display: block;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.cmn_h2 span::after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}
.cmn_h2 span span {
  display: block;
  padding: 11px 0 10px 20px;
  border: none;
  float: left;
}
.cmn_h2 span a {
  display: none;
}
.cmn_h2 span a:hover {
  background: url("https://custom-assets.helpfeel.com/smbc-card/loan/ico_arrow_lightblue_right.png") no-repeat 85% 50% #eeeeee;
  text-decoration: none;
}

/* =========================================================
 footer.css
========================================================= */
.copyright {
  padding: 24px 0;
}

section.footer--detail {
  background: #F5F5F5;
}

.footer--detail .footer-contents-wrap {
  padding: 50px 0;
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.footer-nav > dl {
  width: 24%;
  padding: 0;
  float: none;
}
.footer-nav > dl dd {
  margin-left: 15px;
}
.footer-nav > dl dd a {
  color: #00846D;
  font-size: 16px;
}

.footBottomArea {
  background: #F1F1F1;
}
.footBottomArea .footBottom_contensWrap {
  width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
}
.footBottomArea ul.footBottom_itemBody {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.footBottomArea ul.footBottom_itemBody li {
  padding: 0;
}
.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;
}
.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;
}

.copyright {
  background: #1A4832;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.footer-nav > dl dt span {
  color: #EB4D4D;
  font-size: 14px;
}

.footer-nav .nav_div {
  width: 24%;
  padding: 0;
  float: none;
}

.footer-nav .nav_div > dl dt,
.footer-nav .nav_div > dl dd {
  padding: 10.5px 0;
  position: relative;
}

.footer-nav .nav_div > dl dt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.footer-nav .nav_div > dl dd {
  margin-left: 15px;
}

.footer-nav .nav_div > dl dd a {
  color: #00846D;
  font-size: 16px;
  text-decoration: none;
}

.footer-nav .nav_div > p {
  font-size: 16px;
  margin-bottom: 5px;
  padding: 10.5px 0;
  position: relative;
}

.footer-nav .nav_div > p a {
  color: #00846D;
  font-size: 16px;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  section.footer--detail {
    padding: 30px 20px;
  }

  .footer--detail .footer-contents-wrap {
    padding: 0;
  }

  .footer-nav {
    display: block;
  }

  .footer-nav > dl {
    width: auto;
  }

  .footer-nav > dl:first-child {
    border-top: 1px solid #d5d5d5;
  }

  .footer-nav > dl dt {
    padding: 15px 0;
  }

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

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

  .footBottomArea {
    background: #F5F5F5;
    width: auto;
    padding: 0 20px;
  }

  .footBottomArea .footBottom_contensWrap {
    width: auto;
    padding-top: 0;
  }

  .footBottomArea ul.footBottom_itemBody {
    display: block;
  }

  .footer-nav .nav_div {
    width: auto;
  }

  .footer-nav .nav_div > p {
    border-top: 1px solid #d5d5d5;
  }

  .footer-nav .nav_div > dl dt {
    margin-bottom: 0;
    line-height: 16px;
    padding: 12px 0;
  }

  .footer-nav .nav_div > dl dt {
    padding: 15px 0;
  }
}
/* 20240401 add */
/* PC */
@media only screen and (min-width: 641px) {
  .nav {
    display: flex;
    flex-wrap: wrap;
  }

  .nav.single {
    display: block;
  }

  .nav + .nav {
    margin-left: 52px;
  }

  .footer--detail .footer-contents-wrap {
    padding: 38px 0 36px 0;
  }

  .nav_title {
    padding-bottom: 18px;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 27px;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
  }

  .nav_title .nav_title_link {
    font-size: 18px;
    font-weight: bold;
    color: #00846D;
    display: block;
    position: relative;
  }

  .nav_title_link:hover {
    color: #045244;
  }

  .nav_title_link::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/icon_right_chevron.svg) no-repeat center;
  }

  .nav_sub + .nav_sub {
    margin-left: 52px;
  }

  .nav_sub_title {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 19px;
  }

  .nav_list {
    list-style: none;
    padding: 0;
    height: 148px;
    display: flex;
    flex-flow: column wrap;
  }

  .nav_list.towcolumn {
    width: 474px;
  }

  .nav_item + .nav_item {
    margin-top: 12px;
  }

  .nav_item:nth-of-type(6n) {
    margin-top: 0;
  }

  .nav_item:nth-of-type(n + 6) {
    margin-left: 52px;
  }

  .nav_sub a.nav_item_link {
    font-size: 14px;
    color: #333333;
    position: relative;
    display: block;
    width: 211px;
    height: 20px;
    line-height: 20px;
  }

  .nav_sub a.nav_item_link:hover {
    color: #117766;
    text-decoration: underline;
    opacity: 0.5;
  }

  .nav_item_link::after {
    content: "";
    display: block;
    position: absolute;
    width: 11px;
    height: 11px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/icon_right_chevron.svg) no-repeat center;
    background-size: contain;
  }

  .nav_item_link[target=_blank]::after {
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/ic_popup.svg) no-repeat center;
    background-size: contain;
  }

  .footBottomArea {
    background-color: #DDDDDD;
  }

  .footBottomArea ul.footBottom_itemBody li a {
    padding: 0 40px 0 0;
    font-weight: normal;
  }

  .footBottomArea ul.footBottom_itemBody li a::after {
    right: 0;
  }

  .footBottomArea ul.footBottom_itemBody li a.winPopup::after,
.footBottomArea ul.footBottom_itemBody li a[target=_blank]::after {
    right: 0;
    left: auto;
    transform: none;
    width: 14px;
    height: 14px;
    background-size: contain;
    border: none;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
  }

  .footBottomArea ul.footBottom_itemBody li a.winPopup::after {
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/ic_popup.svg) no-repeat center;
  }

  .footBottomArea ul.footBottom_itemBody li a[target=_blank]::after {
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/ic_popup.svg) no-repeat center;
  }

  .footBottom_item {
    margin: 0;
  }

  .footBottom_item + .footBottom_item {
    margin-left: 48px;
  }
}
/* SP */
@media only screen and (max-width: 640px) {
  .footBottomArea {
    padding: 24px 20px 27px;
    background: #DDDDDD;
    margin-top: 20px;
  }

  .footBottomArea .footBottom_contensWrap {
    padding: 0;
  }

  .footBottom_item + .footBottom_item {
    margin-top: 15px;
  }

  .footBottomArea ul.footBottom_itemBody li a {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    display: block;
    text-decoration: none;
  }

  .footBottomArea ul.footBottom_itemBody li a[target=_blank]::after,
.footBottomArea ul.footBottom_itemBody li a.winPopup::after {
    right: 0;
    left: auto;
    transform: none;
    width: 14px;
    height: 14px;
    background-size: contain;
    border: none;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
  }

  .footBottomArea ul.footBottom_itemBody li a[target=_blank]::after {
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/ic_popup.svg) no-repeat center;
  }

  .footBottomArea ul.footBottom_itemBody li a.winPopup::after {
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/ic_popup.svg) no-repeat center;
  }

  .footBottomArea ul.footBottom_itemBody li a:hover {
    color: #117766;
    text-decoration: underline;
    opacity: 0.5;
  }
}
.footer-contents-wrap {
  overflow: hidden;
  padding-top: 55px;
  width: 1000px;
  margin: 0 auto;
}

#copyArea {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

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

.container {
  width: 1000px;
}

.header {
  padding-top: 0;
}
.header a {
  background: initial;
}
.header ul, .header ol, .header dd {
  padding: 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 {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
body:not(.search-page) .footer .footer-category {
  display: none;
}
.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;
}
body.search-page .footer .btn.footer-main_contact {
  display: none;
}
.footer #footer {
  background-color: #f2f2f2;
}

.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: 180px;
}

.contact-page .form-group.feedbackPageTitle, .contact-page .form-group.feedbackQuery, .contact-page .form-group.feedbackType, .contact-page .form-group.feedbackPageId {
  display: none;
}

.search-page .detailed-feedback {
  display: none;
}

body.contact-page .contact-container .form-group .button-submit {
  color: white;
  background: #1a4832;
  border-radius: var(--rounded-md);
  padding: 12px 14px;
}
body.contact-page .contact-container .form-group .button-submit:hover {
  background-color: #1a4832;
}
body.contact-page .contact-container .form-group .button-submit:disabled {
  background: #f0f0f3;
  color: #8b8d98;
}

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

@media only screen and (width: 1020px) {
  html {
    overflow-x: hidden;
  }
}
@media only screen and (width: 1020px) {
  html body {
    overflow-x: hidden;
  }
}
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;
  }
}
@media screen and (max-width: 767px) {
  html .query-input {
    margin-top: 8px;
  }
}
html .article-page .content {
  margin-top: 0;
}

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

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

html:has(.search-page) .footer-category h2 {
  scroll-margin-top: 120px;
}

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

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

html.inframe #smbcLine,
html.inframe #header,
html.inframe #TopLink {
  display: none !important;
}
html.inframe .footer {
  display: block;
}
html.inframe .footBottom_item + .footBottom_item {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  html.inframe #footer.footer-popup {
    min-width: 0px;
  }
  html.inframe .footer-popup #copyArea {
    font-size: 10px;
  }
  html.inframe #footer.footer-popup .btnPopupClose {
    width: 150px;
    padding: 7px 0 6px;
  }
  html.inframe #footer.footer-popup .btnPopupClose::after {
    right: 10px;
  }
  html.inframe body .forPcBlock {
    display: none !important;
  }
  html.inframe section.footer--detail {
    padding: 30px 20px;
  }
  html.inframe .footer--detail .footer-contents-wrap {
    padding: 0;
  }
  html.inframe .footer-nav {
    display: block;
  }
  html.inframe .footer-nav > dl {
    width: auto;
  }
  html.inframe .footer-nav > dl:first-child {
    border-top: 1px solid #d5d5d5;
  }
  html.inframe .footer-nav > dl dt {
    padding: 15px 0;
  }
  html.inframe .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-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 .footBottomArea {
    background: #F5F5F5;
    width: auto;
    padding: 0 20px;
  }
  html.inframe .footBottomArea .footBottom_contensWrap {
    width: auto;
    padding-top: 0;
  }
  html.inframe .footBottomArea ul.footBottom_itemBody {
    display: block;
  }
  html.inframe .footer-nav .nav_div {
    width: auto;
  }
  html.inframe .footer-nav .nav_div > p {
    border-top: 1px solid #d5d5d5;
  }
  html.inframe .footer-nav .nav_div > dl dt {
    margin-bottom: 0;
    line-height: 16px;
    padding: 12px 0;
  }
  html.inframe .footer-nav .nav_div > dl dt {
    padding: 15px 0;
  }
  html.inframe .footBottomArea {
    padding: 24px 20px 27px;
    background: #DDDDDD;
    margin-top: 20px;
  }
  html.inframe .footBottomArea .footBottom_contensWrap {
    padding: 0;
  }
  html.inframe .footBottom_item + .footBottom_item {
    margin-top: 15px;
  }
  html.inframe .footBottomArea ul.footBottom_itemBody li a {
    color: #000000;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    display: block;
    text-decoration: none;
  }
  html.inframe .footBottomArea ul.footBottom_itemBody li a[target=_blank]::after,
html.inframe .footBottomArea ul.footBottom_itemBody li a.winPopup::after {
    right: 0;
    left: auto;
    transform: none;
    width: 14px;
    height: 14px;
    background-size: contain;
    border: none;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
  }
  html.inframe .footBottomArea ul.footBottom_itemBody li a[target=_blank]::after {
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/ic_popup.svg) no-repeat center;
  }
  html.inframe .footBottomArea ul.footBottom_itemBody li a.winPopup::after {
    background: url(https://custom-assets.helpfeel.com/smbc-card/loan/ic_popup.svg) no-repeat center;
  }
  html.inframe .footBottomArea ul.footBottom_itemBody li a:hover {
    color: #117766;
    text-decoration: underline;
    opacity: 0.5;
  }
}