@charset "UTF-8";

.detail土地{
    background-color: #fff;
    padding: 50px 0;
    margin-bottom: 0px;
}
.detail土地 .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detail土地 .item .img{
    width: 40%;
    margin-right: 5%;
}
.detail土地 .item .img img{
    width: 100%;
}
.detail土地 .item .text{
    width: 55%;
}
.detail土地 .item .text .title{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}
.detail土地 .item .text .description{
    line-height: 1.8;
}
.detail建物{
    background-color: #ffed58;
    padding: 50px 0;
    margin-bottom: 0px;
}
.detail建物 .item .img2{
    width: 40%;
    margin-right: 5%;
}
.detail建物 .item .img2 img{
    width: 100%;
}
.detail建物 .item .text2{
    width: 55%;
}
.detail建物 .item .text2 .title2{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}
.detail建物 .item .text2 .description{
    line-height: 1.8;
}
.detail建物 .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detail測量{
    background-color: #fff;
    padding: 50px 0;
    margin-bottom: 0px;
}
.detail測量 .item .img3{
    width: 40%;
    margin-right: 5%;
}
.detail測量 .item .img3 img{
    width: 100%;
}
.detail測量 .item .text3{
    width: 45%;
}
.detail測量 .item .text3 .title3{
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}
.detail測量 .item .text3 .description{
    line-height: 1.8;
}
.detail測量 .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.example{
    background-color: #ffed58;
    padding: 50px 0;
    margin-bottom: 20px;
}
.example .section-title{
    text-align: center;
    margin-bottom: 20px;
}
.example .sub-title{
    text-align: center;
    font-weight: 500;
}
.example .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.example .item .sub-title{
    width: 20%;
}
.example .item .sub-title{
    width: 100%;
    font-size: 20px;
}
.example .item .text4{
    width: 80%;
}
.example .item .text4 .title4{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}
.example .item .text4 .description{
    line-height: 1.8;
    margin-bottom: 50px;
}
.example .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*-----------------------------------------------------
スマートフォン
-----------------------------------------------------*/
@media screen and (max-width: 767px){
.detail土地{
    padding: 80px 0;
    margin-bottom: 40px;
  }
.detail土地 .item{
    flex-direction: column;
}
.detail土地 .item .img{
    width: 100%;
    margin: 0 0 40px;
}
.detail土地 .item .text .title{
    text-align: center;
}
.detail土地 .item .text{
    width: 100%;
}
.detail建物{
    padding: 80px 0;
    margin-bottom: 40px;
  }
.detail建物 .item{
    flex-direction: column;
}
.detail建物 .item .img2{
    width: 100%;
    margin: 0 0 40px;
}
.detail建物 .item .text2 .title2{
    text-align: center;
}
.detail建物 .item .text2{
    width: 100%;
}
.detail測量{
    padding: 80px 0;
    margin-bottom: 40px;
  }
.detail測量 .item{
    flex-direction: column;
}
.detail測量 .item .img3{
    width: 100%;
    margin: 0 0 40px;
}
.detail測量 .item .text3 .title3{
    text-align: center;
}
.detail測量 .item .text3{
    width:
}
.example .sub-title{
    padding: 20px 0;
    margin-bottom: 10px;
  }
.example .item{
    flex-direction: column;
}
.example .item .sub-title{
    width: 100%;
}
.example .item .text4 .title4{
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}
}