body.sp-layout #contWrap {
    padding-top: 0px;
  }
  
  
  /* === Search === */
  
  /*AEM移行に伴い追加*/
  div#contWrap {
    max-width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
  }
  
  div#SS_parent {
    width: 100%;
    /*margin:auto;*/
    background-color: #ffffff;
    padding:10px;
    font-size: 14px;
  }
  
  div.SS_search {
    margin: 20px 0px 20px 20px;
  }
  div.SS_searchCategory {
    margin-top: 3px;
  }
  
  /* === Navication === */
  
  div#SS_navi {
    padding: 20px 0px 20px 5px;
    /*border-top: 1px solid #CCC;*/
    /*border-bottom: 1px solid #CCC;*/
    /*background-color: #FAFAFA;*/
    height: 17px;
  }
  
  div#SS_navi div#SS_naviResult {
    width: 100%;
    float: left;
  }
  
  div#SS_navi span#SS_queryString {
    padding-left: 5px;
  }
  
  div#SS_navi span#SS_totalHits {
    padding-left: 10px;
  }
  
  div#SS_navi span#SS_showCounts {
    padding-left: 10px;
  }
  
  div#SS_navi span#SS_naviSort {
    float:left;
    width: 120px;
    text-align: right;
    display: block;
  }
  span#SS_sortMatch {
  }
  span#SS_sortDate {
    margin-left: 4px;
  }
  
  /* === Adlink === */
  
  div#SS_adlink {
    width: 780px;
    margin: 10px 0px 20px 8px;
    padding: 5px 0px 10px 5px;
    background-color: #E8F4FF;
    border: 1px solid #D2EAFF;
  }
  div.SS_adlinkItem {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    line-height: 1.2em;
  }
  div.SS_adlinkImage {
    float: left;
    width: 170px;
    border: 1px solid #CCC;
    background-color: #FFF;
  }
  div.SS_adlinkImage img {
    padding: 4px;
  }
  div.SS_adlinkPage {
    float: left;
    width: 560px;
    padding-top: 2px;
    margin-left: 10px;
  }
  div.SS_adlinkPage div.SS_adlinkTitle {
    font-size: 100%;
  }
  div.SS_adlinkPage div.SS_adlinkSummary {
    margin: 4px 0px;
    font-size: 100%;
  }
  div.SS_adlinkPage div.SS_adlinkUrl {
    font-size: 100%;
    color: #006F00;
  }
  div.SS_adlinkPage span.SS_highlight {
    font-weight: bold;
  }
  
  /* === Result === */
  
  div#SS_result {
    margin: 25px 0px 20px 15px;
    width: 96%; 
  }
  div.SS_item {
    margin-bottom: 20px;
    line-height: 1.2em;
    min-height: 50px;
    display: inline-block;
    zoom:1;/*for IE 5.5-7*/
  }
  div.SS_item div.SS_image {
    float: left;
    width: 170px;
    display: none;
  }
  div.SS_image img {
    padding: 4px;
    border: 1px solid #CCC;
  }
  div.SS_item div.SS_page {
    float: left;
    margin-left: 10px;
    line-height: 1.5em;
    padding-top: 2px;
  }
  div.SS_item div.SS_page div.SS_title {
    font-size: 100%;
    margin-bottom: 6px;
  }
  div.SS_item div.SS_page div.SS_summary {
    font-size: 100%;
    margin-left: 10px;
  }
  div.SS_item span.SS_highlight {
    font-weight: bold;
  }
  div.SS_item div.SS_page span.SS_url {
    color: #006F00;
    margin-left: 20px;
  }
  div.SS_item span.SS_contentType {
    font-weight: bold;
  }
  div.SS_item span.SS_contentLength {
    display: block;
    float: left;
  }
  div.SS_item span.SS_lastModified {
    float: left;
    margin-left: 5px;
  }
  
  /* === Paging === */
  
  div.SS_paging {
    margin: 25px 0 20px 15px;
    clear: left;
  }
  div.SS_paging b.SS_selectPage {
    border: 1px solid #EEE;
    background-color: #FAFAFA;
    padding: 1px 7px 1px 7px;
    width: 20px;
    position:relative; /* for IE bug */
  }
  div.SS_paging span.SS_numberPage {
    border: 1px solid #EEE;
    padding: 1px 7px 1px 7px;
    width: 20px;
    position:relative; /* for IE bug */
  }
  
  /* === NotFound === */
  
  div#SS_notFound {
    font-size: 100%;
    margin: 15px 0px 15px 20px;
  }
  div#SS_notFound #SS_hint {
    margin: 15px 0px 0px 5px;
  }
  div#SS_notFound ul#SS_hintMessage {
    margin-top: 0;
    margin-left: 25px;
  }
  
  /* === Preview === */
  
  div#SS_preview {
    position: absolute;
    z-index: 100;
    width: 436px;
    height: 336px;
    background: url(https://image.syncsearch.jp/image/preview.gif) no-repeat 0 0; 
    display: none;
  }
  div#SS_previewContainer {
    width: 407px;
    height: 307px;
    margin: 16px 0px 0px 16px;
    background: url(https://image.syncsearch.jp/image/shadow.png) no-repeat 0 0;
  }
  
  /* === Suggest === */
  
  img#SS_previewImage {
    border: 1px solid #CCCCCC;
  }
  input.SS_searchQuery {
    ime-mode : active;
  }
  div.SS_suggest {
    font-weight: normal;
    z-index: 9;
    display: none;
    position: absolute;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    width: 200px;
  }
  div.SS_suggest div.SS_suggestItemOff { 
    background-color: #FFF;
    border-top: 1px solid #CCC;	
    padding: 2px 0px 2px 0px;
    width: 100%;
  }
  div.SS_suggest div.SS_suggestItemOn {
    background-color: #ECF5FA;
    border-top: 1px solid #CCC;	
    padding: 2px 0px 2px 0px;
    width: 100%;
  }
  div.SS_suggest span.SS_suggestKey {
    font-size: 100%;
    padding-left: 4px;
  }
  div.SS_suggest span.SS_suggestRate {
    width: 100px;
  }
  
  /* customize */
  div#SS_sort {
    margin: 10px 0px;
    padding: 5px 0px 5px 15px;
    height: 16px;
  }
  div#SS_sort span.resultText {
    padding-right: 20px;
  }
  input.iptTxt {
    width: 160px;
  }
  
  div.SS_adlink.title {
      margin-bottom: 10px;
  }
  
  
  div.clear {
    font-size:0;
    line-height:0;
    clear: both;
  }
  
  div.vspacer20 {
    font-size: 0;
    line-height: 0;
    height: 20px;
  }
  
  /* === faq === */
  
  div#SS_contents div#SS_faq {
    width: auto;
    margin: 5px 0px 0px 8px;
    padding: 5px 0px 10px 5px;
    background-color: #e6f0fa;
    border: 1px solid #d9d9d9;
  /*  background-color: #eaffd5; */
  /*  border: 1px solid #8fca78; */
  }
  div#SS_contents div.SS_faqItem {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    line-height: 1.2em;
  }
  div#SS_contents div.SS_faqImage {
    float: left;
    width: 170px;
    border: 1px solid #CCC;
    background-color: #FFF;
  }
  div#SS_contents div.SS_faqImage img {
    padding: 4px;
  }
  div#SS_contents div.SS_faqPage {
    float: left;
    width: 760px;
    padding-top: 2px;
    margin-left: 10px;
  }
  div#SS_contents div.SS_faqPage div.SS_faqTitle {
    font-size: 120%;
  }
  div#SS_contents div.SS_faqPage div.SS_faqSummary {
    margin: 4px 0px;
    font-size: 100%;
  }
  div#SS_contents div.SS_faqPage div.SS_faqUrl {
    font-size: 100%;
    color: #006F00;
  }
  div#SS_contents div.SS_faqPage span.SS_highlight {
    font-weight: bold;
  }
  
  div#SS_contents div.SS_faqPage div.SS_faqUrl {
      margin-bottom: 5px;
  }
  p.faq_label {
      text-decoration:underline;
      margin-left:10px;
      font-size:120%;
      font-weight:bold;
  }
  
  
  
  /*スマホ用*/
  
  @media screen and (max-width:640px){
  
  /* === Search === */
  
  div.SS_search {
    margin: 20px 0px 20px 20px;
  }
  
  div.SS_searchCategory {
    margin-top: 3px;
  }
  
  input.SS_searchQuery{
    width: 40%;
  }
  
  
  /* === Navication === */
  
  div#SS_navi {
    padding-left: 5px;
    height: auto;
    width: auto;
    padding: 20px 0px 20px 15px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background-color: #FAFAFA;
  }
  
  div#SS_navi div#SS_naviResult{
    float: none;
  }
  
  div#SS_navi span#SS_queryString{
    padding-left: 0px;
  }
  
  input.SS_searchQuery{
    width: 80%;
  }
  
  
  /* === Result === */
  
  div#SS_result{
    width: 100%;
    margin-left: 0px;
  }
  
  
  
  /* === Paging === */
  div.SS_paging{
    margin-left: 10px;
  }
  
  div.SS_paging b.SS_selectPage,
  div.SS_paging span.SS_numberPage{
    display: inline-block;
    margin-bottom: 5px;
    width: auto;
  }
  
  
  /* customize */
  div#SS_sort{
    padding-left: 0px;
  }
  
  
  }
  
  /* header・footer処理 body背景色追加 7/3 */
  body {
    background-color:white;
  }
  
  /* ヘッダー、フッタースタイル */
  /* 汎用css */
  
  html {
    height: auto;
  }
  /* 標準 */
  #header ul,
  #header ol {
  line-height:1.8;
  }
  #header li+li {
    margin-top: 0;
  }
  #footer .breadCrumb_item+.breadCrumb_item {
    margin-top: 0;
  }
  .forSpBlock {
    display: none !important;
  }
  @media all and (max-width:640px)
  {
    body .forPcBlock {
        display: none !important;
    }
    body .forSpBlock {
        display: block!important;
    }
  }
  .txtMagic {
    text-indent: 100% !important;
    display: block !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }
  #header ul, ol, dd {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #footer ul, ol, dd {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .megaMenu
  {
  margin-top: 8px !important;
  }
  @media all and (max-width:640px)
  {
    .megaMenu
    {
        margin-top: 0px !important;
    }
  }
  .footBreadCrumbArea
  {
    font-size: 16px;
  }
  #smbcLine img
  {
    vertical-align: middle;
  }
  #header img
  {
    vertical-align: middle;
  }
  #footer img
  {
    vertical-align: middle;
  }
  #OperationCardArea{
    background-color: #ffffff;
  }
  #OperationCard {
    width: 1000px;
    margin: 0 auto;
    display: block;
    padding: 0; /* コンテナはデフォルトで左右余白40px入るようにしているが、mainコンテナは0pxにする */
  }
  @media all and (max-width:640px)
  {
  
  .footAreaTop .footAreaTop_items {
      margin-bottom: -16px !important;
  }
  .note > li::before {
      content: "※";
      display: block;
      position: absolute;
      left: 0;
  }
  .note li {
      position: relative;
      padding-left: 20px;
      line-height: 1.4;
  }
  .megaMenu_spBottom .note {
      font-size: 12px;
      margin-bottom: 30px !important;
  }
  .megaMenu_spBottomNavItem + .megaMenu_spBottomNavItem {
      margin-top: 10px !important;
  }
  .footBottomArea .footBreadCrumbArea .breadCrumb_itemBody .breadCrumb_item + .breadCrumb_item {
      margin-top: 10px !important;
  }
  .subMenu_modal_content .subMenu_dropdown_list {
      list-style: none;
      padding-left: 0px;
  }
  .subMenu_item {
      margin-top: 5px !important;
  }
    #OperationCard {
        margin: 0 auto;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
  }
  .acdiBtn {
  color: rgba(0, 0, 0, 0);
  font-size: 1rem;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #117766;
  border-radius: 25px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -12px;
  margin-bottom: 0;
  border-bottom: none;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  }
  .acdiBtn:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 2px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -1px;
  transition: 0.6s;
  transform: rotate(180deg);
  }
  .acdiBtn:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -6px;
  transition: 0.3s;
  transform: rotate(90deg);
  }
  .acdiBtn.off:before {
  transform: rotate(180deg);
  }
  .acdiBtn.on:before {
  transform: rotate(0deg);
  }
  .acdiBtn.off:after {
  transform: rotate(90deg);
  }
  .acdiBtn.on:after {
  transform: rotate(0deg);
  }
  
  /* シンプル */
  
  #header.header-popup {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  max-width: none;
  border-top: none;
  overflow-x: hidden;
  min-width: 100%;
  }
  
  #footer.footer-popup {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  border-top: none;
  overflow-x: hidden;
  }
  #header.header-fixed {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  }
  #header.header-popup > .headerInner {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  }
  #header.header-popup .hLeft {
  margin-left: 15px;
  }
  #header.header-popup .hRight {
  margin-right: 15px;
  }
  /* ポップアップヘッダ */
  #header.header-popup .headerInner {
  height: 60px;
  border-top: 5px solid #B6CA3F;
  }
  
  @media screen and (min-width: 640px){
  
  #loan-header-width1 {
  width: 250px;
  }
  
  #loan-header-width2 {
  width: 250px;
  }
  
  #loan-header-width3 {
  width: 250px;
  }
  
  #loan-header-width4 {
  width: 250px;
  }
  
  }
  
  @media only screen and (max-width: 640px) {
  #header.header-popup{
    height: 80px;
  }
  #header.header-popup .headerInner {
    height: 80px;
  }
  
      .header-navigation {
        z-index:999;
    }
  
  }
  #header.header-popup .btnPopupClose {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.389;
  padding: 4px;
  background-color: #EEEEEE;
  color: #333;
  text-align: center;
  border: 1px solid #EEEEEE;
  text-decoration: none;
  position: relative;
  height: 35px;
  width: 180px;
  }
  @media only screen and (max-width: 640px) {
  #header.header-popup .btnPopupClose {
    padding: 7px 0 6px;
    height: 40px;
    width: 150px;
  }
  }
  #header.header-popup .btnPopupClose::after {
  content: "";
  width: 20px;
  height:20px;
  background-image: url(../../../static/responsive/img/mem/icon_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  }
  @media only screen and (max-width: 640px) {
  #header.header-popup .btnPopupClose::after {
    right: 10px;
  }
  }
  /* ポップアップフッタ */
  .footer-popup {
  background-color: #fff;
  width: 100vw;
  /* footerがcontWrapの内側にある場合と外側にある場合があるので、ネガティブマージンをcalc()で算出 */
  margin-right: calc((100vw - 100%) / 2 * -1);
  margin-left: calc((100vw - 100%) / 2 * -1);
  min-width: 0;
  }
  .footer-popup .footArea_copyright {
  background-color: transparent;
  border-top: 1px solid #CCC;
  }
  .footer-popup #copyArea {
  color: #666;
  font-size: 12px;
  }
  @media only screen and (max-width: 640px) {
  #footer.footer-popup {
    min-width: 0px;
  }
  .footer-popup #copyArea {
    font-size: 10px;
  }
  }
  #footer.footer-popup .btnPopupClose {
  display: block;
  width: 440px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.389;
  padding: 17px 60px 16px;
  background-color: #EEEEEE;
  color: #333;
  margin: 0 auto 50px auto;
  text-align: center;
  border: 1px solid #EEEEEE;
  text-decoration: none;
  position: relative;
  }
  @media only screen and (max-width: 640px) {
  #footer.footer-popup .btnPopupClose {
    width: 150px;
    padding: 7px 0 6px;
  }
  }
  #footer.footer-popup .btnPopupClose::after {
  content: "";
  width: 20px;
  height:20px;
  background-image: url(../../../static/responsive/img/mem/icon_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  }
  @media only screen and (max-width: 640px) {
  #footer.footer-popup .btnPopupClose::after {
    right: 10px;
  }
  }
  
  .txtMagic {
    text-indent: 100% !important;
    display: block !important;
    overflow: hidden !important;
    white-space: nowrap !important;
  }
  #footer.footer-popup img {
    vertical-align: middle;
  }
  
  
  #smbcLine {
    line-height: 1.8;
    position: relative;
    z-index: 901;
  }
  #smbcLine_pc {
    background-color: #1a4832;
    border-bottom: 3px solid #b6ca3f;
    min-width: 1000px;
  }
  #smbcLine_pc .smbcGroupWrap {
    width: 1000px;
    height: 36px;
    margin: 0 auto;
    padding: 8px 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;
  }
  #smbcLine_pc .logoSmbc {
    width: 72px;
    height: 21px;
  }
  #smbcLine_pc .logoSmbc img {
    vertical-align: baseline;
    width: 100%;
    height: 100%;
  }
  #smbcLine_pc .logoSmbcGroup {
    width: 48px;
    height: 7px;
  }
  #smbcLine_pc .logoSmbcGroup img {
    vertical-align: top;
    width: 100%;
    height: 100%;
  }
  
  #header {
    font-family: 'Noto Sans JP', "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif;
    line-height: 1.8;
    min-width: 1000px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    background: #fff;
    -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: 991;
    width: auto;
  }
  #header input {
    border-radius: 0;
  }
  
  #header > .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;
    position: relative;
    height: 88px;
  }
  #header .hLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
  }
  #header .hLeft {
    width: 295px;
  }
  #header .hLeft p.logo_out, #header .hLeft h1.logo_out {
    width: 148px;
    height: 32px;
    background: url(//www.smbc-card.com/content/dam/smcc/jp/ja/nyukai/loan/common/img/logo_logout.png) left/148px no-repeat;
  }
  #header .hLeft p.logo_out {
    margin-bottom: 0;
  }
  #header .hLeft p.logo_out a, #header .hLeft h1.logo_out a {
    display: block;
    margin: 0;
  }
  #header .hLeft p.logo_area {
    height: 36px;
    width: 105px;
    font-size: 0;
    line-height: 22px;
    border-left: 1px solid #ddd;
    margin-left: 20px;
    padding-left: 20px;
  }
  #header .hLeft p.logo_area img{
    margin-top: 5px;
  }
  
  #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;
  }
  div ul.hRight_subMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 15px !important;
    margin-bottom: 5px !important;
  }
  .subMenu_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 20px;
  }
  .subMenu_item::before {
    content: '';
    width: 20px;
    height: 20px;
    top: 0;
    margin-right: 4px;
  }
  .subMenu_item-attention::before {
    background: url(//www.smbc-card.com/content/dam/smcc/jp/ja/nyukai/loan/common/img/ic_attention.svg) no-repeat center;
  }
  .subMenu_item-support::before {
    background: url(//www.smbc-card.com/content/dam/smcc/jp/ja/nyukai/loan/common/img/ic_support.svg) no-repeat center;
  }
  .subMenu_item-search::before {
    background: url(//www.smbc-card.com/content/dam/smcc/jp/ja/nyukai/loan/common/img/ic_search.svg) no-repeat center;
  }
  
  .subMenu_item > .subMenu_itemInner,
  .subMenu_item > 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;
  }
  
  .subMenu_item:not(:first-child) {
    margin-left: 24px;
  }
  .subMenu_item-search {
    cursor: pointer;
  }
  
  
  
  #header .megaMenuInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    position: relative;
    text-align: center;
    /* edited isg 0913 */
  }
  .megaMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /* margin: 14px 0 !important; */
    z-index: 990;
    width: 700px;
    margin-bottom: 20px !important;
    /* edited isg 0913 */
  }
  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: flex-end;
    height: 20px;
    margin-left: 32px;
  }
  
  .megaMenu_item > .megaMenu_itemTitle {
    color: #333;
    cursor: default;
    line-height: 20px;
  }
  .megaMenu_itemTitle {
    font-weight: bold;
    position: relative;
  }
  
  a.megaMenu_itemTitleLink,
  .megaMenu_item-isMenuOpen > .megaMenu_itemTitle > a.megaMenu_itemTitleLink {
    color: #333;
    text-decoration: none;
    font-size: 15px;
  }
  
  
  #searchArea {
    display: none;
    z-index: 990;
  }
  #header .hRight .searchAreaWrap {
    position: absolute;
    top: 88px;
    left: 0;
    width: 100%;
    padding: 20px 40px;
    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);
  }
  .searchBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  input.searchTextBox {
    border: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px 20px;
    width: 100%;
  }
  .searchButton {
    border: none;
    height: 45px;
    width: 45px;
    color: transparent;
    background: url(//www.smbc-card.com/content/dam/smcc/jp/ja/nyukai/loan/common/img/btn_search.svg) no-repeat center;
    cursor: pointer;
  }
  
  
  
  
  #header.header-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    transform: scaleX(1);
  }
  
  .subMenu_item-menu {
    color: #117766;
    display: none;
  }
  
  #header .hRight .searchAreaWrap input#SS_searchSubmit{
  font-size: 0;
  }
  
  
  
  #smbcLine_sp {
    display: none;
  }
  
  
  
  @media only screen and (min-width: 641px){
    .megaMenu.hamburgerMenuSp {
        display: none !important;
    }
  }
  
  
  
  @media only screen and (max-width: 640px) {
    #smbcLine {
        position: relative;
        top: 0;
        left: 0;
    }
  
    #smbcLine_sp {
        display: block;
        background-color: #1a4832;
        border-bottom: 3px solid #b6ca3f;
    }
    #smbcLine_sp .smbcGroupWrap {
        width: 100%;
        height: 36px;
        margin: 0 auto;
        padding: 8px 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;
    }
    #smbcLine_sp .logoSmbc {
        width: 78px;
        height: 23px;
        margin-left: 20px;
    }
    #smbcLine_sp .logoSmbc img {
        vertical-align: baseline;
    }
    #smbcLine_sp img {
        width: 100%;
    }
    #smbcLine_sp .logoSmbcGroup {
        width: 56px;
        height: 8px;
        margin-right: 20px;
        line-height: 1;
    }
    #smbcLine_sp .logoSmbcGroup img {
        vertical-align: text-top;
    }
  
  
    #header {
        position: relative !important;
        height: auto;
        width: 100%;
        min-width: 320px;
    }
    #header > .headerInner {
        height: 60px;
        width: 100%;
        min-width: 320px;
    }
    #header .hLeft {
        margin-left: 16px;
        width: 240px;
    }
    #header .hLeft p.logo_out,
    #header .hLeft h1.logo_out {
        width: 122px;
        height: 20px;
        background-size: contain;
    }
  
    #header .hRight {
        margin-right: 8px;
        margin-top: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        overflow: visible;
    }
  
    div ul.hRight_subMenu {
        margin-top: 0 !important;
        margin-bottom: 0px !important;
    }
  
    .subMenu_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        margin-top: 0px !important;
        width: 50px;
        font-size: 10px;
        line-height: 14px;
        cursor: pointer;
    }
    .subMenu_item-support::before {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
        background-size: 24px;
    }
    .subMenu_item > .subMenu_itemInner,
    .subMenu_item > a {
        height: 36px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        font-size: 10px;
        font-weight: bold;
        color: #00846D;
        white-space: nowrap;
    }
  
    .subMenu_item:not(:first-child) {
        margin: 0 10px;
    }
  
    .subMenu_item::before {
        margin-right: 0;
        position: absolute;
        pointer-events: none;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
    }
    .subMenu_item-menu::before {
        background: url(//www.smbc-card.com/content/dam/smcc/jp/ja/nyukai/loan/common/img/ic_menu.svg) no-repeat center;
        top: calc(50% - 16px / 2);
        width: 16px;
        height: 14px;
    }
    .subMenu_item.subMenu_item-menu > a {
        color: #117766;
    }
    .subMenu_item-attention {
        display: none;
    }
  
  
  
    .megaMenu {
        display: none;
        position: absolute;
        background-color: #FFF;
        left: 0;
        top: 46px;
        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);
        height: auto;
        overflow-y: visible;
        width: 100%;
    }
    ul li.megaMenu_item {
        justify-content: flex-start;
        background-color: rgb(0 0 0 / 0%);
        -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;
        height: auto;
        margin: 0;
        padding: 0;
    }
    .megaMenu_item > .megaMenu_itemTitle,
    .megaMenu_item-isMenuOpen > .megaMenu_itemTitle,
    .megaMenu_item-active > .megaMenu_itemTitle {
        border-bottom: none;
    }
    .megaMenu_item > .megaMenu_itemTitle,
    .megaMenu_item-isMenuOpen > .megaMenu_itemTitle > a,
    .megaMenu_itemTitle > a {
        color: #333;
    }
  
    .searchAreaWrapSp .searchBox {
        display: flex;
        padding: 15px 20px;
        background-color: #F0F0F0;
    }
    .megaMenu input.searchTextBox {
        font-size: 14px;
        background-color: #fff;
    }
  
    #header .megaMenu_item-sp {
        display: block;
    }
  
    .megaMenu_item:nth-child(2) {
        padding-left: 0;
    }
    #header .megaMenu_spBottom {
        background-color: #FFF;
        padding: 0 18px;
    }
    .megaMenu_spBottomNavItem:not(:last-child) {
        line-height: 1;
        border-bottom: 1px #DCDCDC solid;
    }
    .megaMenu_item .megaMenu_spBottomNavItem + .megaMenu_spBottomNavItem {
        margin-top: 0px !important;
    }
  
  
    #header .megaMenu_spBottomNavItemLink,
    #header .megaMenu_spBottomNavItemShare {
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        line-height: 16px;
        color: #333333;
        text-decoration: none;
        position: relative;
        display: flex;
    }
    #header .megaMenu_spBottomNavItemLink {
        padding: 18px 32px 18px 0px;
    }
    .megaMenu_spBottomNavItemLink::after,
    .megaMenu_spBottomNavItemShare::after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .megaMenu_spBottomNavItemLink::after {
        height: 16px;
        width: 16px;
        background: url(//www.smbc-card.com/content/dam/smcc/jp/ja/nyukai/loan/common/img/icon_right_chevron.svg) no-repeat center;
    }
  
    #header .megaMenu_supportlink {
        padding: 5px 20px 20px 20px;
    }
    #header a.supportLink {
        display: block;
        text-align: center;
        position: relative;
        color: #333;
        border: solid 1px #DCDCDC;
        border-radius: 4px;
        padding: 15px 42px;
    }
    #header .supportTop {
        font-size: 15px;
        font-weight: bold;
        line-height: 19px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #header .supportLink::after {
        position: absolute;
        content: '';
        height: 16px;
        width: 16px;
        top: 25px;
        right: 13px;
        left: auto;
        background: url(//www.smbc-card.com/content/dam/smcc/jp/ja/nyukai/loan/common/img/icon_right_chevron.svg) no-repeat center;
    }
    #header .supportTop::before {
        content: '';
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
        background: url(//www.smbc-card.com/content/dam/smcc/jp/ja/nyukai/loan/common/img/ic_support.svg) no-repeat center;
        background-size: 24px;
        margin-right: 5px;
    }
    #header .megaMenu_close {
        height: 51px;
        background-color: #EEE;
        text-align: center;
        padding: 17px 0;
        cursor: pointer;
    }
    #header .megaMenu_closeButton {
        font-size: 14px;
        line-height: 16px;
    }
    #header .megaMenu_closeButton::before {
        content: '';
        height: 16px;
        width: 16px;
        position: absolute;
        background: url(//www.smbc-card.com/content/dam/smcc/jp/ja/nyukai/loan/common/img/icon_close.svg) no-repeat center;
        right: 18px;
        left: auto;
    }
  
    .subMenu_item-support {
        width: 26px;
        text-indent: -9999px;
    }
  
  
  
    #header_overlay {
        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 {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
  
  
    #header .hLeft p.logo_area {
        margin-left: 20px;
        padding-left: 20px;
    }
  
    .subMenu_item-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 26px;
        margin: 0 10px;
    }
  
  
  #header .hLeft p.logo_area img {
      margin-top: 6px;
  }
  
  
  
    body .forPcBlock {
        display: none !important;
    }
  
    #smbcLine_pc {
        display: none;
    }
  
  }
  
  @media print {
  #header.header-fixed{
    position: relative;
  }
  #header .hRight .searchAreaWrap{
    display:none;
  }
  .footer-nav dl dd a {
    color: #00846D;
    font-size: 16px;
  }
  
  #header input,
  #header .hRight .searchAreaWrap input{
     display:none;
    
  }
  
  body .forPcBlock {
    display: block!important;
  }
  body .forSpBlock {
    display: none !important;
  }
  .megaMenu.hamburgerMenuSp {
    display: none !important;
  }
  .search_section {
    margin: 30px 0 20px 0;
    padding-top: 40px;
  }
  #header{
    margin-bottom: 30px;
  }
  }
  
  /*fotter追加*/
  footer.footer--detail {
    background: #F5F5F5;
  }
  .footer--detail .footer-contents-wrap {
    padding: 50px 0;
    background: #F5F5F5;
  }
  .footer-nav {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .footer-nav>dl {
    /* edited isg 0913 */
    width: 23%;
    padding: 0;
    float: none;
  }
  .footer-nav>dl dd {
    margin-left: 15px;
  }
  .footer-nav>dl dd a {
    color: #00846D;
    font-size: 16px;
  }
  .footBottomArea {
    background: #F1F1F1;
  }
  .footBottomArea .footBottom_contensWrap {
    width: 1000px;
    margin: 0 auto;
    padding: 25px 0;
    background: #F1F1F1;
  }
  .footBottomArea ul.footBottom_itemBody {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
  }
  .footBottomArea ul.footBottom_itemBody li {
    margin: 0 50px 0 0;
    padding: 0;
  }
  .footBottomArea ul.footBottom_itemBody li a {
    color: #333;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 24px;
  }
  .footBottomArea ul.footBottom_itemBody li a::after {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-top: 2px solid #00846D;
    border-right: 2px solid #00846D;
  }
  
  .copyright {
    background: #1A4832;
    color: #fff;
    font-size: 13px;
  }
  
  .footer-nav>dl dt span{
    color: #EB4D4D;
    font-size: 14px;
  }
  
  
  .footer-nav .nav_div{
    /* edited isg 0913 */
    /*width: 33%;*/
    padding: 0;
    float: none;
  }
  
  .footer-nav .nav_div>dl dt,
  .footer-nav .nav_div>dl dd {
    padding: 10.5px 0;
    position: relative;
  }
  .footer-nav .nav_div>dl dt {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .footer-nav .nav_div>dl dd {
    margin-left: 15px;
  }
  .footer-nav .nav_div>dl dd a {
    color: #00846D;
    font-size: 16px;
    text-decoration: none;
  }
  
  .footer-nav .nav_div>p{
    font-size: 16px;
    margin-bottom: 5px;
    padding: 10.5px 0;
    position: relative;
  }
  .footer-nav .nav_div>p a {
    color: #00846D;
    font-size: 16px;
    text-decoration: none;
  }
  
  .footer-contents-wrap{
  background: #F5F5F5;
  }
  
  
  @media only screen and (max-width: 640px) {
    footer.footer--detail {
        padding: 30px 20px;
    }
    .footer--detail .footer-contents-wrap {
        padding: 0;
    }
    .footer-nav {
        display: block;
    }
    .footer-nav>dl {
        width: auto;
    }
    .footer-nav>dl:first-child {
        border-top: 1px solid #d5d5d5;
    }
    .footer-nav>dl dt {
        padding: 15px 0;
    }
    .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;
    }
  
  
  
    .footBottomArea {
        background: #F5F5F5;
        width: auto;
        padding: 0 20px;
    }
    .footBottomArea .footBottom_contensWrap {
        width: auto;
        padding-top: 0;
    }
    .footBottomArea ul.footBottom_itemBody {
        display: block;
    }
    .footBottomArea ul.footBottom_itemBody li {
        margin: 0;
    }
  
  
  
    .footer-nav .nav_div {
        width: auto;
    }
    .footer-nav .nav_div>p{
        border-top: 1px solid #d5d5d5;
    }
  
    .footer-nav .nav_div>dl dt {
        margin-bottom: 0;
        line-height: 16px;
        padding: 12px 0;
    }
    .footer-nav .nav_div>dl dt {
        padding: 15px 0;
    }
  
    .kasikin {
      font-size: 14px;
      line-height: 18.2px;
    }
  
    .copyright {
      padding: 12.5px 0; 
    }
  
  }
  
  /*7/3追加分end*/