@charset "utf-8";

/* 上エリア指定 */
.category-area-01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1300px;
  max-width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.category-area-01 img {
  width: 65%;
}

/* 右部分 */
.category-area-01-section-a {
  width: 33%;
  margin-left: 10px;
  margin-right: 1%;
}

.kaiteki {
  margin-top: 20px;
}

/* 右の土地診断部分 */
.category-area-01-section-b p {
  font-size: 18px;
  margin-top: 50px;
  padding: 10px;
  width: 100%;
  border-radius: 8px;
  background-color: #ca5323;
  color: #fff;
  text-align: center;
}


.category-area-01-section-d {
  width: 100%;
}

.category-area-01-section-d img {
  width: 85%;
  margin-top: 60px;
  margin-left: 20px;
}



/* 下エリア指定 */
.category-area-03 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1300px;
  max-width: 97%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.suite {
  display: flex
}

.contents-01 {
  display: flex;
}

.contents-01 img {
  width: 27%;
  margin-top: 10px;
  margin-left: 10px;
}


.contents-02 {
  width: 65%;
  margin-top: 30px;
  margin-right: 40px;
}

.contents-02 p {
  margin-top: 20px;
}

/* 空き調整 */
h2 {
  margin-top: 0;
}


.seisakutyu {
  font-size: 20px;
  color: rgb(137, 133, 133);
  padding: 10px 20px;
  border: 1px solid rgb(137, 133, 133);
  position: absolute;
  top: 400px;
  left: 555px;
  z-index: 10;
}