@charset "UTF-8";
/*******************************************
 * プライバシーポリシーcss
 *
 * menu
 * 1.レイアウト
 * 2.各コンテナ
 *    2-1 プライバシーポリシー枠
 * 3.sidebar
 ******************************************/
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/******************************************
 1. レイアウト
    サイドバーなし1カラム
 ******************************************/
body #layout-main {
  float: right;
  padding-bottom: 50px;
  margin: 0 auto 50px;
}
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: 5px 0;
  padding-left: 5px;
}
.img-privacy-header {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 50px;
}
.privacy-lead {
  color: #B71C1C;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  line-height: 1.6;
}
/******************************************
* 2.各コンテナ
 *    2-1 プライバシーポリシー枠
 ******************************************/
/******* 2-1 プライバシーポリシー枠 ****************************/
.container-privacy {
  display: inline-block;
  overflow: hidden;
  padding: 10px 10px 0;
  margin: 15px 0 -1px;
}

.sale-box {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  text-align: left;
  padding: 2rem;
}

.sale-box__title {
  background-color: #6C3908;
  color: #fff;
  padding: 15px 30px;
  font-weight: bold;
  font-size: 18px;
  border-radius: 10px;
  white-space: nowrap;
  width: 140px;
  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: 22px;
  color: #000000;
  font-weight: bold;
}

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

.flow-label {
  display: flex;
  align-items: center;       
  gap: 0.5em;              
  margin: 0.5em 0;
  font-weight: bold;
  color: #000000;
  font-size: 22px;
}

.flow-label .urgent {
  color: #FF0000;          
  font-weight: bold;
  font-size: 22px;
}

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

.leaseback-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.5em;
  gap: 20px;
  padding-bottom: 2rem;
}

.leaseback-text {
  flex: 1;
  min-width: 250px;
}

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

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

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

.leaseback-image {
  flex: 1;
  min-width: 250px;
  text-align: center;
}

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

.contact-image-wrapper {
  text-align: center;
  margin-top: 2em;
}

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