@charset "utf-8";


img {
  pointer-events: none;
  /*===== 画像抜き取り禁止指示==========*/
}



/* エリア指定 */
.category-area-01,
.category-area-02 {
  width: 1300px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}


.category-area-01 {
  display: flex;
  align-items: flex-start;
}


.unit-1 {
  width: 50%;
  padding-right: 50px;
  margin-top: 15px;
}

.unit-2 {
  width: 50%;
}

.has-image p {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 25px;
}

.moushikomi-text {
  text-align: center;
}

.moushikomi-text p {
  font-size: 18px;
  color: #e60012;
  border-style: solid;
  border-color: #555555;
  border-width: 1px;
  padding: 10px;
  margin-top: 25px;
}

.kome-text p {
  font-size: 10px;
  line-height: 1.3;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}

.has-title {
  text-align: center;
}

h2 {
  font-size: 22px;
  margin-top: 25px;
  font-weight: 400;
  margin-bottom: 10px;
}

.has-title img {
  width: 100%;
  margin-top: 10px;
}

.has img {
  width: 92%;
  margin-top: 15px;
  margin-left: 4%;
}

.has p {
  font-size: 15px;
  margin-top: 15px;
  margin-left: 4%;
}


.pdfbtn {
  bottom: 8px;
  margin-top: 3%;
  right: 0;
}



/* 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 screen and (max-width: 1000px) {

  .has-image p {
    font-size: 12px;
  }


  h2 {
    font-size: 19px;
  }


}