@charset "utf-8";

/* 移管用追加ここから（常に先頭） */
.transfer-page,
.transfer-page :where(:not(iframe, [class*="swiper"])),
.transfer-page *::before,
.transfer-page *::after {
    all: revert;
}

.transfer-page {
    width: 700px;
    margin: 0 auto;
}

.transfer-page :where(a) {
    color: #07519A;
    text-decoration: none;
    line-height: 1.4;
    box-sizing: content-box;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.transfer-page :where(a:hover) {
    opacity: .8;
    transition: 0s;
    color: #CC0000;
    text-decoration: underline;
}

.transfer-page :where(h1, h2, h3, h4, h5,
    p, ul, ol, li, dl, dt, dd,
    form, table, div) {
    line-height: 1.4;
    box-sizing: content-box;
    font-size: 16px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #333333;
}

.transfer-page :where(img) {
    border: none;
    vertical-align: bottom;
}

.transfer-page *::before,
.transfer-page *::after {
    box-sizing: content-box;
}

.transfer-page :where(img) {
    max-width: none;
}
#contents{
  padding: 0;
}
/* 移管用追加ここまで */

/* ===== 移管元 saleflow.css 本文 ===== */
/* outline
-------------------------*/
.l-main.transfer-page {
	background: #fff;
}
.page__wrap * {
  font-family: "ＭＳ Ｐゴシック","ms pgothic",sans-serif;
}
.page__wrap {
  width: 700px;
  margin: 0 auto;
}
  .cont__ttl {
    margin-bottom: 20px;
  }

/* saleAbout__wrap
-------------------------*/
.saleAbout__wrap {
  margin-bottom: 40px;
}
  .saleAbout__ttl {
    text-align: right;
  }
  .saleAbout__column {
    height: 293px;
    margin: 18px 0 40px 15px;
    background: url(../images/hope.webp) no-repeat;
    position: relative;
  }
    .saleAbout__list {
      width: 521px; 
      position: absolute;
      top: 33px;
      left: 35px;
    }
      .saleAbout__text {  
        padding-left: 37px;
        margin-bottom: 13px;
        font-size: 19px;
        color: #000;
        background: url(../images/check.webp) no-repeat;
        font-family: "メイリオ",Meiryo,Helvetica,"ヒラギノ角ゴ Pro W3","hiragino kaku gothic pro","ＭＳ Ｐゴシック","ms pgothic",sans-serif;
      }
    .saleAbout__consult {
      width: 521px;
      padding: 0;
      line-height: 40px;
      font-size: 25px;
      font-weight: bold;
      color: #000;
      letter-spacing: 0.7px;
      position: absolute;
      top: 209px;
      left: 38px;
      background: linear-gradient(transparent 70%, #ff6 0%) repeat scroll 0 0;
      font-family: "メイリオ",Meiryo,Helvetica,"ヒラギノ角ゴ Pro W3","hiragino kaku gothic pro","ＭＳ Ｐゴシック","ms pgothic",sans-serif;
    }
      .saleAbout__consult span {
        font-size: 37px;
        color: #f72592;
      }

  /* feature__wrap
  -------------------------*/
  .feature__wrap {
    display: grid;
    grid-template-columns: 345px 345px;
    column-gap: 10px;
  }
  [class*='feature__cont'] {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
  }
    [class*='feature__ttl'] {
      padding: 6px 0 3px;
      border: 1px solid #ccc;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      font-family: "メイリオ",Meiryo,Helvetica,"ヒラギノ角ゴ Pro W3","hiragino kaku gothic pro","ＭＳ Ｐゴシック","ms pgothic",sans-serif;
    }
    .feature__ttl--intermediary {
      background: #fcd5bb;
      color: #f77925;
    }
    .feature__ttl--purchase {
      background: #c4e9ff;
      color: #1b95e0;
    }
    [class*='feature__img'] {
      text-align: center;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
    }
    .feature__img--intermediary {
      height: 156px;
      padding-top: 13px;
    }
    .feature__img--purchase {
      height: 148px;
      padding-top: 21px;
    }
    .merit__wrap,
    .demerit__wrap {
      padding: 15px 10px 5px;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      font-size: 14px;
    }
    .merit__wrap {
      min-height: 137px;
      background: #fffef6;
    }
    .merit__wrap p{
      font-size: 14px;
    }
    .demerit__wrap {
      min-height: 155px;
      background: #f6fffe;
    }
    .demerit__wrap p{
      font-size: 14px;
    }
      .merit__list,
      .demerit__list {
        margin-top: 5px;
      }
    .feature__about {
      min-height: 130px;
      padding: 19px 10px 15px;
      border-right: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
    }
        .feature__about--item {
          font-size: 14px;
        }
      .feature__about--text {
        font-size: 13.28px;
        margin-top: 17px;
        font-weight: bold;
      }

/* flow
-------------------------*/
.flow *{
	color: #666;
}
.flow__bold{
	font-weight:bold;
}
  [class*="flow__item--"] {
  	margin-bottom:23px;
  }
  [class*="flow__item--"] p {
    font-size: 13.28px;
  	line-height: 1.5;
  	width: 519px;
  	padding: 47px 0 0 16px;
  }
  .flow__item--1{
  	height:340px;
  	background: url("../images/flowbg1.webp") no-repeat;
  }
  .flow__item--2{
  	height:268px;
  	background: url("../images/flowbg2.webp") no-repeat;
  }
  .flow__item--3{
  	height:312px;
  	background: url("../images/flowbg3.webp") no-repeat;
  }
  .flow__item--4{
  	background: url("../images/flowbg4.webp") no-repeat;
  }
  .flow__item--5{
  	height:300px;
  	background: url("../images/flowbg5.webp") no-repeat;
  }
  .flow__item--6{
  	height:183px;
  	background: url("../images/flowbg6.webp") no-repeat;
  }
  .flow__item--7{
  	height:311px;
  	background: url("../images/flowbg7.webp") no-repeat;
  }
    .flow__item--4 p {
    margin-bottom:12px;
    padding: 0 0 0 16px;
    }
    .flow__item--4 p:first-child {
    padding-top:57px; 
    }

/* purchase__flow
-------------------------*/
.purchase__flow {
  margin-bottom: 40px;
}
  .purchaseFlow__list {
    margin-left: 15px;
  }
    .purchaseFlow__item {
      margin-top: 42px;
      position: relative;
    }
    .purchaseFlow__item::after {
      content: "";
      display: block;
      clear: both;
    }
    .purchaseFlow__item::before {
      content: "";
      width: 29px;
      height: 34px;
      background: url(../images/icn_flow_arw.webp) center / contain no-repeat;
      display: block;
      position: absolute;
      top: -38px;
      left: 90px;
    }
    .purchaseFlow__item:first-child {
      margin-top: 0;
    }
    .purchaseFlow__item:first-child::before {
      content: none;
    }
      .step__image {
        float: left;
      }
      .purchaseFlow__cont {
        float: left;
      }
        .purchaseFlow__ttl {
          border-bottom: 3px solid #e5e3e4;
        }
        .purchaseFlow__text {
          padding: 10px;
          font-size: 13px;
          color: #666;
        }

/* qa__wrap
-------------------------*/
.qa__wrap {
  margin-bottom: 50px;
}
  .qa__list {
    margin: 0 7px 0 15px;
  }
    .qa__item {
      margin-top: 30px;
    }
    .qa__item:first-child {
      margin-top: 0;
    }
        .qa__ttl {
          padding: 0 0 10px 42px;
          font-size: 15px;
          font-weight: bold;
          border-bottom: 3px solid #f4f4f4;
          position: relative;
        }
          .q__num {
            width: 42px;
            font-size: 20px;
            font-weight: bold;
            color: #ff2796;
            line-height: 1.1;
            text-align: center;
            position: absolute;
            left: 0;
          }
        .qa__text {
          padding: 8px 0 0 42px;
          font-size: 13px;
          position: relative;
        }
          .icn_answer {
            width: 42px;
            font-size: 20px;
            font-weight: bold;
            line-height: 1.1;
            text-align: center;
            position: absolute;
            left: 0;
          }

.contact__bt {
  padding-bottom: 50px;
  text-align: center;
}
.contact__bt-link {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.contact__bt-link:hover {
  opacity: 1;
  text-decoration: none;
}
.contact__bt-img--on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.contact__bt-link:hover .contact__bt-img--on {
  opacity: 1;
}

.breadcrumbs{
  width: 100%;
}

.org-footer.l-footer{
  padding: 0;
}

.merit__item,
.demerit__item{
  font-size: 14px;
}
