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

.page_title2 {
  background-image: url("../img/lease-owner/title_bg.jpg");
  background-color: #2690b7;
}

#sec_02 h3, #sec_03 h3 {
  margin-bottom: 68px;
  font-size: 36px;
  font-weight: 600;
  color: #2896BE;
}
#sec_02 h3 span, #sec_03 h3 span {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #2896BE;
}
#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: #2896BE 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: 230px 0 70px;
  text-align: center;
}
#sec_01 h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  color: #2896BE;
}
#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: #DFEFF5;
  text-align: center;
}
#sec_02 .flex:first-of-type {
  margin-bottom: 50px;
}
.lease_box_01 {
  width: 49%;
  margin-top: 55px;
  padding: 25px;
  background: #fff;
}
.lease_box_02 {
  width: 32%;
  margin-top: 55px;
  padding: 25px;
  background: #fff;
}
.lease_box_01 img, .lease_box_02 img {
  max-width: 100px;
  margin: -82px auto 10px;
}
.lease_box_01 h4, .lease_box_02 h4 {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
  color: #2896BE;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.lease_box_01 p, .lease_box_02 p {
  font-size: 16px;
  text-align: left;
}

.lease_box_03 {
  margin-top: 100px;
  padding: 50px;
  background: #fff;
}
.lease_box_03 h5 {
  margin: 10px 0 35px;
  font-size: 28px;
  color: #2896BE;
}
.lease_box_03 table {
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
}
.lease_box_03 table tr:first-child th, .lease_box_03 table tr:first-child td {
  padding: 0; 
  border-top: none;
  font-size: 10px;
  line-height: 1;
}
.lease_box_03 table th {
  width: 18%;
  padding: 20px 10px 20px 0;
  border-top: 1px solid #2896BE;
  font-weight: 500;
  text-align: left;
}
.lease_box_03 table td {
  width: 41%;
  padding: 20px 5px;
  border-top: 1px solid #2896BE;
  font-weight: 500;
}
.lease_box_03 table td:nth-child(2) {
  background: #68B5D1;
  color: #fff;
}
.lease_box_03 table tr:last-child th, .lease_box_03 table tr:last-child td {
  padding: 0; 
  font-size: 10px;
  line-height: 1;
}

/*-----------------------------------------------------
  #sec_03
------------------------------------------------------*/
#sec_03 {
  width: 100%;
  padding: 115px 0 20px;
  text-align: center;
}
#sec_03 h3 span:after {
  border-color: #fff transparent transparent transparent;
}
#sec_03 h4 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}
#sec_03 h4 span {
  font-size: 45px;
  font-style: normal;
}
#sec_03 p {
	margin-bottom: 30px;
  font-size: 16px;
	color: #E60012;
}
#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.199vw 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;
  }
  #sec_02 .flex:first-of-type {
    margin-bottom: 4.174vw;
  }
  .lease_box_01 {
    margin-top: 4.591vw;
    padding: 2.087vw;
  }
  .lease_box_02 {
    margin-top: 4.591vw;
    padding: 2.087vw;
  }
  .lease_box_01 img, .lease_box_02 img {
    max-width: 8.347vw;
    margin: -6.845vw auto 0.835vw;
  }
  .lease_box_01 h4, .lease_box_02 h4 {
    margin-bottom: 1.252vw;
    font-size: 2.337vw;
  }
  .lease_box_01 p, .lease_box_02 p {
    font-size: 1.336vw;
  }
  .lease_box_03 {
    margin-top: 8.347vw;
    padding: 4.174vw;
  }
  .lease_box_03 h5 {
    margin: 0.835vw 0 2.922vw;
    font-size: 2.337vw;
  }
  .lease_box_03 table {
    font-size: 1.169vw;
  }
  .lease_box_03 table tr:first-child th, .lease_box_03 table tr:first-child td {
    font-size: 0.835vw;
  }
  .lease_box_03 table th {
    padding: 1.669vw 0.835vw 1.669vw 0;
  }
  .lease_box_03 table td {
    padding: 1.669vw 0.417vw;
  }
  .lease_box_03 table td:nth-child(2) {
    padding: 1.669vw 1.504vw;
  }
  .lease_box_03 table tr:last-child th, .lease_box_03 table tr:last-child td {
    font-size: 0.835vw;
  }

  /*-----------------------------------------------------
    #sec_03
  ------------------------------------------------------*/
  #sec_03 {
    padding: 9.599vw 0 1.669vw;
  }
  #sec_03 h4 {
    font-size: 2.504vw;
  }
  #sec_03 h4 span {
    font-size: 3.756vw;
  }
}


 
/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	~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: 29.987vw 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;
  }
  #sec_02 .flex:first-of-type {
    margin-bottom: 6.519vw;
  }
  .lease_box_01 {
    width: 100%;
    margin-top: 7.171vw;
    margin-bottom: 2.608vw;
    padding: 3.259vw;
  }
  .lease_box_02 {
    width: 100%;
    margin-top: 7.171vw;
    margin-bottom: 2.608vw;
    padding: 3.259vw;
  }
  .lease_box_01 img, .lease_box_02 img {
    max-width: 13.038vw;
    margin: -10.691vw auto 1.304vw;
  }
  .lease_box_01 h4, .lease_box_02 h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .lease_box_01 p, .lease_box_02 p {
    font-size: 14px;
  }

  .lease_box_03 {
    margin-top: 13.038vw;
    padding: 6.519vw 3.259vw;
  }
  .lease_box_03 h5 {
    margin: 1.304vw 0 4.563vw;
    font-size: 18px;
  }
  .lease_box_03 table {
    font-size: 1.825vw;
    text-align: left;
  }
  .lease_box_03 table tr:first-child th, .lease_box_03 table tr:first-child td {
    font-size: 1.304vw;
  }
  .lease_box_03 table th {
    padding: 2.608vw 1.304vw 2.608vw 0;
  }
  .lease_box_03 table td {
    padding: 2.608vw 0.652vw;
  }
  .lease_box_03 table td:nth-child(2) {
    width: 46%;
    padding: 2.608vw 1.5vw;
  }
  .lease_box_03 table tr:last-child th, .lease_box_03 table tr:last-child td {
    font-size: 1.304vw;
  }

  /*-----------------------------------------------------
    #sec_03
  ------------------------------------------------------*/
  #sec_03 {
    padding: 14.993vw 0 2.608vw;
  }
  #sec_03 h4 {
    font-size: 3.911vw;
  }
  #sec_03 h4 span {
    font-size: 5.867vw;
  }
}

