@charset "utf-8";


/*========= Category-ページ共通のCSS ===============*/


/* 各タイトル部分指定 */
.title {
  font-weight: normal;
  font-size: 23px;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  background-color: #f1ecdb;
  width: fit-content;
  /* 要素の幅を合わせる */
}

h2 {
  font-size: 20px;
  background-color: #ffffff;
  padding: 5px 15px;
  border-bottom: 1px solid #222222;
  border-left: 1px solid #222222;
  margin-top: 20px;
  width: 100%;
}

h2 span {
  color: #116fa1;
  vertical-align: -3%;
}

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

.category-area-01 p,
.category-area-02 p,
.category-area-03 p,
.category-area-04 p {
  line-height: 1.4;
}



/* 上エリア指定 */
.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: 63%;
}

/* 右部分 */
.category-area-01-section-a {
  width: 35%;
  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-c {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.category-area-01-section-c p {
  margin-top: 3px;
}


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

.category-area-01-section-d img {
  width: 95%;
  margin-top: 15px;
}


.category-area-01-section-e {
  width: 44%;
}

.category-area-01-section-e img {
  width: 100%;
  margin-top: 15px;
}

/* 注意書き */
.category-area-02 {
  max-width: 1300px;
}

.category-area-02 p {
  font-size: 9px;
  text-align: right
}

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

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

/* 調査内容 */
.category-area-03-section-a {
  width: 69%;
}

.tyousa {
  display: flex;
}

.tyousa-01 {
  width: 157px;
  margin-right: 20px;
  position: relative;
}

.tyousa h5 {
  font-size: 15px;
  font-weight: 600;
  margin-top: 15px;
  padding: 7px;
  width: 100%;
  background-color: #116fa1;
  color: #fff;
  text-align: center;
}

.naiyou {
  font-size: 15px;
  font-weight: 600;
  color: #116fa1;
  position: absolute;
  top: 55px;
}

.tyousa img {
  margin-top: 10px;
}

/* 隣家との関係 */
.tyousa-02 {
  width: 345px;
  position: relative;
}

.naiyou-01 {
  font-size: 15px;
  font-weight: 600;
  color: #116fa1;
  position: absolute;
  top: 55px;
}

.naiyou-02 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: #116fa1;
  position: absolute;
  top: 55px;
  left: 190px;
}

.infura {
  position: absolute;
  top: 190px;
}

.kouteisa {
  position: absolute;
  top: 210px;
  left: 190px;

}

/* 地盤調査 */
.category-area-03-section-b {
  width: 27%;
}

.category-area-03-section-b {
  background-color: #e8f5fd;
  border: 1px solid #116fa1;
  margin-top: 40px;
  padding: 10px;
}

.midashi {
  font-size: 17px;
  font-weight: 600;
  color: #116fa1;
  margin-top: 5px;
  margin-bottom: 15px;
}

.float_r {
  margin-bottom: 10px;
  margin-left: 10px;
  float: right;
  width: 160px;
}

main {
  position: relative;
}


@media (max-width: 1260px) {

  .tyousa-01 {
    width: 12.077vw;
    margin-right: 1.538vw;
    position: relative;
  }

  .tyousa h5 {
    font-size: 1.154vw;
    font-weight: 600;
    margin-top: 1.154vw;
    padding: 0.538vw;
    width: 100%;
    background-color: #116fa1;
    color: #fff;
    text-align: center;
  }

  .tyousa-01 p {
    font-size: 1.154vw;
  }

  .naiyou {
    font-size: 1.154vw;
    font-weight: 600;
    color: #116fa1;
    position: absolute;
    top: 4.231vw;
  }

  .tyousa img {
    margin-top: 0.769vw;
  }

  /* 隣家との関係 */
  .tyousa-02 {
    width: 26.538vw;
    position: relative;
  }

  .naiyou-01 {
    font-size: 1.154vw;
    font-weight: 600;
    color: #116fa1;
    position: absolute;
    top: 4.231vw;
  }

  .naiyou-02 {
    font-size: 1.154vw;
    font-weight: 600;
    line-height: 1.3;
    color: #116fa1;
    position: absolute;
    top: 4.231vw;
    left: 14.615vw;
  }

  .infura {
    position: absolute;
    top: 14.615vw;
    font-size: 1.154vw;

  }

  .kouteisa {
    position: absolute;
    top: 16.154vw;
    left: 14.615vw;
    font-size: 1.154vw;


  }


}