/* 物件買取 */
.textB{
	background: linear-gradient(transparent 50%, #ff6 50%);
font-weight: 900;
/*text-decoration: underline;
text-decoration-color: #FF7600; */
}
.center-img{
	position: relative;
	height: 200px;
	width: 100%;
	background: url("https://www.seikai-homes.com/wp-content/uploads/2021/04/auction-05.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}


.purchase-2col{
	display: flex;
  justify-content: space-around; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
	/* line-height: 3; */
	margin-bottom: 100px;
}

.purchaseSec{
	margin-bottom: 100px;
	padding: 10px 50px 0 0;
	/* width: 50%; */
}
.purchaseSec1{
	margin-right: 100px;
}
.purchaseSec h3{
	color: gray;
	line-height: 3;
	font-size: 23px;
}
.purchaseSec2 h3{
	/* text-align: center; */
	color: #f5a418;
}
.purchaseSec li{
	position: relative;
	margin-bottom: 7px;
}
.purchaseSec1 li::before{
		content: "";
    display: inline-block;
    width: 2px;
    height: 17px;
    background-color: #ebebeb;
    transform-origin: center;
    position: absolute;
    top: 0;
    left: -27px;
		transform: rotate(-45deg);
}
.purchaseSec1 li::after{
		content: "";
    display: inline-block;
    width: 2px;
    height: 17px;
    background-color: #ebebeb;
    transform-origin: center;
    position: absolute;
    top: 0;
    left: -27px;
		transform: rotate(-135deg);
}
.purchaseSec2 li::before{
	content: '';
    display: inline-block;
    width: 8px;
    height: 16px;
    background-color: transparent;
    border-right: 2px solid #f5a418;
    border-bottom: 2px solid #f5a418;
    transform: rotate(45deg);
    position: absolute;
    top: -1px;
    left: -30px;
}

@media screen and (max-width: 768px){
	#content p{
		padding: 0.5em;
	}
  .purchase-2col{
    display: block;
	padding: 0 14%;
    
  }
  .purchaseSec1{
    margin: 0 0 0 10%;
	font-size: 15px;
  }
  .purchaseSec{
  	margin-bottom: 50px;
  	padding: 0;
  }
  .purchaseSec2{
    padding: 0 5% 0 12%;
	font-size: 16px;
  }
}
/* 競売代行 */
.textAuction{
    text-align: left;
}
@media screen and (min-width:768px){
.textAuction{
    padding: 0 150px;
}
}

/*賃貸管理 */
.center-2col{
	justify-content: center;
	text-align: center;
}
.imgBox-center{
	margin-bottom: 50px;
}
/*不動産有効活用*/
.inBoxCycleText{
	position: relative;
}
.CycleText{
  position: absolute;
  font-family: Oswald,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FF7600;
  color: #FFF;
  top: -30px;
  left: -30px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  line-height: 85%;
  text-align: center;
  transform: rotate(-10deg);
  font-size: 36px;
}
.CycleText_in{
position: absolute;
   top: 27%;
   left: 9%;
}
.CycleText_in span{
	font-size: 38px;
}

@media screen and (max-width:768px){
	.Sp_LeftText{
		text-align: left;
	}
	/*国際事業*/
	.Sp_bigTitle{
		font-size: 28px;
	}
	/*物件リクエスト*/
	.requset_section{
	padding: 0 10px;
    }
	.requsetForm{
	padding: 0 10px;
	}
	.sp_w40{
		width: 40%;
	}
	.sp_w70{
		width: 70%;
	}
	.sp_w30{
		width: 30%;
	}
	/*住宅ローン計算*/

}


/*国際事業*/
.titleMiddle{
	margin-top: 60px;
}
.titleBoxMy1{
  padding: 10px;
    background: #f5a418;
    color: #fff;
    font-size: 1.4rem;
}
.textBoxMy1{
  padding: 20px 10px 60px;
}



/*物件リクエスト*/
.request1{
	padding: 10px;
    background: #f5a418;
    color: #fff;
    font-weight: 900;
    margin: 20px 0 10px;
}

.contact th{
	position: relative;
	padding: 28px 40px;
	vertical-align: middle;
}
.contact .hissu{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 10px;
    padding: 0px 10px;
    line-height: 150%;
    color: #FFF;
    font-size: 10px;
    background-color: #DD0006;
}
.privacyCh{
	text-align: center;
    font-size: 14px;
    background-color: #EBEBEB;
    padding: 20px;
    margin: 0 0 30px;
}
.btn{
	margin: 0 auto;
    padding: 7px;
    background: #2d2e2e;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    width: 300px;
}
.btn input{
	background-image: none;
    background-color: transparent;
    border: none;
    color: #FFF;
    width: 100%;
    padding: 10px;
}
/*住宅ローン計算*/
@media screen and (min-width:768px){
	.stepList{
		display: flex;
	}
}
.stepList{
  
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #efefef;
  border-radius: 15px;
}
.stepList__item{
  display: flex;
  flex-flow: column;
  position: relative;
  width: 100%;
  padding: 25px 0;
  border-right: 1px solid #efefef;
}
.stepList_head{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}
.stepList_step{
  color: #ffa200;
  font-family: "Dosis", sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}
.stepList_step_num{
  display: block;
  font-size: 3.4rem;
}
.stepList_icon{
  flex-shrink: 0;
  width: 65px;
  margin: 0 0 0 30px;
}
.stepList_body{
  padding: 0 20px;
  text-align: center;
}
.stepList_title{
  margin: 0 0 10px;
  color: #ffa200;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.3;
}
.stepList_text{
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.14rem;
  line-height: 1.8;
}
.stepList__item:nth-child(2){
	background: #fffdf2;
}
.stepList__item:nth-child(2):before{
	content: '';
	position: absolute;
	top: calc(50% - 15px);
    left: 0;
    width: 0;
    height: 0;
    border-width: 15px 0 15px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #efecdf;
}
.stepList__item:nth-child(2):after{
	position: absolute;
    top: calc(50% - 15px);
    
    width: 0;
    height: 0;
    border-width: 15px 0 15px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #efecdf;
    content: "";

	left: -1.5px;
    border-left-color: #fff;
}
.stepList__item:nth-child(3){
	background: #faf6e3;
}
.stepList__item:nth-child(3):before{
	content: '';
	position: absolute;
	top: calc(50% - 15px);
    left: 0;
    width: 0;
    height: 0;
    border-width: 15px 0 15px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #efecdf;
}
.stepList__item:nth-child(3):after{
	position: absolute;
    top: calc(50% - 15px);
   
    width: 0;
    height: 0;
    border-width: 15px 0 15px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #efecdf;
    content: "";
	left: -1.5px;
    border-left-color: #fffdf2;
}
.simulation_loan{
	margin-top: 50px;
	height: 500px;
	width: 100%;
	border: 1px solid #efefef;
}