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

.newLoansSpArea{
font-size: 12px;
font-size: 1.2rem;
padding: 20px 0 50px;
}
.newLoansSpArea img{
max-width: 100%;
height: auto;
}
#newLoansHead{
margin-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
}
#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: 50px;
}
.newLoansHeading{
display: flex;
padding-left: 20px;
padding-right: 20px;
}
.newLoansHeading .txt{
display: flex;
align-items: center;
width: 64%;
padding: 10px;
color: #ffffff;
background-color: #1468b4;
}
.newLoansHeading .txt h3{
font-size: min(3.2vw, 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{

}
.newLoansList ul.list>li{
padding: 25px 20px;
border-bottom: 1px solid #cdcdcd;
}
#newLoansHousingRecommended .newLoansList{
background-color: #ffffe6;
padding-bottom: 30px;
margin-top: 20px;
}
.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;
}
.newLoansBtn{
margin-top: 30px;
}
.newLoansBtn ul li+li{
margin-top: 10px;
}
.newLoansBtn ul li a{
display: flex;
justify-content: center;
align-items: center;
position: relative;
text-align: center;
color: #ffffff;
background-color: #e56a00;
padding: 7px 10px;
text-decoration: none;
}
.newLoansBtn ul li.inst a{
padding: 5px 30px;
}
.newLoansBtn ul li.inst a::after{
content: '';
display: block;
width: 20px;
height: 24px;
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
background-image: url(../images/pdf.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
}
.newLoansBtn ul li.exam a{
background-color: #b02927;
}
.newLoansBtn ul li.store a{
background-color: #32a07d;
}
.newLoansBtn ul li.doc a{
background-color: #b02927;
}
.newLoansBtn ul li.doc a::after{
content: '';
display: block;
width: 16px;
height: 16px;
background-image: url(../images/pdf_icon.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
}
.newLoansBtn ul li p{
margin-top: 0.5em;
text-align: center;
}
.newLoansList ul.list+.attention{
padding: 0 20px 0 calc(20px + 1em);
}
.newLoansFootBtn{
margin-top: 25px;
padding-left: 20px;
padding-right: 20px;
}
.newLoansFootBtn ul{
}
.newLoansFootBtn ul li+li{
margin-top: 10px;
}
.newLoansFootBtn ul li a{
display: flex;
justify-content: center;
align-items: center;
position: relative;
text-align: center;
color: #ffffff;
background-color: #2287bc;
padding: 7px 10px;
text-decoration: none;
}
.newLoansFootBtn p{
margin-top: 0.5em;
padding-left: 1em;
text-indent: -1em;
}