@charset "utf-8";

/* 各タイトル部分指定 */
.title {
  font-weight: normal;
  font-size: 22px;
  margin-top: 10px;
  margin-left: 20px;
  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;
  margin-left: 10px;
  width: 100%;
}


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

.category-area-01 img {
  width: 70%;
  margin-left: -20px;
}

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

.seinou {
  margin-top: 20px;
}

/* 画像の高さを1200からvwに */
.hoshou-image2 img {
  width: 60%;
  margin-top: 120px;
}



/* 下エリア指定 */
.category-area-02 {
  display: flex;
  align-items: flex-start;
  width: 1300px;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;

}

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

.category-area-02-section-a {
  width: 70%;
  margin-top: 10px;
  margin-left: 20px;
}


.hoshou-zu img {
  width: 95%;
  margin-top: 20px;
}

.hoshou-zu p {
  margin-top: 1px;
  margin-left: 20px;
  margin-right: 10px;
}

/* 写真 */
.category-area-02-section-b {
  width: 27%;
  margin-top: 10px;
  margin-left: 20px;
}

.image img {
  width: 97%;
  margin-top: 40px;
  margin-left: 5px;
  margin-right: 5px;

}

.hoken p {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}



main {
  position: relative;
}

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

/* PDFボタン 右端におくなら、positionとright*/

.pdfbtn {
  margin-top: 25px;
  margin-left: 20px;
}

/* PDFボタン */

.pdf-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 27px;
  border-radius: 4px;
  background-color: #4b94b8;
  color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  position: relative;
}

.pdf-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translateY(-50%);
  width: 8px;
  height: 8px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
}

.pdf-button:hover {
  background-color: #bed6e3;
  color: #333333;
}

@media (max-width: 1200px) {

  .hoshou-image2 img {
    width: 60%;
    margin-top: 40px;
  }


}