@charset "UTF-8";
.header ul,
.header ol {
  line-height: initial;
  padding: initial;
}

.nyukai-simple-header {
  width: 100%;
  min-width: 1000px;
  position: relative;
  background: #ffffff;
}
.nyukai-simple-header a.link-label {
  min-width: 100px;
  max-width: 380px;
  text-decoration: none;
  border: 2px solid #00846D;
  text-align: center;
  transition: 0.2s;
  background: #ffffff;
}
.nyukai-simple-header a.link-label:hover {
  text-decoration: none;
}
.nyukai-simple-header-logo {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.nyukai-simple-header-logo img {
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 3;
  display: block;
  transition: 0.2s;
}
.nyukai-simple-header .close_btn_for_pop_on_header {
  position: absolute;
  top: -9px;
  right: 10px;
}
.nyukai-simple-header .close_btn_for_pop_on_header a {
  font-weight: bold;
  color: #00846D;
  display: block;
  width: 120px;
  line-height: 1;
  padding: 8px;
}
@media all and (max-width: 1000px) {
  .nyukai-simple-header {
    width: auto;
    min-width: auto;
  }
  .nyukai-simple-header-logo {
    width: auto;
    min-width: auto;
  }
  .nyukai-simple-header-logo img {
    margin: 15px 0px 13px 10px;
  }
}
@media all and (max-width: 640px) {
  .nyukai-simple-header {
    min-width: 0px;
    border-bottom: 5px solid #f1f1f1;
    margin-bottom: 0px;
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 0;
  }
  .nyukai-simple-header-logo img {
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    height: 22.5px;
    width: auto;
  }
  .nyukai-simple-header .close_btn_for_pop_on_header a {
    margin: 0;
  }
}
@media all and (min-width: 641px) {
  .nyukai-simple-header {
    padding: 0;
    border-bottom: 5px solid #f1f1f1;
  }
  .nyukai-simple-header .nyukai-simple-header-logo {
    position: relative;
    padding-left: 10px;
  }
  .nyukai-simple-header .nyukai-simple-header-logo img {
    margin: 15px 0 0 0;
    padding: 0 0 15px 0;
    width: 165px;
    height: auto;
  }
}

.header {
  width: 100%;
  min-width: 1000px;
  position: relative;
  border-top: 1px solid #ffffff;
  background: #ffffff;
  margin-bottom: 20px;
}
.header .sp-block {
  display: none;
}
.desktop .header {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
@media all and (min-width: 1024px) {
  .desktop .header {
    overflow: hidden;
  }
}
@media all and (max-width: 1024px) {
  .desktop .header {
    width: 1024px;
    left: 50%;
    margin-left: -512px;
  }
}
@media all and (max-width: 640px) {
  .desktop .header {
    width: 100%;
    left: 0;
    margin-left: 0px;
  }
}
@media all and (max-width: 640px) {
  .header {
    min-width: 0px;
    border-bottom: 3px solid #dddddd;
    margin-bottom: 0px;
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
  .header .sp-block {
    display: block;
  }
}

.header-logo {
  width: 1000px;
  margin: 0 auto;
}
.header-navigation .header-logo.nyukai_header-logo {
  display: none;
}
.header-navigation.header-navigation--open .header-logo.nyukai_header-logo {
  display: block;
  border-bottom: 3px solid #dddddd;
}
.header-logo.header-navigation--open {
  background: #ffffff;
}
.header-logo a {
  line-height: 1;
}
.header-logo img {
  margin-top: 22px;
  margin-bottom: 22px;
  z-index: 3;
  display: block;
  transition: 0.2s;
  height: 32px;
}
@media all and (max-width: 640px) {
  .header-logo {
    width: 100%;
  }
  .header-logo a {
    display: table;
    padding-top: 15px;
    padding-bottom: 13px;
    margin-left: 16px;
  }
  .header-logo img {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 20px;
    width: auto;
  }
}

.header-navigation {
  width: 1000px;
  margin: -54px auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
  padding-bottom: 77px;
}
@media all and (max-width: 640px) {
  .header-navigation {
    position: fixed;
    top: -5px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.78);
    z-index: 20;
    width: 100%;
    margin-top: 0;
    padding-bottom: 0px;
    border-top: 5px solid #004831;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-end;
    display: none;
  }
}

.header-infomation {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  text-align: right;
}
.header-infomation-link {
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.header-infomation-link > a {
  display: inline-block;
  margin-right: 15px;
  color: #00846D;
  text-decoration: none;
  border: none;
  padding: 1px 10px;
  font-size: 16px;
  position: relative;
  line-height: 1.7;
  transition: 0.2s;
  font-weight: bold;
}
.header-infomation-link > a:hover {
  opacity: 0.6;
}
.header-infomation-link > a:last-child {
  margin-right: 0;
}
.header-infomation-link > a.support {
  padding-left: 30px;
}
.header-infomation-link > a.support:before {
  position: absolute;
  top: 4px;
  left: 2px;
  width: 22px;
  height: 22px;
  content: "";
  display: inline-block;
  background: url(https://custom-assets.helpfeel.com/smbc-card/nyukai/ic_support.svg) 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  transition: 0.2s;
}
.header-infomation-link > a.kokorosan {
  padding-left: 35px;
}
.header-infomation-link > a.kokorosan.sp-block {
  display: none;
}
.header-infomation-link > a.kokorosan:before {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 27px;
  height: 25px;
  content: "";
  display: inline-block;
  background: url(https://custom-assets.helpfeel.com/smbc-card/nyukai/customer_support_kokorosan.png) 0 0 no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  transition: 0.2s;
}
.header-infomation-link > a.kokorosan:hover:before {
  transform: scale(1.2);
}
@media all and (max-width: 640px) {
  .header-infomation {
    width: 82%;
    flex: 1 1 auto;
    order: 3;
    text-align: left;
    background: #ffffff;
  }
  .header-infomation-link {
    margin-right: 10px;
    display: none;
    padding: 15px;
    width: 100%;
  }
  .header-infomation-link > a {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
    width: 100%;
    padding: 12px;
    border: 1px solid #004831;
    background: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
  }
  .header-infomation-link > a.support {
    padding-left: 10px;
  }
  .header-infomation-link > a.support:before {
    top: 8px;
    left: 10px;
    width: 24px;
    height: 24px;
  }
  .header-infomation-link > a.kokorosan {
    padding-left: 10px;
  }
  .header-infomation-link > a.kokorosan.pc-block {
    display: none;
  }
  .header-infomation-link > a.kokorosan.sp-block {
    display: block;
  }
  .header-infomation-link > a.kokorosan:before {
    bottom: 0;
    left: 10px;
    width: 37px;
    height: 35px;
  }
}
@media all and (max-width: 640px) and (orientation: landscape) {
  .header-infomation-link > a.kokorosan.sp-block {
    display: inline-block !important;
    margin-right: 10px;
  }
  .header-infomation-link > a {
    display: inline-block;
    margin-bottom: 0px;
    width: calc(50% - 10px);
  }
}

.header-search {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  font-size: 0;
}
.header-search__form {
  height: 30px;
  display: flex;
  border: 1px solid #707070;
}
.header-search [type=text] {
  vertical-align: middle;
  line-height: 1.3;
  padding: 0 10px;
  font-size: 15px;
  border: none;
  width: 250px;
  box-sizing: content-box;
  background: #F5F5F5;
}
.header-search [type=text]:focus-visible {
  outline: none;
  outline-offset: unset;
}
.header-search [type=submit] {
  vertical-align: middle;
  font-size: 14px;
  display: inline-block;
  text-indent: -9999px;
  width: 42px;
  background: #F5F5F5 url(https://custom-assets.helpfeel.com/smbc-card/nyukai/ic_search.svg) no-repeat center center;
  background-size: 16px auto;
  border: none;
}
.header-search [type=submit]:hover {
  opacity: 0.6;
  cursor: pointer;
}
@media all and (max-width: 640px) {
  .header-search {
    order: 0;
    width: 82%;
    background: #ffffff;
    text-align: left;
  }
  .header-search__form {
    margin: 16px;
    height: 48px;
    align-items: center;
    background: #F5F5F5;
  }
  .header-search [type=text] {
    width: calc(100% - 30px);
    padding: 11px 10px !important;
    box-sizing: border-box;
    height: auto;
    font-size: 12px;
  }
  .header-search [type=submit] {
    margin-left: -10px;
    background-color: transparent;
    background-size: 80% auto;
    width: 22px;
    height: 22px;
  }
}

.global-navigation {
  margin-top: 53px;
  order: 0;
  flex: 0 0 auto;
  align-self: auto;
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #d5d5d5;
}
.global-navigation__box {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.global-navigation__list li + li {
  margin-top: 0;
}
.global-navigation__list-item {
  display: block;
  float: left;
  width: calc(100% / 5);
  position: relative;
}
.global-navigation__list-item--current:before {
  content: "";
  display: block;
  height: 7px;
  background: #00846D;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.global-navigation__list-item a {
  color: #333333;
  padding: 17px 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  display: block;
  transition: 0.2s;
  font-weight: bold;
  font-size: 18px;
}
.global-navigation__list-item a:before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #d5d5d5;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
}
@media screen and (min-width: 640px) {
  .global-navigation__list-item.last a:after {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    background: #d5d5d5;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5em;
  }
}
.global-navigation__list-item:not(.global-navigation__list-item--current) a:hover {
  background: #edf8f5;
}
.global-navigation__list-item:not(.global-navigation__list-item--current) a:hover:after {
  background: #edf8f5;
}
@media all and (max-width: 640px) {
  .global-navigation {
    position: static;
    margin-top: 0px;
    order: 2;
    width: 82%;
    background: #ffffff;
    border-top: none;
  }
  .global-navigation__box {
    width: 100%;
  }
  .global-navigation__box ul {
    margin: 0px;
  }
  .global-navigation__list-item {
    width: 100%;
    border-top: 1px solid #d5d5d5;
  }
  .global-navigation__list-item:first-child {
    border-top: none;
  }
  .global-navigation__list-item--current:before {
    display: none;
  }
  .global-navigation__list-item.global-navigation__list-item--open:after {
    display: none;
  }
  .global-navigation__list-item.global-navigation__list-item--no-child:after, .global-navigation__list-item.global-navigation__list-item--no-child:before {
    display: none;
  }
  .global-navigation__list-item a {
    border-right: none;
    text-align: left;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    padding: 13px 0;
    line-height: 16px;
    margin: 3px 24px;
  }
  .global-navigation__list-item a:before {
    content: "";
    position: absolute;
    top: 15px;
    left: auto;
    right: 0px;
    background: #00846D;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    transform-origin: 0 0;
    margin: 0;
  }
  .global-navigation__list-item a:after, .global-navigation__list-item.last .global-navigation__list-item a :after {
    content: "";
    position: absolute;
    top: 15px;
    left: auto;
    right: 3px;
    background: #ffffff;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    transform-origin: 0 0;
    margin: 0;
  }
}
@media all and (max-width: 640px) and (orientation: landscape) {
  .global-navigation__list-item {
    width: 50%;
  }
  .global-navigation__list-item a {
    display: inline-block;
    padding-right: 25px;
    font-size: 15px;
  }
}

.header-modal__button {
  display: none;
}
@media all and (max-width: 640px) {
  .header-modal__button {
    display: block;
    cursor: pointer;
  }
  .header-modal__button.header-modal--opne {
    width: 48px;
    position: fixed;
    top: 7px;
    right: 4px;
    z-index: 11;
    font-size: 10px;
    overflow: hidden;
    padding: 8px 16px 8px 4px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .header-modal__button.header-modal--opne:before {
    content: "";
    display: block;
    height: 12px;
    border-top: 3px solid #00846D;
    border-bottom: 3px solid #00846D;
  }
  .header-modal__button.header-modal--opne:after {
    content: "";
    display: block;
    margin-top: 6px;
    border-top: 3px solid #00846D;
  }
  .header-modal__button.header-modal--opne span {
    top: -100px;
    position: absolute;
  }
  .header-modal__button.header-modal--opne.header-modal__button-bgGray {
    border: 0;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.15);
  }
  .header-modal__button.header-modal--opne.header-modal__button-border {
    background: none;
    border: none;
    padding: 10px;
    right: 0px;
  }
  .header-modal__button.header-modal--opne.header-modal__button-border:before {
    height: 3px;
    background: #333;
    box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
    border: none;
  }
  .header-modal__button.header-modal--opne.header-modal__button-border:after {
    margin-top: 3px;
    height: 3px;
    background: #333;
    box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.7);
    border: none;
  }
  .header-modal__button.header-modal--opne.header-modal__button-border span {
    display: block;
    top: 50%;
    text-indent: -100px;
    margin-top: -1.5px;
    height: 3px;
    background: #333;
    box-shadow: 0 0 0px 1px rgba(255, 255, 255, 0.7);
    width: calc(100% - 20px);
  }
  .header-modal__button.header-modal--opne.header-navigation--open {
    position: fixed;
    z-index: 30;
    overflow: visible;
  }
  .header-modal__button.header-modal--opne.header-navigation--open::before {
    display: block;
    background: #00846D;
    width: 30px;
    height: 3px;
    transform: rotate(45deg);
    position: absolute;
    top: 18px;
    left: 10px;
    border: none;
  }
  .header-modal__button.header-modal--opne.header-navigation--open::after {
    display: block;
    background: #00846D;
    width: 30px;
    height: 3px;
    transform: rotate(-45deg);
    position: absolute;
    top: 18px;
    left: 10px;
    border: none;
    margin-top: 0px;
  }
  .header-modal__button.header-modal--close {
    display: none;
    width: 26px;
    height: 26px;
    position: absolute;
    top: 15px;
    left: 9%;
    margin-left: -13px;
  }
  .header-modal__button.header-modal--close:before {
    content: "";
    display: block;
    background: #ffffff;
    width: 36px;
    height: 3px;
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    left: -5px;
  }
  .header-modal__button.header-modal--close:after {
    content: "";
    display: block;
    background: #ffffff;
    width: 36px;
    height: 3px;
    transform: rotate(-45deg);
    position: absolute;
    top: 12px;
    left: -5px;
  }
}

.header-modal__cloase {
  top: -100px;
  position: absolute;
}

@media all and (max-width: 640px) {
  .nav-fixed {
    position: fixed;
  }
}
footer {
  background: #f1f1f1;
  position: relative;
  color: #333333 !important;
  min-width: 1000px;
}
footer .basic_footer {
  margin-top: 0;
}
@media all and (max-width: 640px) {
  footer .basic_footer {
    margin-top: 32px;
  }
}
footer .responsivegrid:has(.aem-Grid > .container > .cmp-container > .aem-Grid > .bps-breadcrumb) + .experiencefragment > .cmp-experiencefragment > .xf-content-height > .aem-Grid > .responsivegrid > .aem-Grid > .bps-freehtml > .cmp-includejsp > .basic_footer {
  margin-top: 0;
}
@media all and (max-width: 640px) {
  footer .responsivegrid:has(.aem-Grid > .container > .cmp-container > .aem-Grid > .bps-breadcrumb) + .experiencefragment > .cmp-experiencefragment > .xf-content-height > .aem-Grid > .responsivegrid > .aem-Grid > .bps-freehtml > .cmp-includejsp > .basic_footer {
    margin-top: 32px;
  }
}
footer.footer--lp {
  background-color: #f1f1f1;
}
@media all and (max-width: 640px) {
  footer.footer--lp {
    background-color: #ffffff;
  }
}
@media all and (max-width: 640px) {
  footer {
    background: #ffffff;
    margin-top: 0px;
    color: #000000 !important;
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: 0px;
    overflow: hidden;
  }
}

.desktop footer {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
@media all and (max-width: 1000px) {
  .desktop footer {
    width: 1024px;
    left: 50%;
    margin-left: -512px;
  }
}
@media all and (max-width: 640px) {
  .desktop footer {
    width: 100%;
    left: 0;
    margin-left: 0px;
  }
}

#footer {
  background: transparent;
}
#footer.footer-popup .btnPopupClose {
  display: block;
  width: 440px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.389;
  padding: 17px 60px 16px;
  background-color: #ffffff;
  color: #00846D;
  margin: 0 auto 50px auto;
  text-align: center;
  border: 2px solid #00846D;
  text-decoration: none;
  position: relative;
}
@media all and (max-width: 640px) {
  #footer.footer-popup .btnPopupClose {
    width: 300px;
    padding: 7px 0 6px;
  }
}

.BPTWrap {
  display: none;
}

.page-top-link {
  width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: -40px;
}
.footer--lp .page-top-link {
  top: -5px;
}
.page-top-link a {
  display: block;
  background: #999999;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  float: right;
  text-align: center;
  position: relative;
  transition: 0.2s;
  z-index: 9;
}
.page-top-link a:hover {
  opacity: 0.7;
}
.page-top-link a:before, .page-top-link a:after {
  content: "";
  position: absolute;
  width: 16.5px;
  height: 16.5px;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.page-top-link a:before {
  top: 12px;
  left: 20px;
  background: #ffffff;
}
.page-top-link a:after {
  top: 14px;
  left: 20px;
  background: #999999;
}
.page-top-link a:hover:before {
  animation: top-link1 0.3s ease infinite alternate;
}
.page-top-link a:hover:after {
  animation: top-link2 0.3s ease infinite alternate;
}
@media all and (max-width: 640px) {
  .page-top-link {
    width: calc(100% - 30px);
    right: 15px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0 !important;
  }
  .page-top-link a {
    background: #ffffff;
    border: 1px solid #f7f7f7;
    overflow: hidden;
    cursor: pointer;
    padding: 8px;
    position: fixed;
    bottom: 10px;
    z-index: 15;
    right: 10px;
  }
  .page-top-link a:before {
    background: #0a8664;
  }
  .page-top-link a:after {
    background: #ffffff;
  }
}

@keyframes top-link1 {
  0% {
    top: 14px;
  }
  100% {
    top: 8px;
  }
}
@keyframes top-link2 {
  0% {
    top: 16px;
  }
  100% {
    top: 10px;
  }
}
.pgTopLinkWrap {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 980;
  margin-top: 0;
}
.pgTopLinkWrap img {
  width: 66px;
}
@media all and (max-width: 640px) {
  .pgTopLinkWrap {
    right: 0px;
    bottom: 0px;
    z-index: 990;
  }
}

.breadcrumb {
  color: #000000 !important;
}
.breadcrumb a, .breadcrumb span, .breadcrumb div {
  display: inline;
  vertical-align: middle;
  margin-right: 5px;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: #000000 !important;
}

.breadcrumb-setting {
  display: none;
}

.footer-contents-wrap {
  width: 1000px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 24px;
  overflow: hidden;
}
@media all and (min-width: 641px) {
  .footer-contents-wrap {
    border-bottom: 1px solid #d5d5d5;
  }
}
.footer--detail .footer-contents-wrap {
  margin-bottom: -1px;
}
@media all and (max-width: 640px) {
  .footer-contents-wrap {
    width: 100%;
    padding: 0px !important;
  }
}

.footer-nav {
  width: 100%;
}
@media all and (max-width: 640px) {
  .footer-nav {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.footer-nav > p {
  font-size: 12px;
  margin-bottom: 20px;
}
.footer-nav > dl {
  float: left;
}
.footer-nav > dl:nth-child(1) {
  width: 28%;
}
.footer-nav > dl:nth-child(2) {
  width: 20%;
}
.footer-nav > dl:nth-child(3) {
  width: 24%;
}
.footer-nav > dl:nth-child(4) {
  width: 28%;
}
@media all and (max-width: 640px) {
  .footer-nav > dl {
    width: 100% !important;
    float: none !important;
  }
  .footer-nav > dl dt {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin-top: -1px;
    margin-bottom: 0;
    line-height: 24px;
    padding: 10px 22px;
    font-size: 18px;
  }
  .footer-nav > dl dt:before, .footer-nav > dl dt:after {
    content: "";
    width: 12px;
    height: 2px;
    display: block;
    background: #00846D;
    position: absolute;
    right: 28px;
    top: 50%;
  }
  .footer-nav > dl:first-child dt {
    margin-top: 0;
  }
  .footer-nav > dl:last-child dt {
    margin-bottom: 1px;
  }
  .footer-nav > dl dd {
    display: none;
    padding: 10px 0 10px 36px;
    background-color: #edf8f5;
    line-height: 1.7;
  }
  .footer-nav > dl dd + dd {
    margin-top: 2px;
  }
  .footer-nav > dl dd a {
    color: #00846D;
    font-size: 16px;
  }
  .footer-nav > dl dd a:after {
    content: " ";
    margin-left: 8px;
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: -2px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b{fill:none;}.b{stroke:%2300846d;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cpath class='b' d='M4.55,1.1l5,5-5,5' transform='translate(1.449 1.898)'/%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 27px;
  }
  .footer-nav > dl dd a.blank:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%2300846d;stroke-linecap:round;stroke-width:2px;}.b{stroke-linejoin:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.455 2.455)'%3E%3Cpath class='b' d='M12.086,9.711v2.376H1V1H3.376' transform='translate(-1 -1)'/%3E%3Cpath class='b' d='M9,1h4.751V5.752' transform='translate(-2.665 -1)'/%3E%3Cpath class='c' d='M5,1,0,6' transform='translate(5.543 -0.457)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
  }
  .footer-nav > dl dd a.winPopup.blank:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%2300846d;stroke-linejoin:round;stroke-width:2px;}.c{stroke-linecap:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.355 2)'%3E%3Cpath class='b' d='M9,7.088V9H1V1H2.914' transform='translate(-1 2.641)'/%3E%3Crect class='c' width='8' height='8' transform='translate(3.644)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
  }
}
.footer-nav dt, .footer-nav dd {
  padding: 8px 0;
  position: relative;
}
.footer-nav dt {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}
.footer-nav dd {
  line-height: 1.94;
}
.footer-nav dd a {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
}
.footer-nav dd a:hover {
  text-decoration: underline;
}
.footer-nav dd a.blank:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(https://custom-assets.helpfeel.com/smbc-card/nyukai/ic_footer_link_blank.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 3px;
}
.footer-nav dd a.winPopup.blank:after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%23333333;stroke-linejoin:round;stroke-width:2px;}.c{stroke-linecap:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.355 2)'%3E%3Cpath class='b' d='M9,7.088V9H1V1H2.914' transform='translate(-1 2.641)'/%3E%3Crect class='c' width='8' height='8' transform='translate(3.644)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
  background-size: contain;
}

.footer-info {
  display: none;
}
.footer-info a {
  color: #ffffff;
  font-size: 12px;
}
@media all and (max-width: 640px) {
  .footer-info {
    display: block;
    float: none;
    width: 100%;
    padding: 13px 0 0px;
  }
  .footer-info a {
    color: #000000;
  }
}
.footer-info__sito-information-link a {
  margin: 10.5px 0;
  display: block;
}
@media all and (max-width: 640px) {
  .footer-info__sito-information-link {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding-top: 0px;
    line-height: 32px;
  }
  .footer-info__sito-information-link a {
    display: inline-block;
    margin: 0;
  }
}
@media all and (max-width: 640px) {
  .footer-info__button {
    padding: 5px 0;
    font-weight: bold;
    background: #ffffff;
    display: block;
    text-align: center;
    text-decoration: none;
    border: 2px solid #004831;
    color: #004831 !important;
    font-size: 16px !important;
    margin-bottom: 12.5px;
  }
}

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

.copyright,
.simple_copyright {
  text-align: center;
  background: #666666;
  margin-top: 26px;
  padding: 32px 15px 64px 15px;
  word-break: break-all;
  color: #ffffff;
  min-width: 1000px;
}
.copyright small,
.simple_copyright small {
  font-size: 16px;
}
@media all and (max-width: 640px) {
  .copyright,
.simple_copyright {
    background: #f1f1f1;
    color: #000000;
    margin-top: 0px;
    min-width: 0;
    border-top: 1px solid #d5d5d5;
  }
  .copyright small,
.simple_copyright small {
    font-size: 12px;
  }
}

.simple_copyright {
  background: #f1f1f1;
  color: #000000;
  border-top: 1px solid #d5d5d5;
}
@media all and (max-width: 640px) {
  .simple_copyright #copyArea {
    width: auto;
    margin: 0 15px 0;
  }
}

.copyright.card--detail {
  margin-top: -1px;
  position: relative;
}
@media all and (max-width: 640px) {
  .copyright.card--detail {
    border-top: 1px solid #d5d5d5;
  }
}

.kasikin {
  width: 100vw;
  margin: 0 auto;
  padding: 32px 30px 32px 30px;
  background-color: #f1f1f1;
}
@media all and (max-width: 1000px) {
  .kasikin {
    width: 1000px;
  }
}
@media all and (max-width: 640px) {
  .kasikin {
    width: 100%;
    padding: 25px 15px 30px 15px;
    background-color: transparent;
  }
}
.kasikin p {
  font-size: 14px;
}
.kasikin p + p {
  margin-top: 4px;
}
@media all and (max-width: 640px) {
  .kasikin p + p {
    margin-top: 7px;
  }
}
.kasikin__intro {
  width: 45%;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 41px;
  line-height: 48px;
}
.kasikin__intro span {
  display: inline-block;
}
@media all and (max-width: 640px) {
  .kasikin__intro {
    margin: 0 auto 22px;
    line-height: 1.5;
    width: 100%;
  }
}
.kasikin p.kasikin__intro {
  font-size: 28px;
}
@media all and (max-width: 640px) {
  .kasikin p.kasikin__intro {
    font-size: 20px;
  }
}
.kasikin > div {
  margin: 0 auto;
  max-width: 1000px;
}
@media all and (max-width: 640px) {
  .kasikin > div {
    width: 100%;
  }
}
.kasikin-j-fsa__box {
  border: 1px solid #d5d5d5;
  background: #ffffff;
  padding: 30px;
}
@media all and (max-width: 640px) {
  .kasikin-j-fsa__box {
    padding: 23px 15px;
    width: 100%;
  }
}
.kasikin-j-fsa__name {
  font-weight: bold;
  margin-top: 29px !important;
}
@media all and (max-width: 640px) {
  .kasikin-j-fsa__name {
    margin-top: 14px !important;
  }
}
.kasikin > .kasikin-company__box {
  margin: 38px auto 0;
}
@media all and (max-width: 640px) {
  .kasikin > .kasikin-company__box {
    margin-top: 24px;
    width: 100%;
  }
}
.kasikin-company__name {
  font-weight: bold;
  white-space: pre-wrap;
}

.nyukai-information-desk {
  color: #000;
  width: 1000px;
  margin: 0 auto;
  line-height: 1.3;
  background: #ffffff;
}
.nyukai-information-desk .pa5 {
  padding: 5px;
}
.nyukai-information-desk .pa10 {
  padding: 10px !important;
}
.nyukai-information-desk .bgColrWDecoType04 {
  background-color: #004a3c;
}
.nyukai-information-desk .colWhite {
  color: #fff !important;
}
.nyukai-information-desk .bordWNormal {
  border: 1px solid #bdbdbd;
}
.nyukai-information-desk .lowImp {
  font-size: 100%;
  font-weight: bold;
}
.nyukai-information-desk .clearfix {
  overflow: hidden;
}
.nyukai-information-desk .forSpBlock {
  display: none;
}
.nyukai-information-desk .liqW {
  display: table;
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
}
.nyukai-information-desk .liqW .colCR2Type01 {
  width: 50%;
  padding-left: 10px;
}
.nyukai-information-desk .liqW .liqC {
  display: table-cell;
  vertical-align: top;
}
.nyukai-information-desk .footTelArea {
  padding: 20px 5px;
}
.nyukai-information-desk .footTelArea dt {
  float: left;
  font-size: 14px;
}
.nyukai-information-desk .footTelArea dd {
  margin-left: 5.5em;
}
.nyukai-information-desk .footTelArea .colCL2Type01 {
  text-align: center;
}
.nyukai-information-desk ~ footer {
  margin-top: 73px;
}
@media all and (max-width: 640px) {
  .nyukai-information-desk ~ footer {
    margin-top: 0px;
  }
}
@media all and (max-width: 640px) {
  .nyukai-information-desk {
    width: 100%;
    margin-top: 0;
  }
  .nyukai-information-desk .forPcBlock {
    display: none;
  }
  .nyukai-information-desk .forSpBlock {
    display: block;
  }
  .nyukai-information-desk .liqW {
    display: block;
    width: auto;
  }
  .nyukai-information-desk .liqW .liqC {
    display: block;
    width: auto;
  }
  .nyukai-information-desk .liqW .colCR2Type01 {
    padding-left: 0;
  }
  .nyukai-information-desk .footTelArea {
    padding: 0;
  }
  .nyukai-information-desk .footTelArea .colCL2Type01 img {
    max-width: 300px;
    width: 100%;
  }
  .nyukai-information-desk .footTelArea .bordWNormal {
    border: none;
  }
}

@media (max-width: 640px) {
  .footer-accordion__button {
    font-size: 20px;
    padding: 9px 17px 9px 30px;
    border-bottom: 1px solid #DDD;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    background: #ffffff url(https://custom-assets.helpfeel.com/smbc-card/nyukai/ic-blank.svg) no-repeat center right;
    background-size: 24px;
    background-position: right 22px center;
    transition: background 0.3s ease-out, border 0.3s ease-out, color 0.3s ease-out;
    color: #333333;
    line-height: 1.6em;
  }
  .footer-accordion__button:hover {
    background: url(https://custom-assets.helpfeel.com/smbc-card/nyukai/ic-blank-hover.svg) no-repeat center right;
    background-size: 24px;
    background-position: right 22px center;
    color: #00846D;
    cursor: pointer;
  }
  .footer-accordion__button:hover::before, .footer-accordion__button:hover::after {
    background-color: #edf8f5;
  }
  .footer-accordion__button:before, .footer-accordion__button:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background-color: #00846D;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
  }
  .footer-accordion__button:before {
    transform: rotate(-90deg);
  }
  .footer-accordion__button:after {
    transform: rotate(-180deg);
  }
  .footer-accordion__button--expanded:before, .footer-accordion__button--expanded:after {
    transform: rotate(0deg);
  }
}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  max-width: 100%;
  max-height: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:after, .simplebar-content:before {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}
.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
  left: 0;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition: opacity 0s linear;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

div.trouble_section ul li#sales {
  border-bottom: medium none;
  border-right: 1px solid #dddddd;
}

.trouble_section {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto 68px;
}
.trouble_section .cmn_h2 {
  background-color: #f7f7f7;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.trouble_section .cmn_h2 span {
  display: block;
  border: none;
  border-bottom: 3px solid #dddddd;
  background-color: #ffffff;
}
.trouble_section .cmn_h2 span span {
  padding: 11px 0 10px 20px;
  border: none;
}

.trouble_section_categories_cover {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 640px) {
  .trouble_section_categories_cover {
    display: block;
    width: 95%;
    margin: 30px auto 0;
    padding-left: 0;
  }
  .trouble_section_categories_cover a + a {
    margin-top: 5px;
  }
}

.trouble_category {
  display: flex;
  align-items: center;
  width: calc(50% - 5px);
  margin-bottom: 20px;
  padding: 10px 20px;
  border: 2px solid #dddddd;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  color: #004a3c !important;
  /*transition: 0.2s;*/
}
.trouble_category img {
  width: 10%;
  margin-right: 10px;
}
.trouble_category:hover {
  color: #0c1e89 !important;
  /*background-color: #f5f9e6;*/
  /*text-decoration: none !important;*/
}
.trouble_category:hover img {
  opacity: 1;
}
@media all and (max-width: 640px) {
  .trouble_category {
    width: 100%;
    height: 50px;
    margin: 0;
    font-size: 100%;
    border: none;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    padding: 15px 10px 10px 50px !important;
    background-size: 30px !important;
  }
  .trouble_category:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .trouble_category:after {
    background: url(https://custom-assets.helpfeel.com/smbc-card/nyukai/icon_arrow_green_right.png) no-repeat;
    position: absolute;
    right: 28px;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
  }
  .trouble_category img {
    height: 30px;
    width: auto;
    display: none;
  }
}

.footer .trouble_section {
  /* start:カテゴリアイコン */
  /* end:カテゴリアイコン */
}
.footer .trouble_section .icon_nyukai {
  background: url(https://custom-assets.helpfeel.com/smbc-card/nyukai/icon_nyukai.png) no-repeat 15px !important;
}
@media all and (max-width: 640px) {
  .footer .trouble_section .sp_icon_nyukai {
    background: url(https://custom-assets.helpfeel.com/smbc-card/nyukai/icon_nyukai.png) no-repeat 15px;
  }
  .footer .trouble_section .sp_icon_card {
    background: url(https://custom-assets.helpfeel.com/smbc-card/nyukai/icon_card.png) no-repeat 15px;
  }
  .footer .trouble_section .sp_icon_payment {
    background: url(https://custom-assets.helpfeel.com/smbc-card/nyukai/icon_payment.png) no-repeat 15px;
  }
}

/**********************
* 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 {
    border-bottom: none;
    padding: 0;
  }
}
.header .header-navigation.header-navigation--open .header-logo {
  background: #fff;
}
.header .header-modal__button.header-modal--opne:before {
  box-sizing: inherit;
}

@media all and (max-width: 640px) {
  div.header {
    border-bottom: 3px solid #dddddd;
  }
}

.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 .page-top-link a:hover {
  background: #999;
}
@media screen and (max-width: 767px) {
  .footer .page-top-link a:hover {
    background: #fff;
  }
}
.footer p {
  margin: 0;
}
.footer p.kasikin__intro {
  margin: 0 auto 41px;
}
.footer .trouble_section {
  display: none;
}
body.search-page .footer .trouble_section {
  display: block;
}
.footer .footer-category {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.footer .footer-nav dl {
  margin: 0;
}
.footer .footer-nav dd {
  margin: 0;
}
@media all and (max-width: 640px) {
  .footer .footer-nav dd + dd {
    margin-top: 2px;
  }
}
.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 .header,
html.inframe .header #TopLink {
  display: none;
}
html.inframe footer.footer {
  display: block;
}
@media all and (max-width: 767px) {
  html.inframe .basic_footer {
    min-width: 0px;
  }
  html.inframe footer.footer {
    background: #fff;
    margin-top: 0px;
    color: #000 !important;
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: 0px;
    overflow: hidden;
  }
  html.inframe footer.footer .basic_footer {
    margin-top: 32px;
  }
  html.inframe footer.footer .responsivegrid:has(.aem-Grid > .container > .cmp-container > .aem-Grid > .bps-breadcrumb) + .experiencefragment > .cmp-experiencefragment > .xf-content-height > .aem-Grid > .responsivegrid > .aem-Grid > .bps-freehtml > .cmp-includejsp > .basic_footer {
    margin-top: 32px;
  }
  html.inframe .page-top-link {
    width: calc(100% - 30px);
    right: 15px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0 !important;
  }
  html.inframe .page-top-link a {
    background: #fff;
    border: 1px solid #f7f7f7;
    overflow: hidden;
    cursor: pointer;
    padding: 8px;
    position: fixed;
    bottom: 10px;
    z-index: 15;
    right: 10px;
  }
  html.inframe .page-top-link a:before {
    background: #0a8664;
  }
  html.inframe .page-top-link a:after {
    background: #fff;
  }
  html.inframe .pgTopLinkWrap {
    right: 0px;
    bottom: 0px;
    z-index: 990;
  }
  html.inframe .footer-contents-wrap {
    width: 100%;
    padding: 0px !important;
  }
  html.inframe .footer-nav {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  html.inframe .footer-nav > dl {
    width: 100% !important;
    float: none !important;
  }
  html.inframe .footer-nav > dl:first-child dt {
    margin-top: 0;
  }
  html.inframe .footer-nav > dl dt {
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin-top: -1px;
    margin-bottom: 0;
    line-height: 24px;
    padding: 10px 22px;
    font-size: 18px;
  }
  html.inframe .footer-nav > dl dt:before, html.inframe .footer-nav > dl dt:after {
    content: "";
    width: 12px;
    height: 2px;
    display: block;
    background: #00846D;
    position: absolute;
    right: 28px;
    top: 50%;
  }
  html.inframe .footer-nav > dl dd {
    display: none;
    padding: 10px 0 10px 36px;
    background-color: #edf8f5;
    line-height: 1.7;
  }
  html.inframe .footer-nav > dl dd + dd {
    margin-top: 2px;
  }
  html.inframe .footer-nav > dl dd a {
    color: #00846D;
    font-size: 16px;
  }
  html.inframe .footer-nav > dl dd a:after {
    content: " ";
    margin-left: 8px;
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: -2px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b{fill:none;}.b{stroke:%2300846d;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cpath class='b' d='M4.55,1.1l5,5-5,5' transform='translate(1.449 1.898)'/%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 27px;
  }
  html.inframe .footer-nav > dl dd a.blank:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%2300846d;stroke-linecap:round;stroke-width:2px;}.b{stroke-linejoin:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.455 2.455)'%3E%3Cpath class='b' d='M12.086,9.711v2.376H1V1H3.376' transform='translate(-1 -1)'/%3E%3Cpath class='b' d='M9,1h4.751V5.752' transform='translate(-2.665 -1)'/%3E%3Cpath class='c' d='M5,1,0,6' transform='translate(5.543 -0.457)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
  }
  html.inframe .footer-nav > dl dd a.winPopup.blank:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%2300846d;stroke-linejoin:round;stroke-width:2px;}.c{stroke-linecap:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.355 2)'%3E%3Cpath class='b' d='M9,7.088V9H1V1H2.914' transform='translate(-1 2.641)'/%3E%3Crect class='c' width='8' height='8' transform='translate(3.644)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
  }
  html.inframe .copyright,
html.inframe .simple_copyright {
    background: #f1f1f1;
    color: #000;
    margin-top: 0px;
    min-width: 0;
    border-top: 1px solid #d5d5d5;
  }
  html.inframe .copyright small,
html.inframe .simple_copyright small {
    font-size: 12px;
  }
  html.inframe .simple_copyright #copyArea {
    width: auto;
    margin: 0 15px 0;
  }
  html.inframe .copyright.card--detail {
    border-top: 1px solid #d5d5d5;
  }
  html.inframe .kasikin {
    width: 100%;
    padding: 25px 15px 30px 15px;
    background-color: transparent;
  }
  html.inframe .kasikin p + p {
    margin-top: 7px;
  }
  html.inframe .kasikin .kasikin__intro {
    margin: 0 auto 22px;
    line-height: 1.5;
    width: 100%;
  }
  html.inframe .kasikin p.kasikin__intro {
    font-size: 20px;
  }
  html.inframe .kasikin > div {
    width: 100%;
  }
  html.inframe .kasikin .kasikin-j-fsa__box {
    padding: 23px 15px;
    width: 100%;
  }
  html.inframe .kasikin .kasikin-j-fsa__name {
    margin-top: 14px !important;
  }
  html.inframe .kasikin > .kasikin-company__box {
    margin-top: 24px;
    width: 100%;
  }
  html.inframe .nyukai-information-desk {
    width: 100%;
    margin-top: 0;
  }
  html.inframe .nyukai-information-desk ~ footer {
    margin-top: 0px;
  }
  html.inframe .nyukai-information-desk .forPcBlock {
    display: none;
  }
  html.inframe .nyukai-information-desk .forSpBlock {
    display: block;
  }
  html.inframe .nyukai-information-desk .liqW {
    display: block;
    width: auto;
  }
  html.inframe .nyukai-information-desk .liqW .liqC {
    display: block;
    width: auto;
  }
  html.inframe .nyukai-information-desk .liqW .colCR2Type01 {
    padding-left: 0;
  }
  html.inframe .nyukai-information-desk .footTelArea {
    padding: 0;
  }
  html.inframe .nyukai-information-desk .footTelArea .colCL2Type01 img {
    max-width: 300px;
    width: 100%;
  }
  html.inframe .nyukai-information-desk .footTelArea .bordWNormal {
    border: none;
  }
  html.inframe .footer-accordion__button {
    font-size: 20px;
    padding: 9px 17px 9px 30px;
    border-bottom: 1px solid #DDD;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: left;
    border: none;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    background: #fff url(https://custom-assets.helpfeel.com/smbc-card/nyukai/ic-blank.svg) no-repeat center right;
    background-size: 24px;
    background-position: right 22px center;
    transition: background 0.3s ease-out, border 0.3s ease-out, color 0.3s ease-out;
    color: #333333;
    line-height: 1.6em;
  }
  html.inframe .footer-accordion__button:hover {
    background: url(https://custom-assets.helpfeel.com/smbc-card/nyukai/ic-blank-hover.svg) no-repeat center right;
    background-size: 24px;
    background-position: right 22px center;
    color: #00846D;
    cursor: pointer;
  }
  html.inframe .footer-accordion__button:hover::before, html.inframe .footer-accordion__button:hover::after {
    background-color: #edf8f5;
  }
  html.inframe .footer-accordion__button:before, html.inframe .footer-accordion__button:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 16px;
    height: 2px;
    margin-top: -1px;
    background-color: #00846D;
    transform-origin: 50% 50%;
    transition: all 0.3s ease-out;
  }
  html.inframe .footer-accordion__button:before {
    transform: rotate(-90deg);
  }
  html.inframe .footer-accordion__button:after {
    transform: rotate(-180deg);
  }
  html.inframe .footer-accordion__button--expanded:before, html.inframe .footer-accordion__button--expanded:after {
    transform: rotate(0deg);
  }
  html.inframe .trouble_section_categories_cover {
    display: block;
    width: 95%;
    margin: 30px auto 0;
    padding-left: 0;
  }
  html.inframe .trouble_section_categories_cover a + a {
    margin-top: 5px;
  }
  html.inframe .trouble_category {
    width: 100%;
    height: 50px;
    margin: 0;
    font-size: 100%;
    border: none;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    padding: 15px 10px 10px 50px !important;
    background-size: 30px !important;
  }
  html.inframe .trouble_category:last-child {
    border-bottom: 1px solid #dddddd;
  }
  html.inframe .trouble_category:after {
    background: url(https://custom-assets.helpfeel.com/smbc-card/nyukai/icon_arrow_green_right.png) no-repeat;
    position: absolute;
    right: 28px;
    display: block;
    content: "";
    width: 16px;
    height: 16px;
  }
  html.inframe .trouble_category img {
    height: 30px;
    width: auto;
    display: none;
  }
  html.inframe .trouble_section .icon_nyukai {
    background: url(https://custom-assets.helpfeel.com/smbc-card/nyukai/icon_nyukai.png) no-repeat 15px !important;
  }
  html.inframe .trouble_section .sp_icon_nyukai {
    background: url(https://custom-assets.helpfeel.com/smbc-card/nyukai/icon_nyukai.png) no-repeat 15px;
  }
  html.inframe .trouble_section .sp_icon_card {
    background: url(https://custom-assets.helpfeel.com/smbc-card/nyukai/icon_card.png) no-repeat 15px;
  }
  html.inframe .trouble_section .sp_icon_payment {
    background: url(https://custom-assets.helpfeel.com/smbc-card/nyukai/icon_payment.png) no-repeat 15px;
  }
}

.kasikin-j-fsa_img_name b {
  font-size: 20px;
  position: relative;
  bottom: 10px;
}

.kasikin-j-fsa_img_name img {
  margin-right: 8px;
}

html .feedback .feedback-form-link {
  text-align: center;
}
html .feedback .feedback-form-link .feedback-form-link__button {
  display: inline-block;
  cursor: pointer;
  color: var(--body-color);
  border: none;
  border-radius: var(--rounded-md);
  border-radius: 4px;
  background: var(--feedback-button-bg-color);
  font-size: 14px;
  padding: 12px 16px;
  text-align: center;
  user-select: none;
  color: var(--feedback-button-label-color);
}