@charset "UTF-8";
/* CSS Document */

.newLoansArea{
font-size: 12px;
font-size: 1.2rem;
padding-bottom: 50px;
}
.newLoansSpArea{
font-size: 12px;
font-size: 1.2rem;
padding: 20px 0 50px;
}
.newLoansArea img{
max-width: 100%;
height: auto;
}
.newLoansSpArea img{
max-width: 100%;
height: auto;
}
#newLoansHead{
margin-bottom: 40px;
}
#newLoansHead h2{
font-size: min(6vw, 20px);
font-weight: bold;
text-align: center;
color: #ffffff;
background-color: #32a07d;
padding: 3px 10px;
}
.newLoansBox+.newLoansBox{
margin-top: 80px;
}
.newLoansHeading{
display: flex;
}
.newLoansHeading .txt{
display: flex;
align-items: center;
width: 64%;
padding: 10px 30px;
color: #ffffff;
background-color: #1468b4;
}
.newLoansHeading .txt h3{
font-size: min(3.5vw, 24px);
font-weight: bold;
}
.newLoansHeading figure{
width: 36%;
overflow: hidden;
position: relative;
padding-top: 30%;
}
.newLoansHeading figure img{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.newLoansHeading.noImg{
position: relative;
}
.newLoansHeading.noImg::before{
content: '';
display: block;
position: absolute;
top: calc(100% - 1px);
left: 50%;
transform: translateX(-50%);
border-top: 20px solid rgba(20,104,180,1.00);
border-right: 12px solid rgba(20,104,180,0.00);
border-bottom: 0 solid rgba(20,104,180,0.00);
border-left: 12px solid rgba(20,104,180,0.00);
}
.newLoansHeading.noImg .txt{
display: flex;
justify-content: center;
align-items: center;
width: 100%;
padding: 10px 20px;
color: #ffffff;
background-color: #1468b4;
border-radius: 5px;
}
.newLoansHeading.noImg .txt h3{
}
.newLoansList{
margin-top: 30px;
}
.newLoansList table{
}
.newLoansList table tr th{
border: 1px solid #cdcdcd;
background-color: #d1f0d3;
padding: 7px 0;
font-size: 14px;
vertical-align: middle;
}
.newLoansList table tr th:first-child{
width: 41%;
}
.newLoansList table tr th:last-child{
width: 36%;
}
.newLoansList table tr td{
border: 1px solid #cdcdcd;
padding: 20px 15px;
vertical-align: middle;
}
#newLoansHousingRecommended .newLoansList table tr td{
background-color: #ffffe6;
}
.newLoansList .outline+.outline{
margin-top: 25px;
}
.newLoansList .txt h4{
font-size: 16px;
font-weight: bold;
color: #32a07d;
}
.newLoansList .txt h4+p{
margin-top: 0.5em;
}
.newLoansList .interest dl{
display: flex;
flex-wrap: wrap;
margin: -10px 0 0 0;
line-height: 20px;
}
.newLoansList .interest dl dt{
display: flex;
align-items: center;
width: 100px;
background-color: #e56a00;
color: #ffffff;
font-size: 12px;
margin: 10px 0 0 0;
padding: 5px 5px;
}
.newLoansList .interest dl dd{
display: flex;
align-items: center;
width: calc(100% - 100px);
padding: 5px 10px;
font-size: 16px;
color: #e56a00;
margin: 10px 0 0 0;
}
.newLoansList .interest .rateDate{
margin-top: 0.5em;
padding-left: 1em;
text-indent: -1em;
}
.newLoansList .conditions ul{
line-height: 20px;
}
.newLoansList .conditions ul li{
position: relative;
padding-left: 14px;
counter-increment: number;
}
.newLoansList .conditions ul li::before{
content: counter(number);
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 4px;
left: 0;
width: 12px;
height: 12px;
text-align: center;
font-size: 10px;
line-height: 12px;
}
.newLoansList .conditions ul li::after{
content: '';
display: block;
position: absolute;
top: 4px;
left: 0;
width: 10px;
height: 10px;
border-radius: 50%;
border: 1px solid #111111;
}
.newLoansList .attention{
margin-top: 1em;
font-size: 10px;
padding-left: 1em;
text-indent: -1em;
}
.outlinePdf{
display: flex;
justify-content: center;
}
.outlinePdf a:hover{
opacity: 0.8;
}
.detailBtn{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.detailBtn+.detailBtn{
margin-top: 40px;
}
.detailBtn p{
text-align: center;
}
.detailBtn p+p{
margin-top: 10px;
}
.detailBtn .btn{
width: 200px;
}
.detailBtn .btn a{
position: relative;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
font-weight: bold;
text-align: center;
color: #ffffff;
background-color: #777777;
border-radius: 5px;
text-decoration: none;
padding: 0 30px 0 10px;
height: 40px;
}
.detailBtn .btn a:hover{
opacity: 0.8;
}
.detailBtn .btn.exam a,
.detailBtn .btn.doc a{
background-color: #b02927;
}
.detailBtn .btn.store a{
background-color: #32a07d;
}
.detailBtn .btn a::before{
content: '';
display: block;
width: 14px;
height: 14px;
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
}
.detailBtn .btn.exam a::before,
.detailBtn .btn.store a::before{
background-image: url(../images/new_loans_arrow.png);
}
.detailBtn .btn.doc a::before{
width: 15px;
height: 15px;
background-image: url(../images/pdf_icon.svg);
}
.newLoansFootBtn{
margin-top: 30px;
}
.newLoansFootBtn ul{
display: flex;
margin: 0 0 0 -15px;
}
.newLoansFootBtn ul li{
width: 50%;
padding-left: 15px;
}
.newLoansFootBtn ul li a{
position: relative;
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
font-weight: bold;
text-align: center;
color: #ffffff;
background-color: #32a07d;
border-radius: 5px;
text-decoration: none;
padding: 0 50px;
height: 60px;
}
.newLoansFootBtn ul li a:hover{
opacity: 0.8;
}
.newLoansFootBtn ul li a::before{
content: '';
display: block;
width: 14px;
height: 14px;
position: absolute;
top: 50%;
right: 30px;
background-image: url(../images/new_loans_arrow.png);
transform: translateY(-50%);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
}
.newLoansFootBtn p{
margin-top: 1em;
font-size: 14px;
}

@media screen and (max-width: 479px){
#newLoansHead{
margin-bottom: 20px;
}
.newLoansHeading .txt{
padding: 10px;
}
}/*media*/





.newLoansSingleArea{
font-size: 12px;
font-size: 1.2rem;
padding-bottom: 50px;
}
#newLoansSingleHead h2{
color: #2ea37e;
font-size: 18px;
font-weight: bold;
}
#newLoansSingleHead h2+p{
margin-top: 10px;
}

#newLoansSingleHead table.businessArea{
font-size: 14px;
margin-top: 20px;
}
#newLoansSingleHead table.businessArea tr th, table.businessArea tr td{
padding: 10px;
border: 1px solid #111111;
vertical-align: middle;
}
#newLoansSingleHead table.businessArea tr th{
background-color: #eeeeee;
}
.newLoansSingleArea .commonHeading{
font-size: 18px;
font-weight: bold;
color: #ffffff;
background-color: #32a07d;
padding: 5px 15px;
margin-bottom: 1em;
}
#newLoansSingleFlow{
margin-top: 30px;
}
#newLoansSingleFlow ol.list>li{
position: relative;
padding: 25px 0 30px 110px;
z-index: 1;
}
#newLoansSingleFlow ol.list>li::before{
content: '';
width: 4px;
position: absolute;
top: 83px;
left: 40px;
bottom: 0;
transform: translateX(-50%);
background-image: url(../images/new_loans_dot.png);
background-repeat: repeat-y;
background-position: top center;
background-size: 100% auto;
z-index: -1;
}
#newLoansSingleFlow ol.list>li:last-child{
padding-bottom: 0;
}
#newLoansSingleFlow ol.list>li:last-child::before{
content: none;
}
#newLoansSingleFlow ol.list>li p.step{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
left: 0;
width: 80px;
height: 80px;
border-radius: 50%;
color: #ffffff;
background-color: #1468b4;
text-align: center;
font-size: 14px;
line-height: 100%;
padding-top: 5px;
}
#newLoansSingleFlow ol.list>li p.step span{
display: block;
font-size: 24px;
line-height: 100%;
}
#newLoansSingleFlow ol.list>li p.title{
font-size: 18px;
font-weight: bold;
line-height: 30px;
}
#newLoansSingleFlow ol.list>li .txt{
margin-top: 10px;
line-height: 20px;
}
#newLoansSingleFlow ol.list>li .txt ol li{
position: relative;
padding-left: 14px;
counter-increment: number02;
}
#newLoansSingleFlow ol.list>li .txt ol li::before{
content: counter(number02);
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 4px;
left: 0;
width: 12px;
height: 12px;
text-align: center;
font-size: 10px;
line-height: 12px;
}
#newLoansSingleFlow ol.list>li .txt ol li::after{
content: '';
display: block;
position: absolute;
top: 4px;
left: 0;
width: 10px;
height: 10px;
border-radius: 50%;
border: 1px solid #111111;
}
#newLoansSingleFlow ol.list>li .txt span.attention{
display: block;
padding-left: 1em;
text-indent: -1em;
margin-top: 0;
}
#newLoansSingleCautions{
margin-top: 80px;
}
#newLoansSingleCautions ul li{
position: relative;
counter-increment: caution;
padding-left: 2em;
}
#newLoansSingleCautions ul li::before{
content: counter(caution);
position: absolute;
top: 0;
left: 0;
}
#newLoansSingleCautions ul li+li{
margin-top: 1.5em;
}
#newLoansSingleInst{
margin-top: 80px;
}
#newLoansSingleAgree{
margin-top: 80px;
}
.newLoansSingleDl p.attention{
margin: 0 0 20px;
color: #ff0000;
padding-left: 1em;
text-indent: -1em;
}
.newLoansSingleDl p.btn a{
display: flex;
justify-content: center;
align-items: center;
border-radius: 5px;
background-color: #E56A00;
color: #ffffff;
font-size: 18px;
font-weight: bold;
text-align: center;
text-decoration: none;
padding: 20px;
margin-right: 2px;
-webkit-box-shadow: 2px 2px 0 #a74c00;
box-shadow: 2px 2px 0 #a74c00;
background-image: -webkit-linear-gradient(270deg,rgba(229,106,0,1.00) 0%,rgba(255,185,125,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(229,106,0,1.00) 0%,rgba(255,185,125,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(229,106,0,1.00) 0%,rgba(255,185,125,1.00) 100%);
background-image: linear-gradient(180deg,rgba(229,106,0,1.00) 0%,rgba(255,185,125,1.00) 100%);
}
.newLoansSingleDl p.btn a:hover{
opacity: 0.8;
}
.newLoansSingleDl p.btn a::after{
content: '';
display: block;
width: 22px;
height: 26px;
margin-left: 10px;
background-image: url(../images/pdf.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
}
.newLoansSingleDl p.btn br{
display: none;
}

@media screen and (max-width: 479px){
.newLoansSingleArea{
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
}
#newLoansSingleHead table.businessArea{
font-size: 12px;
}
#newLoansSingleHead table.businessArea tr th{
width: calc(7em + 30px);
}
.newLoansSingleArea .commonHeading{
font-size: min(4.7vw, 18px);
}
#newLoansSingleFlow ol.list>li{
padding: 15px 0 30px 80px;
}
#newLoansSingleFlow ol.list>li::before{
top: 63px;
left: 30px;
}
#newLoansSingleFlow ol.list>li p.step{
width: 60px;
height: 60px;
font-size: 12px;
}
#newLoansSingleFlow ol.list>li p.step span{
font-size: 20px;
}
#newLoansSingleCautions{
margin-top: 50px;
}
#newLoansSingleInst{
margin-top: 50px;
}
#newLoansSingleAgree{
margin-top: 50px;
}
.newLoansSingleDl p.btn a{
padding: 15px;
font-size: min(5vw, 18px);
}
.newLoansSingleDl p.btn br{
display: inline;
}
}/*media*/





#agreeCheck{
margin-top: 70px;
}
#agreeCheck p:first-child{
font-weight: bold;
font-size: 14px;
font-size: 1.4rem;
}
#agreeCheck p:first-child::before{
content: '■';
}
#agreeCheck table tr td{
border: 1px solid #cdcdcd;
padding: 10px;
vertical-align: middle;
text-align: center;
}
#agreeCheck table tr td:first-child{
text-align: left;
width: 80%;
}
#agreeCheck table tr td label{
cursor: pointer;
}
#agreeCheck table tr td label input{
display: inline-block;
margin-right: 5px;
}
#agreeCheck .notice{
margin-top: 20px;
border: 1px solid #cdcdcd;
padding: 10px;
background-color: #fff8c3;
}
#agree{
position: relative;
padding-bottom: 2px;
padding-right: 2px;
margin-top: 20px;
}
#agree ul{
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -20px 0 0 -20px;
}
#agree ul li{
position: relative;
margin: 20px 0 0 20px;
}
#agree ul li a{
display: flex;
justify-content: center;
align-items: center;
height: 30px;
border-radius: 5px;
background-color: #1c87bc;
color: #ffffff;
font-size: 16px;
font-weight: bold;
text-align: center;
text-decoration: none;
padding: 0 30px;
-webkit-box-shadow: 2px 2px 0 #1450A0;
box-shadow: 2px 2px 0 #1450A0;
background-image: -webkit-linear-gradient(270deg,rgba(17,140,216,1.00) 0%,rgba(70,180,225,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(17,140,216,1.00) 0%,rgba(70,180,225,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(17,140,216,1.00) 0%,rgba(70,180,225,1.00) 100%);
background-image: linear-gradient(180deg,rgba(17,140,216,1.00) 0%,rgba(70,180,225,1.00) 100%);
}
#agree ul li a span{
display: inline-block;
margin: 0 0 0 5px;
}
#agree .agreeBtn.disable a{
background-color: #aaaaaa;
-webkit-box-shadow: 2px 2px 0 #666666;
box-shadow: 2px 2px 0 #666666;
cursor: default;
background-image: -webkit-linear-gradient(270deg,rgba(170,170,170,1.00) 0%,rgba(211,211,211,1.00) 100%);
background-image: -moz-linear-gradient(270deg,rgba(170,170,170,1.00) 0%,rgba(211,211,211,1.00) 100%);
background-image: -o-linear-gradient(270deg,rgba(170,170,170,1.00) 0%,rgba(211,211,211,1.00) 100%);
background-image: linear-gradient(180deg,rgba(170,170,170,1.00) 0%,rgba(211,211,211,1.00) 100%);
}
#agree ul li a:hover{
opacity: 0.7;
}
#agree .agreeBtn.disable a:hover{
opacity: 1;
}

@media screen and (max-width: 479px){
#agreeCheck{
margin-top: 40px;
}
#agreeCheck table tr td:first-child{
width: 70%;
}
#agree ul{
margin: 0 0 0 -10px;
}
#agree ul li{
padding: 0 0 0 10px;
width: 50%;
margin: 0;
/*left: auto;*/
}
#agree ul li a{
padding: 0 10px;
font-size: min(4vw, 16px);
}
}/*media*/