@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Roboto:wght@500&display=swap');
.Roboto {
  font-family: 'Roboto', sans-serif;
}

.main_title_area{
  background: url(../image/loan_ec/bg_main_title.jpg) no-repeat center top;
  background-size: cover;
}
.main_title_area .wrap{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 500px;
}
.main_title_area *{
  color: #fff !important;
}
.main_title_area .breadcrumbs{
  position: absolute;
  top: 0;
  left: 20px;
}
.main_title_area .main_title{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
.main_title_area p{
  margin-top: 1em;
  font-size: 20px;
}
.main_title_area p.box{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 0 auto 26px;
  font-size: 22px;
  font-weight: bold;
  border: 2px solid #fff;
  padding: 10px;
}

@media screen and (max-width: 1024px){
  .main_title_area{
    background: url(../image/loan_ec/bg_main_title_sp.jpg) no-repeat center top;
    background-size: cover;
  }
  .main_title_area .wrap{
    height: 60vw;
  }
  .main_title_area .main_title{
    font-size: 24px;
  }
  .main_title_area p{
    font-size: 12px;
    line-height: 1.58;
  }
  .main_title_area p.box{
    width: 160px;
    margin: 0 auto 20px;
    font-size: 10px;
    border: 1px solid #fff;
  }
}

#loan_ec{
  background: #F8F8F8;
}
#loan_ec .wrap{
  max-width: 1100px;
}
.loan_ec_title{
  position: relative;
  padding-bottom: 66px;
  margin-bottom: 50px;
}
.loan_ec_title:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 32px;
  margin: auto;
  background-image: linear-gradient(to bottom, #A28B5F, #A28B5F 6px, transparent 3px);
  background-size: 2px 8px;
  background-repeat: repeat-y;
}
.loan_ec_title p{
  margin-bottom: 1.5em;
  font-size: 16px;
  color: #A28B5F;
  font-weight: bold;
  text-align: center;
}
.loan_ec_title h3{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.loan_ec_title + p{
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.orange{
  color: #F76213;
}
.red{
  color: #D90101;
}
.fwb{
  font-weight: bold;
}
#loan_ec table{
  table-layout: fixed;
}
.simulation{
  padding: 66px 0 70px;
   background: #2B3F50;
}
.simulation h3{
  margin-bottom: 40px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.simulation p{
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
.simulation p.btn{
  max-width: 500px;
  margin: 40px auto 0;
}
.simulation p.btn a{
  height: 80px;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid #232323;
  border-radius: 0;
}
.simulation p.btn a::before{
  display: none;
}
.simulation p.btn a:hover{
  background: #232323;
}
#loan_ec table{
  width: 100%;
  table-layout: fixed;
    border-collapse: separate;
    border-spacing: 1px;
}
#loan_ec table th{
  padding: 1em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.62;
  background: #F8F8F8;
}
#loan_ec table td{
  padding: 1em;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  background: #F8F8F8;
}
#loan_ec table .black{
  color: #fff;
  background: #343434;
}
#loan_ec table th.blue{
  color: #fff;
  background: #005E8C;
}
#loan_ec table td.blue{
  background: #DFEDF3;
}
#loan_ec table th.orange_cell{
  color: #fff;
  background: #F76213;
}
#loan_ec table td.orange_cell{
  background: #FDE4D6;
}

@media screen and (max-width: 1024px){
  .loan_ec_title{
    padding-bottom: 40px;
    margin-bottom: 30px;
  }
  .loan_ec_title:after{
    height: 20px;
  }
  .loan_ec_title p{
    font-size: 14px;
  }
  .loan_ec_title h3{
    font-size: 20px;
  }
  .loan_ec_title + p{
    margin-bottom: 48px;
    font-size: 14px;
    line-height: 1.78;
  }
  .simulation{
    padding: 55px 5% 56px;
  }
  .simulation h3{
    font-size: 20px;
  }
  .simulation p{
    font-size: 14px;
    line-height: 1.71;
  }
  .simulation p.btn{
    width: 90%;
  }
  .simulation p.btn a{
    height: 50px;
    font-size: 14px;
  }
  #loan_ec table th{
    padding: 0.5em;
    font-size: 12px;
    line-height: 1.33;
  }
  #loan_ec table td{
    padding: 0.5em;
    font-size: 12px;
    line-height: 1.33;
  }
}

#sec01{
  padding: 110px 0;
}
#sec01 .campain{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 0 auto 36px;
  font-size: 20px;
  color: #F76213;
  font-weight: bold;
  background: #fff;
  border: 2px solid #F76213;
  padding: 10px;
}
#sec01 h3{
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 40px;
  font-size: 42px;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
}
#sec01 h3 .large{
  font-size: 84px;
}
#sec01 h3:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 32px;
  margin: auto;
  background-image: linear-gradient(to bottom, #F76213, #F76213 6px, transparent 3px);
  background-size: 2px 8px;
  background-repeat: repeat-y;
}
#sec01 h3 + p{
  margin-bottom: 45px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
#sec01 p.small{
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
}
#sec01 .point{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 76px 40px;
  margin: 86px 0 0;
}
#sec01 .point li{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #333;
  border-radius: 10px;
  padding: 45px 15px 40px;
}
#sec01 .point li:nth-child(1),
#sec01 .point li:nth-child(2),
#sec01 .point li:nth-child(3){
  width: calc((100% - 80px) / 3);
}
#sec01 .point li:nth-child(4),
#sec01 .point li:nth-child(5){
  width: calc((100% - 40px) / 2);
}
#sec01 .point li .number{
  position: absolute;
  top: -0.5em;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 8em;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #F8F8F8;
}
#sec01 .point li .number span{
  margin-left: 0.25em;
  font-size: 35px;
}
#sec01 .point li .number + p{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.45;
}

@media screen and (max-width: 1024px){
  #sec01{
    padding: 50px 0 65px;
  }
  #sec01 .campain{
    width: 140px;
    margin: 0 auto 18px;
    font-size: 10px;
    border: 1px solid #F76213;
    padding: 5px 10px;
    line-height: 1.4;
  }
  #sec01 h3{
    position: relative;
    padding-bottom: 36px;
    font-size: 18px;
  }
  #sec01 h3 .large{
    font-size: 40px;
  }
  #sec01 h3:after{
    height: 20px;
  }
  #sec01 h3 + p{
    margin-bottom: 30px;
    font-size: 14px;
  }
  #sec01 p.small{
    font-size: 12px;
  }
  #sec01 .point{
    justify-content: center;
    gap: 22px 10px;
    margin: 58px 0 0;
  }
  #sec01 .point li{
    border-radius: 5px;
  }
  #sec01 .point li:nth-child(1),
  #sec01 .point li:nth-child(2),
  #sec01 .point li:nth-child(3),
  #sec01 .point li:nth-child(4),
  #sec01 .point li:nth-child(5){
    width: calc((100% - 10px) / 2);
  }
  #sec01 .point li .number{
    font-size: 9px;
  }
  #sec01 .point li .number span{
    font-size: 16px;
  }
  #sec01 .point li .number + p{
    font-size: 12px;
  }
}

#sec02{
  padding: 110px 0 100px;
  background: #fff;
}
#sec02 table + p{
  margin-top: 1.5em;
  font-size: 15px;
}
#sec02 table td.orange_cell.txt{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
#sec02 table td.orange_cell.txt .yen{
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
#sec02 table td.orange_cell.txt .large{
  font-size: 90px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
#sec02 table .br1{
  border-radius: 10px 0 0 0;
}
#sec02 table .br2{
  border-radius: 0 10px 0 0;
}
#sec02 table .br3{
  border-radius: 0 0 0 10px;
}
#sec02 table .br4{
  border-radius: 0 0 10px 0;
}

@media screen and (max-width: 1024px){
  #sec02{
    padding: 50px 0;
  }
  #sec02 table + p{
    margin-top: 1em;
    font-size: 14px;
    line-height: 1.8;
  }
  #sec02 table td.orange_cell.txt{
    font-size: 12px;
    line-height: 1.6;
  }
  #sec02 table td.orange_cell.txt .yen{
    font-size: 19px;
  }
  #sec02 table td.orange_cell.txt .large{
    font-size: 57px;
  }
  #sec02 table{
    table-layout: auto;
  }
  #sec02 table th{
    padding: 1em 0.5em;
    font-size: 12px;
    line-height: 1.33;
  }
  #sec02 table td{
    padding: 1em 0.5em;
    font-size: 12px;
    line-height: 1.33;
  }
  #sec02 table th.blue{
    width: 28%;
  }
  #sec02 table th.orange_cell{
    width: 50%;
  }
  #sec02 table .br1{
    border-radius: 5px 0 0 0;
  }
  #sec02 table .br2{
    border-radius: 0 5px 0 0;
  }
  #sec02 table .br3{
    border-radius: 0 0 0 5px;
  }
  #sec02 table .br4{
    border-radius: 0 0 5px 0;
  }
}

#sec03{
  padding: 100px 0 110px;
}
#sec03 .loan_ec_title + p{
  margin-bottom: 100px;
}
#sec03 .white_box{
  position: relative;
  padding: 85px 50px;
  background: #fff;
  border-radius: 10px;
}
#sec03 .white_box + .white_box{
  margin-top: 98px;
}
#sec03 .white_box .ex{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -28px;
  left: 0;
  right: 0;
  width: 318px;
  height: 56px;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  background: #fff;
  border: 2px solid #2B3F50;
  border-radius: 28px;
}
#sec03 .white_box .price{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 84px;
  padding: 0 40px;
  margin: 0 0 48px;
  background: #2B3F50;
  border-radius: 5px;
}
#sec03 .white_box .price p{
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
#sec03 .white_box .price p + p{
  font-size: 35px;
}
#sec03 .white_box .price p + p span{
  margin-right: 0.2em;
  font-size: 25px;
}
#sec03 .white_box .flex{
  justify-content: space-between;
  gap: 0 32px;
  margin-bottom: 50px;
}
#sec03 .white_box figure{
  width: calc(100% - 660px);
}
#sec03 .white_box .right{
  width: 628px;
}
#sec03 .white_box .right h4{
  display: table;
  padding: 0 0.2em 0.2em;
  margin: 0 auto 42px;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  background:linear-gradient(transparent 60%, #E5E1D9 60%);
}
#sec03 .white_box .right h4 .orange{
  font-size: 32px;
}
#sec03 .white_box .right table td{
  text-align: right;
}
#sec03 .white_box p{
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
#sec03 .white_box p .orange{
  font-size: 27px;
}
#sec03 .white_box p.large{
  font-size: 31px;
}
#sec03 .white_box p.large .orange{
  font-size: 39px;
}
#sec03 .txt{
  margin: 30px 0 78px;
}
#sec03 .txt p{
  font-size: 15px;
  line-height: 2;
}
#sec03 .white_box2{
  padding: 60px 10px;
  background: #fff;
  border-radius: 10px;
}
#sec03 .white_box2 p{
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
}
#sec03 .white_box2 p.large{
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
}
#sec03 .white_box2 p.btn{
  max-width: 330px;
  margin: 40px auto 0;
}
#sec03 .white_box2 p.btn a{
  height: 58px;
  font-size: 17px;
  color: #fff;
  background: #2B3F50;
}
#sec03 .white_box2 p.btn a::before{
  display: none;
}
#sec03 .white_box2 p.btn a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 1024px){
  #sec03{
    padding: 55px 0;
  }
  #sec03 .white_box{
    padding: 60px 20px 45px;
    border-radius: 5px;
  }
  #sec03 .white_box + .white_box{
    margin-top: 52px;
  }
  #sec03 .white_box .ex{
    top: -22px;
    width: 184px;
    height: 44px;
    font-size: 15px;
  }
  #sec03 .white_box .price{
    display: block;
    height: auto;
    padding: 18px 10px 10px;
    margin: 0 0 20px;
  }
  #sec03 .white_box .price p{
    font-size: 14px;
    text-align: center;
  }
  #sec03 .white_box .price p + p{
    font-size: 20px;
  }
  #sec03 .white_box .price p + p span{
    font-size: 15px;
  }
  #sec03 .white_box .flex{
    display: block;
    margin-bottom: 20px;
  }
  #sec03 .white_box figure{
    width: 100%;
    margin-bottom: 30px;
  }
  #sec03 .white_box .right{
    width: 100%;
  }
  #sec03 .white_box .right h4{
    margin: 0 auto 24px;
    font-size: 18px;
  }
  #sec03 .white_box .right h4 .orange{
    font-size: 20px;
  }
  #sec03 .white_box p{
    font-size: 15px;
  }
  #sec03 .white_box p .orange{
    font-size: 19px;
  }
  #sec03 .white_box p.large{
    margin-top: 0.5em;
    font-size: 21px;
  }
  #sec03 .white_box p.large .orange{
    font-size: 26px;
  }
  #sec03 .txt{
    margin: 20px 0 50px;
  }
  #sec03 .txt p{
    font-size: 14px;
    line-height: 1.85;
  }
  #sec03 .white_box2{
    padding: 30px 20px;
    border-radius: 5px;
  }
  #sec03 .white_box2 p{
    font-size: 14px;
    text-align: left;
  }
  #sec03 .white_box2 p.large{
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
  }
  #sec03 .white_box2 p.btn{
    width: 90%;
    margin: 26px auto 0;
  }
  #sec03 .white_box2 p.btn a{
    height: 50px;
    font-size: 14px;
  }
}

#sec04{
  padding: 130px 0 110px;
  background: #fff;
}
#sec04 .gray_box{
  padding: 50px;
  background: #F8F8F8;
  border-radius: 10px;
}
#sec04 .gray_box + .gray_box{
  margin-top: 60px;
}
#sec04 .gray_box h4{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin: 0 auto 50px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #2B3F50;
  border-radius: 5px;
}
#sec04 .gray_box p{
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
}
#sec04 .gray_box p.large{
  margin-bottom: 0.8em;
  font-size: 20px;
  font-weight: bold;
}
#sec04 .gray_box table{
  max-width: 884px;
  margin: 45px auto 0;
  background: #2B3F50;
}
#sec04 .gray_box table th{
  width: 170px;
  padding: 0.8em 1em;
  font-size: 17px;
  color: #2B3F50;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background: #E8E8E8;
}
#sec04 .gray_box table th.blue{
  color: #fff;
  background: #2B3F50;
}
#sec04 .gray_box table td{
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  background: #fff;
}
#sec04 .gray_box table td.Roboto{
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 1024px){
  #sec04{
    padding: 55px 0 45px;
  }
  #sec04 .gray_box{
    padding: 20px;
    border-radius: 5px;
  }
  #sec04 .gray_box + .gray_box{
    margin-top: 26px;
  }
  #sec04 .gray_box h4{
    height: 40px;
    margin: 0 auto 22px;
    font-size: 16px;
  }
  #sec04 .gray_box p{
    font-size: 14px;
    text-align: left;
  }
  #sec04 .gray_box p.large{
    font-size: 13px;
    text-align: center;
  }
  #sec04 .gray_box table{
    margin: 20px auto 0;
  }
  #sec04 .gray_box table th{
    width: 54px;
    padding: 0.8em 0;
    font-size: 10px;
  }
  #sec04 .gray_box table td{
    padding: 0.8em 0;
  }
}

#sec05{
  padding: 100px 0 110px;
}
#sec05 .step{
  margin: 50px 0 0;
}
#sec05 .step li{
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 0 40px;
  padding: 40px;
  background: #fff;
}
#sec05 .step li + li{
  margin-top: 75px;
}
#sec05 .step li + li:before{
  content: "";
    display: inline-block;
    position: absolute;
    top: -55px;
    left: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg) translateY(0);
}
#sec05 .step li figure{
  max-width: 380px;
}
#sec05 .step li .txt{
  width: calc(100% - 420px);
  padding: 30px 0;
}
#sec05 .step li h4{
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
}
#sec05 .step li h4 span{
  position: relative;
  padding-right: 30px;
  margin-right: 36px;
  font-size: 28px;
  color: #A28B5F;
  font-weight: normal;
}
#sec05 .step li h4 span:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 70%;
  margin: auto;
  border-right: 1px dashed #1A1A1A;
}
#sec05 .step li .txt p{
  font-size: 15px;
  text-align: left;
  line-height: 1.73;
}
#sec05 .step li .txt p.mb2em{
  margin-bottom: 2em;
}
#sec05 .step li .txt p.small{
  margin-left: 1em;
  font-size: 13px;
  text-indent: -1em;
}

@media screen and (max-width: 1024px){
  #sec05{
    padding: 55px 0 68px;
  }
  #sec05 .step{
    margin: 30px 0 0;
  }
  #sec05 .step li{
    display: block;
    padding: 20px;
  }
  #sec05 .step li + li{
    margin-top: 66px;
  }
  #sec05 .step li + li:before{
      top: -50px;
  }
  #sec05 .step li figure{
    width: 100%;
    margin-bottom: 16px;
  }
  #sec05 .step li .txt{
    width: 100%;
    padding: 0;
  }
  #sec05 .step li h4{
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 1.62;
  }
  #sec05 .step li h4 span{
    display: block;
    padding-right: 0;
    margin-right: 0;
    font-size: 22px;
  }
  #sec05 .step li h4 span:after{
    display: none;
  }
  #sec05 .step li .txt p{
    font-size: 14px;
    line-height: 1.85;
  }
  #sec05 .step li .txt p.small{
    font-size: 14px;
  }
}

#sec06{
  padding: 100px 0 110px;
}
#sec06 .white_box{
  position: relative;
  padding: 50px;
  background: #fff;
  border-radius: 10px;
}
#sec06 .white_box + .white_box{
  margin-top: 60px;
  padding: 60px 40px 55px;
}
#sec06 .white_box h4{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  margin-bottom: 50px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  background: #2B3F50;
  border-radius: 5px;
}
#sec06 .white_box p{
  font-size: 15px;
  line-height: 1.73;
}
#sec06 .white_box p.large{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#sec06 .white_box figure{
  max-width: 665px;
  margin: 50px auto 0;
}
#sec06 .white_box ul{
  margin-top: 50px;
}
#sec06 .white_box ul li{
  margin-left: 1.4em;
  font-size: 15px;
  line-height: 1.73;
  text-indent: -1.4em;
}
#sec06 .white_box ul li:before{
  content: "●";
  margin-right: 0.4em;
}

@media screen and (max-width: 1024px){
  #sec06{
    padding: 55px 0 48px;
  }
  #sec06 .white_box{
    padding: 20px;
    border-radius: 5px;
  }
  #sec06 .white_box + .white_box{
    margin-top: 80px;
    padding: 30px 25px;
  }
  #sec06 .white_box h4{
    height: 40px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  #sec06 .white_box p{
    font-size: 14px;
  }
  #sec06 .white_box p.large{
    font-size: 16px;
    line-height: 1.62;
  }
  #sec06 .white_box figure{
    margin: 40px auto 0;
  }
  #sec06 .white_box ul{
    margin-top: 30px;
  }
  #sec06 .white_box ul li{
    font-size: 14px;
  }
}