@charset "utf-8";



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


.category-area-01 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.category-area-02 {
  display: flex;
  justify-content: space-between;
}


/* 小タイトル部分指定 */
.event-title-1 h2 {
  font-size: 23px;
  line-height: 1.1;
  color: #595757;
  background-color: #ffffff;
  padding-bottom: 10px;
  border-bottom: 1px solid #595757;
  border-left: 5px solid #595757;
  margin-top: 10px;
  padding-top: 8px;
  padding-left: 15px;
  width: 100%;
}


.unit-2 {
  width: 49%;
}

.unit-2 p {
  font-size: 14px;
  line-height: 1.4;
}


/* 点検 */
.tenken {
  padding: 10px;
}

.tenken-photo {
  width: 70%;
  margin-top: 20px;
  text-align: center;
}


/* アフター */
.after {
  padding: 10px;
}

.after-photo {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

/* 保証 */
.hoshou {
  padding: 10px;
}

.hoshou-photo {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

/* 点検 */
.tenken {
  padding: 10px;
}

.tenken-photo {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.tenken-photo img {
  width: 78%;
}

/* アフター */
.after {
  padding: 10px;
}

.after-photo {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

/* その他 */

.other-kinds {
  display: flex;
  margin-top: 10px;
}

.other-kinds h4 {
  font-size: 20px;
  color: #ffffff;
  background-color: #6c9db7;
  padding: 7px;
  text-align: center;
}

.event-link-2 {
  width: 50%;
  padding: 10px;
}

.other-01 img {
  width: 100%;
  margin-top: 15px;
}

.category-area-03 {
  position: relative;
}


.pdfbtn {
  position: absolute;
  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;
}



/* 1300pxで一括変換 */
@media screen and (max-width: 1300px) {

  /* 青ベタの文字 */
  .other-kinds h4 {
    font-size: 1.538vw;
    color: #ffffff;
    background-color: #6c9db7;
    padding: 0.538vw;
    text-align: center;
  }


}


/* 1100pxで一括変換 */
@media screen and (max-width: 1100px) {

  /* 小タイトル部分指定 */
  .event-title-1 h2 {
    font-size: 2.091vw;
    line-height: 1.1;
    color: #595757;
    background-color: #ffffff;
    padding-bottom: 0.909vw;
    border-bottom: 1px solid #595757;
    border-left: 5px solid #595757;
    margin-top: 0.909vw;
    padding-top: 0.727vw;
    padding-left: 1.364vw;
    width: 100%;
  }

}





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

  .unit-2 p {
    font-size: 12px;
    line-height: 1.4;
  }

}



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

  /* エリア指定 */
  .event-area-01,
  .event-area-02 {
    display: block;
    width: 580px;
    max-width: 97%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .unit-2 {
    width: 100%;
  }

  /* タイトルが長いのでイラストなし */
  .top-photo-title img {
    display: none;
  }



}