@charset "utf-8";


ul{
    margin:0;
    padding: 0;
    list-style: none;
}



/*
ヘッダーの設定 ----------------------------*/
#logo-site{
    text-align: center;
    margin-bottom: 10px;
}
#logo-site img{
    width: 100%;
    max-width: 180px;
}
.bg-hero{
    background: #e5f6ff;
    text-align: center;
}
.wrap-pr{
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    color: #666;
    padding: 5px 10px;
    text-align: center;
    margin:10px auto 0;
    max-width: 900px;
}
.wrap-pr p{
    margin-bottom: 0;
    font-size: 13px;
    color: #666;
}
.label-pr{
    background: #ccc;
    border-radius: 100px;
    display: inline-block;
    line-height: 1;
    font-size: 80%;
    padding: 3px 10px;
    margin-right: 5px;
}
@media(min-width:768px) {
#logo-site img{
    max-width: 240px;
}
}


#Best3{
    padding: 40px 0;
}
.header-contents{
    margin-bottom: 30px;
    text-align: center;
}
.header-contents h2.title-basic{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    /*border-bottom: 2px solid #333;
    padding-bottom: 10px;*/
    position: relative;
}
.header-contents h2.title-basic span{
    display: inline-block;
    position: relative;
    border-bottom: 3px solid #109cda;
    padding: 0 10px 10px;
}
.header-contents h2.title-basic:before {
    border: 18px solid transparent;
    border-top: 18px solid #109cda;
    left: 50%;
    content: "";
    display: block;
    bottom: -24px;
    transform: translate(-50%, 0);
    position: absolute;
}
.header-contents h2.title-best{
    background: #109cda;
    padding: 10px 5px 60px 15px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px 10px 0 0;
    position: relative;
    line-height: 1.4;
}
.position-titlemain{
    position: absolute;
    bottom:0;
    right: 10px;
    width: 100%;
    max-width: 130px;
}
.lead-wakuwaku{
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    font-weight: 900;
}
.lead-wakuwaku span{
    padding: 0 15px;
}
.lead-wakuwaku:before,
.lead-wakuwaku:after{
    content: "";
    display: inline-block;
    width: 3px;
    height: 26px;
    background: #000;
    border-radius: 2px;
}
.lead-wakuwaku:before{
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.lead-wakuwaku:after{
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.box-notes{
    background: #fafafa;
    padding: 20px;
    margin-top: 20px;
}
.title-notes{
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #666;
}
.list-kome{
    padding: 0;
    margin:0;
}
.list-kome > li{
    padding-left: 15px;
    font-size: 13px;
    position: relative;
    list-style: none;
    color: #666;
}
.list-kome > li + li{
    margin-top: 5px;
}
.list-kome > li:before{
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
@media(min-width:768px) {
.header-contents h2.title-basic{
    font-size: 26px;
}
.header-contents h2.title-best{
    font-size: 30px;
    text-align: center;
    padding: 15px 5px 15px 5px;
}
.position-titlemain{
    max-width: 180px;
}
.lead-wakuwaku{
    font-size:22px;
}
.list-kome > li{
    font-size: 14px;
}
}


#Point{
    padding: 40px 0;
}
.list-cardloanpoint > li{
    padding: 0 20px;
}
.list-cardloanpoint > li + li{
    margin-top: 20px;
}
.wrap-cardloan{
    background: #fffef0;
    padding: 15px 20px 20px;
    border-radius: 4px;
    position: relative;
}
.position-poinnum{
    position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    max-width: 60px;
}
.dl-cardloan{
    padding: 0;
    margin: 0;
}
.dl-cardloan dt{
    font-size: 16px;
    margin:0;
    margin-bottom: 15px;
    color: #1c1c1b;
    padding-left: 40px;
}
.dl-cardloan dd{
    font-size: 14px;
    margin:0;
    color: #1c1c1b;
}
.dl-cardloan dd + dd{
    margin-top: 10px;
}
@media(min-width:768px) {
.list-cardloanpoint{
    display: flex;
}
.list-cardloanpoint > li{
    width: 33.33%;
}
.list-cardloanpoint > li + li{
    margin-top: 0;
}
}


#Recommend{
    padding: 40px 0; 
}
.box-company{
    border:solid 3px #a2e2ff;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    overflow: hidden;
}
.box-company + .box-company{
    margin-top: 60px;
}
.name-company{
    background: #109cda;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}
.inner-company{
    background: #fff;
    padding: 20px;
}
.lead-company p{
    font-weight: bold;
    color: #A72026;
}
.lead-company p + p{
    margin-top: 5px;
}
.col-company-thum{
    margin-bottom: 20px;
}
.col-company-thum img{
    width: 100%;
}
.wrap-speed{
    background: #ffe0f0;
    padding: 10px 30px;
    margin-bottom: 20px;
    border:4px solid #ffeef7;
    border-radius: 0 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-speed > img{
    width: 40px;
    height: 41px;
}
.dl-speed{
    margin: 0;
    padding-left: 20px;
}
.dl-speed dt{
    margin-bottom: 0px;
    font-size: 16px;
}
.dl-speed dd{
    font-size: 24px;
    margin:0;
    font-weight: bold;
    color: #ff0084;
}
.tag-feature{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.tag-feature li{
    background: #109cda;
    font-size: 13px;
    padding: 8px 10px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin-bottom: 3px;
}
.tag-feature li + li{
    margin-left: 3px;
}
.tbl-company-spec{
    border-left: 1px solid #968f65;
    border-top: 1px solid #968f65;
    background: #fff;
}
.tbl-company-spec th,
.tbl-company-spec td{
    border-right: 1px solid #968f65;
    border-bottom: 1px solid #968f65;
    padding: 10px;
    font-weight: normal;
    font-size: 12px;
}
.tbl-company-spec th{
    background: #F7F5E8;
    width: 18%;
    color: #6a6125;
    text-align: center;
}
.tbl-company-spec td{
    width: 22%;
    text-align: center;
}
.tbl-company-spec td img{
    zoom:0.5;
    margin:0 auto 5px;
    display: block;
}
.wrap-btn{
    margin:60px 0 30px;
    text-align: center;
}
.btn-cta{
    display: block;
    width: 100%;
    max-width: 500px;
    margin:0 auto;
    border-radius:100px;
    padding: 15px 15px 15px 60px;
    text-decoration: none;
    color: #fff;
    background: rgb(0,203,26);
    background: linear-gradient(0deg, rgba(0,203,26,1) 0%, rgba(0,224,110,1) 100%);
    position: relative;
    border:solid 5px #fff8c4;
}
.btn-cta:hover{
    text-decoration: none;
    color: #fff;
}
a.btn-cta:visited{
    color: #fff;
}
.btn-cta b{
    font-size: 18px;
    display: block;
}
.btn-cta span{
    font-size: 14px;
    display: block;
}
.position-btn-go{
    position: absolute;
    bottom:-15px;
    left: -5px;
    width: 80px;
}
@media(min-width:768px) {
.row-company{
    display: flex;
    margin-bottom: 20px;
}
.col-company-thum{
    width: 50%;
    margin-bottom: 0px;
}
.col-company-detail{
    width: 50%;
    padding-left: 20px;
}
.wrap-btn{
    margin:60px 0 40px;
}
.btn-cta{
    padding: 15px 15px 15px 60px;
}
.btn-cta b{
    font-size: 30px;
    display: block;
}
.btn-cta span{
    font-size: 16px;
    margin-top: 10px;
}
.position-btn-go{
    position: absolute;
    bottom:-15px;
    left: -15px;
    width: 100px;
}
}


#Article{
    padding: 40px 0; 
}
.wrap-article{
    background: #fafafa;
    padding: 25px;
}
.list-article{
    margin:0;
    padding: 0;
}
.list-article > li a{
    display: block;
    padding: 15px;
    position: relative;
    color: #1f1f1f;
}
.list-article > li a:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    font-weight: bold;
}
.list-article > li a:hover{
    text-decoration: none;
}
.list-article > li + li{
    border-top: 1px dashed #ccc;
}


#Footercard{
    background: #333;
    padding: 20px;
}
.link-footer{
    display: block;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px dotted #fff;
    padding-bottom: 10px;
}
.link-footer a{
    color: #fff;
    font-size: 13px;
}
.lead-copyright{
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin: 0;
}



/*
比較表の設定 ----------------------------*/
.nab-table-sort{
    display: flex;
    flex-wrap: nowrap;
}
.tab-content{
    padding: 20px 0;
}
.nab-table-sort > li{
    width: 100%;
    padding: 0 5px;
}
.nab-table-sort > li a{
    text-align: center;
}
 .nav-tabs .nav-link.active{
    background: #333;
    color: #fff;
 }
.tbl-sort{
    border-left: 1px solid #968f65;
    border-top: 1px solid #968f65;
    background: #fff;
}
.tbl-sort .tr-list th.th-sort::after { 
    content: '\f0dc';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
    background: #6a6125;
    color: #fff;
    border-radius: 10px;
    padding: 3px 20px;
    line-height: 1;
}
.tbl-sort th,
.tbl-sort td{
    border-right: 1px solid #968f65;
    border-bottom: 1px solid #968f65;
    padding: 5px;
    font-size: 13px;
}
.tr-list{
    background: #F7F5E8;
    color: #6a6125;
}
.tr-list th{
    font-size: 11px;
}
.tbl-sort th{
    width: 20%;
    text-align: center;
}
.tbl-sort th.th-thum{
    width: 25%;
}
.tbl-sort th.th-btn{
    width: 15%;
}
.tr-detail th > img{
    max-width: 100%;
}
.tbl-sort td{
    text-align: center;
}
.tbl-sort td img{
    width: 100%;
    max-width: 30px;
}
.label-name{
    display: block;
    font-size: 13px;
    line-height: 1.2;
    margin-top: 5px;
}
.icon-hosoku{
    display: block;
    font-size: 11px;
}
.tbl-sort td img + .icon-hosoku{
    margin-top: 5px;
}
.btn-jump{
    display: block;
    background: rgb(0,203,26);
    background: linear-gradient(0deg, rgba(0,203,26,1) 0%, rgba(0,224,110,1) 100%);
    padding: 10px 3px;
    border-radius: 4px;
    color: #fff;
}
.btn-jump:hover{
    text-decoration: none;
    color: #fff;
}
a.btn-jump:visited{
    color: #fff;
}
.tbl-sort td.bg-focus{
    background: yellow;
}
@media(min-width:768px) {
.tbl-sort{
    table-layout: fixed;
}
.tbl-sort th,
.tbl-sort td{
    font-size: 16px;
    padding: 10px;
}
.tbl-sort td img{
    width: 100%;
    max-width: 80px;
}
.tbl-sort th{
    width: auto;
    text-align: center;
}
.tbl-sort th.th-thum{
    width: 180px !important;
}
.tbl-sort th.th-btn{
    width: 15%;
}

.icon-hosoku{
    font-size: 18px;
    font-weight: bold;
}
.tbl-sort td img + .icon-hosoku{
    margin-top: 10px;
}
#Singlewrap .icon-hosoku,
#Recommend .icon-hosoku{
    font-size: 13px;
    font-weight: normal;
}
}






#Disclaimer{
    padding: 40px 0;
}
#Disclaimer p{
    font-size: #666;
    font-size: 14px;
    line-height: 1.4;
    margin:0;
}
#Disclaimer p + p{
    margin-top: 10px;
}


#Singlewrap{
    padding: 20px 0;
}
@media(min-width:768px) {
#Singlewrap{
    padding: 40px 0;
}
}



#Searchare{
    padding: 20px 0 0;
}
.box-topsearch{
    background: #F7F5E8;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    max-width: 900px;
    margin:0 auto;
}
.title-search{
    color: #6a6125;
    font-size: 16px;
    font-weight: bold;
    border-bottom: dashed 1px #6a6125;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 20px;
}
.row-checkitem{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.row-checkitem > label{
    width: 48%;
    margin:0 1% 2%;
}
.row-checkitem > label b{
    font-size: 13px;
    width: 100%;
    display: block;
    text-align: center;
}
.row-checkitem > label span{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.img-search-icon{
    width: 100%;
    max-width: 45px;
}
.wrap-searchbtn{
    text-align: center;
}
#feas-result-0{
    text-align: center;
    margin-top: 15px;
}
#feas-submit-button-0{
    border: none;
    background: none;
    font-weight: normal;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding: 15px 25px;
    color: #fff;
    display: block;
    width: 100%;
}
.wrap-searchbtn span{
    display: inline-block;
    width: 100%;
    max-width: 250px;
    border: none;
    background: rgb(0,203,26);
    background: linear-gradient(0deg, rgba(0,203,26,1) 0%, rgba(0,224,110,1) 100%);
    padding: 0;
    font-size: 16px;
    border-radius: 4px;
    font-weight: normal;
    color: #fff;
    position: relative;
}
.wrap-searchbtn span:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
}
.wrap-searchbtn span:hover {
    color: #fff;
    opacity: 0.5;
}
#feas-submit-button-0:focus {
    outline: 0;
    background-color: none;
    border:none;
}
.checkbox-003 {
    border: none;
}
.checkbox-003 label {

    position: relative;
    border: 1px solid #6a6125;
    border-radius: 3px;
    background-color: #fafafa;
    cursor: pointer;
    padding: 15px;
    font-size: 14px;
    flex-wrap: wrap;
}
.checkbox-003 label:has(:checked) {
    color: #ff0084;
}
.checkbox-003 label::before {
    width: 20px;
    height: 20px;
    border-radius: 1px;
    background-color: #fff;
    content: '';
    margin-right: 10px;
    border:solid 1px #ccc;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
}
.checkbox-003 label:has(:checked)::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 13px;
    transform: translate(0, -50%);
}
.checkbox-003 input {
    display: none;
}
@media(min-width:768px) {
#Searchare{
    padding: 40px 0;
}
.box-topsearch{
    padding: 30px;
}
.row-checkitem > label{
    width: 31.33%;
    margin:0 1% 2%;
}
.row-checkitem > label b{
    font-size: 18px;
}
.img-search-icon{
    max-width: 60px;
}
}


.time-container{
    padding: 20px 10px;
    border-top: 1px dotted #A72026;
    border-bottom: 1px dotted #A72026;
    text-align: center;
}
.time{
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin:0;
}
.time b{
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
.time span{
  font-size: 24px;
  line-height: 1;
  color: #A72026;
  font-family: "Arial Black", monospace !important;
}
@media(min-width:768px) {
.time b{
  display: inline-block;
  font-size: 18px;

}
}




#box-article{
    margin: 20px auto;
}
#box-article h2{
    border-bottom: dotted 2px #109cda;
    padding: 0 10px 10px;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 60px;
    font-weight: bold;
    color: #109cda;
}
#box-article h3{
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: bold;
}
#box-article p{
    font-size: 14px;
    line-height: 1.4;
}
#box-article p + p,
#box-article p + ul,
#box-article ul + p{
    margin-top: 10px;
}
#box-article ul{
    background: #fafafa;
    padding: 20px 30px;
}
#box-article ul li{
    font-size: 14px;
}
#box-article ul li + li{
    margin-top: 5px;
}
p.button2{
    text-align: center;
    display: block;
    margin-top: 100px !important;
    background: #F7F5E8;
    padding: 20px;
}
@media(min-width:768px) {
#box-article h2{
    font-size: 24px;
    margin-top: 80px;
}
#box-article h3{
    font-size: 20px;
    margin-top: 40px;
}
#box-article p{
    font-size: 16px;
}
#box-article ul li{
    font-size: 16px;
}
}



.company-info dl{
    margin:0;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.company-info dt{
    margin: 0;
    padding: 10px;
    background: #eee;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    font-size: 14px;
}
.company-info dd{
    margin: 0;
    padding: 10px;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    font-size: 14px;
}
@media(min-width:768px) {
.company-info dl{
    display: flex;
}
.company-info dt{
    width: 40%;
}
.company-info dd{
    width: 60%;
}
}