@charset "UTF-8";
.sayuu {
  display: flex;
  justify-content: space-between;
}
.sayuu p {
  flex: 0 0 48%;
}

/* ----------------------------------------------------------------
SELL
----------------------------------------------------------------- */
#pageTtl {
  background-image: url("img/pageTtl_bg.jpg");
}
#pageTtl div p {
  text-align: center;
  max-width: none;
}
@media screen and (max-width: 767px) {
  #pageTtl div p {
    text-align: left;
  }
}

.bigTtl {
  background-color: #625E56;
  color: #ece4ab;
}
.bigTtl h2 {
  font-size: 40px;
  line-height: 1.345;
}
@media screen and (max-width: 767px) {
  .bigTtl h2 {
    font-size: 20px;
  }
}

.pageNav ul li a {
  background: #fff !important;
  color: #000 !important;
}

.red {
  color: #c80c61;
}

#sec01 {
  background: #F5F3E7;
}

#sec02 .flex {
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #sec02 .flex {
    text-align: center;
  }
}
#sec02 .flex p {
  flex: 0 0 60%;
  text-align: left;
}
#sec02 .flex p strong {
  font-size: 120%;
}
#sec02 .flex figure {
  flex: 0 0 36%;
}
#sec02 .flex figure img {
  display: block;
  margin: 0 auto 1em;
}
@media screen and (max-width: 767px) {
  #sec02 .flex figure img {
    max-width: 200px;
    margin: 0 auto 1em;
  }
}
#sec02 .flex figure a {
  background: #333333;
  text-align: center;
}

#steps .anchor-link {
  list-style: none;
  padding: auto;
  margin: 50px 0 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #steps .anchor-link {
    margin: 0;
    flex-wrap: wrap;
    padding: 20px;
  }
}
#steps .anchor-link li {
  flex: 0 0 16.666%;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #steps .anchor-link li {
    flex: 0 0 47%;
  }
}
#steps .anchor-link li a {
  display: block;
  font-size: 18px;
  color: #625E56;
  font-family: noto-sans-cjk-jp, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  border-left: 1px solid #ccc;
  text-decoration: none !important;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #steps .anchor-link li a {
    border: none;
    border-top: 1px solid #ccc;
    padding: 0.5em;
    font-size: 15px;
  }
}
#steps .anchor-link li a strong {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-size: 64px;
}
@media screen and (max-width: 767px) {
  #steps .anchor-link li a strong {
    font-size: 32px;
  }
}
#steps .anchor-link li a i {
  display: block;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #steps .anchor-link li a i {
    margin: auto;
  }
}
#steps .anchor-link li a:hover {
  opacity: 0.7;
}
#steps .anchor-link li:last-child a {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #steps .anchor-link li:last-child a {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  #steps .anchor-link li:nth-child(5) a, #steps .anchor-link li:nth-child(6) a {
    border-bottom: 1px solid #ccc;
  }
}
#steps dl {
  background: #F1ECCB;
}
#steps dl dt {
  background: #625E56;
  color: #ece4ab;
  font-weight: 700;
  line-height: 1.5;
}
#steps dl dt small {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-family: noto-sans-cjk-jp, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}
#steps dl dd h3 {
  color: #625e56;
  margin-bottom: 0.7em;
  line-height: 1.5;
}
#steps dl dd .well {
  position: relative;
  padding-top: 65px;
  margin-bottom: 2em;
  margin-top: 1em;
  background: #fff;
  font-size: 0.9em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #steps dl dd .well {
    padding-top: 45px;
  }
}
#steps dl dd .well h4 {
  position: absolute;
  left: 0;
  top: 0;
  background: #625E56;
  color: #ece4ab;
  font-size: 95%;
  padding: 0 1em;
  line-height: 35px;
  font-weight: normal;
}
#steps dl dd .well p {
  padding: 0;
}
#steps dl dd .well p em {
  font-style: normal;
}
#steps dl dd .well ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#steps dl dd .well ul li {
  display: inline-block;
  margin-right: 1em;
}
#steps dl dd .well ul li::before {
  content: '';
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  background: #625E56;
  vertical-align: middle;
  margin-top: -1.5%;
  margin-right: 0.2em;
}
#steps dl dd .well:last-child {
  margin-bottom: 0;
}
#steps dl::after {
  background-image: url("img/owner_step_arw.svg");
}

#kaitori .bigTtl {
  background-color: #4B4E6F;
}
#kaitori h3 {
  font-size: 27px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #kaitori h3 {
    font-size: 18px;
  }
}
#kaitori #point {
  background: #F7F4DD;
}
#kaitori #point .flex {
  justify-content: space-between;
}
#kaitori #point .flex div {
  flex: 0 0 30%;
  text-align: center;
  background-color: #4B4E6F;
  position: relative;
  padding: 30% 0 0;
  border-radius: 1000px;
}
@media screen and (max-width: 767px) {
  #kaitori #point .flex div {
    padding: 0.7em 1em 1.5em;
    margin-bottom: 20px;
  }
}
#kaitori #point .flex div dl {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  margin: auto;
  padding: 0;
  color: #ece4ab;
}
@media screen and (max-width: 767px) {
  #kaitori #point .flex div dl {
    position: static;
    top: 0;
  }
}
#kaitori #point .flex div dl dt {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 37px;
  font-style: italic;
  font-weight: 100;
}
@media screen and (max-width: 1199px) {
  #kaitori #point .flex div dl dt {
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  #kaitori #point .flex div dl dt {
    font-size: 20px;
  }
}
#kaitori #point .flex div dl dd {
  font-size: 2em;
  line-height: 1.6;
}
@media screen and (max-width: 1199px) {
  #kaitori #point .flex div dl dd {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 767px) {
  #kaitori #point .flex div dl dd {
    font-size: 16px;
  }
}
#kaitori #point .flex div dl dd small {
  display: block;
  font-size: 0.5em;
}
#kaitori #merit dl {
  margin: 0 0 3em 0;
  padding: 0;
  background: #F7F4DD;
  position: relative;
  color: #4B4E6F;
}
#kaitori #merit dl dt {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-size: 29px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: -0.5em;
  text-align: center;
}
#kaitori #merit dl dd {
  padding: 2em;
}

#catalogue {
  text-align: center;
  padding: 50px 0;
}
#catalogue .flex {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 740px;
  padding: 30px;
  background: #f1ecca;
}
@media screen and (max-width: 767px) {
  #catalogue .flex {
    padding: 30px 20px;
    display: flex;
    align-items: flex-start;
  }
}
#catalogue .flex div {
  flex: 0 0 70%;
}
@media screen and (max-width: 767px) {
  #catalogue .flex div {
    flex: 0 0 68%;
  }
}
#catalogue .flex div h2 {
  text-align: left;
  color: #009dcc;
  font-size: 2em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #catalogue .flex div h2 {
    font-size: 1.6em;
  }
}
#catalogue .flex div p {
  margin: 0;
  padding: 0 0 1em;
}
@media screen and (max-width: 767px) {
  #catalogue .flex div p br {
    display: none;
  }
}
#catalogue .flex div p a.btn {
  letter-spacing: 0;
}
#catalogue .flex figure {
  margin: 0;
  flex: 0 0 20%;
}
@media screen and (max-width: 767px) {
  #catalogue .flex figure {
    flex: 0 0 29%;
  }
}
#catalogue .flex figure img {
  width: 100%;
  height: auto;
}
