@charset "UTF-8";
/*******************************************
 * プライバシーポリシーcss
 *
 * menu
 * 1.レイアウト
 * 2.各コンテナ
 *  2-1 見出し
 *  2-2
 *  2-3 お問い合せボタン
 ******************************************/
/******************************************
 1. レイアウト
 ******************************************/
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body #layout-main {
  border-top: 4px solid #6C3908;
  width: 100%;
  padding: 10px 0 30px;
  box-sizing: border-box;
}
body #layout-main h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  color: #585252;
  font-size: 18px;
  font-weight: bold;
  border-left: 5px solid #4b270b;
  padding-left: 5px;
  margin: 0 10px;
}
.img-privacy-header {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 50px;
}
.privacy-lead {
  color: #B71C1C;
  text-align: center;
  font-weight: bold;
  font-size: 43px;
  line-height: 1.6;
}
/******************************************
* 2.各コンテナ
 *    2-1 プライバシーポリシー枠
 ******************************************/
/******* 2-1 プライバシーポリシー枠 ****************************/
.container-privacy {
  display: block;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 10px 0;
}

.sale-box {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  text-align: left;
  padding: 1rem;
  box-sizing: border-box;
  width: 100%;
}

.sale-box__title {
  background-color: #6C3908;
  color: #fff;
  padding: 22px 30px;
  font-weight: bold;
  font-size: 24px;
  border-radius: 10px;
  white-space: nowrap;
  width: 37%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sale-box__flow {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sale-box__flow span {
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  line-height: 4rem;
}

.sale-box__flow small {
  font-size: 14px;
  color: #000000;
}

.sale-box__flow .urgent {
  color: #FF0000;          
  font-size: 14px;
  font-weight: bold;
  line-height: 2rem;
}

.sale-box__title--border {
  background-color: #fff;
  color: #000000;
  border: 2px solid #6C3908;
  padding: 22px 30px;
  font-weight: bold;
  font-size: 24px;
  border-radius: 10px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-sale-header {
    width: 97%;
    height: auto;
    display: block;
    padding: 0 10px 50px;
}

.leaseback-section {
  margin-top: 2.5em;
  padding-bottom: 2rem;
}

.leaseback-text {
  min-width: 250px;
  padding: 0 10px 30px;
}

.leaseback-text .label-box {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
  color: #000000;
  font-size: 28px;
}

.label-box::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0.6em;
  width: 12px;
  height: 15px;
  background-color: #000000;
  border-radius: 1px;
}

.leaseback-text p {
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
  margin: 0.3em 0;
}

.leaseback-image {
  min-width: 250px;
  text-align: center;
  padding: 10px;
}

.leaseback-image img {
  max-width: 100%;
  height: auto;
}

.img-buy-header {
    width: 96%;
    height: auto;
    display: block;
    padding: 0 10px 30px;
}

.contact-image-wrapper {
  text-align: center;
}

.contact-image-wrapper img {
  width: 85%;
  height: auto;
}