@charset "UTF-8";


/*基本幅設定
　最大幅1000ｐｘ　ブレークポイント640ｐｘ
*/
/*----------------------------------------------------*/
/*footer*/
/*-----------------------------------------------------*/

footer{
    background: #F1F1F1;
    position: relative;
/*    margin-top: 102px; */
    color: #333333 !important;
    min-width: 1000px;
}
.basic_footer {
    margin-top: 64px;
}
.responsivegrid:has(.aem-Grid > .container > .cmp-container > .aem-Grid > .bps-breadcrumb) + .experiencefragment > .cmp-experiencefragment > .xf-content-height > .aem-Grid > .responsivegrid > .aem-Grid > .bps-freehtml > .cmp-includejsp > .basic_footer {
    margin-top: 0;
}
footer.footer--lp{
    background-color: #f1f1f1;
}


@media all and (max-width:640px){
    footer{
        background: #FFFFFF;
        margin-top: 0px;
        color: #000000 !important;
        width: 100%;
        left: 0;
        margin-left: 0;
        min-width: 0px;
        overflow: hidden;
    }
    footer.footer--lp{
        background-color: #ffffff;
    }
    .responsivegrid:has(.aem-Grid > .container > .cmp-container > .aem-Grid > .bps-breadcrumb) + .experiencefragment > .cmp-experiencefragment > .xf-content-height > .aem-Grid > .responsivegrid > .aem-Grid > .bps-freehtml > .cmp-includejsp > .basic_footer {
        margin-top: 32px;
    }
    
}

/*header 子要素配置*/
.page-top-link{
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.footer--lp .page-top-link{
    top: -5px;
}

.nyukai-information-desk{
    color: #000;
}

.footer-contents-wrap{
    width: 1000px;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 24px;
    /* padding-left: 32px;
    padding-right: 32px; */
}
@media all and (min-width:641px){
    .footer-contents-wrap{
        border-bottom: 1px solid #d5d5d5;
    }
}
.footer--detail .footer-contents-wrap{
    margin-bottom: -1px;
}

@media all and (max-width:640px){
    .page-top-link{
        width: calc(100% - 30px);
        right: 15px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        margin-top: 0 !important;
    }
    .footer-contents-wrap{
        width: 100%;
        padding: 0px !important;
    }
}



/*----------------*/
/*既存デザイン対応 判別にhtmlに付与される「desktop」を利用*/
#footer{
    background: transparent;
}

.BPTWrap{
    display: none;
}

/*----------------*/

/* ポップアップ閉じるボタン */
#footer.footer-popup .btnPopupClose {
    display: block;
    width: 440px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.389;
    padding: 17px 60px 16px;
    background-color: #ffffff;
    color: #00846D;
    margin: 0 auto 50px auto;
    text-align: center;
    border: 2px solid #00846D;
    text-decoration: none;
    position: relative;
}
@media only screen and (max-width: 640px) {
    #footer.footer-popup .btnPopupClose {
      width: 300px;
      padding: 7px 0 6px;
    }
}
/*----------------*/

.desktop footer{
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
}
  
@media all and (min-width:1024px){
    .desktop body{
        overflow: hidden;
    }
}

@media all and (max-width:1024px){
    .desktop footer{
        width: 1024px;
        left: 50%;
        margin-left: -512px;
    }
}
/*----------------*/
@media all and (max-width:640px){
    .desktop footer{
        width: 100%;
        left: 0;
        margin-left: 0px;
    }
}


/*------------------------------------*/
/*breadcrumb*/
.breadcrumb{
    color: #000000 !important;
    }

/*breadcrumb 子要素配置*/

.breadcrumb a,
.breadcrumb span,
.breadcrumb div{
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
    
}

.breadcrumb a:hover{
    text-decoration: underline;
}

.breadcrumb span {
    color: #000000 !important;
}


/*------------------------------------*/
/*page-top-link*/
.page-top-link{
    margin-top: -40px;
}
.page-top-link a{
    display: block;
    background: #999999;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    float: right;
    text-align: center;
    position: relative;
    transition: 0.2s;
    z-index: 9;
}
.page-top-link a:hover{
    opacity: 0.7;
}


.page-top-link a:before{
    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 (min-width:641px){
    .page-top-link a:hover:before{
        animation: top-link1 0.3s ease infinite alternate;
    }
}

.pgTopLinkWrap img {
    width: 66px;
}

.pgTopLinkWrap {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 980;
    margin-top: 0;
}

@media only screen and (max-width: 640px) {
  .pgTopLinkWrap{
    right: 0px;
    bottom: 0px;
    z-index: 990;
  }
  .pgTopLink02:hover{
    opacity: 1;
  }
}

@keyframes top-link1{
    0%{
        top: 14px;
    }
    100%{
        top: 8px;
    }
}

.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 (min-width:641px){
    .page-top-link a:hover:after{
        animation: top-link2 0.3s ease infinite alternate;
    }
}

@keyframes top-link2{
    0%{
        top: 16px;
    }
    100%{
        top: 10px;
    }
}

@media all and (max-width:640px){
    .page-top-link a{
        background: #ffffff;
    }
    
    .page-top-link a:before{
        background: #0a8664;
    }
    
    .page-top-link a:after{
        background: #ffffff;
    }
    #float_ToTop_button {
        border: 1px solid #f7f7f7;
        overflow: hidden;
        cursor: pointer;
        padding: 8px;
        background-color: white;
        position: fixed;
        bottom: 10px;
        z-index: 15;
        right: 10px;
    }
}


/*------------------------------------*/
/*footer-contents-wrap*/
.footer-contents-wrap{
    overflow: hidden;
}
/*footer-contents-wrap 子要素配置*/

.footer-nav{
    width: 100%;
}
.footer-info{
    display: none;
}
.footer-nav > p{
    font-size: 12px;
    margin-bottom: 20px;
}

@media all and (max-width:640px){
    .footer-nav{
        float: none;
        width: 100%;
    }
    .footer-info{
        display: block;
        float: none;
        width: 100%;
    }
}


/*------------------------------------*/
/*footer-nav*/
.footer-nav{
    
}
/*footer-nav 子要素配置*/
.footer-nav > dl{
    width: 25%;
    float: left;
}
.footer-nav > dl:nth-child(1){
    width: 28%;
}
.footer-nav > dl:nth-child(2){
    width: 20%;
}
.footer-nav > dl:nth-child(3){
    width: 24%;
}
.footer-nav > dl:nth-child(4){
    width: 28%;
}
@media all and (max-width:640px){
    .footer-nav > dl{
        width: 100% !important;
        float: none !important;
    }
}

/*------------------------------------*/
/*.footer-nav > dl*/
.footer-nav > dl{

}

@media all and (max-width:640px){
    .footer-nav > dl dt{
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        margin-top: -1px;
    }
    .footer-nav > dl:first-child dt{
        margin-top: 0;
    }
    .footer-nav > dl dt + dt{
        border-top: none;
        border-bottom: none;
        margin-top: -1px;
    }
}

/*footer-nav > dl 子要素配置*/
.footer-nav > dl dt,
.footer-nav > dl dd{
    padding: 8px 0;
    position: relative;
}
.footer-nav > dl dt{
    font-weight: bold;
    font-size: 18px;
}
.footer-nav > dl dd{
    line-height: 1.7;
}
.footer-nav > dl dd a{
    color: #333333;
    font-size: 14px;
    text-decoration: none;
}

.footer-nav > dl dd a:hover{
    text-decoration: underline;
}

/*commonの内容をフッター用に記述*/
.footer-nav > dl dd a.blank:after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(/content/dam/smcc/jp/ja/nyukai/icon/ic_footer_link_blank.svg) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
    margin-bottom: 3px;
}
.footer-nav > dl dd a.winPopup.blank:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%23333333;stroke-linejoin:round;stroke-width:2px;}.c{stroke-linecap:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.355 2)'%3E%3Cpath class='b' d='M9,7.088V9H1V1H2.914' transform='translate(-1 2.641)'/%3E%3Crect class='c' width='8' height='8' transform='translate(3.644)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
    background-size: contain;
}
@media all and (max-width:640px){
    .footer-nav {
        margin-left: 0;
    }
    .footer-nav > dl dt{
        margin-bottom: 0;
        line-height: 24px;
        padding: 10px 22px;
        font-size: 18px;
    }
    .footer-nav > dl:last-child dt{
        margin-bottom: 1px;
    }
    .footer-nav > dl dd{
        display: none;
        padding: 10px 0 10px 36px;
        background-color: #EDF8F5;
    }
    .footer-nav > dl dd + dd{
        margin-top: 2px;
    }
    .footer-nav > dl dd a{
        color: #00846D;
        font-size: 16px;
    }
    .footer-nav > dl dd a:after{
        content: " ";
        margin-left: 8px;
        width: 1em;
        height: 1em;
        display: inline-block;
        vertical-align: -2px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b{fill:none;}.b{stroke:%2300846d;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cpath class='b' d='M4.55,1.1l5,5-5,5' transform='translate(1.449 1.898)'/%3E%3C/svg%3E") no-repeat center right;
        background-size: contain;
        position: absolute;
        top: 15px;
        right: 27px;
    }
    .footer-nav > dl dd a.blank:after{
        content: " ";
        margin-left: 8px;
        width: 1em;
        height: 1em;
        display: inline-block;
        vertical-align: -2px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%2300846d;stroke-linecap:round;stroke-width:2px;}.b{stroke-linejoin:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.455 2.455)'%3E%3Cpath class='b' d='M12.086,9.711v2.376H1V1H3.376' transform='translate(-1 -1)'/%3E%3Cpath class='b' d='M9,1h4.751V5.752' transform='translate(-2.665 -1)'/%3E%3Cpath class='c' d='M5,1,0,6' transform='translate(5.543 -0.457)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
        background-size: contain;
    }
    /*.footer-nav > dl dt*/
    .footer-nav > dl dt:before{
        content: "";
        width: 12px;
        height: 2px;
        display: block;
        background: #00846D;
        position: absolute;
        right: 28px;
        top: 50%;
    }

    .footer-nav > dl dt:after{
        content: "";
        width: 12px;
        height: 2px;
        display: block;
        background: #00846D;
        position: absolute;
        right: 28px;
        top: 50%;
    }

    .footer-nav > p{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .footer-nav > dl dd a.winPopup.blank:after {
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cdefs%3E%3Cstyle%3E.a,.b,.c{fill:none;}.b,.c{stroke:%2300846d;stroke-linejoin:round;stroke-width:2px;}.c{stroke-linecap:round;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='16' height='16'/%3E%3Cg transform='translate(2.355 2)'%3E%3Cpath class='b' d='M9,7.088V9H1V1H2.914' transform='translate(-1 2.641)'/%3E%3Crect class='c' width='8' height='8' transform='translate(3.644)'/%3E%3C/g%3E%3C/svg%3E") no-repeat center right;
        background-size: contain;
    }
}
/*------------------------------------*/
/*.footer-info*/

.footer-info a{
    color: #ffffff;
    font-size: 12px;
}


@media all and (max-width:640px){
    .footer-info{
        padding: 13px 0 0px;
    }
    .footer-info a{
        color: #000000;
    }
}

/*.footer-info 子要素配置*/

.footer-info__sito-information-link{
    
}
@media all and (max-width:640px){
    .footer-info__button{
        margin-bottom: 12.5px;
        color: #ffffff !important;
    }
    
}

/*------------------------------------*/
/*footer-info__button*/

@media all and (max-width:640px){
    .footer-info__button{
        padding: 5px 0;
        font-weight: bold;
        background: #ffffff;
        display: block;
        text-align: center;
        text-decoration: none;
        border: 2px solid #004831;
        color: #004831 !important;
        font-size: 16px !important;
    }
}


/*------------------------------------*/
/*footer-info__sito-information-link*/

.footer-info__sito-information-link a{
    margin: 10.5px 0;
    display: block;
}

@media all and (max-width:640px){
    .footer-info__sito-information-link{
        border-top: 1px solid #d5d5d5;
        border-bottom: 1px solid #d5d5d5;
        padding-top: 0px;
        line-height: 32px;
    }
    
    .footer-info__sito-information-link a{
        display: inline-block;
        margin: 0;
    }
}

/*----------------------------------------------------------------*/

/*copyright */

/*----------------------------------------------------------------*/

#copyArea{
    background: transparent;
    border: none;
    padding: 0;
}

.copyright,
.simple_copyright {
    text-align: center;
    background: #666666;
    margin-top: 26px;
    padding: 32px 15px 64px 15px;
    word-break: break-all;
    color: #ffffff;
    min-width: 1000px;
}

.copyright small,
.simple_copyright small {
    font-size: 16px;
}

.simple_copyright {
    background: #f1f1f1;
    color: #000000;
    border-top: 1px solid #d5d5d5;
}

.copyright.card--detail {
    margin-top: -1px;
    position: relative;
}

@media all and (max-width:640px){
    .copyright,
    .simple_copyright {
        background: #f1f1f1;
        color: #000000;
        margin-top: 0px;
        min-width: 0;
        border-top: 1px solid #d5d5d5;
    }
    .copyright small,
    .simple_copyright small {
        font-size: 12px;
    }
    .copyright.card--detail{
        border-top: 1px solid #d5d5d5;
    }
    .simple_copyright #copyArea {
        width: auto;
        margin: 0 15px 0;
    }
}

/*----------------------------------------------------------------*/

/*貸金業協会*/

/*----------------------------------------------------------------*/

.kasikin{
    width: 100vw;
    margin: 0 auto;
    padding: 32px 30px 32px 30px;
    background-color: #f1f1f1;
}

@media all and (max-width:1000px){
    .kasikin{
        width: 1000px;
    }
}

.kasikin p + p{
    margin-top: 4px;
}
.kasikin p {
    font-size: 14px;
}

.kasikin__intro{
    width: 45%;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 41px;
    line-height: 48px;
}
.kasikin p.kasikin__intro {
    font-size: 28px;
}

.kasikin__intro span{
    display: inline-block;
}
.kasikin > div{
    margin: 0 auto;
    max-width: 1000px;
}
.kasikin-j-fsa__box{
    border: 1px solid #d5d5d5;
    background: #ffffff;
    padding: 30px;
}

.kasikin-j-fsa__name{
    font-weight: bold;
    margin-top: 29px !important;
}

.kasikin >.kasikin-company__box{
    margin-top: 38px;
    margin: 38px auto 0;
}

.kasikin-company__name{
    font-weight: bold;
    white-space:pre-wrap;
}


@media all and (max-width:640px){
    .kasikin{
        width: 100%;
        margin: 0 auto;
        padding: 25px 15px 30px 15px;
        background-color: transparent;
    }
    .kasikin > div{
        width: 100%;
    }
    .kasikin__intro{
        margin: 0 auto 22px;
        line-height: 1.5;
        width: 100%;
    }
    .kasikin p.kasikin__intro {
        font-size: 20px;
    }
    
    .kasikin p + p{
        margin-top: 7px;
    }
        
    .kasikin-j-fsa__box{
        border: 1px solid #d5d5d5;
        padding: 23px 15px;
        width: 100%;
    }
    .kasikin-j-fsa__name{
        margin-top: 14px !important;
    }
    .kasikin > .kasikin-company__box{
        margin-top: 24px;
        width: 100%;
    }
}


/*----------------------------------------------------------------*/

/*　パンくず　*/

/*----------------------------------------------------------------*/


.breadcrumb-setting{
    display: none;
}
/*----------------------------------------------------------------*/

/*入会案内デスク nyukai-information-desk*/

/*----------------------------------------------------------------*/
/*汎用クラス適用*/

.nyukai-information-desk{
    width: 1000px;
    margin: 0 auto;
}

.nyukai-information-desk ~ footer{
    margin-top: 73px;
}

.nyukai-information-desk .forPcBlock{
    
}
.nyukai-information-desk .forSpBlock{
    display: none;
}

.nyukai-information-desk .pa5 {
    padding: 5px;
}

.nyukai-information-desk .pa10 {
    padding: 10px !important;
}

.nyukai-information-desk .bgColrWDecoType04{
    background-color: #004a3c;
}

.nyukai-information-desk .colWhite {
    color: #fff!important;
}

.nyukai-information-desk .liqW {
    display: table;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    table-layout: fixed;
}

.nyukai-information-desk .liqW .colCR2Type01 {
    width: 50%;
    padding-left: 10px;
}

.nyukai-information-desk .liqW .liqC {
    display: table-cell;
    vertical-align: top;
}

.nyukai-information-desk .bordWNormal {
    border: 1px solid #bdbdbd;
}

.nyukai-information-desk .lowImp {
    font-size: 100%;
    font-weight: bold;
}

@media all and (max-width:640px){
    .nyukai-information-desk ~ footer{
        margin-top: 0px;
    }
    .nyukai-information-desk{
        width: 100%;
        margin-top: 0;
    }
    .nyukai-information-desk .forPcBlock{
        display: none;
    }
    .nyukai-information-desk .forSpBlock{
        display: block;
    }
    
    .nyukai-information-desk .liqW {
        display: block;
        width: auto;
    }
    
    .nyukai-information-desk .liqW .liqC {
        display: block;
        width: auto;
    }
    
    .nyukai-information-desk .liqW .colCR2Type01 {
        padding-left: 0;
    }
}

/*レイアウト適用*/
/*----------------------------*/

.nyukai-information-desk {
    line-height: 1.3;
    background: #ffffff;
}

.nyukai-information-desk .footTelArea {
    padding: 20px 5px;
}
.nyukai-information-desk .clearfix{
    overflow: hidden;
}
.nyukai-information-desk .footTelArea dt {
    float: left;
    font-size: 14px;
}
.nyukai-information-desk .footTelArea dd {
    margin-left: 5.5em;
}

.nyukai-information-desk .footTelArea .colCL2Type01 {
    text-align: center;
}
@media all and (max-width:640px){
    .nyukai-information-desk .footTelArea {
        padding: 0;
    }
    .nyukai-information-desk .footTelArea .colCL2Type01 img {
        max-width: 300px;
        width: 100%;
    }
    .nyukai-information-desk .footTelArea .bordWNormal {
        border: none;
    }
    
}

/*アコーディオン*/
/*----------------------------*/
@media (max-width: 640px) {
    .footer-accordion__button:before {
        transform: rotate(-90deg);
    }

    .footer-accordion__button:after {
        transform: rotate(-180deg);
    }

    .footer-accordion__button--expanded:before, 
    .footer-accordion__button--expanded:after {
        transform: rotate(0deg);
        transform-origin: 50% 50%;
        transition: all 0.3s ease-out;
    }

    .footer-accordion__button:hover::before,
    .footer-accordion__button:hover::after {
        background-color: #edf8f5;
    }

    .footer-accordion__button:before, 
    .footer-accordion__button:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        width: 16px;
        height: 2px;
        margin-top: -1px;
        background-color: #00846d;
        transform-origin: 50% 50%;
        transition: all 0.3s ease-out;
    }

    .footer-accordion__button {
        font-size: 18px;
        padding: 9px 17px 9px 30px;
        border-bottom: 1px solid #DDD;
    }

    .footer-accordion__button {
        margin: 0 auto;
        display: block;
        width: 100%;
        text-align: left;
        border: none;
        border-bottom: 0px;
        /* padding: 0 9px; */
        font-size: 20px;
        font-weight: bold;
        transition: 0.2s;
        position: relative;
        text-decoration: none;
        background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:none;}.b{fill:%23edf8f5;}.c{fill:%2300846d;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='32' height='32'/%3E%3Ccircle class='b' cx='16' cy='16' r='16'/%3E%3C/svg%3E") no-repeat center right;
        background-size: 24px;
        background-position: right 22px center;
        transition: background 0.3s ease-out, border 0.3s ease-out, color 0.3s ease-out;
        color: #333333;
        line-height: 1.6em;
    }

    .footer-accordion__button {
        display: block;
        width: 100%;
        text-align: left;
    }

    .footer-accordion__button:hover {
        background:  #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E.a{fill:none;}.b{fill:%2300846D;}%3C/style%3E%3C/defs%3E%3Crect class='a' width='32' height='32'/%3E%3Ccircle class='b' cx='16' cy='16' r='16'/%3E%3C/svg%3E") no-repeat center right;
        background-size: 24px;
        background-position: right 22px center;
        color: #00846D;
        cursor: pointer;
    }
}