@charset "utf-8";

/* lease.html
------------------------------------------------------------------------------*/

ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

p {
  /*  margin: 0;*/
}

.bread-crumb.ab {
  position: absolute;
  background: none;
  z-index: 2;
}

.lease {
  width: 100%;
}


/* ページ内 共通CSS */

.lease .block-lowpage {
  padding-top: 50px;
}

.lease .block-content {
  padding: 30px 0;
  overflow: inherit;
}

.lease .section-top {
  padding: 0 0 40px;
}

.lease .saleassessment-img img {
  width: 100%;
  vertical-align: top;
}

.lease .text-center {
  text-align: center;
}


/* .img-top-wrap メインビジュアル部分 */

.lease .img-top-wrap {
  background: url(/img/lease/img001.jpg) top center no-repeat;
  background-size: cover;
  height: 440px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.lease .img-top-wrap .ribbon-wrap {
  display: block;
  margin: 0 auto;
  min-width: 1020px;
  padding: 10px 0;
}

.lease .img-top-wrap .mv-txt01 {
  display: block;
  margin: 40px auto 15px;
  height: 62px;
}

.lease .img-top-wrap .mv_catch_wrap {
  margin: 40px auto 0;
  width: 1020px;
}

.lease .mv_catch_wrap ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.lease .mv_catch_wrap li {
  display: inline-block;
  /* margin: 0 10px 0 9px; */
}

.lease .mv_catch_wrap li:first-child {
  margin-right: 5px;
}

.lease .mv_catch_wrap li:last-child {
  margin-left: 5px;
}

.lease .mv_catch_wrap li img {
  height: 150px;
}

.lease .img-top-wrap .mv-title {
  display: block;
  height: 54px;
  margin: 0 auto;
  padding: 10px 0 0;
  /*  width: 1020px;*/
}


/* .content-soudan */

.lease .content-soudan {
  /*  background: url(/img/saleassessment/bg_soudan.png) right 45px no-repeat;*/
  background-size: 340px auto;
  min-height: 375px;
}

.lease .content-soudan .title-img img {
  margin: 0 0 60px;
  max-width: 100%;
  padding: 15px 0 0;
}

.lease .content-soudan p {
  font-size: 14px;
  /*  text-align: center;*/
}

.lease .content-soudan .case-block {
  padding: 0 0 0;
}

.lease .content-soudan .case-block .sub-img {
  margin: 0px 0 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.lease .content-soudan .case-block .sub-img:after {
  /*
  border-top: 1px solid #336b42;
  content: "";
  display: block;
  margin: 0 0 0 -600px;
  left: 50%;
  position: absolute;
  top: 17px;
  width: 1200px;
  z-index: -1;
*/
}

.lease .content-soudan .case-block .sub-img img {
  /*
  background: #161f1c;
  height: 30px;
  padding: 0 30px;
*/
  /*  width: 960px;*/
  margin-left: -80px;
  width: 1120px;
}


/*case共通*/

.case_ttl {
  width: 100%;
  background: #002f51;
  padding: 10px 20px;
  color: #fff;
  font-size: 100%;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.case_ttl .no {
  font-size: 150%;
}

.case_ttl .s_txt {
  float: left;
  width: 78%;
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
}

.case_ttl .s_txt dt {
  float: left;
  width: 70px;
  margin: 0 0 0 0;
  line-height: 1.2;
}

.case_ttl .s_txt dd {
  float: left;
  width: 85%;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  padding: 6px 0 0 0;
}

.case_ttl .close {
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
}

.case_ttl .close img {
  transition: all 0.5s ease-in-out;
}

.case_ttl .close:hover img {
  opacity: 0.7;
}

.case_area {
  width: 100%;
  background: rgba(249, 249, 249, 0.93);
  /*
  border-left: 1px dotted #002f51;
  border-right: 1px dotted #002f51;
  border-bottom: 1px dotted #002f51;
*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-top: -58px;
}

.case_area2 {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px 19px;
  /*  background: #f9f9f9;*/
}

.case_table {
  /*  border: 1px solid #002f51;*/
  width: 100%;
  border-collapse: collapse;
  font-size: 110%;
}

.case_table th {
  width: 210px;
  /*  background: url(/img/lease/bg02.jpg) left top repeat;*/
  background: #002f51;
  padding: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  vertical-align: middle;
  line-height: 120%;
  position: relative;
}

.case_table th .t_bg {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 96%;
  width: -webkit-calc(100% - 6px);
  width: calc(100% - 6px);
  height: 96%;
  height: -webkit-calc(100% - 6px);
  height: calc(100% - 6px);
  background: #002f51;
}

.case_table th div {
  width: 100%;
  padding: 10px 10px 10px 10px;
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.case_table td {
  /*  background: url(/img/lease/bg02.jpg) left top repeat;*/
  /*  padding: 3px 3px 3px 0;*/
  background: #ffffff;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-height: 120%;
}

.case_table td div {
  width: 100%;
  padding: 14px 20px;
  color: #002f51;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.icon-text {
  display: block;
  margin: 0 auto;
  padding-top: 5px;
  width: 115px;
}

.icon-text .question-icon {
  float: left;
  width: 24px;
  padding: 0;
}

.icon-text .question-icon img {
  width: 24px;
  height: 24px;
}

.icon-text .taiou {
  float: left;
  width: 89px;
  padding: 2px;
}

.ca {
  position: relative;
  font-size: 14px;
  border-bottom: 5px solid #ddd;
}

.ca .ca_no {
  position: absolute;
  top: -20px;
  /*  left: -1px;*/
  left: 7px;
  z-index: 10;
}

.ca .ca_no img {
  height: auto;
  width: 54px;
}

.ca .ca_s1 {
  width: 100%;
  background: #002f51;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 10px 5px 62px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  min-height: 52px;
}

.ca .ca_s2 {
  width: 100%;
  padding: 9px;
  /*  border: 1px dotted #002f51;*/
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  position: relative;
}

.ca .ca_s2 p {
  margin-bottom: 0;
  /*  min-height: 111px;*/
}

.ca .ca_s2 .text,
.ca .ca_s2 .ca_txt {
  color: #333;
  margin-bottom: 10px;
  padding:0 10px;
  min-height: 111px;
}

.ca .ca_t1 {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  padding: 0 9px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.question img {
  vertical-align: middle;
  max-width: 100%;
  /*
  height: auto;
  width: auto;
*/
  height: 24px;
  width: 24px;
}


/*case1*/

.case1 {
  width: 100%;
  margin: 0 0 80px;
}

.case1 .c1 {
  width: 100%;
  /*  border-bottom: 1px dotted #002f51;*/
  /*  background: #fff;*/
  /*  background: #f9f9f9;*/
}

.case1 .c1 .s1 {
  float: left;
  width: 26%;
}

.case1 .c1 .s1 img {
  height: auto;
  width: 246px;
}

.case1 .c1 .s2 {
  background: url(/img/lease/hukidashi.png) top center no-repeat;
  float: right;
  width: 74%;
  height: 120px;
  padding: 3% 7px 0 10px;
  margin-top: 28px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.case1 .c1 .s2 .bar {
  max-width: 700px;
  margin: 0 auto;
  color: #002f51;
  /*  font-size: 100%;*/
  font-size: 119%;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-height: 1.2;
}

.case1 .case_col {
  font-size: 14px;
  letter-spacing: -0.4em;
  padding: 0;
  width: 100%;
}

.case1 .case_col li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 31.53%;
  margin: 0 2.705% 0 0;
  position: relative;
}

.case1 .case_col li:nth-child(3) {
  margin: 0 0 0 0;
}

.case1 .case_col li:nth-child(2) .ca_s1 {
  padding: 15px 10px 10px 62px;
}

.case1 .case_col li:nth-child(3) .ca_s1 {
  padding: 15px 10px 10px 62px;
}

.case1 .ca .ca_s2 .ca_txt {
  min-height: 111px;
  margin: 10px 0 0;
}

.case1 .ca_txt {
  margin: 0 0 31px;
}

.case1 .ca_txt2 {
  margin: 0 0 31px;
}


/*case2*/

.case2 {
  width: 100%;
  margin: 0 0 80px;
}

.case2 .c1 {
  width: 100%;
  /*
  border-bottom: 1px dotted #002f51;
  background: #fff;
*/
}

.case2 .c1 .s1 {
  float: left;
  width: 26%;
}

.case2 .c1 .s1 img {
  height: auto;
  width: 246px;
}

.case2 .c1 .s2 {
  /*
  float: right;
  width: 60%;
  padding: 5% 10px 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
*/
  background: url(/img/lease/hukidashi.png) top center no-repeat;
  float: right;
  width: 74%;
  height: 120px;
  padding: 3% 7px 0 10px;
  margin-top: 28px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.case2 .c1 .s2 .bar {
  max-width: 540px;
  margin: 0 auto;
  /*  background: #FFA31A;*/
  color: #002f51;
  font-size: 119%;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-height: 1.2;
}

.case2 .case_col {
  font-size: 14px;
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%;
}

.case2 .case_col li.c_l {
  float: left;
  width: 44.35%;
  /* border-bottom: 5px solid #ddd; */
}

.case2 .case_col li.c_l dl {
  margin: 0;
  width: 100%;
}

.case2 .case_col li.c_l dl dd.ca_d1 {
  float: left;
  margin: 0;
  width: 48%;
}

.case2 .case_col li.c_l dl dd.ca_d2 {
  float: right;
  margin: 15px 0 10px;
  width: 51%;
}

.case2 .case_col li.c_r {
  float: right;
  width: 52.83%;
  position: relative;
  border-bottom: 5px solid #ddd;
  background: #fff;
  min-height: 618px;
}

.case2 .case_col li.c_r .ca_s1 {
  padding: 15px 10px 10px 62px;
}

.case2 .case_col li.c_r .ca_txt {
  /*  margin: 0 0 24px;*/
}

.case2 .case_col li.c_l .ca:last-child .ca_s1 {
  padding: 15px 10px 10px 62px;
}

.case3 {
  width: 100%;
  margin: 0 0 80px;
}

.case3 .c1 {
  width: 100%;
  /*
  border-bottom: 1px dotted #002f51;
  background: #fff;
*/
}

.case3 .c1 .s1 {
  float: left;
  width: 27.56%;
}

.case3 .c1 .s1 img {
  height: auto;
  width: 246px;
}

.case3 .c1 .s2 {
  float: right;
  width: 72.44%;
  padding: 5% 10px 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.case3 .c1 .s2 .bar_col {
  list-style: none;
  max-width: 660px;
  margin: 0 auto;
  padding: 0;
}

.case3 .c1 .s2 .bar_col li {
  float: left;
  width: 31.82%;
  margin: 0 2.27% 0 0;
}

.case3 .c1 .s2 .bar_col li:last-child {
  margin: 0 0 0 0;
}

.case3 .c1 .s2 .bar {
  background: #ffffff;
  border: 1px solid #002f51;
  color: #002f51;
  /*
  color: #fff;
  font-size: 80%;
*/
  font-size: 119%;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-height: 1.2;
}

.case3 .case_col {
  font-size: 14px;
  margin: 0;
  list-style: none;
  letter-spacing: -0.4em;
  padding: 0;
  width: 100%;
}

.case3 .case_col li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 32%;
  margin: 0 2% 0 0;
  position: relative;
  border-bottom: 5px solid #ddd;
}

.case3 .case_col li:nth-child(3) {
  margin: 0 0 0 0;
}

.case3 .case_col li .ca_s1 {
  padding: 15px 10px 10px 62px;
}

.case3 .ca_txt {
  /*  margin: 0 0 31px;*/
  min-height: 111px;
}

.case3 .case_area {
  display: none;
}

.case4 {
  width: 100%;
  margin: 0 0 80px;
}

.case4 .c1 {
  width: 100%;
  /*
  border-bottom: 1px dotted #002f51;
  background: #fff;
*/
}

.case4 .c1 .s1 {
  float: left;
  width: 26%;
}

.case4 .c1 .s1 img {
  height: auto;
  width: 246px;
}

.case4 .c1 .s2 {
  /*
  float: right;
  width: 60%;
  padding: 5% 10px 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
*/
  background: url(/img/lease/hukidashi.png) top center no-repeat;
  float: right;
  width: 74%;
  height: 120px;
  padding: 3% 7px 0 10px;
  margin-top: 28px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.case4 .c1 .s2 .bar {
  max-width: 540px;
  margin: 0 auto;
  /*
  background: #FFA31A;
  color: #fff;
  font-size: 100%;
*/
  color: #002f51;
  font-size: 119%;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-height: 1.2;
}

.case4 .case_col {
  font-size: 14px;
  margin: 0;
  list-style: none;
  letter-spacing: -0.4em;
  padding: 0;
  width: 100%;
}

.case4 .case_col li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  width: 32%;
  margin: 0 2% 0 0;
  position: relative;
  border-bottom: 5px solid #ddd;
}

.case4 .case_col li:nth-child(3) {
  margin: 0 0 0 0;
}

.case4 .case_col li .ca_s1 {
  padding: 15px 10px 10px 62px;
}

.case4 .ca_txt {
  /*  margin: 0 0 29px;*/
  min-height: 198px;
}

.case4 .ca_txt2 {
  /*  margin: 0 0 50px;*/
  min-height: 198px;
}

.case4 .case_area {
  display: none;
}

.case4 .ca .ca_s2 .text{
  min-height: 220px;
}

.sec2_wrap {
  /*  background: #e9eaea;*/
  /*  background-image: url(../images/sec_bg01.jpg);*/
  background-position: center 100%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
/*  padding: 50px 0;*/
  position: relative;
  width: 100%;
}

.sec2_wrap #sec2 {
  position: absolute;
  top: 0;
  left: 0;
}

.sec2 {
  max-width: 980px;
  margin: 0 auto;
  /*  padding: 0 10px;*/
}

.sec2 .owner-block1 {
  margin-bottom: 80px;
}

.nice-img-box-1{
  background: #222;
  border: 1px solid #333;
  padding:20px;
  text-align: center;
}
.nice-img-box-1 .txt{
  text-align: center;
}
.nice-img-box-1 .nice-1-img{
  width: 652px;
  margin-top:1.5em;
}

.sec2 .owner-block2 {
  margin-bottom: 100px;
}

.nice-img-box-2{
  background: #222;
  border: 1px solid #333;
  padding:20px;
  text-align: center;
  margin-bottom:2em;
}
.nice-img-box-2 .nice-img{
  width: 890px;
}

.sec2 .owner-block3 {
  margin-bottom: 100px;
}

.nice-img-box-3{
  background: #222;
  border: 1px solid #333;
  padding:20px;
  text-align: center;
  margin-bottom:2em;
}
.nice-img-box-3 .nice-img{
  width: 750px;
}

.sec2 .hr {
  width: 100%;
  border-bottom: 1px dotted #70B539;
  height: 1px;
}

.sec2 h4 {
  padding: 0 0 .5em 0;
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  border-bottom: 1px solid #456479;
}

.sec2 h4:before {
  content: "■";
  padding-right: 0.2em;
  font-size: 150%;
  color: #0098d1;
  line-height: 1;
}

.sec2 .sec_area {
  width: 100%;
  position: relative;
}

.sec2 .sec_area .sec_img {
  float: right;
/*  width: 78.03%;*/
  background: #fff;
  margin: 0;
  padding: 30px;
  width: 59%;
}

.sec2 .sec_area .sec_img img {
  width: 100%;
}

.sec2 .sec_area .s1 {
  position: absolute;
  top: 0;
  left: 0;
/*  width: 41.67%;*/
  width: 33%;
}

.sec2 .sec_col {
  list-style: none;
  letter-spacing: -0.4em;
  margin: 0;
  margin-bottom: 80px;
  padding: 0;
  width: 100%;
}

.sec2 .sec_col li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.sec2 .sec_col li.s_vpc {
  display: inline-block;
}

.sec2 .sec_col li.s_vsp {
  display: none;
}

.sec2 .sec_col li.s1 {
  width: 23.44%;
  /* background: url(/img/lease/bg03.jpg) left top repeat; */
  padding: 10px;
  background: #456479;
}

.sec2 .sec_col li.s1 p {
  font-size: 12px;
  margin: 0;
  line-height: 1.5;
}

.sec2 .sec_col li.s2 {
  width: 48.96%;
  /* background: url(/img/lease/bg03.jpg) left top repeat; */
  background: #456479;
  padding: 10px;
}

.sec2 .sec_col li.s2 >p {
  margin: 0;
}

.sec2 .sec_col li.s2 dl {
  margin: 0;
  width: 100%;
}

.sec2 .sec_col li.s2 dl dd.d1 {
  float: left;
  margin: 0;
  padding: 0;
  width: 38.89%;
}

.sec2 .sec_col li.s2 dl dd.d1>p {
  margin: 0;
}

.sec2 .sec_col li.s2 dl dd.d2 {
  float: right;
  margin: 0;
  padding: 0;
  width: 58.89%;
}

.sec2 .sec_col li.s2 dl dd.d2>p {
  margin: 0;
}

.sec2 .sec_col .s_area {
  width: 100%;
  border: 1px solid #fff;
  padding: 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: #fff;
  font-size: 12px;
}

.sec2 .sec_col .smh {
  min-height: 180px;
}

.sec2 .sec_col .smh2 {
  min-height: 150px;
}

.sec2 .sec_col .s_area p {
  color: #333;
  font-size: 12px;
  margin: 0;
  padding-left: 1em;
  text-indent: -1.3em;
}

.sec2 .sec_col li.a1 {
  width: 2.08%;
  min-height: 247px;
  background: url(/img/lease/arrow_r.png) center center no-repeat;
}

.sec2 .sec_col li.a2 {
  width: 2.08%;
  min-height: 247px;
  background: url(/img/lease/arrow_r.png) center center no-repeat;
}

.sec2 .sec_col li.a3 {
  width: 2.08%;
  min-height: 240px;
  background: url(/img/lease/arrow_r.png) center center no-repeat;
}

.sec2 .sec_col li.a4 {
  width: 100%;
  /*  margin: 10px 0 0 0;*/
  margin: 5px 0 0 0;
  height: 10px;
  background: url(/img/lease/arrow_b.png) 88% center no-repeat;
}

.sec2 .sec_col li.a6 {
  width: 2.08%;
  min-height: 200px;
  background: url(/img/lease/arrow_l.png) center center no-repeat;
}

.sec2 .q-tenkin {
  background: #fff;
  padding: 50px 0;
}

.lease .sec4_wrap {
  width: 100%;
  background-image: url(/img/lease/sec_bg02.jpg);
  background-position: center 100%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
/*  padding: 50px 0;*/
}

.sec3 {
  max-width: 980px;
  margin: 0 auto;
  /*  padding: 0 10px;*/
}

.sec3 .t_col {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}


.sec3 h4 {
  font-size: 100%;
  /*  color: #006D41;*/
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 0 0 .5em 0;
  padding-left: 1em;
  text-indent: -1em;
  border-bottom: 1px solid #456479;
}

.sec3 h4 span {
  font-weight: normal;
  padding-left:20px;
  font-size: 90%;
}

.sec3 h4:before {
  content: "■";
  padding-right: 0.2em;
  font-size: 150%;
  color: #0098d1;
  line-height: 1;
}

.sec3 .sec_col {
  width: 100%;
  letter-spacing: -0.4em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sec3 .sec_col {
  width: 100%;
  letter-spacing: -0.4em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sec3 .sec_col li {
  background: #456479;
  border: 3px solid #456479;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 0 2.08% 10px 0;
  text-align: center;
  vertical-align: top;
  width: 23.44%;
}

.sec3 .sec_col li:nth-child(4n) {
  margin: 0 0 10px 0;
}

.sec3 .sec_col2 {
  width: 100%;
  letter-spacing: -0.4em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sec3 .sec_col2 li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  background: #456479;
  width: 18.44%;
  border: 3px solid #456479;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin: 0 1.95% 10px 0;
  font-size: 14px;
  min-height: 64px;
  line-height: 1.6;
  text-align: center;
}

.sec3 .sec_col2 li:nth-child(5n) {
  margin: 0 0 10px 0;
}

.sec3 .sec_col2 li.high-pad{
  padding: 21px 0;
}

.sec3 .gyoumu {
  margin-bottom: 80px;
}

.sec3 .daikou {
  margin-bottom: 80px;
}

.lease .sec4_wrap {
  width: 100%;
  background-image: url(/img/lease/sec_bg03.jpg);
  background-position: center 100%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
/*  padding: 50px 0 70px 0;*/
}

.lease .sec4 {
  max-width: 980px;
  margin: 0 auto;
  /*  padding: 0 10px;*/
}

.lease .sec4 .sec_col {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}

.lease .sec4 .sec_col li.s1 {
  /*
  float: left;
  width: 65.625%;
*/
  float: left;
  width: 60%;
}

.lease .sec4 .sec_col li.s2 {
  /*
  float: right;
  width: 32.3%;
*/
  background: #fff;
  float: right;
  padding: 30px 30px;
  width: 32.3%;
}

.lease .sec4 .sec_col li.s1 dl {
  margin: 0;
  width: 100%;
}

.lease .sec4 .sec_col li.s1 dl dd.d1 {
  /*
  float: left;
  width: 47.62%;
*/
  float: left;
  width: 51%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lease .sec4 .sec_col li.s1 dl dd.d2 {
  /*
  float: right;
  width: 47.62%;
*/
  float: right;
  width: 47%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lease .sec4 h4 {
  padding: 0 0 .5em 0;
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  border-bottom: 1px solid #456479;
}

.lease .sec4 h4:before {
  content: "■";
  padding-right: 0.2em;
  font-size: 150%;
  color: #0098d1;
  line-height: 1;
}

.lease .sec4 .sec_area {
  width: 100%;
  border: 1px solid #456479;
  background: #456479;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.lease .sec4 .space{
  background: #fff;
  margin-top: 20px;
  padding: 20px 20px;
}

.lease .sec4 .letter-spacing0{
  letter-spacing: 0;
}

.lease .sec4 .sec_area .s1>p {
  margin: 0;
}

.lease .sec4 .sec_area .s1 {
  font-size: 100%;
  color: #ffffff;
  margin: 0;
}

.lease .sec4 .sec_area .red {
  color: #990000;
}

.lease .sec4 .sec_area .s_col {
  width: 100%;
  font-size: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.lease .sec4 .sec_area .s_col li.s_l {
  background: #fff;
  color: #333;
  float: left;
  width: 49.02%;
  border: 1px solid #456479;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.lease .sec4 .sec_area .s_col li.s_r {
  background: #fff;
  color: #333;
  border: 1px solid #456479;
  box-sizing: border-box;
  float: right;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 49.02%;
}

.lease .sec4 .t1 {
  font-size: 120%;
}

.lease .sec4 .t2 {
  font-size: 140%;
  color: #0098d1;
}

.lease .sec4 .sec_area2 {
  width: 100%;
  border: 1px solid #456479;
  background: #456479;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.lease .sec4 .sec_area3 {
  background: #fff;
  /*border: 1px dotted #1a335a;*/
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.lease .sec4 .t3 {
  color: #fff;
  font-size: 100%;
  margin: 0;
}

.lease .text14 {
  /*  color: #333;*/
}

.lease .sec4 .sec_area3 p.txt {
  color: #333;
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.lease .sec4 .color-gray {
  color: #333;
}

.lease .sec4 .font-size1 {
  font-size: 21px;
}

.lease .sec4 .font-size2 {
  font-size: 23px;
}

.comb {
  -webkit-animation-name: comb;
  animation-name: comb;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.btn_col {
  max-width: 850px;
  margin: 0 auto;
}

.btn_col li.s_l {
  float: left;
  width: 47.06%;
}

.btn_col li.s_r {
  float: right;
  width: 47.06%;
}


/* .block-setubi */

.lease .block-setubi {
  position: relative;
}

.lease .block-setubi .title-img img {
  margin: 0 0 30px;
  max-width: 100%;
  padding: 15px 0 0;
}

.lease .setubi {
  background: #fff;
  border: 1px solid #c1c1c1;
  display: inline-block;
  left: 41px;
  padding: 35px;
  position: absolute;
  top: 187px;
}


/* .block-after */

.lease .block-after {
  position: relative;
}

.lease .block-after .title-img img {
  margin: 0 0 30px;
  max-width: 100%;
  padding: 15px 0 0;
}

.lease .after {
  background: #fff;
  border: 1px solid #c1c1c1;
  display: inline-block;
  left: 41px;
  padding: 15px 35px;
  position: absolute;
  top: 268px;
}

.lease .kikan {
  position: absolute;
  top: 466px;
  left: 41px;
  width: 31%;
}

.lease .kikan img {
  width: 100%;
}


/* .banner */

.lease .banner-box {
  margin: 30px 0;
  position: relative;
}

.lease .banner-box .b {
  bottom: 15px;
  position: absolute;
  right: 22px;
  width: 420px;
}


/*mag*/

.pt0 {
  padding-top: 0 !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr9 {
  margin-right: 9px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml7 {
  margin-left: 7px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml9 {
  margin-left: 9px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}
