@charset "utf-8";

/* webフォント */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap');

/* margin px */
.mt00px{margin-top: 0px!important;}
.mt20px{margin-top: 20px;}
.mr10px{margin-right: 10px;}
.mb20px{margin-bottom: 20px;}
.ml10px{margin-left: 10px;}
/* margin % */
.mt10per{margin-top: 10%;}

/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
#header {
    height: 82px;
    background-color: #ffffff;
    overflow: hidden;
    margin: auto;
    max-width: 784px;
}

.header_bg {
    background-color: #ffffff;
    margin-top: 10px;
}

.header_inner {
    height: 100%;
    display: inline-block;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}


@media all and (max-width: 750px) {
  #header {
    height: 12vw;
    padding: 0 0 0 6%;
  }
  #header h1 {
      margin-bottom: 0;
  }
  #header h1 img {
    width: 60%;
    height: auto;
    margin-left :auto;
    margin-right :auto;
    margin-bottom : 0;
  }
  #header p img {
    width: 80%;
    height: auto;
  }
}
/*------------------------------------------------------------
メインビジュアル
------------------------------------------------------------*/
.resultDisp{
 display: none;
 width: 100%;
}
.basewrap{
    max-width: 750px;
    text-align: center;
    margin: auto;
}

.basewrap img{
    width: 100%;
    max-width: 750px;
}

.ora{
    color: #FF6600;
}


.pc70{
    text-align: center;
    margin: auto;
    max-width: 750px;
}
.pc70 img{
    width: 70%;
}
#mv_inner,#con {
  max-width: 750px;
  margin: 0 auto;
  background: #FFF;
}

@media (max-width: 750px) and (max-height: 950px) {
    #mv_inner,#con {
        overflow: hidden;
    }
}

#mv img {
  display: block;
}

#mv .mv_ttl {
    margin: 30px 0;
}

#mv .mv_img_01 img {
    margin-top: 8px;
    margin-left: 23px;
}

#mv .mv_pic {
    display: block;
    position: absolute;
    bottom: -2.5%;
    left: 51%;
    z-index: 100;
}

#mv .text {
    margin: 20px 0 0 20px;
    font-size: 13px;
    position: absolute;
    text-indent: -1.5em;
    padding-left: 1.5em;
    z-index: 500;
}
.disSMP{display: none;}
.disPC{display: block;}


.start img{
    width: 70%;
}
#con_faq h2{
    font-size: 24px;
    background: #FF6600;
    color: #FFF;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}
#con_faq ul{
    margin: 30px auto 50px;
    text-align: justify;
    max-width: 750px;
    padding: 0 4%;
}
#con_faq ul li:first-child{
    color: #FF6600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 33px;
    font-size: 22px;
    border-bottom: 1px solid #FF6600;
    text-indent: -33px;
}
#con_faq ul li:first-child:before {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  content: "Q.";
  color: #FF6600;
  font-weight: bold;
  margin-right: 7px;
  font-size: 22px!important;
}
#con_faq ul li{
    font-size: 18px;
    line-height: 1.6em;
    text-indent: -33px;
    padding-left: 33px;
}
#con_faq ul li:before {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  content: "A.";
  color: #188CC9;
  font-weight: bold;
  margin-right: 2px;
  font-size: 22px!important;
}

.faqbtn{
 padding: 20px;
    font-size: 22px;
    border: 3px solid #8F8F8F;
}
.faqbtntxt{
    font-size: 16px;
    margin-top: 10px;
}

.inputcontbg{
  background-color: #FFE0CC;
  width: 100%;
}
.inputcont{
    position: relative;
  background-color: #FFE0CC;
  padding: 10% 10% 1%;
  max-width: 750px;
  text-align: center;
  margin: auto;
}

.bgora{
      background-color: #FFE0CC;

}
.inputcont_txt{
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: auto;
    margin-bottom: 30px;
}
.inputcont_txt span{color: #FF6600;}

.inputframe{
    background-color: #FFF;
    padding: 5% 20%;
    font-size: 110px;
    display: flex;
}

.inputframe_triangle{
    position: relative;
    width: 0;
    border-top: 20px solid #FFF;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
}

.inputframe input,.inputframe p{
    font-size: 70px;
    line-height: 1.5em;
    height: 100px;
    /* vertical-align: baseline; */
    color: #000;
    font-weight: bold;
    font-family: '游ゴシック', YuGothic,Verdana, Roboto, 'Droid Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
.inputframe input{
    border: 2px solid transparent;
    pointer-events: none;
    width: 45%;
    height: 100px;
    text-align: right;
    margin: 0;
    padding: 0;
    display: flex;
    vertical-align: bottom;
}
/* .inputframe p{
    width: 45%;
    height: 100px;
    text-align: right;
    margin: 0;
    padding: 0;
    display: flex;
    vertical-align: bottom;
} */
.inputframe p{
    text-align: left;
}
.inputframe p span{
    font-size: 40px;
}

.repaymentamount {
    padding: 5% 20%;
}

.inputbordergray,
.FVPC,
.cvbtn
.cvbtn-webview{
    text-align: center;
}
    .FVPC{margin: 10px auto;}
    .inputbordergray{margin: 30px auto 10px;}
    .cvbtn
    .cvbtn-webview{
        max-width: 750px;
        margin: 30px auto 10px;
    }

.cvbtn img,.cvbtn-webview img{
    width: 100%;
}

@media (max-width: 750px) and (max-height: 950px) {
    .anchortop {
        padding-top: 40%;
        margin-top: -40%;
    }
}
@media (max-width: 750px) and (max-height: 750px) {
    .anchortop {
        padding-top: 30%;
        margin-top: -30%;
    }
}


/*------------------------------------------------------------
ボタン
------------------------------------------------------------*/
.loanInfo {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin: auto;
    height: 315px;
    background-color: #FFE0CC;
}

.aunon_btn{
    display: flex;
    text-align: center;
    max-width: 750px;
    width: 100%;
    margin: auto;
}


.account_btn{
    text-align: center;
    max-width: 750px;
    width: 100%;
    margin: 0 auto  ;
}
.auid_txt{
    margin: 5px auto 2px;
    font-weight: bold;
    font-size: 24px;
}
.close_btn{
  display: block;
  position: relative;
  width: 25px;
  height: 25px;
  padding: 5px;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 750px;
}
.close_btn::before, .close_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  width: 2px; /* 棒の幅（太さ） */
  height: 25px; /* 棒の高さ */
  background: #333;
}

.close_btn::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.close_btn::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.scale{
  animation-name: scale;
  transform: scale(0.93, 0.93);
}
@keyframes scale {
  100% {
    transform: scale(1, 1);
  }
}
.scale {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
}

@media (max-width: 750px) {
    .account_btn img{
        width: 98%;
    }
    .aunon_btn img{
        width: 100%;
    }
    .close_btn::before, .close_btn::after {
      right: 8%;
    }
    .auid_txt{
        margin: 20px auto 5px;
        font-size: 18px;
    }
    .inputframe{
        padding: 10% 10% 10% 25%;
    }
    .inputframe input,.inputframe p{
        font-size: 12vw;
        /* height: 15vw; */
        height: 17.6vw;
        /* line-height: 1em; */
        letter-spacing: -0.03em;
        /* vertical-align: initial; */
    }
    .inputframe input{
        pointer-events: none;
        border: 0 none;
        width: 35%;
        vertical-align: text-bottom;
    }
    .inputframe p span{
        font-size: 4vw;
    }
    .repaymentamount {
        padding: 5% 20%;
    }
}

@media (max-width: 750px) and (max-height: 950px) {
    .loanInfo {
        height: 30%;
    }
}
@media (max-width: 750px) and (max-height: 750px) {
    .loanInfo {
        height: 40%;
    }
}

.inputbordergray{
    border: solid 3px #B3B3B3;
    background-color: #B3B3B3;
    width: 72%;
    z-index: 200;
}
.inputborderorange {
  position: relative;
  box-sizing: border-box;
    border: solid 3px transparent;
    background: transparent;
    /* top: 60.8%;
    left: 20.8%; */
  width: 72%;
  margin: -19px auto 10px;
}
.inputborderorange i {
  display: block;
  position: absolute;
  top: 0;
  left: -6px;
  border: solid 3px #FF6600;
  background: #FF6600;
}

.inputcont > .inputbtn,
.inputcont > .inputframe_triangle {
    display: none;
}
.inputbtn{
    top: -30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FF6600;
    position: relative;
}

.resultbtn{
    background: #FF6600;
    color: #FFF;
    font-weight: bold;
    padding: 25px 80px;
    width: 220px;
    border-radius: 40px;
    font-size: 22px;
    text-align: center;
    margin: 0 auto 30px;
    cursor: pointer;
}
.resultwrap{
    border: solid 6px #FF6600;
    border-radius: 20px;
    margin: 8% 8% 28%;
    padding: 5% 10% 0;
}
.resultttl{
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin:20px auto 0;
    line-height: 0;
}
.resultttl span{color: #FF6600;}


.fon85{
    font-size: 85%;
}

.jbk-crumb-area {
    padding-bottom: calc(30vw / 900 * 100);
}
.frame-content {
    padding: calc(16vw / 900 * 100);
    background-color: #E2E2E2;
    padding: 16px;
    margin: 0 auto;
}

.footerlogo{
    text-align: center;

}
    .footerlogo img{
    width: 50%;
    max-width: 250px;
    margin: 20px auto;
}

.pankuzu {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.pankuzu-item {
    letter-spacing: -0.05em;
    font-size: 14px;
    margin-right: 20px;
}

.pankuzu-item em {
    font-style: normal;
}

.pankuzu-item:not(:last-child)::after {
    content: "";
    display: inline-block;
    max-width: 5px;
    width: calc(5vw / 750 * 100);
    max-height: 5px;
    height: calc(5vw / 750 * 100);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    margin-left: 20px;
}

.pankuzu-item:last-child {
    font-weight: bold;
    color: #535252;
}

.pankuzu-item a {
    color: #535252;
}

@media (max-width: 900px) {
    .jbk-crumb-area {
        padding-bottom: calc(30vw / 900 * 100);
    }

    .frame-content {
        padding: calc(16vw / 900 * 100);
    }
    .pankuzu-item {
        font-size: calc(15vw / 900 * 100);
        margin-right: calc(20vw / 900 * 100);
    }

    .pankuzu-item:not(:last-child)::after {
        border-right: calc(3vw / 900 * 100) solid #fff;
        border-bottom: calc(3vw / 900 * 100) solid #fff;
        margin-left: calc(20vw / 900 * 100);
    }
}

@media (max-width: 750px) {
    .jbk-crumb-area {
        padding-bottom: calc(30vw / 750 * 100);
        background-color: #fff;
    }

    .frame-content {
        padding: calc(16vw / 750 * 100);
    }

    .pankuzu-item {
        font-size: calc(15vw / 750 * 100);
        margin-right: calc(20vw / 750 * 100);
    }

    .pankuzu-item:not(:last-child)::after {
        max-width: none;
        width: calc(5vw / 750 * 100);
        max-height: none;
        height: calc(5vw / 750 * 100);
        border-right: calc(3vw / 750 * 100) solid #fff;
        border-bottom: calc(3vw / 750 * 100) solid #fff;
        margin-left: calc(20vw / 750 * 100);
    }
}


@media all and (max-width: 750px) {
    #mv {
        height: 100VW;
  background: url(../images/mv_bg_sp.jpg) 0 0;
    }

    #mv_inner,#con {
        width: 100%;
    }

    #mv_inner > .disSMP > img,
    #mv_inner > img,
    #con > img{
        width: 100%;
    }

    #mv .mv_ttl {
        margin: calc(30/750*100vw) 0;
    }

    #mv .mv_img_01 img {
        margin-top: calc(8/750*100vw);
        margin-left: calc(23/750*100vw);
        width: calc(386/750*100vw) !important;
    }
    #mv .mv_pic {
        bottom: calc(125/750*100vw);
        left: 53%;
    }
    #mv .mv_pic img {
        width: calc(620/750*100vw);
    }
    #mv .caution {
    }
    #mv .caution img {
        width: 80%;
        position:absolute;
        bottom: 3%;
        z-index: 200;
    }
    .start img{
        width: 100%;
    }
    .resultbtn{
        padding: 25px 30px;
    }
.resultwrap{
    margin: 10% 5% 40%;
    padding: 5% 9% 0;
}

}


.bg-whiter{
    background-color: #fff;
    padding: 70px 0 0;
    overflow: hidden;
}
@media all and (max-width: 750px) {
    .bg-whiter{
        background-color: #fff;
        padding: 0 0;
    }
    .disSMP{display: block;}
    .disPC{display: none;}
}



/*------------------------------------------------------------
申し込み
------------------------------------------------------------*/
.subscription_cv {
    margin: auto;
    padding: 25px 20px 15px;
    background: url(../images/bg_cv.png) 0 0 repeat;
}
.subscription_cv-close{
    display: none;
}
.subscription_cv-box{
    max-width: 840px;
    width: auto;
    border-radius: 20px;
    margin: 0 auto 0;
}
.subscription_cv img{
    max-width: 100%;
}
.subscription_cv_text01{
    width: 363px;
    margin: 0 auto 20px;
}
.subscription_cv_text01 img{
    max-width: 100%;
}
.subscription_cv_text02{
    width: 537px;
    margin: 30px auto 0;
}
.subscription_cv_text02 img{
    max-width: 100%;
}
.subscription_cv_btn01{
    max-width: 100%;
    width: 702px;
    margin: 0 auto 0;
}
.subscription_cv_btn02{
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 100%;
    width: 702px;
    margin: 10px auto 0;
}
.subscription_cv_btn02 li{
    width: 340px;
    max-width: 48%;
}
.subscription_cv_notes{
    max-width: 100%;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
    color: #000;
}
.subscription_cv_notes a{
    color: #000;
}

.notes{
    text-align: justify;
    font-size: 14px;
    padding: 5px 25px 10% ;
    color: #000;
}


@media all and (max-width: 640px) {
    .subscription_cv {
        padding: calc(40vw / 640 * 100) calc(40vw / 640 * 100) calc(50vw / 640 * 100);
    }
    .subscription_cv-box{
        box-sizing: border-box;
        max-width: 880px;
        width: 100%;
        border-radius: 0;
        margin: 0 auto 0;
    }
    .subscription_cv_text01{
        width: calc(400vw / 640 * 100);
        max-width: 100%;
        margin: 0 auto calc(20vw / 640 * 100);
    }
    .subscription_cv_text01 img{
        max-width: 100%;
    }
    .subscription_cv_text02{
        width: calc(435vw / 640 * 100);
        max-width: 100%;
        margin: calc(30vw / 640 * 100) auto 0;
    }
    .subscription_cv_text02 img{
        max-width: 100%;
    }
    .subscription_cv_btn01{
        width: calc(584vw / 640 * 100);
    }
    .subscription_cv_btn02{
        width: calc(584vw / 640 * 100);
        margin: calc(10vw / 640 * 100) auto 0;
    }
    .subscription_cv_btn02 li{
        width: calc(282vw / 640 * 100);
    }
    .subscription_cv_notes{
        width: calc(580vw / 640 * 100);
        font-size: calc(16vw / 640 * 100);
        margin: calc(10vw / 640 * 100) auto 0;
    }
}

/*------------------------------------------------------------
キャンペーンバナー
------------------------------------------------------------*/
.campaign_top{
    display: block;
    max-width: 970px;
    margin: auto;
    padding: 30px 0;
}
.campaign_top a{
    margin: 30px auto;
}
.campaign_top img{
    max-width: 100%;
}
.campaign{
    max-width: 840px;
    width: 98%;
    margin: 60px auto;
    box-sizing: border-box;
}
.campaign img{
    max-width: 100%;
}
.campaign_bnr{
    display: block;
    margin-top: 45px;
}
.campaign_acc{
    margin-top: 25px;
    cursor: pointer;
}
.campaign_acc-close{
    display: block;
}
.campaign_acc-open{
    display: none;
}
.is-open .campaign_acc-close{
    display: none;
}
.is-open .campaign_acc-open{
    display: block;
}
.campaign_acc_notes{
    margin-top: 5px;
    font-size: 16px;
}
@media screen and (max-width: 750px){
    .campaign{
        width: 98%;
        margin: calc(60vw / 750 * 100) auto;
    }
    .campaign_bnr{
        margin-top: calc(45vw / 750 * 100);
    }
    .campaign_acc{
        margin-top: calc(25vw / 750 * 100);
    }
    .campaign_acc_notes{
        margin-top: calc(5vw / 750 * 100);
        font-size: calc(16vw / 750 * 100);
    }
}



/*------------------------------------------------------------
ポイント共通
------------------------------------------------------------*/



.point_wrapper_image > img {
    width: 78%;
    margin-top: 10%;

}

.point_wrapper_image > div {
    text-align: justify;
    margin: 3% 10% 10%;

}

/* 金利表 */
#point1_1 {
  display: block;
}

#point1_1 .point1_1_inner {
    margin: 0 auto;
    max-width: 700px;
    display: flex;
    /* display:-webkit-box; */
    display:-ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: stretch;
}
.comp01 .text img {
    position: relative;
    max-width: 276px;
}
.comp02 .text img {
    position: relative;
    max-width: 180px;
}
/* 金利表_comp01 */
#point1_1 .point1_1_inner table.comp01,
#point1_1 .point1_1_inner table.comp01 td,
#point1_1 .point1_1_inner table.comp01 th {
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
}
#point1_1 .point1_1_inner table.comp01 td,
#point1_1 .point1_1_inner table.comp01 th {
    border: 1px solid #e5e5e5;
}
#point1_1 .point1_1_inner table.comp01 {
    border-top: none;
    border-bottom: none;
    box-shadow: 1px 1px 1px #e6e6e6;
    max-width: 290px;
    width: calc(290/700*100vw);
    margin-top: 3px;
}
#point1_1 .point1_1_inner table.comp01 th.text {
    border: none;
    background-color: #f2f2f2;
    height: 110px;
}
#point1_1 .point1_1_inner table.comp01 th {
    background-color: #a7a7a7;
    height: 80px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','游ゴシック', 'YuGothic', 'メイリオ', Meiryo, 'MS Pゴシック', sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 21px;
    color: #ffffff;
    font-weight: 600;
}
#point1_1 .point1_1_inner table.comp01 th span {
    font-size: 12px;
}
#point1_1 .point1_1_inner table.comp01 td {
    background-color: #ffffff;
    height: 100px;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    letter-spacing: .05em;
    color: #777777;
    font-weight: 500;
}
#point1_1 .point1_1_inner table.comp01 td:nth-of-type(even) {
    border-right: none;
}
#point1_1 .point1_1_inner table.comp01 td span {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','游ゴシック', 'YuGothic', 'メイリオ', Meiryo, 'MS Pゴシック', sans-serif;
    font-size: min(calc(18/700*100vw), 18px);
    font-weight: bold;
}
/* 金利表_comp02 */
#point1_1 .point1_1_inner table.comp02,
#point1_1 .point1_1_inner table.comp02 td,
#point1_1 .point1_1_inner table.comp02 th {
    border-collapse: collapse;
    text-align: center;
    vertical-align: middle;
}
#point1_1 .point1_1_inner table.comp02 {
    max-width: 300px;
    width: calc(300/700*100vw);
    border: 4px solid #f7b61b;
    box-sizing: border-box;
}
#point1_1 .point1_1_inner table.comp02 th.text {
    border: none;
    border-top: 4px solid #f7b61b;
    background-color: #fffade;
    height: 110px;
}
#point1_1 .point1_1_inner table.comp02 th {
    background-color: #188cc9;
    border-bottom: none;
    line-height: 1;
    height: 80px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','游ゴシック', 'YuGothic', 'メイリオ', Meiryo, 'MS Pゴシック', sans-serif;
    font-size: 21px;
    color: #ffffff;
    font-weight: 600;
}
#point1_1 .point1_1_inner table.comp02 th:nth-of-type(1) {
    /* border-left: 4px solid #f7b61b; */
    /* border-right: 4px solid #f7b61b; */
}
#point1_1 .point1_1_inner table.comp02 th:nth-of-type(2) {
    background-color: #ec7000;
}
#point1_1 .point1_1_inner table.comp02 th.text:nth-of-type(2) {
    background-color: #fffade;
}
#point1_1 .point1_1_inner table.comp02 th span {
    font-size: 12px;
}
#point1_1 .point1_1_inner table.comp02 td {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    /* border-right: 4px solid #f7b61b; */
    height: 100px;
    color: #188cc9;
    letter-spacing: .05em;
    font-family: 'Oswald', sans-serif;
    font-size: 52px;
}
#point1_1 .point1_1_inner table.comp02 td span {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','游ゴシック', 'YuGothic', 'メイリオ', Meiryo, 'MS Pゴシック', sans-serif;
    font-size: 18px;
    font-weight: bold;
}
#point1_1 .point1_1_inner table.comp02 td sup {
    vertical-align: top;
    color: #555555;
    font-size: 15px;
    margin-left: -3%;
}
#point1_1 .point1_1_inner table.comp02 td:nth-of-type(2) {
    color: #ec7000;
}
#point1_1 .point2_1_inner table.comp02 th {
    background-color: #ec7000;
}
#point1_1 .point2_1_inner table.comp02 td {
    color: #ec7000;
}
#point1_2 {
    padding-bottom: 50px;
}
#point1_2 .image {
    text-align: center;
    margin: 30px 0;
}
@media all and (max-width: 750px) {
    #point1_1 h3.image {
        margin-top: calc(95/750*100vw);
        margin-bottom: calc(88/750*100vw);
    }
    /* 金利表 */
    .comp01 .text img {
        width: calc(34.8vw);
    }
    .comp02 .text img {
        width: calc(22vw);
    }
    /* 金利表_comp01 */
    #point1_1 .point1_1_inner table.comp01 td,
    #point1_1 .point1_1_inner table.comp01 th {
        /* border: calc(1/700*100vw) solid #e5e5e5; */
    }
    #point1_1 .point1_1_inner table.comp01 {
        margin-top: calc(3/700*100vw);
        width: 41.428%;
    }
    #point1_1 .point1_1_inner table.comp01 th.text {
        height: calc(110/700*100vw);
    }
    #point1_1 .point1_1_inner table.comp01 th {
        height: calc(80/700*100vw);
    }
    #point1_1 .point1_1_inner table.comp01 td {
        height: calc(90/700*100vw);
    }

    /* 金利表_comp02 */
    #point1_1 .point1_1_inner table.comp02 {
        width: 58.571%;
        border: calc(4/700*100vw) solid #f7b61b;
    }
    #point1_1 .point1_1_inner table.comp02 th.text {
        height: calc(110/700*100vw);
        border-top: calc(4/700*100vw) solid #f7b61b;
    }
    #point1_1 .point1_1_inner table.comp02 th {
        height: calc(80/700*100vw);
    }
    #point1_1 .point1_1_inner table.comp02 th:nth-of-type(1) {
        border-left: calc(4/700*100vw) solid #f7b61b;
        border-right: calc(4/700*100vw) solid #f7b61b;
    }
    #point1_1 .point1_1_inner table.comp02 td {
        border-right: calc(4/700*100vw) solid #f7b61b;
        height: calc(90/700*100vw);
    }

    #point1_2 {
        padding-bottom: 12%;
    }
    #point1 .date {
        margin: 4% 0;
        width: 100%;
    }
    #point1 .caution {
        margin: 6% auto 0;
        width: 100%;
    }
    #point1_1 .point1_1_inner table.comp02 td {
      font-size: 6.93vw;
    }
    #point1_1 .point1_1_inner table.comp02 td span {
      font-size: 2.4vw;
    }
    #point1_1 .point1_1_inner table.comp01 th, #point1_1 .point1_1_inner table.comp02 th {
      font-size: 2.8vw;
    }
    #point1_1 .point1_1_inner table.comp01 th span, #point1_1 .point1_1_inner table.comp02 th span {
      font-size: 1.6vw;
    }
    #point1_1 .point1_1_inner table.comp01 td {
      font-size: 2.93vw;
    }
    #point1_1 .point1_1_inner table.comp02 td sup {
      font-size: 2vw;
    }
}

.point_ttl {
    padding: 110px 0 70px;
    text-align: center;
}
.pointwrap{
    max-width: 750px;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 5% 0;
    flex-wrap: wrap;
}
#pointbg{
    width: 100%;
    background-color: #FF6600;
    background-image: url(../images/pointbk.png);
    background-size: contain;
    margin-bottom: 5%;
}
.pointwrap li{
    background: #FFF;
    padding: 20px 15px;
    margin:0 10px 20px 0;
    font-size: 16px;
    border-radius: 10px;
    width: calc( 100% / 3 -10px);

}
.pointwrap li:nth-child(3n){
    margin-right: 0;
}
.pointwrap li img{
    height: 237px;
}
.stepbg{
    background: #FFDE1E;
    width: 100%;
}

.step img{
    background: #FFF;
    padding: 10px;
    margin: 20px;
    border-radius: 10px;
    width: 70%;
}


@media all and (max-width: 750px) {

    .point_ttl {
        padding: 6% 0 0;
      width: 100%;
    }
    .point_wrapper_image > div {
        margin: 3% 5% 10%;
    }
    .point_wrapper_image > img {
        width: 93%;
    }
    .point_ttl img {
  width: 96%;
    }
    .step img{
        width: 85%;
    }

}

.point {
    margin: 0 0 0;
    padding: 0 0 0;
}
.point .slide {
    display: none;
}
.point_slide_innder{
    margin-bottom: 110px;
}
.point section {
    padding: 0;
}
.point img {
    text-align: center;
}
.point section .caution {
    margin: 30px 0 0;
    color : #555555;
    font-size: 15px;
}
.point section .caution li {
    line-height: 1.7;
    padding-left: 1em;
    text-indent: -1em;
}
.point .subscription {
    /*
    padding: 40px 0;
    */
    padding: 20px 0;
    margin: 0 0 40px;
}
.point .bt_point {
    margin: 0 auto;
    cursor: pointer;
    width: 730px;
}
.point .bt_point2 {
    margin: 0 auto;
    cursor: pointer;
    width: 730px;
}

/*.point .bt_point.open img {
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}*/
@media all and (max-width: 810px) {
    .pointwrap{
        padding: 5% ;
    }
    .pointwrap li img{
        height: 210px;
    }
}

@media all and (max-width: 750px) {
    .point section {
        padding: 0 6%;
    }
    .point_slide_innder{
        margin-bottom: 5vw;
    }
    .point > .bt_point > img {
        width: 96%;
        padding: 0 2%;
    }
    .point .bt_point {
        height: auto;
        width: 100%;
    }
    .point .bt_point img {
        height: auto;
    }
    .point section img {
        height: auto;
        width: 100%;
    }
    .point section .caution {
        margin: 20px 0 0;
    }

    .point .subscription {
        padding: 30px 3% 10px;
    }

    .pointwrap li{
        width: calc( 100% / 2 -10px);
    }
    .pointwrap li:nth-child(3n){
        margin-right: 0;
    }
    .pointwrap li:nth-child(even){
        margin-right: 0;
    }

    .pointwrap li img{
        height: 185px;
    }
}
@media all and (max-width: 428px) {
    .pointwrap li img{
        height: 170px;
    }
}
@media all and (max-width: 413px) {
    .pointwrap li img{
        height: 155px;
    }
}
@media all and (max-width: 380px) {
    .pointwrap li img{
        height: 150px;
    }
}
@media all and (max-width: 360px) {
    .pointwrap li img{
        height: 140px;
    }
}



/*------------------------------------------------------------
カードローン
------------------------------------------------------------*/
#cardlawn{
  width : 700px;
  margin-left :auto;
  margin-right :auto;
  margin-top: 8%;
}

#cardlawn .slide {
    display: none;
    margin-bottom: 30px;
}

#cardlawn .bt_service img {
    width :700px;
    margin: 0 auto;
}

#cardlawn .bt_service {
    cursor: pointer;
}
#cardlawn #bt_service2 {
    margin-top: -3px;
}
#cardlawn h3 {
  text-align: center;
}
#cardlawn table {
    border-collapse: collapse;
    border: 1px solid #aaabab;
    margin: 30px auto 30px;
    width: 700px;
}
#cardlawn table caption {
  text-align: left;
  font-weight: bold;
  background: #dcdddd;
  padding: 10px;
}
#cardlawn table th {
  color: #fff;
  background: #aaabab;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 15px;
  white-space: nowrap;
}
#cardlawn table td {
  border-bottom: 1px solid #aaabab;
  padding: 15px;
}
#cardlawn table td h4 {
  font-weight: normal;
  margin-bottom: 15px;
}
#cardlawn table td ul {
  margin-bottom: 15px;
}
#cardlawn table td ul.des {
  padding-left: 5px;
  margin-left: 20px;
}
#cardlawn table td ul.des li {
  list-style: disc;
}
#cardlawn table td ul.kome {
  padding-left: 5px;
}
#cardlawn table td ul li.red {
  color: #f00;
}
#cardlawn table td > a {
  display: inline-block;
  margin-bottom: 15px;
}
#cardlawn #bt_faq {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
#cardlawn #bt_faq a {
    display: block;
    margin-bottom: 30px;
}
#cardlawn #bt_faq p {
    text-align: center;
}
#cardlawn #bt_faq p a {
    display: inline;
    line-height: 1.8;
}

@media all and (max-width: 750px) {
  #cardlawn{
    width: inherit;
    padding: 0;
  }
  #cardlawn h2 img {
    width :100%;
  }
  #cardlawn h3 img {
    width: 300px;
    height: auto;
  }
    #cardlawn .bt_service img {
        height: auto;
        width: 100%;
    }
    #cardlawn table {
        border-bottom: none;
        margin: 20px auto 20px;
        width: 88%;
    }
    #cardlawn table:nth-last-of-type(1) {
        margin-bottom: 20px;
    }
  #cardlawn table th {
      display: block;
    padding: 10px;
  }
  #cardlawn table td {
      display: block;
    padding: 10px;
  }
  #cardlawn table td h4 {
    margin-bottom: 10px;
  }
  #cardlawn table td ul {
    margin-bottom: 10px;
  }
  #cardlawn table td ul.des {
    margin-left: 15px;
  }
  #cardlawn table td ul.kome {
    padding-left: 0;
  }
  #cardlawn table td > a {
    margin-bottom: 10px;
  }
  #cardlawn table td > a img {
    width: 120px;
    height: auto;
  }
    #cardlawn #bt_faq {
        margin-top: 20px;
        margin-bottom: 30px;
        width: 100%;
    }
    #cardlawn #bt_faq a {
        margin: 0 auto 4%;
        width: 90%;
    }
    #cardlawn #bt_faq a img {
        height: auto;
        width: 100%;
    }
    #cardlawn .slide {
        margin-bottom: 2vw;
    }
}
/*------------------------------------------------------------
コンタクト
------------------------------------------------------------*/
#contact {
  margin: 60px 0 40px;
  text-align: center;
}
#contact h2 {
    margin-bottom: 30px;
}

@media all and (max-width: 750px) {
    #contact {
        margin-bottom: 30px;
        padding: 0 0;
        width: 100%;
    }
    #contact h2 {
        margin-bottom: 20px;
    }
    #contact p {
        margin: 0 auto;
        width: 88%;
    }
    #contact img {
        height: auto;
        width: 96%;
    }
}
/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
#footer {
    text-align: center;
}
#footer > p {
    margin-bottom: 40px;
}
#footer p a img {
    width:255px;
}
#footer .footer_inner {
    background: #898989;
    color: #fff;
    padding: 25px 0 0;
}
#footer .footer_inner dl {
    margin: 0 auto;
    width: 680px;
}
#footer .footer_inner dl dt {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 20px;
}
#footer .footer_inner dl dd {
    margin-bottom: 20px;
}
#footer .footer_inner p {
    background: #747474;
    color: #fff;
    padding: 15px;
}

@media all and (max-width: 750px) {

    #footer > p {
        margin-bottom: 20px;
        padding: 0 6%;
    }
    #footer p a img {
        width: calc(255/750*100vw);
    }
    #footer .footer_inner {
        padding: 20px 0 0;
    }
    #footer .footer_inner dl {
        width: auto;
        padding: 0 10px;
    }
    #footer .footer_inner dl dt {
        font-size: 1.4rem;
    }
    #footer .footer_inner dl dd {
        font-size: 0.8rem;
    }
    #footer .footer_inner p {
        font-size: 0.8rem;
        margin-bottom: 0;
    }
}

/*# sourceMappingURL=top.css.map */



/* ========== よくあるご質問 ========== */
.c-suppleBlock-add{
    width: 700px;
    margin: 2.5em auto 0;
}
.c-suppleBlock-add .c-ground-01{
    padding: 30px 54px 30px 54px;
    background-color: #e0e0e0;
    margin-top: 1em !important;
}
.c-suppleBlock-add ul.c-linkList-01{
    margin-top: 0;
}
.c-suppleBlock-add .c-linkList-01 li{
    font-size: 105%;
}
.c-suppleBlock-add .c-rightLink-02{
    margin-top: 15px;
    text-align: right;
}
.c-suppleBlock-add .c-rightLink-02 a{
    font-size: 95%;
    padding-left: 24px;
    margin-left: 28px;
    color: #535252;
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size: 14px;
}
.c-suppleBlock-add .c-rightLink-02 a:before{
    width: 18px;
    height: 100%;
    background-image: url(/assets/img/marker_01_@2x.png);
    background-repeat: no-repeat;
    background-size: auto 18px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}
.c-suppleBlock-add .c-rightLink-02 a:hover{
    opacity: .7;
    filter: alpha(opacity=70);
}
@media (max-width: 750px){
    .c-suppleBlock-add{
      width: inherit;
      padding: 0 2%;
    }
    .c-suppleBlock-add .c-ground-01{
      padding: 16px 10px;
    }
    .c-suppleBlock-add .c-rightLink-02{
      text-align: left;
      padding: 0 10px;
    }
    .c-suppleBlock-add .c-rightLink-02 a{
      padding-bottom: 1px;
      font-size: 12.25px;
    }
    .c-suppleBlock-add .c-rightLink-02 a:first-child{
      margin-left: 0;
    }
}


.h1-text{
    display: flex;
    justify-content: center;
    font-size: 35px;
    font-weight: bold;
}

.text--h1r {
    color: #FF7C00;
    font-size: 50px;
    line-height: 1.4;
}
.ttl-sub {
    font-size: 35px;
    color: #333;
    padding-left: 10px;
}

.circle {	
  position: relative;
  display: inline-block;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  background: rgb(66,66,66);
}

.circle .circle_flame {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width :185px;
  text-align:center;
  color: #fff;
  line-height: 1.2em;
}
.circle_flame span {
    font-size: 30px;
}

.h1-right{
    text-align: left;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-area{
    text-align: center;
    margin: 30px auto;
}
.point-title {
    font-size: 36px;
    color: #ec7000;
    font-weight: bold;
    text-align: center;
}
.point-title span {
    font-size: 48px;
}
.point-title--sub {
    font-size: 40px;
    color: #188cc9;
}
.point-title .p-title--sub_s {
    font-size: 24px;
    color: #464646;
}
.point-title .p-title--sub_emp {
    color: #188cc9;
    font-family: 'Oswald', sans-serif;
    font-size: 52px;
}
.point-title--ob {
    color: #ec7000;
}
.point-title--ob .p-title--sub_emp {
    color: #ec7000;
}
#point1_1 .point1_1_inner {
    margin-bottom: 30px;
}
@media (max-width: 750px){
    .sp-hidden {
        display: none;
    }
    .h1-text{
        display: flex;
        justify-content: center;
        font-size: 35px;
        font-weight: bold;
        flex-wrap: wrap;
    }
    
    .circle {	
      position: relative;
      display: inline-block;
      width: 100%;
      height: auto;
      border-radius: 6px;
      background: rgb(66,66,66);
      padding: 1.33vw 4vw;
      margin: 0 8vw;
    }
    
    .circle .circle_flame {
      position:initial;
      display: block;
      left: auto;
      top: auto;
      transform: initial;
      width :100%;
      text-align:center;
      color: #fff;
      line-height: 1.2em;
      font-size: 5.33vw;
    }
    .circle_flame span {
        font-size: 5.33vw;
    }
    .h1-right{
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        text-align: center;
    }
    .text--h1r {
        font-size: 8.53vw;
        line-height: 1.4;
    }
    .ttl-sub {
        font-size: 5.33vw;
        color: #333;
        padding-left: 10px;
    }
    .point-title {
        font-size: 5.33vw;
        font-weight: bold;
        text-align: center;
    }
    .point-title span {
        font-size: 6.93vw;
    }
    .point-title--sub {
        font-size: 5.33vw;
    }
    
    .point-title .p-title--sub_s {
        font-size: 3.73vw;
    }
    .point-title .p-title--sub_emp {
        font-size: 6.93vw;
    }
    #point1_1 .point1_1_inner {
        margin-bottom: 8vw;
    }
}

.sty-sup {
vertical-align: super;
font-size: 0.8em;
}