@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;
}

p {
  font-size: 14px;
  line-height: 1.4;
  padding: 0;
  margin-top: 10px;
}


.category-area-01 {
  display: flex;
}

.unit-1 {
  width: 40%;
  text-align: center;

}

.unit-2 {
  width: 60%;
  margin-left: 20px;
  margin-top: 15px;
}

.titleimage {
  display: flex;
}

.zu1 {
  width: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

h1 {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 20px;
}

.titletext p {
  margin-top: 30px;
  margin-left: 15px;
  line-height: 1.8;
}


.category-area-02 {
  display: flex;
  margin-bottom: 20px;
}


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

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

h3 {
  font-size: 18px;
  background-color: #fff;
  font-weight: 400;
}

.unit-3 {
  width: 37%;
  margin-right: 30px;
}

.anzensei {
  display: flex;
  align-items: flex-start;
}

.anzensei-1 {
  margin-right: 10px;
}

.anzensei-2 {
  margin-left: 10px;
}

.anzensei-1 h3,
.anzensei-2 h3 {
  text-align: center;
  margin-bottom: 10px;
}


.unit-4 {
  width: 37%;
  margin-right: 30px;
}

.jiritusei {
  display: flex;
}

.jiritusei-1 h3 {
  margin-left: 28px;
  margin-bottom: 0;
}

.jiritusei-2 h3 {
  margin-left: 40px;
  margin-bottom: 0;
}

.jiritusei-3 h3 {
  margin-left: 60px;
  margin-bottom: 0;
}

.unit-4 img {
  width: 100%;
  margin-top: 10px;
}

.unit-5 {
  width: 26%;
}

.kaijyosei {
  text-align: center;
}


.unit-5 img {
  width: 100%;
  margin-top: 10px;
}

.kaijyosei-2 h3 {
  margin-top: 10px;
}


.pdfbtn {
  bottom: 8px;
  margin-top: 5%;
  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: 1300px) {

  h1 {
    font-size: 2vw;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 1.538vw;
  }


  h3 {
    font-size: 1.385vw;
    background-color: #fff;
    font-weight: 400;
  }


  .jiritusei-1 h3 {
    margin-left: 2.154vw;
    margin-bottom: 0;
  }

  .jiritusei-2 h3 {
    margin-left: 3.077vw;
    margin-bottom: 0;
  }

  .jiritusei-3 h3 {
    margin-left: 4.615vw;
    margin-bottom: 0;
  }
}


@media screen and (max-width: 1000px) {

  p {
    font-size: 12px;
  }
}