@charset "UTF-8";
a > img {
  transition: all 0.2s ease-out;
}
a:hover > img {
  opacity: .8;
}
.tableBox_td {
  background: #fff;
}

/*h1Box*/
@media only screen and (min-width:768px){
  .h1Box_eco-housing-loan .h1Box_wrap {
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
  }
  .h1Box_eco-housing-loan_box {
    flex: 1;
  }
}
@media only screen and (max-width: 767px){
  .h1Box_eco-housing-loan_btns {
    margin-top: 30px;
  }
}

/*table*/
.table_eco-housing-loan_outer {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 60px;
}
.table_eco-housing-loan_item {
  position: relative;
}
.table_eco-housing-loan_item:first-child {
  flex: 1;
}
.table_eco-housing-loan_item:not(:first-child) {
  /* width: calc(((100% - 150px) - 60px * 3) / 4); */
  width: calc(((100% - 150px) - 60px) / 2);
}
.table_eco-housing-loan_item + .table_eco-housing-loan_item::before {
  content: '';
  position: absolute;
  bottom: 100px;
  left: -45px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0px 40px 30px;
}
.table_eco-housing-loan_item + .table_eco-housing-loan_item:has(.green_1)::before {
  border-color: transparent transparent transparent #007c5c;
}
.table_eco-housing-loan_item + .table_eco-housing-loan_item:has(.green_2)::before {
  border-color: transparent transparent transparent #006f5d;
}
.table_eco-housing-loan_item + .table_eco-housing-loan_item:has(.green_3)::before {
  border-color: transparent transparent transparent #026363;
}
.table_eco-housing-loan_item .tableBox_table {
  border: none !important;
}
.table_eco-housing-loan_item .tableBox_table th,
.table_eco-housing-loan_item .tableBox_table td {
  text-align: center;
  border: #CCC solid 1px;
}
.table_eco-housing-loan_item .tableBox_table .empty {
  width: 150px;
  background-color: transparent !important;
  border: none !important;
}
.table_eco-housing-loan_item .tableBox_table .tableBox_th:not(.tableC-1) {
  height: 170px;
}
.table_eco-housing-loan_item .tableBox_table .tableBox_th.gray {
  background: #ddd;
  color: #222;
}
.table_eco-housing-loan_item .tableBox_table .tableBox_th.green_1 {
  background: #007c5c;
}
.table_eco-housing-loan_item .tableBox_table .tableBox_th.green_2 {
  background: #006f5d;
}
.table_eco-housing-loan_item .tableBox_table .tableBox_th.green_3 {
  background: #026363;
}
.table_eco-housing-loan_thBox {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.table_eco-housing-loan_thTxt {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table_eco-housing-loan_rate {
  background: #fff;
  color: #008960;
  padding: 10px;
  margin-top: 15px;
}
.table_eco-housing-loan_rate > span {
  font-size: 20px;
  line-height: 1.2;
}
.table_eco-housing-loan_item .tableBox_table .tableBox_th.green_1 .table_eco-housing-loan_rate {
  color: #007c5c;
}
.table_eco-housing-loan_item .tableBox_table .tableBox_th.green_2 .table_eco-housing-loan_rate {
  color: #006f5d;
}
.table_eco-housing-loan_item .tableBox_table .tableBox_th.green_3 .table_eco-housing-loan_rate {
  color: #026363;
}
@media only screen and (max-width: 767px){
  .table_eco-housing-loan_scroll {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    -webkit-overflow-scrolling: touch;
  }
  .table_eco-housing-loan_outer {
    gap: 40px;
    width: 500px;
  }
  .table_eco-housing-loan_item:not(:first-child) {
    width: calc(((100% - 90px) - 40px * 1) / 2);
  }
  .table_eco-housing-loan_item + .table_eco-housing-loan_item::before {
    bottom: 100px;
    left: -30px;
    border-width: 35px 0px 35px 20px;
  }
  .table_eco-housing-loan_item .tableBox_table .empty {
    width: 90px;
  }
}

/* stepList */
.stepList_eco-housing-loan .stepItem_main{
  margin-left: 30px;
}
.stepList_eco-housing-loan .stepItem .titSpe_point {
  background: #008960;
  margin: 0 auto;
}

.stepItem_icon{
  margin: 10px auto 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width:767px) {
  .stepList_eco-housing-loan .titSpe_wrap_01{
    display: flex;
  }
  .stepList_eco-housing-loan .titSpe_point {
    flex-direction: column;
    -webkit-flex-direction: column;
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
  }
}

/* accordion */
.accordion {
  background: #E7FEF4;
}
.accordion:last-child {
  border-bottom: #ccc solid 1px;
}
.accordion_tit {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  border-top: #ccc solid 1px;
  padding: 20px 45px 20px 20px;
  cursor: pointer;
}
.accordion_tit::before,
.accordion_tit::after {
  content: "";
  background: #00EEAD;
  position: absolute;
  margin: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.accordion_tit::before {
  width: 15px;
  height: 2px;
  right: 20px;
  top: 0;
  bottom: 0;
}
.accordion_tit::after {
  height: 15px;
  width: 2px;
  right: 26px;
  top: 0;
  bottom: 0;
}
.accordion_tit.active::after {
  opacity: 0;
}
.accordion_box {
  display: none;
  width: 100%;
  border-top: #ced0e5 solid 1px;
  background: #f5f5f5;
  padding: 30px 20px;
}

/* accordion */
.eco-housing-loan_tel{
  width: 40%;
  margin: 0 auto;
}
.telBox_main_mini{
  font-size: 20px;
  background-size: 40px;
  line-height: 40px;
  padding: 4px 0 4px 50px;
}
.border_b{
  border-bottom: 1px #ccc solid;
}

@media only screen and (max-width:767px) {
  .eco-housing-loan_tel{
    width: 100%;
    margin: 0 auto;
  }
}

/* プラン */
.planBox {
  border: #008960 solid 3px;
}
.loanBox_eco-housing-loan-title{
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.loan_eco-housing-loan-text{
  margin-left: 10px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}

.wrap_500{
  max-width: 500px;
  width: 45%;
  margin: 0 auto;
}
@media only screen and (max-width:767px){
  .loanBox_eco-housing-loan-title{
    display: block;
  }
  .loan_eco-housing-loan-text{
    margin-left: 0;
    font-size: 16px;
    margin-top: 10px;
  }
  .planBox {
    padding: 20px 20px;
  }
}

/*loan_eco-housing-loan*/
.loan_eco-housing-loan {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 ;
}
.loan_eco-housing-loan + .loan_eco-housing-loan {
  border-top: #ccebde solid 1px;
  padding: 40px 0 0;
}
.loan_eco-housing-loan_tag {
  margin-right: 20px;
}
.loan_eco-housing-loan_tag_cir,
.loan_eco-housing-loan_tag_sq {
  background: #008960;
  color: #FFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loan_eco-housing-loan_tag_cir {
  border-radius: 100%;
  width: 70px;
  height: 70px;
}
.loan_eco-housing-loan_tag_sq {
  border-radius: 0.5em;
  width: 130px;
  height: 50px;
}
.loan_eco-housing-loan_rate {
  color: #012E27;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
}
.loan_eco-housing-loan_rate span {
  color: #05C48B;
  font-size: 48px;
}
@media only screen and (max-width:767px){
  
  .loan_eco-housing-loan + .loan_eco-housing-loan {
    padding: 20px 0 0;
  }
  .loan_eco-housing-loan_tag {
    margin-right: 0;
  }
  .loan_eco-housing-loan_tag_cir,
  .loan_eco-housing-loan_tag_sq {
    font-size: 12px;
  }
  .loan_eco-housing-loan_tag_cir {
    border-radius: 100%;
    width: 50px;
    height: 50px;
  }
  .loan_eco-housing-loan_tag_sq {
    width: 90px;
    height: 30px;
  }
  .loan_eco-housing-loan_rate { 
    font-size: 14px;
  }
  .loan_eco-housing-loan_rate span {
    font-size: 26px;
  }
}