/* ----------------------------------------------------------------
SELL
----------------------------------------------------------------- */
#pageTtl {
  background-image: url("img/pageTtl_bg.jpg");
}
@media screen and (max-width: 767px) {
  #pageTtl {
    background-position: right 20% bottom 0px;
  }
}

/* ----------------------------------------------------------------
sec01
----------------------------------------------------------------- */
#sec01 {
  padding: 0;
}
#sec01 .kaitai_entry {
  padding: 100px 40px 20px;
}
@media screen and (max-width: 767px) {
  #sec01 .kaitai_entry {
    padding: 100px 0 0;
  }
}
#sec01 .kaitai_entry .entry_btns {
  background: #f8f1df;
}
#sec01 .kaitai_entry .entry_btns .toggle dd ul li a.btn {
  text-align: center;
}

/* ----------------------------------------------------------------
sec02
----------------------------------------------------------------- */
#sec02 {
  text-align: center;
  padding-bottom: 60px;
}
#sec02 h2 {
  font-size: 27px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #sec02 h2 {
    font-size: 17px;
    text-align: left;
  }
  #sec02 h2 br {
    display: none;
  }
}
#sec02 .w900.flex {
  margin: auto;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: 1000px;
}
#sec02 .w900.flex figure {
  flex: 0 0 200px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #sec02 .w900.flex figure {
    width: 150px;
    margin: auto;
  }
}
#sec02 .w900.flex p {
  flex: 0 0 52%;
  max-width: 52%;
  text-align: left;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  #sec02 .w900.flex p br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #sec02 .w900.flex p {
    max-width: none;
    padding-left: 0;
  }
}
#sec02 .w900.flex .btnCont a.btn {
  line-height: normal;
  height: auto;
  font-size: 1em;
  background: #007a58;
}
#sec02 .qa {
  background: none;
}
#sec02 .qa .lead {
  flex: 0 0 100%;
}

/* ----------------------------------------------------------------
sec03
----------------------------------------------------------------- */
#sec03 .bigTtl {
  background-color: #D75C39;
}
#sec03 #steps dl dt {
  background-color: #D75C39;
}
#sec03 #steps dl dd h3,
#sec03 #steps dl dd .well h4,
#sec03 #steps dl dd .maruList li::before {
  color: #D75C39;
}
#sec03 #steps dl {
  background: #FAE8E3;
}
#sec03 #steps dl:nth-child(even) {
  background: #F8F1DF;
}
#sec03 #steps dl::after {
  background: url(img/buy_step_arw.svg) no-repeat center;
}
#sec03 #steps .well {
  background: #fff;
}
#sec03 #steps .arowOl {
  list-style: none;
  margin: 0;
}
#sec03 #steps .arowOl li:after {
  content: '';
  background: url(img/buy_step_arw.svg) no-repeat center;
  background-size: cover;
  display: block;
  width: 140px;
  margin: 2em 0;
  height: 30px;
}
#sec03 #steps .arowOl li:last-child::after {
  display: none;
}
