@charset "UTF-8";
.forSp {
  display: none;
}
@media all and (max-width: 640px) {
  .forSp {
    display: initial;
  }
}

@media all and (max-width: 640px) {
  .forPc {
    display: none;
  }
}

.nyukai-simple-header {
  width: 100%;
  min-width: 1000px;
  position: relative;
  border-top: 4px solid #004832;
  background: #ffffff;
}
@media (max-width: 1000px) {
  .nyukai-simple-header {
    width: auto;
    min-width: auto;
  }
}
@media all and (max-width: 640px) {
  .nyukai-simple-header {
    min-width: 0px;
    border-top-width: 5px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0px;
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 0;
  }
}
@media all and (min-width: 641px) {
  .nyukai-simple-header {
    padding: 0;
    border-bottom: 1px solid #f1f1f1;
  }
}
.nyukai-simple-header a.link-label {
  min-width: 100px;
  max-width: 380px;
  text-decoration: none;
  border: 2px solid #004831;
  text-align: center;
  transition: 0.2s;
  background: #ffffff;
  font-size: 14px;
}
.nyukai-simple-header a.link-label:hover {
  background-color: #f5f9e6;
  text-decoration: none;
}
.nyukai-simple-header .close_icon {
  vertical-align: -8.5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 640px) {
  .nyukai-simple-header .close_icon {
    width: 20px;
    height: 25px;
  }
}
.nyukai-simple-header .close_icon span::before, .nyukai-simple-header .close_icon span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 9.5%;
  margin: -8% 0 0 -42%;
  background: #004831;
}
.nyukai-simple-header .close_icon span::before {
  transform: rotate(-45deg);
}
.nyukai-simple-header .close_icon span::after {
  transform: rotate(45deg);
}
.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: #004831;
  display: block;
  width: 120px;
  line-height: 1;
}
@media all and (max-width: 640px) {
  .nyukai-simple-header .close_btn_for_pop_on_header a {
    font-size: 14px;
    padding: 5px;
    margin: 0;
  }
}
@media all and (min-width: 641px) {
  .nyukai-simple-header .close_btn_for_pop_on_header a {
    padding: 5px;
    font-size: 14px;
  }
  .nyukai-simple-header .close_btn_for_pop_on_header a .close_icon {
    width: 20px;
    height: 25px;
  }
}

.nyukai-simple-header-logo {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .nyukai-simple-header-logo {
    width: auto;
    min-width: auto;
  }
}
@media all and (min-width: 641px) {
  .nyukai-simple-header-logo {
    padding-left: 10px;
  }
}
.nyukai-simple-header-logo img {
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 3;
  display: block;
  transition: 0.2s;
}
@media (max-width: 1000px) {
  .nyukai-simple-header-logo img {
    margin: 15px 0px 13px 10px;
  }
}
@media all and (max-width: 640px) {
  .nyukai-simple-header-logo img {
    margin: 0;
    display: block;
    height: 22.5px;
    width: auto;
  }
}
@media all and (min-width: 641px) {
  .nyukai-simple-header-logo img {
    margin: 15px 0 0 0;
    padding: 0 0 15px 0;
    width: 165px;
    height: auto;
  }
}

div.header {
  width: 100%;
  min-width: 1000px;
  position: relative;
  border-top: 4px solid #004832;
  background: #ffffff;
  /* margin-bottom: 20px; */
}
@media all and (max-width: 640px) {
  div.header {
    min-width: 0px;
    border-top-width: 5px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 0px;
    width: 100% !important;
    left: 0 !important;
    margin-left: 0 !important;
  }
}
div.header .sp-block {
  display: none;
}
@media all and (max-width: 640px) {
  div.header .sp-block {
    display: block;
  }
}
div.header .forSp {
  display: none;
}
@media all and (max-width: 640px) {
  div.header .forSp {
    display: initial;
  }
}
@media all and (max-width: 640px) {
  div.header .forPc {
    display: none;
  }
}
div.header ul {
  padding-left: 0px;
}
div.header li + li {
  margin-top: 0px;
}
div.header input:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
div.header .header-infomation-link a.header-bg-green-btn {
  background-color: #0a8664;
  color: white !important;
  border: #0a8664 solid 1px;
  padding: 5px 15px;
  margin-right: 10px;
}
div.header .header-infomation-link a.header-bg-green-btn:last-child {
  margin-right: 0;
}
div.header .header-infomation-link a.header-bg-green-btn:hover {
  background-color: #29a280;
  border: #29a280 solid 1px;
}
div.header .header-navigation .header-search.renewal {
  margin-right: 10px;
}
div.header .header-navigation .header-infomation.renewal .header-infomation-link {
  margin-right: 0;
}
div.header .header-link-top {
  margin-left: 50px;
  color: #000;
  position: relative;
}
div.header .header-link-top::before {
  position: absolute;
  content: url(https://custom-assets.helpfeel.com/smbc-card/hojin/icon-home.svg);
  top: -4px;
  left: -30px;
}
@media (min-width: 639px) {
  div.header .header-search [type=text] {
    height: 30px;
  }
  div.header .header-search [type=submit] {
    height: 32px;
    width: 32px;
  }
  div.header .header-infomation-link {
    font-size: 0;
  }
}
@media (max-width: 640px) {
  div.header .header-infomation-link a.header-bg-green-btn {
    padding: 15px;
  }
  div.header .header-navigation .header-search.renewal {
    margin-right: 0;
  }
  div.header .header-logo {
    padding: 16px 0 20px 0;
  }
}
@media (max-width: 640px) and (orientation: landscape) {
  div.header .global-navigation__list.renewal {
    display: flex;
    flex-wrap: wrap;
  }
  div.header .header-navigation .header-infomation.renewal .header-infomation-link {
    display: flex;
  }
}
div.header .global-navigation__list-item a {
  font-size: 14px;
}

.btnClose a:-webkit-any-link,
.header-infomation-link a:-webkit-any-link,
.global-navigation__list-item a:-webkit-any-link {
  cursor: pointer;
  text-decoration: none;
}

.header-logo {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media all and (max-width: 640px) {
  .header-logo {
    display: block;
    width: 100%;
  }
}
.header-logo a {
  line-height: 1;
}
@media all and (max-width: 640px) {
  .header-logo a {
    display: table;
    padding-top: 11px;
  }
}
.header-logo img {
  margin-top: 20px;
  margin-bottom: 20px;
  z-index: 3;
  display: block;
  transition: 0.2s;
}
@media all and (max-width: 640px) {
  .header-logo img {
    margin: 0 0 0 10px;
    display: block;
    height: 22.5px;
    width: auto;
  }
}
@media all and (max-width: 640px) {
  .header-logo.nyukai_header-logo a {
    padding-top: 15px;
    padding-bottom: 13px;
  }
}

.header-site-name {
  margin-left: 20px;
  color: #7b797a;
}
@media all and (max-width: 640px) {
  .header-site-name {
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 11px;
    font-size: 13px;
  }
  .header-site-name br {
    display: none;
  }
}

.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: 52.5px;
    position: fixed;
    top: 20px;
    right: 4px;
    z-index: 9;
    border: 1px solid #f7f7f7;
    font-size: 10px;
    overflow: hidden;
    padding: 8px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .header-modal__button.header-modal--opne.nyukai_modal {
    top: 7px;
  }
  .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 span {
    top: -100px;
    position: absolute;
  }
  .header-modal__button.header-modal--opne:before {
    content: "";
    display: block;
    height: 7.5px;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
    box-sizing: content-box;
  }
  .header-modal__button.header-modal--opne:after {
    content: "";
    display: block;
    margin-top: 7.5px;
    border-top: 3px solid #000000;
    box-sizing: content-box;
  }
  .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--close {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 15px;
    left: 9%;
    margin-left: -13px;
  }
  .header-modal__button.header-modal--close:before, .header-modal__button.header-modal--close:after {
    content: "";
    display: block;
    background: #ffffff;
    width: 36px;
    height: 3px;
    position: absolute;
    top: 12px;
    left: -5px;
  }
  .header-modal__button.header-modal--close:before {
    transform: rotate(45deg);
  }
  .header-modal__button.header-modal--close:after {
    transform: rotate(-45deg);
  }
}

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

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

.header-infomation {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  text-align: right;
}
@media all and (max-width: 640px) {
  .header-infomation {
    width: 82%;
    flex: 1 1 auto;
    order: 3;
    text-align: left;
    background: #f1f1f1;
  }
}

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

.header-search {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
  font-size: 0;
}
@media all and (max-width: 640px) {
  .header-search {
    order: 0;
    width: 82%;
    background: #f1f1f1;
    text-align: left;
  }
}
.header-search [type=text] {
  vertical-align: middle;
  line-height: 1.3;
  font-size: 14px;
  border: 1px solid #cccccc;
  width: 213px;
  height: 25px;
  box-sizing: content-box;
  padding: 0 10px;
}
@media all and (max-width: 640px) {
  .header-search [type=text] {
    width: calc(100% - 80px);
    margin: 15px;
    padding: 11px 10px !important;
    box-sizing: border-box;
    height: auto;
    font-size: 12px;
  }
}
.header-search [type=submit] {
  vertical-align: middle;
  font-size: 14px;
  display: inline-block;
  text-indent: -9999px;
  width: 27px;
  height: 27px;
  background: #cccccc url("https://custom-assets.helpfeel.com/smbc-card/hojin/icon_search.png") no-repeat center center;
  background-size: 14px auto;
  border: none;
}
@media all and (max-width: 640px) {
  .header-search [type=submit] {
    margin-left: -10px;
    background-color: transparent;
    background-size: 80% auto;
    width: 40px;
    height: 40px;
  }
}

.global-navigation {
  margin-top: 49px;
  order: 0;
  flex: 0 0 auto;
  align-self: auto;
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #d5d5d5;
}
@media all and (max-width: 640px) {
  .global-navigation {
    position: static;
    margin-top: 0px;
    order: 2;
    width: 82%;
    background: #f1f1f1;
    border-top: none;
  }
}
.global-navigation__box {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
@media all and (max-width: 640px) {
  .global-navigation__box {
    width: 100%;
    padding: 0 15px;
  }
}
@media all and (max-width: 640px) {
  .global-navigation__list {
    border-bottom: 1px solid #d5d5d5;
  }
}
.global-navigation__list-item {
  display: block;
  float: left;
  width: calc(100% / 5);
  position: relative;
}
@media all and (max-width: 640px) {
  .global-navigation__list-item {
    width: 100%;
    border-top: 1px solid #d5d5d5;
  }
}
@media (max-width: 640px) and (orientation: landscape) {
  .global-navigation__list-item {
    width: 50%;
  }
}
.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 all and (max-width: 640px) {
  .global-navigation__list-item a:before {
    left: auto;
    right: 1px;
    background: #000000;
    width: 9px;
    height: 9px;
    top: 15px;
    margin: 0;
    transform: rotate(45deg);
    transform-origin: 0 0;
  }
}
.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;
}
@media all and (max-width: 640px) {
  .global-navigation__list-item.last a:after {
    left: auto;
    right: 3px;
    background: #f1f1f1;
    width: 9px;
    height: 9px;
    top: 15px;
    margin: 0;
    transform: rotate(45deg);
    transform-origin: 0 0;
  }
}
@media all and (max-width: 640px) {
  .global-navigation__list-item a:after {
    content: "";
    position: absolute;
    top: 15px;
    left: auto;
    right: 3px;
    background: #f1f1f1;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    transform-origin: 0 0;
    margin: 0;
  }
}
.global-navigation__list-item--current:before {
  content: "";
  display: block;
  height: 4px;
  background: #c3d801;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media all and (max-width: 640px) {
  .global-navigation__list-item--current:before {
    display: none;
  }
}
.global-navigation__list-item a {
  color: #000000 !important;
  padding: 17px 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  display: block;
  transition: 0.2s;
  font-weight: bold;
}
@media all and (max-width: 640px) {
  .global-navigation__list-item a {
    border-right: none;
    text-align: left;
    font-size: 16px;
    padding: 13px 0;
    line-height: 16px;
  }
}
@media (max-width: 640px) and (orientation: landscape) {
  .global-navigation__list-item a {
    display: inline-block;
    padding-right: 25px;
    font-size: 15px;
  }
}
.global-navigation__list-item.top a {
  padding: 5px 0;
}
@media all and (max-width: 640px) {
  .global-navigation__list-item.top a {
    padding: 5px 15px 5px 0;
  }
}
.global-navigation__list-item:not(.global-navigation__list-item--current) a:hover {
  background: #f5f9e6;
}
.global-navigation__list-item:not(.global-navigation__list-item--current) a:hover:after {
  background: #f5f9e6;
}
@media all and (max-width: 640px) {
  .global-navigation__list-item.global-navigation__list-item--open:after, .global-navigation__list-item.global-navigation__list-item--no-child:after, .global-navigation__list-item.global-navigation__list-item--no-child:before {
    display: none;
  }
}

@media all and (max-width: 640px) {
  .nav-fixed {
    position: fixed;
  }
}
footer.basic_footer {
  background: #999999;
  position: relative;
  margin-top: 2px;
  color: #ffffff !important;
  min-width: 1000px;
}
@media all and (max-width: 640px) {
  footer.basic_footer {
    background: #f1f1f1;
    margin-top: 0px;
    color: #000000 !important;
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: 0px;
  }
}

.page-top-link {
  width: 1000px;
  margin: -40px auto 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media all and (max-width: 640px) {
  .page-top-link {
    width: calc(100% - 30px);
    right: 15px;
    position: relative;
    margin-top: 0 !important;
  }
}
.page-top-link a {
  display: block;
  background: #999999;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  float: right;
  text-align: center;
  position: relative;
  z-index: 2;
  transition: 0.2s;
}
@media all and (max-width: 640px) {
  .page-top-link a {
    background: #ffffff;
  }
}
.page-top-link a:hover {
  opacity: 0.7;
  background: #999999;
}
.page-top-link a:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 20px;
  background: #ffffff;
  width: 16.5px;
  height: 16.5px;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
@media all and (max-width: 640px) {
  .page-top-link a:before {
    background: #0a8664;
  }
}
.page-top-link a:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 20px;
  background: #999999;
  width: 16.5px;
  height: 16.5px;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
@media all and (max-width: 640px) {
  .page-top-link a:after {
    background: #ffffff;
  }
}
@media all and (min-width: 641px) {
  .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;
  }
}

@keyframes top-link1 {
  0% {
    top: 14px;
  }
  100% {
    top: 8px;
  }
}
@keyframes top-link2 {
  0% {
    top: 16px;
  }
  100% {
    top: 10px;
  }
}
.footer-contents-wrap {
  overflow: hidden;
  padding-top: 55px;
  width: 1000px;
  margin: 0 auto;
}
.footer--detail .footer-contents-wrap {
  padding-bottom: 20px;
}
@media all and (max-width: 640px) {
  .footer-contents-wrap {
    overflow: initial;
    width: 100%;
    margin-top: 15px;
    padding: 0 15px;
    padding-top: 0px !important;
  }
}

.footer-nav {
  width: 100%;
  margin-left: 15px;
}
@media all and (max-width: 640px) {
  .footer-nav {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.footer-nav dl,
.footer-nav dt,
.footer-nav dd {
  margin: 0;
  padding: 0;
}
.footer-nav > p {
  font-size: 12px;
  margin-bottom: 20px;
}
.footer-nav > dl {
  width: 25%;
  float: left;
  padding-right: 3%;
}
@media all and (max-width: 640px) {
  .footer-nav > dl {
    margin-top: -1px;
    width: 100%;
    float: none;
    padding-right: 0%;
  }
  .footer-nav > dl:last-child {
    border-bottom: 1px solid #d5d5d5;
  }
}
.footer-nav > dl dt, .footer-nav > dl dd {
  padding: 10.5px 0;
  position: relative;
}
.footer-nav > dl dt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
@media all and (max-width: 640px) {
  .footer-nav > dl dt {
    border-top: 1px solid #d5d5d5;
    margin-bottom: 0;
    line-height: 16px;
    padding: 12px 0;
  }
  .footer-nav > dl dt.footer-nav__list-item--open:before {
    display: none;
  }
  .footer-nav > dl dt:before {
    content: "";
    width: 1.5px;
    height: 7.5px;
    display: block;
    background: #020202;
    position: absolute;
    right: 13.5px;
    top: 50%;
    margin-top: -3.57px;
  }
  .footer-nav > dl dt:after {
    content: "";
    width: 7.5px;
    height: 1.5px;
    display: block;
    background: #020202;
    position: absolute;
    right: 10.5px;
    top: 50%;
    margin-top: -0.75px;
  }
}
.footer-nav > dl dd {
  line-height: 2;
}
@media all and (max-width: 640px) {
  .footer-nav > dl dd {
    display: none;
    padding: 6px 0 6px 9px;
  }
}
.footer-nav > dl dd a {
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .footer-nav > dl dd a {
    color: #0070c8;
    font-size: 14px;
  }
}
.footer-nav > dl dd a:hover {
  text-decoration: underline;
}
.footer-nav > dl dd a.blank:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(https://custom-assets.helpfeel.com/smbc-card/hojin/icon_blank-link.png) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  margin-left: 5px;
  filter: brightness(300%);
}
@media all and (max-width: 640px) {
  .footer-nav > dl dd a.blank:after {
    display: none;
  }
}
@media all and (min-width: 641px) {
  .footer-nav.hojin_basic_footer > dl.float_r {
    float: right;
    padding-top: 2%;
  }
}
@media all and (max-width: 640px) {
  .footer-nav.hojin_basic_footer {
    display: grid;
    border-bottom: 1px solid #d5d5d5;
  }
  .footer-nav.hojin_basic_footer > dl:last-child {
    border-bottom: none;
  }
  .footer-nav.hojin_basic_footer > dl.order_1 {
    order: 1;
  }
  .footer-nav.hojin_basic_footer > dl.order_2 {
    order: 2;
  }
  .footer-nav.hojin_basic_footer > dl.order_3 {
    order: 3;
  }
  .footer-nav.hojin_basic_footer > dl.order_4 {
    order: 4;
  }
  .footer-nav.hojin_basic_footer > dl.order_5 {
    order: 5;
  }
  .footer-nav.hojin_basic_footer > dl.order_6 {
    order: 6;
  }
  .footer-nav.hojin_basic_footer > dl.order_7 {
    order: 7;
  }
  .footer-nav.hojin_basic_footer > dl.order_8 {
    order: 8;
  }
}

@media all and (max-width: 640px) {
  #float_ToTop_button {
    border: 1px solid #f7f7f7;
    overflow: hidden;
    cursor: pointer;
    padding: 8px;
    background-color: white;
    position: fixed;
    bottom: 10px;
    z-index: 998;
    right: 10px;
    float: none;
    clear: both;
  }
}

.copyright {
  text-align: center;
  background: #666666;
  margin-top: 26px;
  padding: 20px 15px;
  word-break: break-all;
  color: #ffffff;
  min-width: 1000px;
}
.copyright p {
  margin: 0;
}
.copyright.card--detail {
  margin-top: 0;
}
@media all and (max-width: 640px) {
  .copyright.card--detail {
    border-top: 1px solid #d5d5d5;
  }
}
@media all and (max-width: 640px) {
  .copyright {
    background: #f1f1f1;
    color: #000000;
    margin-top: 0px;
    min-width: 0;
  }
}

footer.simple_footer {
  margin-top: 0;
}

.simple_copyright {
  text-align: center;
  word-break: break-all;
}
@media all and (max-width: 640px) {
  .simple_copyright small {
    font-size: 11px;
  }
}
.simple_copyright #copyArea {
  background: transparent;
  border: none;
  padding: 25px 0;
  color: #000;
  width: 970px;
  border-top: 1px solid #d5d5d5;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .simple_copyright #copyArea {
    width: auto;
    margin: 0 15px 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;
  /* KINDS UIカスタム設定 */
  --kinds-selector-cols: 3;
  --kinds-selector-cols-sp: 2;
  --kinds-selector-gap: 8px;
  --kinds-selector-button-bg-color: #f7f7f7;
  --kinds-selector-button-color: var(--button-color);
}

.container {
  width: 1000px;
}

.header {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 0;
  }
}
.header .header-logo 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見出し */
}
.search-page .footer .footer-category {
  display: block;
}
.footer .footer-category .cmn_h2 {
  border-left: 4px solid #004a3c;
  background-color: #f7f7f7;
  font-weight: bold;
  font-size: 129%;
  margin-bottom: 20px;
  margin-top: 0;
}
.footer .footer-category .cmn_h2 span {
  display: block;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.footer .footer-category .cmn_h2 span span {
  display: block;
  padding: 11px 0 10px 20px;
  border: none;
}
.footer .footer-category .cmn_h2 span a {
  display: none;
}
.footer .footer-category .cmn_h2 span a:hover {
  background: url("https://custom-assets.helpfeel.com/smbc-card/hojin/ico_arrow_lightblue_right.png") no-repeat 85% 50% #eeeeee;
  text-decoration: none;
}
.footer .footer-category .category_table_div {
  padding-bottom: 20px;
}
.footer .footer-category .category_table {
  border: none;
  border-collapse: separate;
  border-spacing: 10px 5px;
  margin: auto;
  width: 100%;
  table-layout: fixed;
}
.footer .footer-category .category_table td {
  border: 2px solid #ddd;
}
@media screen and (max-width: 767px) {
  .footer .footer-category .category_table td {
    width: 50%;
  }
}
.footer .footer-category .category_table th, .footer .footer-category .category_table td {
  padding: 9px 10px;
}
.footer .footer-category .category_table th a, .footer .footer-category .category_table td a {
  color: #0c1e89;
  text-decoration: none;
}
.footer .footer-category .category_table th a:hover, .footer .footer-category .category_table td a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer .footer-category .table_pc {
    display: none;
  }
}
.footer .footer-category .table_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer .footer-category .table_sp {
    display: block;
  }
}
.footer .footer-contents-wrap a {
  color: #fff;
}
.footer .footer-contents-wrap > a > .footer-link-top {
  margin-left: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer .footer-nav .footer-link-top {
    color: #000;
    line-height: 16px;
    border-top: 1px solid #d5d5d5;
    padding: 12px 0;
    font-size: 16px;
    font-weight: bold;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-nav > dl dd a {
    color: #0070c8;
    font-size: 14px;
  }
}
.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: 78px;
  }
}
.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;
}

/*****************************************
* KINDS SETTING - BUTTONS
*****************************************/
html .kinds-selector {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  html .kinds-selector {
    margin-top: 0;
  }
}
html .kinds-selector::before {
  content: "お持ちのカードをお選びください。";
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 767px) {
  html .kinds-selector::before {
    font-size: 16px;
  }
}
html .kinds-selector .selector {
  display: grid;
  grid-template-columns: repeat(var(--kinds-selector-cols), 1fr);
  gap: var(--kinds-selector-gap);
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  html .kinds-selector .selector {
    grid-template-columns: repeat(var(--kinds-selector-cols-sp), 1fr);
    gap: 10px;
    margin-top: 8px;
  }
}
html .kinds-selector .selector .kind-items {
  margin: 0;
}
html .kinds-selector .selector .kind-items label {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: var(--rounded-lg);
  font-size: 14px;
  border: 1px solid var(--kinds-selector-button-bg-color);
  border-radius: var(--kinds-selector-gap);
  background-color: var(--kinds-selector-button-bg-color);
  text-indent: -1000px;
  color: transparent;
}
@media screen and (max-width: 767px) {
  html .kinds-selector .selector .kind-items label {
    padding-top: 0;
  }
}
@media (hover: hover) {
  html .kinds-selector .selector .kind-items label:hover {
    opacity: 0.7;
  }
}
html .kinds-selector .selector .kind-items label:hover::after {
  text-decoration: underline;
}
html .kinds-selector .selector .kind-items label::before {
  content: "";
  display: block;
  width: 100%;
  height: 158px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  html .kinds-selector .selector .kind-items label::before {
    height: 126px;
  }
}
html .kinds-selector .selector .kind-items label::after {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(14px * 1.7 * 2);
  margin-top: -2em;
  text-indent: 0;
  text-align: center;
  font-size: 14px;
  color: #0c1e89;
}
@media screen and (max-width: 767px) {
  html .kinds-selector .selector .kind-items label::after {
    height: calc(14px * 1.35 * 2);
    margin-top: -2.25em;
    line-height: 1.35;
  }
}
html .kinds-selector .selector .kind-items label[for=kind-tag_コーポレートカード]::before {
  background-image: url(https://custom-assets.helpfeel.com/smbc-card/hojin/corporate_card.png);
}
html .kinds-selector .selector .kind-items label[for=kind-tag_コーポレートカード]::after {
  content: "コーポレートカード";
}
html .kinds-selector .selector .kind-items label[for=kind-tag_ビジネスカード]::before {
  background-image: url(https://custom-assets.helpfeel.com/smbc-card/hojin/business_card.png);
}
html .kinds-selector .selector .kind-items label[for=kind-tag_ビジネスカード]::after {
  content: "ビジネスカード";
}
html .kinds-selector .selector .kind-items label[for=kind-tag_ビジネスオーナーズ・ビジネスカードforOwners]::before {
  background-image: url(https://custom-assets.helpfeel.com/smbc-card/hojin/owners_card.png);
}
html .kinds-selector .selector .kind-items label[for=kind-tag_ビジネスオーナーズ・ビジネスカードforOwners]::after {
  content: "ビジネスオーナーズ・\aビジネスカード for Owners";
  white-space: pre-wrap;
}
@media screen and (max-width: 767px) {
  html .kinds-selector .selector .kind-items label[for=kind-tag_ビジネスオーナーズ・ビジネスカードforOwners]::after {
    content: "ビジネスオーナーズ・\aビジネスカード for \aOwners";
    height: calc(14px * 1.35 * 3);
    margin-top: -1.5em;
    line-height: 1.35;
  }
}
html .kinds-selector .selector .kind-items > input[type=radio] {
  display: none;
}
html .kinds-selector .selector .kind-items > input:checked + label {
  color: #0c1e89;
  background-color: #dddddd;
}
html .kinds-selector .selector .kind-items > input:checked + label::after {
  text-decoration: underline;
}
html.inframe .kinds-selector .selector {
  width: calc(100% - (12px * 2));
  margin: 8px auto;
}
html.inframe .kinds-selector .selector .kind-items {
  margin-bottom: 0;
}

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

/*****************************************
* フッターカテゴリーの切り替え
*****************************************/
body.search-page .category_table_div {
  display: none;
}
body.search-page .category_table_div--all {
  display: block;
}
body.search-page:has(input[value=tag_コーポレートカード]:checked) .category_table_div {
  display: none;
}
body.search-page:has(input[value=tag_コーポレートカード]:checked) .category_table_div--corporate {
  display: block;
}
body.search-page:has(input[value=tag_ビジネスカード]:checked) .category_table_div {
  display: none;
}
body.search-page:has(input[value=tag_ビジネスカード]:checked) .category_table_div--business {
  display: block;
}
body.search-page:has(input[value=tag_ビジネスオーナーズ・ビジネスカードforOwners]:checked) .category_table_div {
  display: none;
}
body.search-page:has(input[value=tag_ビジネスオーナーズ・ビジネスカードforOwners]:checked) .category_table_div--owners {
  display: block;
}

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

@media screen and (max-width: 767px) {
  #search-container {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #search-container .container {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  #search-container .kinds-selector.container {
    order: 1;
  }
}

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

/* 選択中の種類別によって「よくあるご質問」のテキストを切り替え */
@media screen and (max-width: 767px) {
  .header .subtitle {
    display: block;
    padding: 24px 0 0;
    line-height: 1.35;
  }
}
body:not(:has(input[name=kind]:checked)) .header .subtitle span.kinds-all {
  display: inline;
}
body:not(:has(input[name=kind]:checked)) .header .subtitle span.kinds-corporate,
body:not(:has(input[name=kind]:checked)) .header .subtitle span.kinds-business,
body:not(:has(input[name=kind]:checked)) .header .subtitle span.kinds-business-owners {
  display: none;
}
body:has(input[value=tag_コーポレートカード]:checked) .header .subtitle span.kinds-corporate {
  display: inline;
}
body:has(input[value=tag_コーポレートカード]:checked) .header .subtitle span.kinds-all,
body:has(input[value=tag_コーポレートカード]:checked) .header .subtitle span.kinds-business,
body:has(input[value=tag_コーポレートカード]:checked) .header .subtitle span.kinds-business-owners {
  display: none;
}
body:has(input[value=tag_ビジネスカード]:checked) .header .subtitle span.kinds-business {
  display: inline;
}
body:has(input[value=tag_ビジネスカード]:checked) .header .subtitle span.kinds-all,
body:has(input[value=tag_ビジネスカード]:checked) .header .subtitle span.kinds-corporate,
body:has(input[value=tag_ビジネスカード]:checked) .header .subtitle span.kinds-business-owners {
  display: none;
}
body:has(input[value=tag_ビジネスオーナーズ・ビジネスカードforOwners]:checked) .header .subtitle span.kinds-business-owners {
  display: inline;
}
body:has(input[value=tag_ビジネスオーナーズ・ビジネスカードforOwners]:checked) .header .subtitle span.kinds-all,
body:has(input[value=tag_ビジネスオーナーズ・ビジネスカードforOwners]:checked) .header .subtitle span.kinds-corporate,
body:has(input[value=tag_ビジネスオーナーズ・ビジネスカードforOwners]:checked) .header .subtitle span.kinds-business {
  display: none;
}

@media (max-width: 640px) {
  div.header .header-infomation-link a.pc-block {
    display: none;
  }
}
@media (min-width: 641px) {
  div.header .header-infomation-link a.pc-block {
    display: inline-block;
  }
}
@media (max-width: 640px) {
  div.header .header-infomation-link a.sp-block {
    display: block;
  }
}
@media (min-width: 641px) {
  div.header .header-infomation-link a.sp-block {
    display: none;
  }
}

html.inframe div.header,
html.inframe #TopLink {
  display: none;
}
html.inframe .footer {
  display: block;
}
@media all and (max-width: 767px) {
  html.inframe .forSp {
    display: initial;
  }
  html.inframe .forPc {
    display: none;
  }
  html.inframe footer.basic_footer {
    background: #f1f1f1;
    margin-top: 0px;
    color: #000000 !important;
    width: 100%;
    left: 0;
    margin-left: 0;
    min-width: 0px;
  }
  html.inframe .page-top-link {
    width: calc(100% - 30px);
    right: 15px;
    position: relative;
    margin-top: 0 !important;
  }
  html.inframe .page-top-link a {
    background: #ffffff;
  }
  html.inframe .page-top-link a:before {
    background: #0a8664;
  }
  html.inframe .page-top-link a:after {
    background: #ffffff;
  }
  html.inframe .footer-contents-wrap {
    overflow: initial;
    width: 100%;
    margin-top: 15px;
    padding: 0 15px;
    padding-top: 0px !important;
  }
  html.inframe .footer-nav {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  html.inframe .footer-nav > dl {
    margin-top: -1px;
    width: 100%;
    float: none;
    padding-right: 0%;
  }
  html.inframe .footer-nav > dl:last-child {
    border-bottom: 1px solid #d5d5d5;
  }
  html.inframe .footer-nav > dl dt {
    border-top: 1px solid #d5d5d5;
    margin-bottom: 0;
    line-height: 16px;
    padding: 12px 0;
  }
  html.inframe .footer-nav > dl dt.footer-nav__list-item--open:before {
    display: none;
  }
  html.inframe .footer-nav > dl dt:before {
    content: "";
    width: 1.5px;
    height: 7.5px;
    display: block;
    background: #020202;
    position: absolute;
    right: 13.5px;
    top: 50%;
    margin-top: -3.57px;
  }
  html.inframe .footer-nav > dl dt:after {
    content: "";
    width: 7.5px;
    height: 1.5px;
    display: block;
    background: #020202;
    position: absolute;
    right: 10.5px;
    top: 50%;
    margin-top: -0.75px;
  }
  html.inframe .footer-nav > dl dd {
    display: none;
    padding: 6px 0 6px 9px;
  }
  html.inframe .footer-nav > dl dd a {
    color: #0070c8;
    font-size: 14px;
  }
  html.inframe .footer-nav > dl dd a.blank:after {
    display: none;
  }
  html.inframe .footer-nav.hojin_basic_footer {
    display: grid;
    border-bottom: 1px solid #d5d5d5;
  }
  html.inframe .footer-nav.hojin_basic_footer > dl:last-child {
    border-bottom: none;
  }
  html.inframe .footer-nav.hojin_basic_footer > dl.order_1 {
    order: 1;
  }
  html.inframe .footer-nav.hojin_basic_footer > dl.order_2 {
    order: 2;
  }
  html.inframe .footer-nav.hojin_basic_footer > dl.order_3 {
    order: 3;
  }
  html.inframe .footer-nav.hojin_basic_footer > dl.order_4 {
    order: 4;
  }
  html.inframe .footer-nav.hojin_basic_footer > dl.order_5 {
    order: 5;
  }
  html.inframe .footer-nav.hojin_basic_footer > dl.order_6 {
    order: 6;
  }
  html.inframe .footer-nav.hojin_basic_footer > dl.order_7 {
    order: 7;
  }
  html.inframe .footer-nav.hojin_basic_footer > dl.order_8 {
    order: 8;
  }
  html.inframe #float_ToTop_button {
    border: 1px solid #f7f7f7;
    overflow: hidden;
    cursor: pointer;
    padding: 8px;
    background-color: white;
    position: fixed;
    bottom: 10px;
    z-index: 998;
    right: 10px;
    float: none;
    clear: both;
  }
  html.inframe .copyright.card--detail {
    border-top: 1px solid #d5d5d5;
  }
  html.inframe .copyright {
    background: #f1f1f1;
    color: #000000;
    margin-top: 0px;
    min-width: 0;
  }
  html.inframe .simple_copyright small {
    font-size: 11px;
  }
  html.inframe .footer .footer-category .category_table.table_sp {
    display: table;
  }
}

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