@charset "UTF-8";
/*
	Filename: lease-business
	Version: 1.0.1
*/

.page_title2 {
  background-image: url("../img/lease-business/title_bg.jpg");
  background-color: #30ACAC;
}

#sec_02 h3, #sec_03 h3 {
  margin-bottom: 68px;
  font-size: 36px;
  font-weight: 600;
  color: #32B4B4;
}
#sec_02 h3 span, #sec_03 h3 span {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #32B4B4;
}
#sec_02 h3 span:before, #sec_03 h3 span:before {
  position: absolute;
  bottom: -14px;
  left: 48%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #32B4B4 transparent transparent transparent;
}
#sec_02 h3 span:after, #sec_03 h3 span:after {
  position: absolute;
  bottom: -12px;
  left: 48%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #E0F4F4 transparent transparent transparent;
}
#sec_02 h3 span em, #sec_03 h3 span em {
  margin: 0 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 70px;
  font-style: normal;
}
#sec_01 .wrap, #sec_02 .wrap, #sec_03 .wrap {
  max-width: 1000px;
}

/*-----------------------------------------------------
  #sec_01
------------------------------------------------------*/
#sec_01 {
  width: 100%;
  padding: 233px 0 70px;
  text-align: center;
}
#sec_01 h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  color: #32B4B4;
}
#sec_01 h2 span {
  font-size: 45px;
  font-style: normal;
}
#sec_01 img {
  width: 100%;
  max-width: 1500px;
  margin: 135px auto 90px;
}
@media screen and (min-width: 1199px) and (max-width: 1501px) {
  #sec_01 img {
    padding: 0 50px;
  }
}
#sec_01 p {
  margin-bottom: 70px;
  font-size: 18px;
  text-align: left;
}

/*-----------------------------------------------------
  #sec_02
------------------------------------------------------*/
#sec_02 {
  width: 100%;
  padding: 115px 0 150px;
  background: #E0F4F4;
  text-align: center;
}
.lease_box_01 {
  width: 32%;
  margin-top: 55px;
  padding: 25px;
  background: #fff;
}
.lease_box_01 img {
  max-width: 100px;
  margin: -82px auto 10px;
}
.lease_box_01 h4 {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  color: #32B4B4;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.lease_box_01 p {
  font-size: 16px;
  text-align: left;
}

.lease_box_02 {
  margin-top: 100px;
  padding: 50px;
  background: #fff;
}
.lease_box_02 h5 {
  margin: 10px 0 35px;
  font-size: 28px;
  color: #32B4B4;
}
.lease_box_02 table {
  width: 100%;
  font-size: 18px;
}
.lease_box_02 table tr:first-child th, .lease_box_02 table tr:first-child td {
  padding: 0; 
  border-top: none;
  font-size: 10px;
  line-height: 1;
}
.lease_box_02 table th {
  padding: 20px 5px 20px 0;
  border-top: 1px solid #32B4B4;
  font-weight: 600;
  text-align: left;
}
.lease_box_02 table td {
  padding: 20px 0px;
  border-top: 1px solid #32B4B4;
  font-weight: 600;
}
.lease_box_02 table td:nth-child(4) {
  background: #6FCACA;
  color: #fff;
}
.lease_box_02 table td:nth-child(5) {
  padding: 20px 30px;
}
.lease_box_02 table tr:last-child th, .lease_box_02 table tr:last-child td {
  padding: 0; 
  font-size: 10px;
  line-height: 1;
}

/*-----------------------------------------------------
  #sec_03
------------------------------------------------------*/
#sec_03 {
  width: 100%;
  margin-bottom: -40px;
  padding: 115px 0 0;
  text-align: center;
}
#sec_03 h3 span:after {
  border-color: #fff transparent transparent transparent;
}
#sec_03 h4 {
  margin-bottom: 55px;
  font-size: 30px;
  font-weight: 700;
}
#sec_03 h4 span {
  font-size: 45px;
  font-style: normal;
}
#sec_03 p {
  margin-bottom: 42px;
  font-size: 18px;
  text-align: left;
}
#sec_03 p.small {
  margin-top: 5px;
  font-size: 16px;
  text-align: right;
}
#sec_03 img {
  width: 100%;
}



/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	768px~1198 vw1198
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1198px) {
  #sec_02 h3, #sec_03 h3 {
    margin-bottom: 5.676vw;
    font-size: 3.005vw;
  }
  #sec_02 h3 span, #sec_03 h3 span {
    padding-bottom: 1.252vw;
  }
  #sec_02 h3 span:before, #sec_03 h3 span:before {
    bottom: -1.169vw;
    border-width: 1.169vw 1.002vw 0 1.002vw;
  }
  #sec_02 h3 span:after, #sec_03 h3 span:after {
    bottom: -1.002vw;
    border-width: 1.169vw 1.002vw 0 1.002vw;
  }
  #sec_02 h3 span em, #sec_03 h3 span em {
    margin: 0 0.835vw;
    font-size: 5.843vw;
  }


  /*-----------------------------------------------------
    #sec_01
  ------------------------------------------------------*/
  #sec_01 {
    padding: 19.449vw 0 5.843vw;
  }
  #sec_01 h2 {
    font-size: 2.504vw;
  }
  #sec_01 h2 span {
    font-size: 3.756vw;
  }
  #sec_01 img {
    max-width: 125.209vw;
    margin: 11.269vw auto 7.513vw;
    padding: 0 4.174vw;
  }
  #sec_01 p {
    margin-bottom: 5.843vw;
    font-size: 1.503vw;
  }

  /*-----------------------------------------------------
    #sec_02
  ------------------------------------------------------*/
  #sec_02 {
    padding: 9.599vw 0 12.521vw;
  }
  .lease_box_01 {
    margin-top: 4.591vw;
    padding: 2.087vw;
  }
  .lease_box_01 img {
    max-width: 8.347vw;
    margin: -6.845vw auto 0.835vw;
  }
  .lease_box_01 h4 {
    margin-bottom: 1.252vw;
    font-size: 2.337vw;
  }
  .lease_box_01 p {
    font-size: 1.336vw;
  }
  .lease_box_02 {
    margin-top: 8.347vw;
    padding: 4.174vw;
  }
  .lease_box_02 h5 {
    margin: 0.835vw 0 2.922vw;
    font-size: 2.337vw;
  }
  .lease_box_02 table {
    font-size: 1.503vw;
  }
  .lease_box_02 table tr:first-child th, .lease_box_02 table tr:first-child td {
    font-size: 0.835vw;
  }
  .lease_box_02 table th {
    padding: 1.669vw 0.417vw 1.669vw 0;
  }
  .lease_box_02 table td {
    padding: 1.669vw 0px;
  }
  .lease_box_02 table td:nth-child(5) {
    padding: 1.669vw 2.504vw;
  }
  .lease_box_02 table tr:last-child th, .lease_box_02 table tr:last-child td {
    font-size: 0.835vw;
  }

  /*-----------------------------------------------------
    #sec_03
  ------------------------------------------------------*/
  #sec_03 {
    margin-bottom: -3.339vw;
    padding: 9.599vw 0 0;
  }
  #sec_03 h4 {
    margin-bottom: 4.591vw;
    font-size: 2.504vw;
  }
  #sec_03 h4 span {
    font-size: 3.756vw;
  }
  #sec_03 p {
    margin-bottom: 3.506vw;
    font-size: 1.503vw;
  }
  #sec_03 p.small {
    margin-top: 0.417vw;
    font-size: 1.336vw;
  }
}


 
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	~767px vw767
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #sec_02 h3, #sec_03 h3 {
    margin-bottom: 8.866vw;
    font-size: 4.694vw;
  }
  #sec_02 h3 span, #sec_03 h3 span {
    padding-bottom: 1.956vw;
  }
  #sec_02 h3 span:before, #sec_03 h3 span:before {
    bottom: -1.825vw;
    border-width: 1.825vw 1.565vw 0 1.565vw;
  }
  #sec_02 h3 span:after, #sec_03 h3 span:after {
    bottom: -1.565vw;
    border-width: 1.825vw 1.565vw 0 1.565vw;
  }
  #sec_02 h3 span em, #sec_03 h3 span em {
    margin: 0 1.304vw;
    font-size: 9.126vw;
  }


  /*-----------------------------------------------------
    #sec_01
  ------------------------------------------------------*/
  #sec_01 {
    padding: 30.378vw 0 9.126vw;
  }
  #sec_01 h2 {
    font-size: 15px;
  }
  #sec_01 h2 span {
    font-size: 21px;
  }
  #sec_01 img {
    max-width: 100%;
    margin: 17.601vw 0 11.734vw;
    padding: 0 5%;
  }
  #sec_01 p {
    margin-bottom: 30px;
    font-size: 14px;
  }

  /*-----------------------------------------------------
    #sec_02
  ------------------------------------------------------*/
  #sec_02 {
    padding: 14.993vw 0 19.557vw;
  }
  .lease_box_01 {
    width: 100%;
    margin-top: 7.171vw;
    margin-bottom: 2.608vw;
    padding: 3.259vw;
  }
  .lease_box_01 img {
    max-width: 13.038vw;
    margin: -10.691vw auto 1.304vw;
  }
  .lease_box_01 h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .lease_box_01 p {
    font-size: 14px;
  }

  .lease_box_02 {
    margin-top: 13.038vw;
    padding: 6.519vw;
  }
  .lease_box_02 h5 {
    margin: 1.304vw 0 4.563vw;
    font-size: 18px;
  }
  .lease_box_02 table {
    font-size: 2.347vw;
  }
  .lease_box_02 table tr:first-child th, .lease_box_02 table tr:first-child td {
    font-size: 1.304vw;
  }
  .lease_box_02 table th {
    padding: 2.608vw 0.652vw 2.608vw 0;
  }
  .lease_box_02 table td {
    padding: 2.608vw 0px;
  }
  .lease_box_02 table td:nth-child(5) {
    padding: 2.608vw 3.911vw;
  }
  .lease_box_02 table tr:last-child th, .lease_box_02 table tr:last-child td {
    font-size: 1.304vw;
  }

  /*-----------------------------------------------------
    #sec_03
  ------------------------------------------------------*/
  #sec_03 {
    margin-bottom: -5.215vw;
    padding: 14.993vw 0 0;
  }
  #sec_03 h4 {
    margin-bottom: 7.171vw;
    font-size: 3.911vw;
    line-height: 1.8;
  }
  #sec_03 h4 span {
    font-size: 5.867vw;
    line-height: 1.8;
  }
  #sec_03 h4 line {
    line-height: 2.5;
  }
  #sec_03 p:first-of-type {
    padding: 2vw 0 0;
  }
  #sec_03 p {
    margin-bottom: 5.476vw;
    font-size: 14px;
    text-align: center;
  }
  #sec_03 #flow2 p:nth-of-type(2) {
    padding-top: 10px;
    border-top: 1px solid #b1b0b1;
  }
  #sec_03 p.small {
    margin-top: 0.652vw;
    font-size: 2.586vw;
  }
  .flowacc img {
    margin-bottom: 10px;
  }
  .flowacc h5 {
    margin-bottom: 3vw;
    padding: 7px 10px;
    background: #B1B1B1;
    font-size: 4.267vw;
    font-weight: 500;
    color: #fff;
  }
  .flowacc p {
    text-align: left !important;
  }
  #flow2 a {
    display: block;
    margin-top: -3.476vw;
    margin-bottom: 5.476vw;
    padding: 5px 10px;
    background: #32B4B4;
    font-size: 3.347vw;
    color: #fff;
    text-align: left;
  }
  #flow2 a::before {
    content: "▶";
    margin-right: 5px;
  }
  
}

