@charset "UTF-8";
/* ==========================================================================
   Mixins & Variables
   ========================================================================== */
/* PC用メディアクエリ（768px以上） */
/* SP用メディアクエリ（767px以下） */
/* ==========================================================================
   Global Settings & Resets
   ========================================================================== */
/* SP用非表示（PC表示時） */
.BtnAreaSp,
.SpMenuArea {
  display: none;
}
@media screen and (max-width: 767px) {
  .BtnAreaSp {
    display: block;
    padding: 0;
    list-style: none;
    margin: 0;
  }
}

/* ==========================================================================
   Utility / Common Icons
   ========================================================================== */
.ReadLink {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
.ReadLink::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #0C1E89;
  margin-bottom: 1px;
  margin-right: 5px;
}

.PageBack {
  vertical-align: middle;
}
.PageBack::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid #0C1E89;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-bottom: 2px;
  margin-right: 5px;
}

/* ==========================================================================
   Header Structure
   ========================================================================== */
/* (前回までのヘッダー定義は省略せず維持していますが、長くなるため内容は変更なしとしてここに含めます) */
#smbcLine_pc {
  background-color: #1a4832;
  border-bottom: 5px solid #b6ca3f;
}
#smbcLine_pc .smbcGroupWrap {
  width: 1000px;
  height: 34px;
  margin: 0 auto;
  padding: 13px 0;
  position: relative;
  box-sizing: content-box;
}
#smbcLine_pc .smbcGroupWrap .logoSmbc {
  position: absolute;
  left: 0;
}
#smbcLine_pc .smbcGroupWrap .logoSmbcGroup {
  position: absolute;
  right: 0;
  top: 25px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #smbcLine_pc {
    display: none;
  }
}

#smbcLine_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #smbcLine_sp {
    display: block;
  }
  #smbcLine_sp p {
    text-indent: -9999px;
    line-height: 0px;
  }
  #smbcLine_sp img {
    width: 100%;
  }
}

#DebitHeader {
  min-height: 75px;
  height: 137px;
  border-bottom: 1px solid #aaaaaa;
  width: 100%;
  background-color: #FFFFFF;
  position: fixed;
  z-index: 50000;
  top: 0;
  left: 0;
  min-width: 1020px;
}
@media screen and (min-width: 768px) {
  #DebitHeader {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #DebitHeader {
    min-height: 63px;
    border-bottom: 1px solid #cacaca;
    min-width: initial;
    height: auto;
  }
}
#DebitHeader ul {
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #DebitHeader ul {
    font-size: 14px;
  }
}
#DebitHeader .DebitHeaderInner {
  width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #DebitHeader .DebitHeaderInner {
    height: 62px;
    width: auto;
    margin: 0;
    padding: 0;
  }
}
#DebitHeader .DebitHeaderInner .LogoArea {
  float: left;
  margin: 7px 0 0;
}
@media screen and (max-width: 767px) {
  #DebitHeader .DebitHeaderInner .LogoArea {
    margin: 10px 0 0 15px;
  }
}
#DebitHeader .DebitHeaderInner .LogoArea .logo {
  width: 220px;
  height: 37px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #DebitHeader .DebitHeaderInner .LogoArea .logo {
    width: 162px;
    height: 26px;
    position: relative;
    top: 8px;
  }
}
#DebitHeader .DebitHeaderInner .LogoArea .logo a {
  display: block;
  width: 162px;
  height: 26px;
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/logo_header.png") top left no-repeat;
  position: relative;
  top: 16px;
}
#DebitHeader .DebitHeaderInner .LogoArea .logo a span {
  display: none;
}
@media screen and (max-width: 767px) {
  #DebitHeader .DebitHeaderInner .LogoArea .logo a {
    top: 0;
    background: url("https://custom-assets.helpfeel.com/smbc-card/debit/logo_header_rwd.png") top left no-repeat;
    background-size: 162px 26px;
    background/***/: url("https://custom-assets.helpfeel.com/smbc-card/debit/logo_header_rwd_ie8.png") top left no-repeat\9 ;
  }
}
#DebitHeader .DebitHeaderInner .LogoArea .text {
  font-size: 10px;
  padding-left: 4px;
  margin-top: 7px !important;
}
@media screen and (max-width: 767px) {
  #DebitHeader .DebitHeaderInner .LogoArea .text {
    margin-top: 14px !important;
  }
}
#DebitHeader .DebitHeaderInner .LogoArea .text a {
  color: #005135;
}
#DebitHeader .DebitHeaderInner .LogoArea .text a:hover {
  text-decoration: none;
}

.BtnArea {
  float: right;
  margin-top: 15px;
  padding: 0;
  /* (PC用スタイル省略) */
}
@media screen and (max-width: 767px) {
  .BtnArea {
    display: none !important;
  }
}
.BtnArea li {
  display: inline-block;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .BtnArea li {
    font-size: 95%;
  }
}
.BtnArea li a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  padding: 12px 12px 10px;
}
@media screen and (max-width: 767px) {
  .BtnArea li a {
    line-height: 1;
  }
}
.BtnArea li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.BtnArea li a span {
  min-height: 17px;
  display: inline-block;
  padding: 2px 0 0 20px;
}
.BtnArea li.LoginBtn a {
  background-color: #a8d414;
  color: #003e28;
  font-size: 95%;
}
.BtnArea li.LoginBtn a span {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_header_login.png") top left no-repeat;
}
.BtnArea li.SearchBtn a {
  background-color: #005135;
  color: #FFFFFF;
  font-size: 95%;
}
.BtnArea li.SearchBtn a span {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_header_search.png") top left no-repeat;
}

@media screen and (max-width: 767px) {
  .BtnAreaSp li {
    width: 45px;
    position: absolute;
    margin: 0;
  }
  .BtnAreaSp li a,
.BtnAreaSp li button {
    display: block;
    padding: 28px 0 0;
    text-align: center;
    text-decoration: none;
    border: none;
    outline: none;
  }
  .BtnAreaSp li a span,
.BtnAreaSp li button span {
    color: #005135;
    text-decoration: none;
    font-size: 10px;
  }
  .BtnAreaSp li.MenuBtn {
    bottom: 11px;
    right: 5px;
  }
  .BtnAreaSp li.MenuBtn button {
    background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_header_menu_rwd.png") top center no-repeat;
    background-size: 35px 32px;
    background/***/: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_header_menu_rwd_ie8.png") top center no-repeat\9 ;
  }
  .BtnAreaSp li.LoginBtn {
    bottom: 11px;
    right: 55px;
  }
  .BtnAreaSp li.LoginBtn a {
    background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_header_login_rwd.png") top center no-repeat;
    background-size: 35px 32px;
    background/***/: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_header_login_rwd_ie8.png") top center no-repeat\9 ;
  }
}

@media screen and (min-width: 768px) {
  .SpMenuArea {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .SpMenuArea {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #f7f7f7;
    padding: 6px 10px 10px;
    z-index: 60000;
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition-timing-function: ease;
    transition-duration: 450ms;
    transition-property: opacity, visibility;
  }
  .SpMenuArea.is-show {
    position: absolute;
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
  }
  .SpMenuArea .MenuCloseBtn {
    text-align: right;
    height: 35px;
  }
  .SpMenuArea .MenuCloseBtn button {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_header_menu_close_rwd.png") top center no-repeat;
    background-size: 35px 35px;
    background/***/: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_header_menu_close_rwd_ie8.png") top center no-repeat\9 ;
    border: none;
    outline: none;
  }
  .SpMenuArea .MenuCloseBtn button span {
    display: none;
  }
  .SpMenuArea dl {
    position: relative;
    margin: 14px 0 0;
  }
  .SpMenuArea dl dt::after {
    content: none;
  }
  .SpMenuArea dl dt input {
    border: 1px solid #003e28;
    background-color: #FFFFFF;
    height: 40px;
    display: block;
    -webkit-appearance: none;
    border-radius: 0;
  }
  .SpMenuArea dl dd {
    position: absolute;
    top: 0;
    right: 0;
  }
  .SpMenuArea dl dd input {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #003e28;
    border: none;
    font-size: 12px;
    height: 40px;
    padding: 14px 18px 12px;
    line-height: 1;
    display: block;
    width: 60px;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
  }
  .SpMenuArea ul {
    border-top: 1px solid #dadada;
    margin: 28px 0 0;
  }
  .SpMenuArea ul li {
    border-bottom: 1px solid #dadada;
    margin: 0;
  }
  .SpMenuArea ul li a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #003e28;
    text-decoration: none;
    min-height: 45px;
    padding: 8px 10px;
    line-height: 1;
  }
  .SpMenuArea ul li a span {
    padding: 9px 0 0 41px;
    display: inline-block;
    min-height: 28px;
    vertical-align: middle;
  }
  .SpMenuArea ul li a span.item00 {
    background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item00_rwd.png") left 50% no-repeat;
    background-size: 27px 28px;
    background/***/: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item00_rwd_ie8.png") left 50% no-repeat\9 ;
  }
  .SpMenuArea ul li a span.item01 {
    background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item01_rwd.png") left 50% no-repeat;
    background-size: 27px 28px;
    background/***/: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item01_rwd_ie8.png") left 50% no-repeat\9 ;
  }
  .SpMenuArea ul li a span.item02 {
    background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item02_rwd.png") left 50% no-repeat;
    background-size: 27px 28px;
    background/***/: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item02_rwd_ie8.png") left 50% no-repeat\9 ;
  }
  .SpMenuArea ul li a span.item03 {
    background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item03_rwd.png") left 50% no-repeat;
    background-size: 27px 28px;
    background/***/: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item03_rwd_ie8.png") left 50% no-repeat\9 ;
  }
  .SpMenuArea ul li a span.item04 {
    background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item04_rwd.png") left 50% no-repeat;
    background-size: 27px 28px;
    background/***/: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item04_rwd_ie8.png") left 50% no-repeat\9 ;
  }
  .SpMenuArea ul li a span.item05 {
    background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item05_rwd.png") left 50% no-repeat;
    background-size: 27px 28px;
    background/***/: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item05_rwd_ie8.png") left 50% no-repeat\9 ;
  }
  .SpMenuArea ul li a span.item06 {
    background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item06_rwd.png") left 50% no-repeat;
    background-size: 27px 28px;
    background/***/: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item06_rwd_ie8.png") left 50% no-repeat\9 ;
  }
  .SpMenuArea ul li a span.item07 {
    background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item07_rwd.png") left 50% no-repeat;
    background-size: 27px 28px;
    background/***/: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item07_rwd_ie8.png") left 50% no-repeat\9 ;
  }
  .SpMenuArea ul li a span.item08 {
    background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item08_rwd.png") left 50% no-repeat;
    background-size: 27px 28px;
    background/***/: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item08_rwd_ie8.png") left 50% no-repeat\9 ;
  }
  .SpMenuArea ul li a span.item09 {
    background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item09_rwd.png") left 50% no-repeat;
    background-size: 27px 28px;
    background/***/: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_sp_menu_item09_rwd_ie8.png") left 50% no-repeat\9 ;
  }
}

.UtilityLink {
  float: right;
  margin: 24px 10px 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .UtilityLink {
    margin: 30px 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .UtilityLink {
    display: none !important;
  }
}
.UtilityLink li {
  display: inline-block;
  margin: 0 0 0 20px;
  line-height: 1;
}
.UtilityLink li a {
  color: #005135;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .UtilityLink li a {
    line-height: 1.3;
  }
}
.UtilityLink li a span {
  display: inline-block;
  padding-left: 14px;
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_header_utility.png") 0px 3px no-repeat;
  font-size: 93% !important;
  text-decoration: underline;
}
.UtilityLink li a:hover {
  background-color: initial;
}
.UtilityLink li a:hover span {
  text-decoration: none;
}

.AnniversaryLogo {
  float: right;
  margin: 20px 30px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .AnniversaryLogo {
    display: none !important;
  }
}

#DebitGlobalNav {
  background-color: #ececec;
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #aaaaaa;
  margin-top: 137px;
  min-width: 1020px;
  /* (PC用スタイル省略 - 前回のコード維持) */
}
@media screen and (max-width: 767px) {
  #DebitGlobalNav {
    display: none !important;
  }
}
#DebitGlobalNav > div {
  width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}
#DebitGlobalNav ul {
  display: table;
  table-layout: fixed;
  width: 1000px;
  margin: 0 auto;
}
#DebitGlobalNav ul li {
  display: table-cell;
  width: 20%;
  text-align: center;
  padding: 0 5px;
  border-right: 1px solid #cccccc;
  vertical-align: middle;
}
#DebitGlobalNav ul li:first-child {
  border-left: 1px solid #cccccc;
}
#DebitGlobalNav ul li a {
  display: block;
  height: 50px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #003e28;
  padding-top: 10px;
}
#DebitGlobalNav ul li a.active {
  background-color: #ececec;
  border-bottom: 3px solid #dadada;
}
#DebitGlobalNav ul li a:hover {
  background-color: #dadada;
}
#DebitGlobalNav ul li a span {
  display: inline-block;
  padding: 8px 0 0 32px;
  min-height: 30px;
  -webkit-text-size-adjust: none;
}
#DebitGlobalNav ul li a span.item00 {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_gnavi_item00.png") top left no-repeat;
}
#DebitGlobalNav ul li a span.item01 {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_gnavi_item01.png") top left no-repeat;
}
#DebitGlobalNav ul li a span.item02 {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_gnavi_item02.png") top left no-repeat;
}
#DebitGlobalNav ul li a span.item03 {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_gnavi_item03.png") top left no-repeat;
}
#DebitGlobalNav ul li a span.item04 {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_gnavi_item04.png") top left no-repeat;
  padding-top: 0px;
}
#DebitGlobalNav ul li a span.item05 {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/icn_gnavi_item05.png") top left no-repeat;
}

.SearchAreaPC {
  background-color: #163a2c;
  left: 50%;
  margin-left: -500px;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  top: 55px;
  width: 1000px;
  display: none;
  /* (PC用スタイル省略 - 前回のコード維持) */
}
@media screen and (max-width: 767px) {
  .SearchAreaPC {
    display: none !important;
  }
}
.SearchAreaPC > div {
  margin: 0 auto;
  width: 940px;
  position: relative;
}
.SearchAreaPC > div > p {
  color: #fff;
  display: inline-block;
  font-size: 100%;
  font-weight: 700;
  padding-right: 20px;
}
.SearchAreaPC > div > form {
  display: inline-block;
  margin: 0;
}
.SearchAreaPC > div > form > p {
  position: relative;
}
.SearchAreaPC > div > form > p input[type=text] {
  color: #005135;
  font-size: 86%;
  margin-right: 0;
  border-bottom-left-radius: 4px;
  border-color: #c6c6c6 #c6c6c6 -moz-use-text-color;
  border-style: solid solid none;
  border-top-left-radius: 4px;
  border-width: 1px 1px medium;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2) inset;
  height: 30px;
  width: 550px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-top: 5px;
  background-color: #f8f8f8;
}
.SearchAreaPC > div > form > p input[type=submit] {
  color: #005135;
  font-size: 86%;
  margin-right: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  height: 31px;
  left: 550px;
  padding: 0;
  position: absolute;
  top: 0px;
  width: 100px;
  cursor: pointer;
  font-weight: normal;
}
.SearchAreaPC .CloseBtnSearchAreaPC {
  background: #cccccc none repeat scroll 0 0;
  border: 12px solid #eeeeee;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff !important;
  cursor: pointer;
  font-weight: 600;
  height: 38px;
  width: 38px;
  text-align: center;
  text-decoration: none;
  z-index: 0;
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
}
.SearchAreaPC .CloseBtnSearchAreaPC:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.SearchAreaPC .CloseBtnSearchAreaPC::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eeeeee transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 7px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: -1px;
  width: 0;
}
.SearchAreaPC .CloseBtnSearchAreaPC::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #eeeeee;
  border-image: none;
  border-style: solid;
  border-width: 7px;
  content: "";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 1px;
  width: 0;
}
.SearchAreaPC .CloseBtnSearchAreaPC span::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #eeeeee transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 7px;
  content: "";
  display: block;
  height: 0;
  left: 1px;
  position: absolute;
  top: 0;
  width: 0;
}
.SearchAreaPC .CloseBtnSearchAreaPC span::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent transparent #eeeeee;
  border-image: none;
  border-style: solid;
  border-width: 7px;
  content: "";
  display: block;
  height: 0;
  left: -1px;
  position: absolute;
  top: 0;
  width: 0;
}

/* ==========================================================================
   Footer Structure & Modules
   ========================================================================== */
#footer {
  display: block !important;
  /* PageTopLink Container */
}
#footer .PageTopLink {
  width: 1000px;
  margin: 10px auto;
  height: 48px;
  text-align: right;
  /* PageTop Button Style */
}
@media screen and (max-width: 767px) {
  #footer .PageTopLink {
    padding: 0 10px;
    height: 48px;
    width: auto;
    margin: 10px auto;
  }
}
#footer .PageTopLink .PageTop {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #5c5c5c;
  border: 1px solid #C0C0C0;
  position: relative;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}
#footer .PageTopLink .PageTop::before, #footer .PageTopLink .PageTop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -7px;
  border: transparent solid 7px;
  border-top: none;
}
#footer .PageTopLink .PageTop::before {
  margin-top: -3px;
  border-bottom-color: #FFF;
}
#footer .PageTopLink .PageTop::after {
  margin-top: 0px;
  border-bottom-color: #5c5c5c;
}

/* DebitFooterSiteMap */
.DebitFooterSiteMap {
  background-color: #f2f2f2;
  padding: 20px 0;
  min-width: 1020px;
}
@media screen and (max-width: 767px) {
  .DebitFooterSiteMap {
    background-color: #f2f2f2;
    border-top: 1px solid #dbdbdb;
    font-size: 13px;
    min-width: initial;
    padding: 0;
  }
}
.DebitFooterSiteMap a {
  text-decoration: underline;
  color: #005135 !important;
}
.DebitFooterSiteMap a:hover {
  text-decoration: none;
}
.DebitFooterSiteMap > div {
  width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .DebitFooterSiteMap > div {
    width: auto;
    margin: 0;
    padding: 0;
  }
}
.DebitFooterSiteMap > div > ul {
  display: table;
  width: 1000px;
  margin: 0 auto;
  border-left: 1px solid #dbdbdb;
}
@media screen and (max-width: 767px) {
  .DebitFooterSiteMap > div > ul {
    display: block;
    width: auto;
    margin: 0;
    border-left: none;
  }
}
.DebitFooterSiteMap > div > ul > li {
  display: table-cell;
  width: 33%;
  border-right: 1px solid #dbdbdb;
  padding: 25px 30px;
}
@media screen and (max-width: 767px) {
  .DebitFooterSiteMap > div > ul > li {
    display: block;
    width: auto;
    border-right: none;
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 20px 18px;
  }
}
.DebitFooterSiteMap > div > ul > li:first-child {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .DebitFooterSiteMap > div > ul > li:first-child {
    width: auto;
  }
}
.DebitFooterSiteMap > div > ul > li ul li,
.DebitFooterSiteMap > div > ul > li dl dd {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 0 0 14px;
}
@media screen and (max-width: 767px) {
  .DebitFooterSiteMap > div > ul > li ul li,
.DebitFooterSiteMap > div > ul > li dl dd {
    margin: 0;
  }
}
.DebitFooterSiteMap > div > ul > li ul li::before,
.DebitFooterSiteMap > div > ul > li dl dd::before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #999999;
  position: absolute;
  top: 7px;
  left: 0;
  margin: 0;
}
.DebitFooterSiteMap > div > ul > li ul li + li, .DebitFooterSiteMap > div > ul > li ul li + dd,
.DebitFooterSiteMap > div > ul > li dl dd + li,
.DebitFooterSiteMap > div > ul > li dl dd + dd {
  margin: 16px 0 0;
}
@media screen and (max-width: 767px) {
  .DebitFooterSiteMap > div > ul > li ul li + li, .DebitFooterSiteMap > div > ul > li ul li + dd,
.DebitFooterSiteMap > div > ul > li dl dd + li,
.DebitFooterSiteMap > div > ul > li dl dd + dd {
    margin: 11px 0 0;
  }
}
.DebitFooterSiteMap > div > ul > li ul + ul {
  border-top: 1px solid #dbdbdb;
  margin: 20px 0 0;
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .DebitFooterSiteMap > div > ul > li ul + ul {
    border-top: 1px solid #dbdbdb;
    margin: 20px 0 0;
    padding: 20px 0 0;
  }
}
.DebitFooterSiteMap > div > ul > li dl dt {
  display: block;
  width: 100%;
  font-weight: bold;
  margin: 0 0 16px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .DebitFooterSiteMap > div > ul > li dl dt {
    margin: 0 0 11px;
  }
  .DebitFooterSiteMap > div > ul > li dl dt::after {
    content: none;
  }
}
.DebitFooterSiteMap > div > ul > li .SpecialLink {
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .DebitFooterSiteMap > div > ul > li .SpecialLink {
    margin: 30px 0 0;
  }
}
.DebitFooterSiteMap > div > ul > li .SpecialLink a {
  text-decoration: underline;
}
.DebitFooterSiteMap > div > ul > li .SpecialLink a:hover {
  text-decoration: none;
}
.DebitFooterSiteMap > div > ul > li .SpecialLink dt {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .DebitFooterSiteMap > div > ul > li .SpecialLink dt::after {
    content: none;
  }
}
.DebitFooterSiteMap > div > ul > li .SpecialLink dt a {
  font-weight: bold;
  font-size: 17px;
  display: inline-block;
  margin: 2px 0 0;
  color: #595 !important;
}
.DebitFooterSiteMap > div > ul > li .SpecialLink dd {
  padding-left: 0 !important;
}
.DebitFooterSiteMap > div > ul > li .SpecialLink dd::before {
  content: none;
}
.DebitFooterSiteMap > div > ul > li .SpecialLink dd + dd {
  margin-top: 5px;
}
.DebitFooterSiteMap > div > ul > li .SpecialLink dd a {
  font-size: 13px;
}

/* DebitFooterUtility */
.DebitFooterUtility {
  background-color: #dedede;
  padding: 20px 0;
  min-width: 1020px;
}
@media screen and (max-width: 767px) {
  .DebitFooterUtility {
    border-bottom: 1px solid #dbdbdb;
    padding: 20px 20px 18px;
    background-color: #f2f2f2;
    font-size: 13px;
    min-width: initial;
  }
}
@media screen and (max-width: 767px) {
  .DebitFooterUtility a {
    text-decoration: underline;
    color: #005135 !important;
  }
  .DebitFooterUtility a:hover {
    text-decoration: none;
  }
}
.DebitFooterUtility ul {
  width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .DebitFooterUtility ul {
    width: auto;
    padding: 0;
    margin: 0;
    text-align: left;
  }
}
.DebitFooterUtility ul li {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .DebitFooterUtility ul li {
    display: block;
    position: relative;
    padding: 0 0 0 14px;
    margin: 0;
  }
  .DebitFooterUtility ul li::before {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #999999;
    position: absolute;
    top: 7px;
    left: 0;
    margin: 0;
  }
  .DebitFooterUtility ul li + li {
    margin: 11px 0 0;
  }
}
.DebitFooterUtility ul li a {
  color: #000000;
}
@media screen and (max-width: 767px) {
  .DebitFooterUtility ul li a.ReadLink::before {
    content: none;
  }
}

/* DebitFooterLayoutChange */
.DebitFooterLayoutChange {
  border-top: 1px solid #c7cdb9;
  padding: 16px 0 10px;
  background-color: #e8e8e8;
  text-align: center;
  font-size: 12px;
  min-width: 1020px;
  /* (中略: PC用スタイルの詳細) */
}
@media screen and (max-width: 767px) {
  .DebitFooterLayoutChange {
    background-color: #e6edde;
    border-top: 1px solid #dbdbdb;
    padding: 12px 0;
    min-width: initial;
  }
}
.DebitFooterLayoutChange a {
  color: #073e65 !important;
}
.DebitFooterLayoutChange p {
  text-align: center;
  width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .DebitFooterLayoutChange p {
    width: auto;
    margin: 0 !important;
    padding: 0;
  }
  .DebitFooterLayoutChange p a {
    color: #00492c !important;
    font-weight: bold;
    font-size: 12px;
  }
}
.DebitFooterLayoutChange .LayoutChangeSP {
  display: none;
}
@media screen and (max-width: 767px) {
  .DebitFooterLayoutChange .LayoutChangeSP {
    display: block;
  }
}
.DebitFooterLayoutChange .LayoutChangePC,
.DebitFooterLayoutChange dl {
  text-align: center;
  width: 1020px;
  margin: 10px auto 0;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .DebitFooterLayoutChange .LayoutChangePC,
.DebitFooterLayoutChange dl {
    display: none;
  }
}
.DebitFooterLayoutChange dt,
.DebitFooterLayoutChange dd {
  width: auto;
  display: inline-block;
  padding: 0;
}
.DebitFooterLayoutChange .IcoPC, .DebitFooterLayoutChange .IcoSP {
  /*...*/
}
.Device-PC .DebitFooterLayoutChange {
  display: none;
}

/* DebitFooterCopy */
.DebitFooterCopy {
  border-top: 1px solid #c7cdb9;
  text-align: center;
  background-color: #dae1cb;
  padding: 12.5px 0;
  font-size: 13px;
  min-width: 1020px;
}
@media screen and (max-width: 767px) {
  .DebitFooterCopy {
    border-top: 1px solid #c7cdb9;
    padding: 15px 0;
    font-size: 10px;
    min-width: initial;
  }
}
.DebitFooterCopy p {
  width: 1020px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .DebitFooterCopy p {
    width: auto;
  }
}

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

.container {
  width: 1000px;
}

.header {
  padding-top: 0;
}
.header #smbcLine_sp p {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .header #DebitGlobalNav {
    font-family: "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  }
}
.header #DebitGlobalNav ul {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .header #DebitGlobalNav ul {
    line-height: 1.3;
  }
}
.header .SpMenuArea .MenuCloseBtn {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .header .SpMenuArea ul {
    padding-left: 0;
    list-style: none;
  }
}
@media screen and (max-width: 767px) {
  .header .SpMenuArea dl dt input {
    width: 100%;
  }
}

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

.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 .clearfix:after {
  display: block;
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
}
.footer .footer-category {
  display: none;
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  /* h2見出し */
  /* category_section */
}
.search-page .footer .footer-category {
  display: block;
}
.footer .footer-category a {
  color: #073e65;
}
.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/debit/ico_arrow_lightblue_right.png") no-repeat 85% 50% #eeeeee;
  text-decoration: none;
}
.footer .footer-category div {
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .footer .footer-category div {
    margin: 20px 0 0;
    padding: 0 10px;
  }
}
.footer .footer-category ul {
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  .footer .footer-category ul {
    min-width: initial;
  }
}
.footer .footer-category ul li {
  float: left;
  width: 320px;
  margin: 0 0 20px 20px;
  display: table;
  /* 各種アイコン設定 */
}
@media screen and (max-width: 767px) {
  .footer .footer-category ul li {
    float: none;
    width: 100%;
    margin: 0;
    margin-top: 0.4em;
    display: table;
  }
}
.footer .footer-category ul li.first {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer .footer-category ul li.first {
    margin-top: 0.4em;
  }
}
.footer .footer-category ul li a {
  display: table-cell;
  padding: 22px 0px 18px 15px;
  border: solid 1px #d2d2d2;
  font-size: 114%;
}
@media screen and (max-width: 767px) {
  .footer .footer-category ul li a {
    padding-left: 75px !important;
    background-position: 10px 50% !important;
  }
}
.footer .footer-category ul li a.line02 {
  padding: 10px 0px 6px 15px;
}
.footer .footer-category ul li a.line02 span {
  min-height: 33px;
}
.footer .footer-category ul li a.line02 span + span {
  margin-top: 13px;
}
.footer .footer-category ul li a:hover span {
  text-decoration: underline;
}
.footer .footer-category ul li a:hover span + span {
  text-decoration: none;
}
.footer .footer-category ul li span {
  display: block;
  float: left;
  font-weight: bold;
}
.footer .footer-category ul li span + span {
  float: right;
  font-size: 87%;
  width: 70px;
  text-align: center;
  color: #888888;
  margin-top: 2px;
}
.footer .footer-category ul li #use {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/ico_use.png") no-repeat 168px 50%;
}
.footer .footer-category ul li #admin {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/ico_admin.png") no-repeat 190px 50%;
}
.footer .footer-category ul li #addcard {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/ico_addcard.png") no-repeat 170px 50%;
}
.footer .footer-category ul li #security {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/ico_security.png") no-repeat 180px 50%;
}
.footer .footer-category ul li #charge {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/ico_charge.png") no-repeat 170px 50%;
}
.footer .footer-category ul li #cardtype {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/ico_cardtype.png") no-repeat 196px 50%;
}
.footer .footer-category ul li #my {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/ico_my.png") no-repeat 180px 50%;
}
.footer .footer-category ul li #balance {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/ico_balance.png") no-repeat 190px 50%;
}
.footer .footer-category ul li #mail {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/ico_mail.png") no-repeat 190px 50%;
}
.footer .footer-category ul li #point {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/ico_point.png") no-repeat 190px 50%;
}
.footer .footer-category ul li #question {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/ico_question.png") no-repeat 185px 50%;
}
.footer .footer-category ul li #other {
  background: url("https://custom-assets.helpfeel.com/smbc-card/debit/ico_other.png") no-repeat 190px 50%;
}
.footer ul {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .footer ul {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .footer dl {
    line-height: 1.3;
  }
}
.footer dl dd {
  margin: 0;
}
.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;
}

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

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;
  }
}
@media screen and (max-width: 767px) {
  html .query-input {
    margin-top: 8px;
  }
}
html .article-page #search-container {
  display: none;
}
html .article-page .content {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  html body.search-page #search-container {
    padding-top: 0 !important;
    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;
    margin-top: 114px;
  }
}
.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;
}

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

html.inframe #DebitHeader,
html.inframe .SpMenuArea,
html.inframe #TopLink {
  display: none;
}
html.inframe .footer {
  display: block;
}

.footer .footer-category ul li #use.icon_right {
  background-position: calc(100% - 15px);
}
.footer .footer-category ul li #admin.icon_right {
  background-position: calc(100% - 15px);
}
.footer .footer-category ul li #addcard.icon_right {
  background-position: calc(100% - 15px);
}
.footer .footer-category ul li #security.icon_right {
  background-position: calc(100% - 15px);
}
.footer .footer-category ul li #charge.icon_right {
  background-position: calc(100% - 15px);
}
.footer .footer-category ul li #cardtype.icon_right {
  background-position: calc(100% - 15px);
}
.footer .footer-category ul li #my.icon_right {
  background-position: calc(100% - 15px);
}
.footer .footer-category ul li #balance.icon_right {
  background-position: calc(100% - 15px);
}
.footer .footer-category ul li #mail.icon_right {
  background-position: calc(100% - 15px);
}
.footer .footer-category ul li #point.icon_right {
  background-position: calc(100% - 15px);
}
.footer .footer-category ul li #question.icon_right {
  background-position: calc(100% - 15px);
}
.footer .footer-category ul li #other.icon_right {
  background-position: calc(100% - 15px);
}