<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =========================================================
 ヘッダ要素のスタイルを定義
========================================================= */

.mb75{
  margin-bottom: 75px;
}

/* ------ そのまま移行ページ用にpadding-topを削除  ----- */
@media only screen and (max-width: 640px) {
  #contWrap {
    padding-top: 0px;
  }
}

/* ------ そのまま移行ページ（プラチナ）のコンテンツエリア調整  ----- */
.PlatinumContents {
  margin: 20px auto 0;
}
.PlatinumContents + .BPTWrap {
  margin: 50px auto 5px;
}
@media only screen and (max-width: 640px) {
  .PlatinumContents {
    width: auto;
  }
  .PlatinumContents + .BPTWrap {
    width: auto;
  }
}

html {
  border: none; /* 旧iOSハックを無効化 */
}

body {
  overflow-x: hidden;
}

@media only screen and (max-width: 1000px) {
  body {
    overflow-x: visible;
  }
}

/* ------ ヘッダ要素のPC/SP表示切り替え  ----- */
.forPcFlex{
  display: flex !important;
}
.forSpFlex{
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .forPcFlex{
    display: none !important;
  }
  .forSpFlex{
    display: flex !important;
  }
}

/* ヘッダ
--------------------------------------------------------- */
/* ------ header  ----- */
#header {
  line-height: 1.8;
  min-width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  background: #fff;
  font-family: 'Noto Sans JP', "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.16);
  box-shadow: 0px 3px 6px rgba(0,0,0,.16);
  position: relative;
  z-index: 990;
}
#header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: scaleX(1);
}
@media only screen and (max-width: 640px) {
  #header {
    height: 75px;
    width: 100%;
    min-width: 320px;
  }
}
#header *,
#header *::before,
#header *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* ios角丸除去 */
#header input {
  border-radius: 0;
}

#header &gt; .headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  max-width: 1000px;
  min-width: 1000px;
  margin-right: auto;
  margin-left: auto;
/*  padding: 0 32px;*/
  position: relative;
}
#header &gt; .headerInner.logoLine {
  padding-top: 19px;
  display: flex;
  align-items: center;
  padding: 13px 0px 3px 0px;
}

@media only screen and (max-width: 640px) {
  #header &gt; .headerInner {
    /*height: 63px;*/
    height: auto;
    width: 100%;
    min-width: 320px;
  }
}
@media print {
  #header{
    display: none;
  }
}
#header .hLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
  width: 180px !important; /* 1000px - 820px */
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IEのみ横幅を上書きする */
  #header .hLeft {
    width: 180px !important;
  }
}

#header .hLeft h1.logo_out,
#header .hLeft h1.logo_in{
  /*共通H1スタイルリセット*/
    font-size: 1rem;
    line-height: 1.8;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    background-color: transparent;
    min-width: 0;
    font-weight: normal;
    margin-bottom: 0px;
    text-align: left;
    min-height: auto;
}
#header .hLeft p.logo_out,
#header .hLeft h1.logo_out {
    width: 180px;
    height: 28px;
    background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/logo_logout.png") left/180px no-repeat;
}
#header .hLeft p.logo_out{
  margin-bottom: 0;
}

@media only screen and (max-width: 640px) {
  #header .hLeft p.logo_out,
  #header .hLeft h1.logo_out {
    width: 105px;
    background-size: contain;
  }
}
#header .hLeft p.logo_out a,
#header .hLeft h1.logo_out a {
    display:block;
    height:auto;
    margin: 0;
}
#header .hLeft p.logo_in,
#header .hLeft h1.logo_in {
  width: 180px;
  height: 28px;
  background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/logo_smcc_01.png") left/180px no-repeat;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  #header .hLeft p.logo_in,
  #header .hLeft h1.logo_in {
    width: 105px;
    background-size: contain;
  }
}
#header .hLeft p.logo_in a,
#header .hLeft h1.logo_in a {
    display: block;
    height:auto;
    margin: 0;
}
#header .hLeft p.txt {
    font-size: 72%;
    padding-top: 3px;
    line-height: 1em;
}

#header .hLeft .wrap .txt br{
    display:none;
}
@media only screen and (max-width: 640px) {
  #header {
    position: relative;
    height: 63px;
    width: 100%;
  }
  #header .hLeft{
    margin-left: 15px;
    margin-right: 0px;
    width: 180px !important;
  }
}

#header .hRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-flex: 1; 
  -ms-flex: 1; 
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  #header .hRight{
    margin-right: 10px;
    margin-top: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
  }
}

div ul.hRight_subMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: normal;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 0px !important; /* XXX all_contents.css対応 */
  flex-shrink: 0;
}

@media only screen and (max-width: 640px) {
  div ul.hRight_subMenu {
    margin-top: 0 !important; /* XXX */
  }
}

div .hRight_subMenu.spacer {
  flex-grow: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IEのみspacerの横幅を調整する */
  div .hRight_subMenu.spacer {
    width: auto;
  }
}

.hRight_subMenu.linkBtns {
  display: flex;
  flex-wrap: nowrap;
  width: auto;
  padding: 6px 4px !important;
  height: 40px;
}

.hRight_subMenu.linkBtns &gt; * {
  font-size: 14px;
 /* width: 189px;*/
  height: 30px;
}

*::-ms-backdrop, .mfp-content &gt; .hRight_subMenu.linkBtns &gt; * {
  font-size: 15px;
}

/* 新規契約 */
/* 新規区分ページで使うCSSの要素 */
.hRight_subMenu.linkBtns.kamei_new_agreement_en &gt; *:first-of-type {
  line-height: 1;
  text-align: center;
/*  width: 100%;*/
  font-weight: normal;
  display: flex;
  justify-content: center;
  border-bottom: 3px solid #03846d;
}
.hRight_subMenu.linkBtns.kamei_new_agreement_en &gt; .subMenu_item.kamei_contracted:first-of-type a {
  color : #03846d;
  font-weight: bold;
}
.hRight_subMenu.linkBtns.kamei_new_agreement_en &gt; *:last-of-type {
  background-color: #03846d; 
  border-radius: 14px;
  color: #FFF;
}

.hRight_subMenu.linkBtns.kamei_new_agreement_en &gt; .subMenu_item:last-of-type{
  background:none;
  border:none;
}

.hRight_subMenu.linkBtns.kamei_new_agreement_en &gt; .subMenu_item:last-of-type a{
  color: #333 !important;
}

.hRight_subMenu.linkBtns.kamei_new_agreement_en &gt; .subMenu_item:last-of-type:hover a{
  text-decoration: none !important;
  opacity: 0.5;
}

.hRight_subMenu.linkBtns.kamei_new_agreement_en &gt; .subMenu_item.kamei_contracted:last-of-type:hover{
  background-color: #0ca387;
}

/* 既存区分ページで使うCSSの要素 */
.hRight_subMenu.linkBtns.kamei_new_agreement_de &gt; *:nth-child(2n) {
  text-align: center;
  font-weight: normal;
  border-bottom: 3px solid #03846d;
}

.hRight_subMenu.linkBtns &gt; .subMenu_item:first-of-type{
  padding-top: 15px;
  padding-left: 13px;
  padding-right: 13px;
}

.hRight_subMenu.linkBtns &gt; .subMenu_item.kamei_contracted a{
  color: #68b5a7;
}

.hRight_subMenu.linkBtns &gt; .subMenu_item.kamei_contracted:first-of-type:hover a{
  text-decoration: none !important;
  opacity: 0.5;
}

.hRight_subMenu.linkBtns &gt; .subMenu_item.kamei_contracted a:last-of-type {
  color: #333;
}

.hRight_subMenu.linkBtns &gt; :last-of-type a{
   color: #333; 
}

.hRight_subMenu.linkBtns.kamei_new_agreement_en &gt; .subMenu_item:last-of-type:hover a{
  text-decoration: none !important;
  opacity: 0.5;
}

/* 契約済 */
.hRight_subMenu.linkBtns &gt; *:last-of-type {
   color: #FFF;
}

.hRight_subMenu.linkBtns &gt; .subMenu_item:first-of-type:hover a,
.hRight_subMenu.linkBtns.kamei_new_agreement_en &gt; .subMenu_item:last-of-type:hover a{
  text-decoration: none !important;
  opacity: 0.5;
}
.hRight_subMenu.linkBtns &gt; .subMenu_item:first-of-type:hover,
.hRight_subMenu.linkBtns.kamei_new_agreement_en &gt; .subMenu_item:last-of-type:hover{
  background:none;
}


/*共通*/
ul.hRight_subMenu.linkBtns &gt; li.kamei_contracted,
ul.hRight_subMenu.linkBtns.kamei_new_agreement_en &gt; li.kamei_contracted {
  padding: 3px 3px 25px 3px;
}


@media only screen and (max-width: 640px) {
ul.hRight_subMenu.linkBtns &gt; li.kamei_contracted {
  width: 200px;
}

.hRight_subMenu.linkBtns &gt; .subMenu_item:first-of-type{
  padding:0;
  font-size: 16px;
}

}

ul.hRight_subMenu.linkBtns.kamei_new_agreement_en &gt; li.kamei_contracted {
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 15px;
}

.kamei_contracted_kizon {
  padding-top: 15px;
  padding-bottom: 25px;
  width: 160px;
}

.kamei_contracted_kizon &gt; a{
  color: #03846d !important;
  font-weight: bold;
}

.formerly_smbcfs {
  width: 160px;
}

@media only screen and (max-width: 640px) {
ul.hRight_subMenu.linkBtns.kamei_new_agreement_en &gt; li.kamei_contracted {
  padding-left: 20px;
}
}

.subMenu_item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .subMenu_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-top: 5px; /* XXX */
    flex-direction: column;
    position: relative;
    font-size: 10px;
    line-height: 1;
    margin-left: 5px;
    padding-right: 0;
  }
  .subMenu_item.subMenu_item-menu &gt; a{
    color: #117766
  }
}
.subMenu_item:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  .subMenu_item:not(:first-child) {
    margin-left: 0;
  }
}
.subMenu_item::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

@media only screen and (max-width: 640px) {
  .subMenu_item::before {
    margin-right: 0;
    margin-bottom: 4px;
    position: absolute;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); /* for IE11※ */
    left: 50%; /* for IE11※ */
    /* IE11でflex-itemの疑似要素の背景が左右中央に整列しない対策 */
  }
}
.subMenu_item-menu {
  color: #117766;
  display: none;
}

.hRight_subMenu.linkBtns &gt; .subMenu_item {
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
}

.hRight_subMenu.linkBtns &gt; .subMenu_item::before {
  display: none;
}

.subMenu_item-login,
.subMenu_item-userInfo {
  margin-left:25px;
}


@media only screen and (max-width: 640px) {
.hRight_subMenu.linkBtns &gt; .subMenu_item {
  line-height: 1;
}
}
    
/* QA */
@media only screen and (max-width: 640px) {
  .subMenu_item-qa,
  .subMenu_item-support {
    display: none;
  }
  .subMenu_item-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .subMenu_item-search {
    cursor: pointer;
    width: 40px;
  }
}

.subMenu_item-search {
  cursor: pointer;
}

.subMenu_item-qa::before {
  background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_qa.svg") no-repeat center;
}
.subMenu_item-qa:hover::before {
  background-image: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_qa_on.svg");
}
/* Sub-Menu Supprt */
.subMenu_item-support::before {
  background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_support.svg") no-repeat center;
}
.subMenu_item-support:hover::before {
  background-image: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_support_on.svg");
}
/* Sub-Menu Search */
.subMenu_item-search::before {
  background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_search_on.svg") no-repeat center;
}
.subMenu_item-search:hover::before {
  background-image: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_search_on.svg");
}
/* Sub-Menu Translated Pages */
.subMenu_item-Translated::before {
  background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_Translated.svg") no-repeat center;
}
.subMenu_item-Translated:hover::before {
  background-image: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_Translated_on.svg");
}
/* Sub-Menu User */
.subMenu_item-userInfo::before {
  background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_person.svg") no-repeat center;
}
.subMenu_item-userInfo:hover::before {
  background-image: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_person.svg");
}
/* Sub-Menu Login */
.subMenu_item-login::before {
  background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_login_on.svg") no-repeat center;
}
.subMenu_item-login:hover::before {
  background-image: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_login_on.svg");
}
/* Sub-Menu Logout */
.subMenu_item-logout::before {
  background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_logout_b.svg") no-repeat center;
}
.subMenu_item-logout:hover::before {
  background-image: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_logout_b.svg");
}
/* Sub-Menu Link */
.subMenu_item &gt; .subMenu_itemInner,
.subMenu_item &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .subMenu_item &gt; .subMenu_itemInner,
  .subMenu_item &gt; a {
    height: 34px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .subMenu_item:hover &gt; span,
  .subMenu_item:hover &gt; a,
  .header_site_name:hover &gt; a{
    color: #117766;
    text-decoration: underline !important;
    opacity: 0.5;
  }
}
.subMenu_item:hover &gt; span,
.subMenu_item:hover &gt; a,
.header_site_name:hover &gt; a{
  opacity: 0.5;
}
.subMenu_item:hover::before {
  opacity: 0.5;
}
.subMenu_dropdown {
  cursor: pointer;
  position: relative;
}
.subMenu_dropdown::after {
  background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_down_chevron_thin.svg") no-repeat center;
  content: '';
  width: 8px;
  height: 4px;
  margin-left: 9px;
}
.subMenu_dropdown:hover::after {
  background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_down_chevron_thin.svg") no-repeat center;
}
.subMenu_dropdown:hover &gt; a {
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  .subMenu_dropdown:after {
    display: none;
  }
}
.subMenu_dropdown_body {
  display: none;
}
.subMenu_dropdown.isShow .subMenu_dropdown_body {
  background-color: #EEE;
  cursor: auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 16px 32px;
  position: absolute;
  top: calc(100% + 15px);
  /* right: calc((-208px + 8px) / 2); */
  right: -107px;
  margin: 0;
  width: 347px;
  z-index: 991;
}
@media only screen and (max-width: 640px) {
  .subMenu_dropdown.isShow .subMenu_dropdown_body {
    display: none;
  }
}
.subMenu_dropdown .subMenu_dropdown_body:after {
  content: '';
  top: -8px;
  left: calc((468px - 10px) / 2);
  position: absolute;
  border-style: solid;
  border-width: 0 8px 8px;
  border-color: #EEE transparent;
}
.subMenu_dropdown_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  min-height: 45px;
  padding: 14px 0 13px 0;
  font-size: 16px;
  line-height: 1.5em;
}
a.subMenu_dropdown_item_link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 27px 13px 0;
  text-decoration: none;;
}
a.subMenu_dropdown_item_link::after {
  position: absolute;
  background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_right_chevron.svg") no-repeat center;
  content: '';
  width: 12px;
  height: 12px;
  right: 0;
  top: calc(50% - 12px / 2);
  text-decoration: underline;
  color: #117766;
}
.subMenu_dropdown_item {
  border-bottom: 1px dashed #333;
}
.subMenu_dropdown_item.label {
  border-bottom: 1px solid #333;
}
.subMenu_dropdown_close {
  display: none;
}

@media only screen and (max-width: 640px) {
  /* Sub-Menu Menu(Close) */
  .subMenu_item-menu::before {
    background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_menu_open.svg") no-repeat center;
  }
  /* Sub-Menu Menu(Open) */
  .isSpMenuOpen .subMenu_item-menu::before {
    background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_menu_close.svg") no-repeat center;
  }
}
/* SP時の会員情報のモーダル表示 */
.mfp-bg {
  opacity: 0.6;
}
.subMenu_userInfo_title {
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .subMenu_userInfo_title {
    pointer-events: auto;
  }
}
.subMenu_modal_content.mfp-hide {
  display: block !important;
}
.mfp-content &gt; .subMenu_modal_content {
  font-size: 16px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 65vh;
  max-width: 95%;
  min-width: 290px;
  margin: 15px auto !important;
  padding: 30px 15px;
}
*::-ms-backdrop, .mfp-content &gt; .subMenu_modal_content {
  /* IE11 のみ適用される */
  height: 1px;
}
.subMenu_modal_title {
  display: none;
}
.mfp-content .subMenu_modal_title {
  display: block;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
.mfp-content .subMenu_dropdown_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mfp-content .subMenu_dropdown_list {
  width: 100%;
}
.mfp-content .subMenu_userInfo_prevLogin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: calc(16px + 16px);
}
.subMenu_modal_close_top,
.subMenu_modal_close_bottom {
  display: none;
}
.mfp-content .subMenu_modal_close_top {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 14px;
  top: -16px;
}
.mfp-content .subMenu_modal_close_bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin-top: auto;
}
.mfp-content .subMenu_modal_close_bottom::before {
  background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/btn_modal_close.svg") no-repeat center;
  content: '';
  height: 24px;
  width: 24px;
  margin-right: 10px;
}

/* メガドロップダウン */
.megaMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  font-size: 14px;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  margin-top: 8px;
  z-index: 990;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1 auto;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  /* 疑似ドロップシャドウ */
  .megaMenu:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    -webkit-box-shadow: inset 0px 16px 6px -13px rgba(0,0,0,.16);
    box-shadow: inset 0px 16px 6px -13px rgba(0,0,0,.16);
    z-index: 2;
  }
  .megaMenu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    margin-top: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100vh - 75px);
    overflow-y: scroll;
  }
  /* iosのスクロールバー削除分の余白調整 */
  html.ios .megaMenu {
    width: calc(100% + 6px);
  }
  html.ios .headerPlatinum .megaMenu {
    width: 100%;
  }
}
ul li.megaMenu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  height: 100%;
  width: 199px;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
ul.kamei_new_contract li.megaMenu_item {
  width:249px;
}
.megaMenu_item:nth-last-child(3) {
  padding-right: 0;
}
.megaMenu_item &gt; .megaMenu_itemTitle {
  color: #333;
  cursor: default;
  font-size: 16px;
  line-height: 1.5;
  height: 24px;
}
@media only screen and (max-width: 640px) {
  ul li.megaMenu_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    border-bottom:  1px solid #CCC;
    height: auto;
    padding: 0;
    margin-right: auto;
  }
    
  .megaMenu_item:nth-child(2) {
    padding-left: 0;
  }
  .megaMenu_item.megaMenu_item-isAccordionOpen {
    overflow: visible;
  }
}
.megaMenu_item-isMenuOpen &gt; .megaMenu_itemTitle,
.megaMenu_item-active &gt; .megaMenu_itemTitle {
  border-bottom: 2px solid #1A4832;
}
@media only screen and (max-width: 640px) {
  .megaMenu_item &gt; .megaMenu_itemTitle,
  .megaMenu_item-isMenuOpen &gt; .megaMenu_itemTitle,
  .megaMenu_item-active &gt; .megaMenu_itemTitle {
    border-bottom: none;
  }
}
.megaMenu_item-isMenuOpen &gt; .megaMenu_itemTitle &gt; a,
.megaMenu_item-active &gt; .megaMenu_itemTitle {
  color: #1A4832;
}
@media only screen and (max-width: 640px) {
  .megaMenu_item &gt; .megaMenu_itemTitle,
  .megaMenu_item-isMenuOpen &gt; .megaMenu_itemTitle &gt; a,
  .megaMenu_itemTitle &gt; a {
    color: #333;
  }
  .megaMenu_item &gt; .megaMenu_itemTitle.jsAccordion_active {
    color: #fff;
  }
}
.megaMenu_itemTitle {
  font-weight: bold;
  position: relative;
}
/* メガドロップダウンの吹き出し部分
  NOTE: .megaMenu_itemをrelativeにすると、メガドロップダウンに影響してしまうため、.megaMenu_itemTitleで吹き出し部分を再現 */
.megaMenu_itemTitle::before {
  content: '';
  bottom: -17px;
  left: calc(50% - 8px / 2);
  position: absolute;
  border-style: solid;
  border-width: 0px 8px 8px;
  border-color: #EEE transparent;
  transition: all .2s ease-in 0s;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.megaMenu_item-isMenuOpen &gt; .megaMenu_itemTitle::before {
  visibility: visible;
  opacity: 1;
}
.megaMenu_itemLinkTitle a {
  color: #333;
}

@media screen and (min-width: 641px){
  .megaMenu_itemLinkTitle:hover {
    border-bottom: 2px solid #1A4832;
  }
}

.megaMenu_itemLinkTitle a:hover {
  opacity: 1;
}

@media only screen and (max-width: 640px) {
  .megaMenu_itemTitle {
    font-size: 18px;
    min-height: 58px;
    margin-bottom: 0;
    padding: 16px 56px 15px 20px;
    width: 100%;
  }
  .megaMenu_itemTitle.jsAccordion_active {
    background-color: #1A4832;
  }
  .megaMenu_itemTitle::after {
    position: absolute;
    background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_toggle_open.svg") no-repeat center;
    content: '';
    width: 16px;
    height: 16px;
    right: 20px;
    top: calc(50% - 16px / 2);
  }
  .megaMenu_itemTitle.jsAccordion_active::after {
    background-image: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_toggle_close_wh.svg");
  }
  .megaMenu_itemTitle::before {
    display: none;
  }
}
/* メガドロップダウン ボディ */
.megaMenu_itemBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  position: absolute;
  top: 73px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  height: 458px;
  z-index: 1;
  width: 100%;
  -webkit-transition: all .4s ease-in .1s;
  transition: all .4s ease-in .1s;
  line-height: 1.4;
}
.megaMenu_item-isMenuOpen .megaMenu_itemBody {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
}
@media only screen and (max-width: 1000px) {
  .megaMenu_itemBody {
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 640px) {
  .megaMenu_itemBody {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 1;
    position: static;
    height: auto;
    min-height: auto;
    max-height: none;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .megaMenu_item-isMenuOpen .megaMenu_itemBody {
    -webkit-transition: none;
    transition: none;
  }
}
/* メガドロップダウン サブトップ */
.megaMenu_subTop {
  background-color: #1A4832;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 46px 20px 30px;
  margin-left: -20px;
  width: 200px;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subTop {
    background-color: #fff;
    color: #333;
    width: auto;
    padding: 0;
    margin-left: 0;
  }
}
.meagDdm_subTopTitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media only screen and (max-width: 640px) {
  .meagDdm_subTopTitle {
    display: none;
  }
}
.meagDdm_subTopLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  padding-left: 18px;
  position: relative;
  text-decoration: underline;
}
a.meagDdm_subTopLink {
  color: #fff;
}
.meagDdm_subTopLink:hover {
  text-decoration: none;
}
.meagDdm_subTopLink::after {
  position: absolute;
  background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_right_chevron_wh.svg") no-repeat center;
  content: '';
  width: 12px;
  height: 12px;
  top: 4px;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .meagDdm_subTopLink {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 56px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    background-color: #CCC;
    padding: 15px 48px 17px 30px;
    position: relative;
  }
  a.meagDdm_subTopLink {
    color: #333;
    text-decoration: none;
  }
  .meagDdm_subTopLink::after {
    position: absolute;
    background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_right_chevron.svg") no-repeat center;
    content: '';
    width: 12px;
    height: 12px;
    right: 20px;
    top: calc(50% - 12px / 2);
    left: auto;
  }
}
.meagDdm_subTopBelow {
  margin-top: auto;
}
.meagDdm_subTopBelow &gt; .note {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .meagDdm_subTopBelow {
    display: none;
  }
}
/* メガドロップダウン サブ */
.megaMenu_subMenu {
  background-color: #F0F0F0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px 60px 15px;
  margin-right: -15px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subMenu {
    display: block;
    padding: 0;
    margin-right: 0;
  }
}
.megaMenu_subWrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.megaMenu_sub {
  height: 100%;
}
.megaMenu_subWrap:not(:first-child) {
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subWrap {
    padding-left: 30px;
    margin-left: 0;
  }
  .megaMenu_subWrap:not(:first-child) {
    margin-left: 0;
  }
}
.megaMenu_subTitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  padding: 0 0 12px;
  border-bottom: 1px solid #CCC;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subTitle {
    border-bottom: 1px dashed #CCC;
    min-height: 56px;
    font-size: 16px;
    padding: 15px 46px 14px 0;
    position: relative;
  }
  .megaMenu_subWrap:last-child .megaMenu_sub:last-child .megaMenu_subTitle.jsAccordion_active {
    border-bottom-color: #CCC;
  }
  .megaMenu_subTitle::after {
    position: absolute;
    background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_toggle_open.svg") no-repeat center;
    content: '';
    width: 16px;
    height: 16px;
    right: 20px;
    top: calc(50% - 16px / 2)
  }
  .megaMenu_subTitle.jsAccordion_active::after {
    position: absolute;
    background-image: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_toggle_close.svg");
  }
}
.megaMenu_subTitle_two {
  height: auto;
}
.megaMenu_subTitle_two + .megaMenu_subTitle_two {
  margin-top: 19px;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subTitle_two + .megaMenu_subTitle_two {
    margin-top: 0;
  }
}
.megaMenu_subBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subBody {
    display: none;
  }
}
.megaMenu_subItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 51px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px dashed #CCC;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subItem {
    height: 56px;
  }
}

/* NOTE: visited打ち消しのため要素指定 */
a.megaMenu_subItem_link {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.megaMenu_subItem_link:hover {
  text-decoration: underline;
  color: #117766;
}
.megaMenu_subItem_link::after {
  position: absolute;
  background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_right_chevron.svg") no-repeat center;
  content: '';
  width: 12px;
  height: 12px;
  right: 0;
  top: calc(50% - 12px / 2)
}
@media only screen and (max-width: 640px) {
  .megaMenu_subItem_link::after {
    right: 20px;
  }
}
.megaMenu_subItem_link[target="_blank"]::after {
  background-image: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_external_link.svg");
}
.megaMenu_subItem_linkIcon {
  margin: auto;
  height: 42px;
  width: 42px;
}
.megaMenu_subItem_linkText {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  padding: 0 21px 0 6px;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subItem_linkText {
    font-size: 16px;
    padding: 15px 50px 17px 8px;
  }
  .megaMenu_subItem_linkIcon {
    margin: 0;
    height: auto;
  }
}
/* 2カラム */
.megaMenu_subWrap-col2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 493px;
  flex: 0 0 493px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.megaMenu_subWrap-col2 .megaMenu_subBody {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.megaMenu_subWrap-col2 .megaMenu_subItem {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  width: 226px;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subWrap-col2 .megaMenu_subItem {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
  }
}
/* 1カラム2段 */
.megaMenu_subWrap-row &gt; .megaMenu_sub {
  margin-left: 0;
  height: auto;
}
.megaMenu_subWrap-row &gt; .megaMenu_sub:not(:first-child) {
  margin-top: 70px;
}
@media only screen and (max-width: 640px) {
  .megaMenu_subWrap-row &gt; .megaMenu_sub:not(:first-child) {
    margin-top: 0;
  }
}
/* SP時メニュー下部 */
#header .megaMenu_item-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  #header .megaMenu_item-sp {
    display: block;
  }
  #header .megaMenu_spBottom {
    margin: 30px 20px 150px !important;
  }
  .megaMenu_spBottom .note {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .megaMenu_spBottom ul.note li{
    font-size: 12px;
  }
  .megaMenu_spBottom .screenShareSupport img {
    width: 60px;
  }
  .megaMenu_spBottomNavItem + .megaMenu_spBottomNavItem {
    margin-top: 10px;
  }
  #header .megaMenu_spBottomNavItemLink {
    font-size: 16px;
    color: #117766;
    text-decoration: underline;
    padding-left: 15px;
    position: relative;
  }
  #header .screenShareSupport .megaMenu_spBottomNavItemLink {
    padding: 0;
  }
  .megaMenu_spBottomNavItemLink::before{
    content: "";
    display: block;
    height: 12px;
    width: 12px;
    background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_right_chevron.svg") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .screenShareSupport .megaMenu_spBottomNavItemLink::before{
    background-image: none;
  }
}

/* 検索エリア
--------------------------------------------------------- */
/* ------ #searchArea  ----- */
#searchArea {
  display: none;
  z-index: 990;
}
#header .hRight .searchAreaWrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  background-color: #F0F0F0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,.16);
  box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}
@media only screen and (max-width: 640px) {
  #header .hRight .searchAreaWrap {
    top: 0%;
    background-color: #FFF;
  }
}
.searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchButton {
  border: none;
  height: 45px;
  width: 45px;
  color: transparent;
  background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/btn_search.svg") no-repeat center;
}
.searchButton:hover {
  opacity: 0.7;
}
input.searchTextBox {
  border: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 20px;
  width: 100%;
  margin-right: 12px;
}
.headerPlatinum input.searchTextBox {
  background-color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 640px) {
  .searchAreaWrapSp .searchBox{
    display: flex;
    padding: 12px;
    background-color: #F0F0F0;
  }
  .megaMenu input.searchTextBox {
    font-size: 16px;
  }
}


/* SMBCライン
--------------------------------------------------------- */
/* ------ smbcLine  ----- */
#smbcLine {
  line-height: 1.8;
  position: relative;
  z-index: 901;
}
#smbcLine *,
#smbcLine *::before,
#smbcLine *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#smbcLine.smbcLinePlatinum .logoSmbcGroup{
  margin-top: 5px;
}
#smbcLine_pc {
  background-color: #1a4832;
  border-bottom: 3px solid #b6ca3f;
  min-width: 1000px;
  height: 36px;
}
#smbcLine_pc .smbcGroupWrap {
  width: 1000px;
/*  width: 10px;*/
  margin: 0 auto;
  padding:0px 0 7px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  }


#smbcLine_sp {
  display: none;
}
@media print{
  #smbcLine_pc {
    display: none;
  }
  #smbcLine_sp {
    display: block;
  }
  #smbcLine_sp div{
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #smbcLine {
    position: relative;
    top: 0;
    left: 0;
    line-height: 1.8;
  }
  #smbcLine_pc {
    display: none;
  }
  #smbcLine_sp img {
    width: 100%;
  }
  /* SP */
  #smbcLine_sp {
    display: block;
    background-color: #1a4832;
    border-bottom: 3px solid #b6ca3f;
    height: 38px;
    width: 100vw !important;
  }
  #smbcLine_sp .smbcGroupWrap {
    margin: 0 auto;
    padding: 9px 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* オーバーレイ
--------------------------------------------------------- */
#header_overlay,
#header_overlay_sp {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility 0s ease 1s;
  transition: opacity .4s, visibility 0s ease 1s;
  z-index: 900;
}
#header_overlay.isShow,
#header_overlay_sp.isShow {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; /* ios */
}

/* 追記 */
.subMenu_modal_content a:visited, .subMenu_modal_content a:link {
  color: #333333;
}

#header .hLeft p.logo_out_kamei,
#header .hLeft h1.logo_out_kamei {
    width: 180px;
    height: 28px;
    background:url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/logo_smcc_01.png") left/180px no-repeat;
}

.subMenu_item.subMenu_item-logout,
.subMenu_item.subMenu_item-login,
.subMenu_item.subMenu_item-search,
.subMenu_item.subMenu_item-userInfo,
.font_n_bold_kamei {
  font-weight: bold;
}
.megaMenu {
  margin-top:27px !important;
}

ul li.megaMenu_item.separator {
  display: inline-block;
  height: 18px;
  border-left: 1px solid #ddd;
  width: auto;
  margin: 4px 0px 0px 0px !important;
}

.subMenu_dropdown_body .subMenu_dropdown_list .subMenu_dropdown_item:nth-child(n+2) {
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  .logoSmbc {
    margin-left: 18px;
  }
  .logoSmbcGroup {
    margin-right: 7px;
  }
  .logoSmbc &gt; img,
  .logoSmbcGroup &gt; img {
    display: block;
  }
  #header .hLeft p.logo_out_kamei,
  #header .hLeft h1.logo_out_kamei {
    width: 123px;
    height: 28px;
    background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/logo_smcc_01_sp.png") left/123px no-repeat;
  }
  #header &gt; .headerInner {
    padding-bottom:3px;
    margin-left: 0;
  }
  /*#header &gt; .headerInner.logoLine {*/
  /*  padding-top:0;*/
  /*}*/
  .subMenu_item &gt; .subMenu_itemInner,
  .subMenu_item &gt; a {
    align-items: flex-end;
    color:#00846D;
    font-size: 10px;
    display: flex;
    justify-content: center;
  }
  .subMenu_item {
    margin-top: 0px !important;
  }
  .subMenu_item:not(:last-child) {
    margin-left: 5px;
  }
  .subMenu_item.subMenu_item-menu {
    margin-left: 7px;
  }
  #header .headerInner ul.hRight_subMenu {
    font-weight: bold;
  }
  #header .megaMenu {
    margin-top:0px !important;
    top:0 !important;
    height: calc(100vh - 63px - 35px);
    height: calc(100svh - 63px - 35px);
    width: 100%;
  }
  ul li.megaMenu_item,
  ul.kamei_new_contract li.megaMenu_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    border-bottom: 1px solid #CCC;
    height: auto;
    padding: 0;
    margin-right: auto;
    width: auto;
  }
  .megaMenu_itemTitle {
    font-size: 18px;
    min-height: 58px;
    margin-bottom: 0;
    padding: 16px 56px 15px 20px;
    width: 100%;
  }
  .kamei_customer_label {
    padding: 5px 10px;
    background-color: #03846D;
  }
  #header div.kamei_customer_label ul.hRight_subMenu.linkBtns {
    padding-right:0px;
  }
  .hRight_subMenu.linkBtns {
    width: 100%;
  }
  div ul.hRight_subMenu {
    margin-top:0 !important;
    align-items: flex-end;
  }
  .kamei_customer_label .hRight_subMenu.linkBtns .subMenu_item &gt; a {
    font-size: 14px;
    height: auto;
  }
  .hRight_subMenu.linkBtns.kamei_new_agreement_en &gt; *,
  .kamei_customer_label .hRight_subMenu.linkBtns &gt; * {
    width: 100%;
  }
  .megaMenu_itemLinkTitle::after {
    position: absolute;
    background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_right_chevron.svg") no-repeat center;
    content: '';
    width: 16px;
    height: 16px;
    right: 20px;
    top: calc(50% - 12px / 2);
  }
  
  .kamei_customer_label .hRight_subMenu.linkBtns .subMenu_item &gt; a {
    font-weight: normal;
    color:#68b5a7;
  }

  
  /* モーダル開いた時 */
  #kamei_static_overlay {
    background: #000;
    opacity: 0.6;
    position: fixed;
    top:0;
    left:0;
    z-index: 50;
    display: none;
  }
  #userInfo.isKameiModal_Open {
    font-size: 16px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
    width: 345px;
    padding: 30px 15px;
    box-sizing: border-box;
    z-index: 1051;
    position: fixed;
    left: 0;
    transform: translateY(-50%);
  }
  #kamei_static_userInfo .isKameiModal_Open {
    font-size: 16px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: auto;
    width: 345px;
    padding: 30px 15px;
    box-sizing: border-box;
    z-index: 1051;
    position: fixed;
    left: 0;
    transform: translateY(-50%);
  }
  #header .headerInner .hLeft.h_kamei+.hRight_subMenu .subMenu_item-userInfo {
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(0,0,0,0.6);
    margin-left: 0;
    z-index: 1000;
  }
  #header .subMenu_dropdown_list &gt; .subMenu_dropdown_item.isKamei_Modal_relation {
    padding-top: 0px;
    padding-bottom: 10px;
    line-height: 1.26;
    min-height: auto;
    font-weight: bold;
  }
  #header .isKamei_Modal_relation_none,
  .isKamei_Modal_before_none:before {
    display: none !important;
  }
  #header .isKamei_Modal_relation{
    display: block !important;
    font-weight: normal;
  }
  .subMenu_modal_close_top {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: -31px;
  }
  .subMenu_dropdown .subMenu_dropdown_body:after {
    display: none;
  }
}
.header_site_name &gt; a:link{
  color: #0370c5 !important;
  font-size: 15px;
}
.header_logo_img{
  width: 20px;
  margin-right: 8px;
  padding-bottom: 5px;
}
@media screen and (max-width: 640px){
    .close_sp {
      display: flex;
  }
    #SS_searchFormSp #searchSp input[type=text] {
      height: 40px;
      width: 100%;
      border: solid 1px #DDDDDD;
      -webkit-appearance: none;
      border-radius: 5px;
      padding: 0 10px;
      background: #F5F5F5;
      font-size: 14px;
  }
    #SS_searchFormSp #searchSp button {
      cursor: pointer;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 8.533vw;
      color: #cecece;
      border: none;
      font-size: 20px;
      padding: 0;
      background: transparent;
  }
    .SS_searchSubmit_close {
      display: block;
      border: none;
      width: 30px;
      margin-left: 2.933vw;
      position: relative;
  }
    #SS_searchFormSp #searchSp button:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto auto;
      width: 5.333vw;
      height: 5.333vw;
      background: url("//www.smbc-card.com/content/dam/smcc/jp/ja/kamei/common/img/icon_search_on.svg") no-repeat center;
  }
    #SS_searchFormSp #searchSp li:first-child {
      text-align: left;
      position: relative;
      width: 100%;
  }
  .kamei_Eachtoppage{
    margin-top: 58px;
    background-color: #fff;
    border-bottom: 1px solid #CCC;
  }
  .megaMenu_color{
    background-color:#EDF8F5;
  }
  .SS_searchSubmit_close::before, .SS_searchSubmit_close::after {
    content: "";
    display: block;
    width: 100%;/*バツ線の長さ*/
    height: 2px;/*バツ線の太さ*/
    background: #00846D;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(14% - -9px);
    left: 14%;
  }
}
input#SS_searchQuery {
  background-color: #F0F0F0;
}
@media only screen and (min-width: 641px){
  .SS_searchSubmit_close{
    display: block;
    border: none;
    width: 30px;/*枠の大きさ*/
    height: 30px;/*枠の大きさ*/
    position: relative;
  }
  #header .hRight .searchAreaWrap {
    top: 100%;
    background-color: #FFF;
  }
  button#SS_searchSubmit {
    height: 40px;
    width: 80px;
    background: #0A8664;
    border-radius: 2px;
    color: #fff;
    padding: 0;
    font-size: 14px;
    cursor: pointer;
    transition: .5s;
    border: none;
    margin-right: 10px;
  }
  .SS_searchSubmit_close::before, .SS_searchSubmit_close::after {
    content: "";
    display: block;
    width: 100%;/*バツ線の長さ*/
    height: 2px;/*バツ線の太さ*/
    background: #00846D;
    transform: rotate(45deg);
    transform-origin:0% 50%;
    position: absolute;
    top: calc(14% - -3px);
    left: 14%;
  }
}

.SS_searchSubmit_close:hover {
  cursor: pointer;
}

.SS_searchSubmit_close::after {
  transform: rotate(-45deg);
  transform-origin:100% 50%;
  left: auto;
  right: 14%;
}

.borderT{
  border-top: 1px solid #CCC;
}

</pre></body></html>