@charset "UTF-8";
/*----------------------------------------------------
グローバルナビブレイクポイント
/* ハンバーガーメニューの切り替わるポイント。
----------------------------------------------------*/
/* gnav.jsの変数「gNav_bpoint」も数値を合わせる */
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/* ホバー変更はやさ*/
/* slickのautoスライドの時などに、画面をタップするとスライドが動かなくなるのを防ぐ */
/* safariでボタンを押した際に出てくる青枠を消す */
/*----------------------------------------------------
中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
リストマーカー
----------------------------------------------------*/
/*----------------------------------------------------
よく使う疑似要素、小技
----------------------------------------------------*/
/* ボックス影 */
/* 反転*/
/* 文字幅が指定幅を超えたときに「...」を表示する */
/* icon 横にぐるっと回転 */
/* 親要素よりも幅を超えて表示 */
/* 矢印 */
/*----------------------------------------------------
矢印つきボタン
----------------------------------------------------*/
/*----------------------------------------------------
読み込み
----------------------------------------------------*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/* Light/Medium */
/* Regular/Medium */
/*----------------------------------------------------
google font
----------------------------------------------------*/
/*----------------------------------------------------
フォント設定
----------------------------------------------------*/
/*----------------------------------------------------

//html例：<p>テキスト<a href="" class="link_text">こちら</a>テキス</p>

----------------------------------------------------*/
/* ホバーで下線が左に消える */
/* ホバーで左から右に線が出る */
/* ホバーで中央から線が出る */
/* ホバーで中央の線がきえる */
/*----------------------------------------------------
中央から下線 

//html例：<a class="link" href="><span>home</span></a>
----------------------------------------------------*/
/*----------------------------------------------------
左から下線 

//html例：<a class="link_L" href="><span>home</span></a>
----------------------------------------------------*/
/*----------------------------------------------------
色
----------------------------------------------------*/
.page_title::after {
  background-color: #B8EBBB;
}

.tab li {
  border-bottom: 2px solid #42AD63;
}
.tab li a.active {
  background-color: #42AD63;
}
.tab {
  /* 751- */
}
@media all and (min-width: 751px) {
  .tab li a:not(.active):hover {
    background-color: #E2F8E3;
  }
}

.stepTitle .step span {
  background: linear-gradient(120deg, #42AD63 70%, rgba(213, 219, 59, 0) 70%, rgba(213, 219, 59, 0) 100%);
}

#intro .foot {
  background-color: #E2F8E3;
}
#intro .lt .item a {
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .lt .item a:hover .stepWrap {
    background-color: #ECFAEC;
    border-color: #42AD63;
  }
  #intro .lt .item a:hover .stepNum {
    background-color: #42AD63;
  }
  #intro .lt .item a:hover::before {
    background-color: #42AD63;
  }
}
#intro .lt .item .stepWrap {
  /* -750 */
}
@media all and (max-width: 751px) {
  #intro .lt .item .stepWrap {
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #E2F8E3), to(#E2F8E3));
    background: linear-gradient(90deg, #fff 0%, #fff 50%, #E2F8E3 50%, #E2F8E3 100%);
  }
}

.btn.color {
  background-color: #42AD63;
  border: 1px solid #42AD63;
}
.btn.color::after {
  border-color: transparent transparent transparent #42AD63;
}
.btn.color {
  /* 751- */
}
@media all and (min-width: 751px) {
  .btn.color:hover {
    color: #42AD63;
    background-color: #fff;
  }
  .btn.color:hover::before {
    background: #42AD63;
  }
  .btn.color:hover::after {
    border-color: transparent transparent transparent white;
  }
}

.attentionArea {
  background-color: #E2F8E3;
}
.attentionArea .attenTitle {
  color: #42AD63;
}
.attentionArea .lt li::before {
  color: #42AD63;
}

.colortext {
  color: #42AD63;
}

.linkText {
  position: relative;
  color: #42BCA0;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.linkText::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #42BCA0;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.linkText {
  /* 751- */
}
@media all and (min-width: 751px) {
  .linkText:hover {
    opacity: 0.8;
  }
  .linkText:hover::after {
    left: 0%;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0); /* x軸方向に縮小で0にして消えてるように見せる */
    width: 0%;
  }
}

/*----------------------------------------------------
貸したいページ特有
----------------------------------------------------*/
#intro .stepArea .lt {
  max-width: 875px;
  margin: 0 auto;
}

.flexfigure {
  /* 751- */
}
@media all and (min-width: 751px) {
  .flexfigure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.flexfigure .textarea .mTitle {
  margin-top: 0;
}
.flexfigure .textarea {
  /* 751- */
}
@media all and (min-width: 751px) {
  .flexfigure .textarea {
    width: 47%;
  }
}
.flexfigure .figurearea {
  max-width: 380px;
  margin: 0 auto;
  /* 751- */
}
@media all and (min-width: 751px) {
  .flexfigure .figurearea {
    max-width: none;
    margin: 0;
    width: 45%;
  }
}

#tab03 .btnArea {
  text-align: center;
  margin-top: 30px;
}
#tab03 .btnArea .btn {
  margin: 0 auto;
  display: block;
  width: initial;
  max-width: 310px;
}
#tab03 .btnArea {
  /* 751- */
}
@media all and (min-width: 751px) {
  #tab03 .btnArea {
    margin-top: 50px;
  }
  #tab03 .btnArea .btn {
    padding: 21px 0;
    max-width: 416px;
  }
}

#step1 .attentionArea {
  margin: 20px 0;
  width: 100%;
  /* 751- */
}
@media all and (min-width: 751px) {
  #step1 .attentionArea {
    margin: 40px 0;
  }
}
/*# sourceMappingURL=lend.css.map */