@charset "utf-8";

/* 上エリア指定 */
.category-area-01 {
  width: 1300px;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.category-area-01 img {
  width: 98%;
  margin-left: 10px;
}

.sh-hoshou {
  display: flex;
}

.irasuto {
  width: 12%;
  margin-left: 20px;
}

.hoshou-text {
  width: 40%;
  margin-top: 30px;
  margin-left: 40px;
}



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

.sh-hoshou {
  position: relative;
}

.pdfbtn {
  position: absolute;
  right: 80px;
  bottom: 50px;

}


/* 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;
}