@charset "UTF-8";
/* =========================================================
 ヘッダー
========================================================= */
.custom-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 5px 15px -7px rgba(0, 0, 0, 0.161);
  margin-bottom: 15px;
  padding: 0 15px;
  /* 上下のpadding指定が重複していたため、下の15pxを優先して統合 */
  top: 0px;
  z-index: 20;
  height: 58px;
  /*
  &.toppage {
    margin-bottom: 0 !important;
  }
  */
  /* SP時レイアウト */
}
.custom-header ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-header ul li {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.custom-header ul li a {
  padding: 15px 10px;
  font-size: 14px;
  color: #333333;
}
@media all and (max-width: 640px) {
  .custom-header {
    width: 100%;
    min-width: 100%;
    padding: 15px 15px;
    position: fixed;
    background-color: #fff;
  }
}

/* ヘッダー内パーツ */
.logo_logout {
  padding-right: 9px;
  vertical-align: middle;
}
@media all and (max-width: 640px) {
  .logo_logout {
    font-size: 12px;
    clear: both;
  }
}

.site_title {
  font-size: 14px;
  font-weight: bold;
  padding-left: 12px;
  border-left: 1px solid #c8c8c8;
}
@media all and (max-width: 640px) {
  .site_title {
    font-size: 12px;
  }
}

/* IDとClass両方のパターンに対応 */
#site_title > img,
.site_title > img {
  vertical-align: middle;
  margin: 0;
}

/* SP専用ナビゲーション制御 */
@media all and (max-width: 640px) {
  #stera-navigation {
    display: none;
  }
}

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

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

/* =========================================================
 フッター
========================================================= */
.custom-footer {
  width: 100%;
  text-align: center;
  border-top: 1px solid #e1e1e1;
  bottom: 0;
  padding: 30px 0;
}
.custom-footer nav {
  padding: 0 0 15px 0;
}
@media all and (max-width: 640px) {
  .custom-footer nav {
    width: 70%;
    min-width: 270px;
    margin: 0 auto;
  }
}
.custom-footer nav ul {
  padding: 0;
}
@media all and (max-width: 640px) {
  .custom-footer nav ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.custom-footer nav ul li {
  display: inline-block;
  margin: 0;
  font-weight: bold;
  list-style-type: none;
}
@media all and (max-width: 640px) {
  .custom-footer nav ul li {
    width: 50%;
    margin-bottom: 15px;
    font-size: 14px;
    text-align: left;
  }
  .custom-footer nav ul li:nth-child(even) {
    padding-left: 20px;
  }
}
.custom-footer nav ul li a {
  padding: 0 20px;
  color: #333333;
}
@media all and (max-width: 640px) {
  .custom-footer nav ul li a {
    padding: 0;
  }
}

/* コピーライト */
#copyright {
  font-size: 11px;
  margin: 10px 0 0 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;
}
@media screen and (max-width: 767px) {
  .header {
    padding-top: 58px;
  }
}
.header a:hover {
  background-color: inherit;
}

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

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

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

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

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

.footer {
  max-width: 100%;
  padding-bottom: 0;
  margin-top: auto;
  padding-top: 48px;
  text-align: left;
  background: none;
}
@media screen and (max-width: 767px) {
  .footer {
    min-width: initial;
  }
}
.footer .footer-category {
  display: none;
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  /* h2見出し */
  /* trouble_section */
  /* =========================================================
    右ナビゲーション (#r_nav)
  ========================================================= */
  /* =========================================================
    SP用メニュー (.top_sp_menu)
  ========================================================= */
}
.search-page .footer .footer-category {
  display: block;
}
.footer .footer-category .forSpBlock {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer .footer-category .forSpBlock {
    display: block;
  }
}
.footer .footer-category .forPcBlock {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer .footer-category .forPcBlock {
    display: none;
  }
}
.footer .footer-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer .footer-category a {
  color: #0c1e89;
  text-decoration: none;
}
.footer .footer-category a:hover {
  text-decoration: underline;
}
.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/steradev/ico_arrow_lightblue_right.png") no-repeat 85% 50% #eeeeee;
  text-decoration: none;
}
.footer .footer-category .trouble_section_cover {
  margin-bottom: 30px;
  display: flex;
}
.footer .footer-category .trouble_section_cover img {
  width: 15%;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 0;
}
.footer .footer-category .trouble_section ul {
  width: 316px;
  /* 原文ママ: 30%指定もありましたが上書きされています */
  height: auto;
  border: 2px solid #ddd;
  display: inline-block;
  box-sizing: border-box;
}
.footer .footer-category .trouble_section ul li {
  padding: 0 20px;
  line-height: 3;
  color: #004a3c;
  /* 各種アイコン */
}
.footer .footer-category .trouble_section ul li:first-child {
  font-weight: bold;
  font-size: 16px;
  padding: 10px 20px 0;
  line-height: 1.2;
}
.footer .footer-category .trouble_section ul li:last-child {
  margin-bottom: 20px !important;
}
.footer .footer-category .trouble_section ul li a {
  background: url("https://custom-assets.helpfeel.com/smbc-card/steradev/icon_arrow_blue_right_s.png") no-repeat left 3px #fff;
  padding: 0 0 0 16px;
}
.footer .footer-category .trouble_section ul li #inaccessibility:hover {
  background: url("/common/faq/imgs/ico_inaccessibility.png") no-repeat 15px 23px #f7f7f7;
}
.footer .footer-category .trouble_section ul li #loss {
  background: url("https://custom-assets.helpfeel.com/smbc-card/steradev/ico_loss.png") no-repeat 18px 23px;
}
.footer .footer-category .trouble_section ul li #loss:hover {
  background: url("https://custom-assets.helpfeel.com/smbc-card/steradev/ico_loss.png") no-repeat 18px 23px #f7f7f7;
}
.footer .footer-category .trouble_section ul li #payment {
  background: url("https://custom-assets.helpfeel.com/smbc-card/steradev/ico_payment.png") no-repeat 13px 21px;
}
.footer .footer-category .trouble_section ul li #payment:hover {
  background: url("https://custom-assets.helpfeel.com/smbc-card/steradev/ico_payment.png") no-repeat 13px 21px #f7f7f7;
}
.footer .footer-category .trouble_section ul li #mailing {
  background: url("https://custom-assets.helpfeel.com/smbc-card/steradev/ico_mailing.png") no-repeat 18px 21px;
}
.footer .footer-category .trouble_section ul li #mailing:hover {
  background: url("https://custom-assets.helpfeel.com/smbc-card/steradev/ico_mailing.png") no-repeat 18px 21px #f7f7f7;
}
.footer .footer-category .trouble_section ul li #sales {
  background: url("https://custom-assets.helpfeel.com/smbc-card/steradev/ico_sales.png") no-repeat 27px 21px;
}
.footer .footer-category .trouble_section ul li #sales:hover {
  background: url("https://custom-assets.helpfeel.com/smbc-card/steradev/ico_sales.png") no-repeat 27px 21px #f7f7f7;
}
.footer .footer-category .trouble_section div ul:first-child {
  margin-right: 21px;
}
.footer .footer-category .trouble_section div ul + ul + ul {
  margin-left: 21px;
}
.footer .footer-category .trouble_ttl, .footer .footer-category .enrollment_ttl, .footer .footer-category .inquiry_ttl, .footer .footer-category .useofcard_ttl, .footer .footer-category .billing_ttl, .footer .footer-category .variouscards_ttl, .footer .footer-category .internetservice_ttl, .footer .footer-category .pointservice_ttl, .footer .footer-category .service_ttl {
  padding-left: 14px !important;
  padding-top: 20px !important;
  padding-bottom: 10px !important;
}
.footer .footer-category .enrollment_ttl {
  font-size: 15.4px !important;
}
.footer .footer-category .enrollment_ttl > img {
  width: 10%;
}
.footer .footer-category .internetservice_ttl img {
  display: inline-block;
  margin-top: -15px;
  vertical-align: baseline;
}
.footer .footer-category .internetservice_ttl p {
  display: inline-block;
  margin-top: 10px;
}
.footer .footer-category .internet_faq p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .footer .footer-category .internet_faq p {
    margin: 3% 3% 0;
    font-size: 12px;
  }
}
.footer .footer-category .internet_faq p + .annotation {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footer .footer-category .internet_faq p + .annotation {
    margin: 10px 5% 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-category .internet_faq p + a {
    margin: 2% 3% 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-category .internet_faq p + a + .annotation {
    margin: 15px 5% 0;
  }
}
.footer .footer-category .internet_faq .annotation {
  position: relative;
  color: #666666;
  font-size: 12px;
  margin-left: 14px;
}
.footer .footer-category .internet_faq .annotation--red {
  color: #ff0000;
}
.footer .footer-category .internet_faq .annotation::before {
  position: absolute;
  top: 0;
  left: -1.2em;
  content: "※";
}
.footer .footer-category .internet_faq a {
  background: url(https://custom-assets.helpfeel.com/smbc-card/steradev/icon_arrow_blue_right_s.png) no-repeat left 3px #fff;
  padding: 0 0 0 16px;
  display: inline-block;
  margin: 10px 0;
  color: #0c1e89;
  text-decoration: none;
}
.footer .footer-category .internet_faq a:hover {
  text-decoration: underline;
}
.footer .footer-category #r_nav ul.cate_nav li {
  /* div (第1階層のラッパー) */
  /* 最初のリストアイテム（虫眼鏡/矢印など） */
  /* 2番目以降のリストアイテム（開閉アイコン） */
  /* 最後のリストアイテム */
  /* サブメニュー (第2階層) */
}
.footer .footer-category #r_nav ul.cate_nav li div {
  margin: 0;
  position: relative;
  padding-left: 15px;
  background-size: 13% !important;
  /* 第1階層リンク */
}
.footer .footer-category #r_nav ul.cate_nav li div a {
  display: block;
  color: #004a3c;
  font-weight: bold;
  padding: 0 5px;
  height: 40px;
  text-decoration: none;
}
.footer .footer-category #r_nav ul.cate_nav li div a:hover, .footer .footer-category #r_nav ul.cate_nav li div a.active {
  background-color: #004a3c;
  color: #FFFFFF;
  text-decoration: none;
}
.footer .footer-category #r_nav ul.cate_nav li:first-child div {
  padding-left: 20px;
  /*background: url(https://custom-assets.helpfeel.com/smbc-card/steradev/icon_lens.png) no-repeat 15px #fff;*/
}
.footer .footer-category #r_nav ul.cate_nav li:first-child div:after {
  background: url(https://custom-assets.helpfeel.com/smbc-card/steradev/icon_arrow_green_right.png) no-repeat;
  position: absolute;
  right: 9px;
  top: 40%;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
}
.footer .footer-category #r_nav ul.cate_nav li:first-child a:hover {
  text-decoration: none;
}
.footer .footer-category #r_nav ul.cate_nav li:not(:first-child) div:after {
  background: url(https://custom-assets.helpfeel.com/smbc-card/steradev/icon_open_green.png) no-repeat;
  position: absolute;
  background-size: 90%;
  right: 12px;
  top: 40%;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
}
.footer .footer-category #r_nav ul.cate_nav li:last-child div.open {
  border-bottom: none;
}
.footer .footer-category #r_nav ul.cate_nav li ul li a.active {
  background: url("https://custom-assets.helpfeel.com/smbc-card/steradev/icon_arrow_white_right.png") no-repeat 10px 50% #004a3c;
  color: #FFFFFF;
  text-decoration: none;
}
.footer .footer-category .top_sp_menu .frequent {
  display: none !important;
}
.footer .footer-category .top_sp_menu .cate_nav {
  border-bottom: 1px solid #ddd;
}
.footer .footer-category .top_sp_menu .cate_nav ul {
  display: none;
}
.footer .footer-category .top_sp_menu #r_nav {
  width: 95%;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.footer .footer-category .top_sp_menu #r_nav ul li {
  background: #fff !important;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li {
  position: relative;
  /* アコーディオンが開いた状態 */
  /* サブメニュー */
  /* 最後のリストアイテム調整 */
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li div {
  color: #004a3c;
  display: block;
  padding: 15px 10px 5px 50px;
  font-size: 114.3%;
  font-weight: bold;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  height: 55px !important;
  background-size: 30px !important;
  line-height: 1.4;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li div.pa_few2 {
  padding: 6px 0px 15px 50px !important;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li div.open {
  color: #004a3c;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li div.open::after {
  background: url(https://custom-assets.helpfeel.com/smbc-card/steradev/icon_close_green.png) no-repeat;
  background-size: 90%;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li ul li a {
  display: block;
  padding: 10px 10px 10px 26px;
  background: url(https://custom-assets.helpfeel.com/smbc-card/steradev/ico_arrow_blue_right.png) no-repeat 10px 50% #fff;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li ul li a:hover {
  background: url(https://custom-assets.helpfeel.com/smbc-card/steradev/ico_arrow_blue_right.png) no-repeat 10px 50% #fff;
  color: #073e65;
  text-decoration: underline;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li ul li:last-child a {
  padding-bottom: 15px;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li:last-child div {
  border-bottom: none;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li:last-child ul {
  border-bottom: 1px solid #ddd;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li:nth-child(2) div {
  background: url(https://custom-assets.helpfeel.com/smbc-card/steradev/icon_trouble.png) no-repeat 18px;
  background-size: 20px !important;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li:nth-child(3) div {
  background: url(https://custom-assets.helpfeel.com/smbc-card/steradev/gnav_vpassidinquiry.svg) no-repeat 15px;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li:nth-child(4) div {
  background: url(https://custom-assets.helpfeel.com/smbc-card/steradev/gnav_webspecificationregister.svg) no-repeat 15px;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li:nth-child(5) div {
  background: url(https://custom-assets.helpfeel.com/smbc-card/steradev/gnav_steraterminal.svg) no-repeat 15px;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li:nth-child(6) div {
  background: url(https://custom-assets.helpfeel.com/smbc-card/steradev/gnav_annualincomecertificate.svg) no-repeat 15px;
}
.footer .footer-category .top_sp_menu #r_nav ul.cate_nav li:nth-child(7) div {
  background: url(https://custom-assets.helpfeel.com/smbc-card/steradev/gnav_accountchange.svg) no-repeat 15px;
}
.footer .footer-main {
  display: flex;
  gap: 16px;
  justify-content: center;
  text-align: center;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .footer .footer-main {
    margin-bottom: 48px;
  }
}
.footer .btn {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-radius: var(--rounded-md);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: bold;
}
.footer .btn.footer-main_search-top {
  border: solid 1px #1a4832;
  background-color: #fff;
  color: #1a4832;
}
.footer .btn.footer-main_search-top:hover {
  background-color: var(--button-bg-color);
  border: solid 1px #1a4832;
  color: #1a4832;
}
body.search-page .footer .btn.footer-main_search-top {
  display: none;
}
.footer .btn.footer-main_contact {
  border: solid 1px #e1ea7f;
  background-color: #e1ea7f;
  color: #1a4832;
}
.footer .btn.footer-main_contact:hover {
  border: solid 1px #1a4832;
  background-color: #1a4832;
  color: #fff;
}
.footer #footer {
  background-color: #f2f2f2;
}

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

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

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

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

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

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

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

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

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

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

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

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 #header,
html.inframe #TopLink {
  display: none;
}
html.inframe .footer {
  display: block;
}