@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: #A4C9F4;
}

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

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

#intro .foot {
  background-color: #E3F0FF;
}
#intro .lt .item a {
  /* 751- */
}
@media all and (min-width: 751px) {
  #intro .lt .item a:hover .stepWrap {
    background-color: #EBF5FF;
    border-color: #2662B4;
  }
  #intro .lt .item a:hover .stepNum {
    background-color: #2662B4;
  }
  #intro .lt .item a:hover::before {
    background-color: #2662B4;
  }
}
#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%, #E3F0FF), to(#E3F0FF));
    background: linear-gradient(90deg, #fff 0%, #fff 50%, #E3F0FF 50%, #E3F0FF 100%);
  }
}

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

.attentionArea {
  background-color: #E3F0FF;
}
.attentionArea .attenTitle {
  color: #2662B4;
}
.attentionArea .lt li::before {
  color: #2662B4;
}

.colortext {
  color: #2662B4;
}

.miniWrap .boxmini .miniTitle {
  background-color: #2662B4;
}
.miniWrap .boxmini .minilt li::before {
  color: #2662B4;
}
.miniWrap .boxmini.agent .miniTitle {
  background-color: #18498B;
}
.miniWrap .boxmini.agent .minilt li::before {
  color: #18498B;
}

.figure h3 {
  background-color: #2662B4;
}
.figure table th {
  background-color: #E3F0FF;
}
.figure table th.vertical {
  background-color: #A4C9F4;
}

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

.attentionArea .small {
  font-size: 11px;
  padding-top: 30px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .attentionArea .small {
    font-size: 12px;
  }
}

.graysmall {
  color: #646464;
  font-size: 11px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .graysmall {
    font-size: 12px;
  }
}

#tab03 .wide .mTitle {
  margin-top: 30px;
}

.flow > li {
  margin-bottom: 10px;
}
.flow > li:last-child {
  margin-bottom: 0;
}
.flow > li {
  /* 751- */
}
@media all and (min-width: 751px) {
  .flow > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.flow > li .step {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-weight: 900;
  font-size: 22px;
  font-style: italic;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .flow > li .step {
    padding: 0;
    width: 90px;
    min-height: 170px;
    font-size: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flow > li .step span {
  font-weight: 500;
  font-size: 15px;
  padding: 0 5px 0 0;
  /* 751- */
}
@media all and (min-width: 751px) {
  .flow > li .step span {
    font-size: 17px;
    padding: 0 0 5px 0;
  }
}
.flow > li:nth-child(1) .step {
  background-color: #84B0ED;
}
.flow > li:nth-child(2) .step {
  background-color: #5F95DE;
}
.flow > li:nth-child(3) .step {
  background-color: #2A74D9;
}
.flow > li:nth-child(4) .step {
  background-color: #2662B4;
}
.flow > li:nth-child(5) .step {
  background-color: #0C4593;
}
.flow > li:nth-child(6) .step {
  background-color: #00275C;
}
.flow > li > div {
  /* 751- */
}
@media all and (min-width: 751px) {
  .flow > li > div {
    width: calc(100% - 90px);
  }
}
.flow > li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 3px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .flow > li .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 0;
  }
  .flow > li .flex > .textarea {
    width: 50%;
  }
}
.flow > li .textarea {
  background-color: #fff;
  padding: 20px 16px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .flow > li .textarea {
    padding: 30px 45px;
  }
}
.flow > li .textarea h4 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 8px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .flow > li .textarea h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.boxSubTitle {
  font-weight: bold;
  padding: 20px 0 10px;
  font-size: 14px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .boxSubTitle {
    font-size: 16px;
  }
}

.report {
  border: 1px solid #34373B;
  /* 751- */
}
@media all and (min-width: 751px) {
  .report {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.report li {
  border-bottom: 1px solid #34373B;
  text-align: center;
  background-color: #E3F0FF;
  padding: 6px;
  font-size: 14px;
  /* 751- */
}
@media all and (min-width: 751px) {
  .report li {
    padding: 10px;
    border-bottom: none;
    border-right: 1px solid #34373B;
    width: 25%;
    font-size: 16px;
  }
}
.report li:last-child {
  border: none;
}
/*# sourceMappingURL=sell.css.map */