@charset "utf-8";

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

/* 小タイトル部分指定 */
.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%;
}

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


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




/* ３つ並ぶ所のみ */
.other-01 p {
  margin: 5px 0 5px;
}



.event-area-01 {
  margin-top: -10px;
}

.event-area-02 {
  margin-bottom: 50px;
}

.unit-2 {
  width: 49%;
}

.unit-2 p {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 10px;
}

.unit-2 p {
  font-size: 13px;
  line-height: 1.4;
  margin-top: 10px;
}


/* プラン提案 */
.plan {
  padding: 10px;
}

.plan-photo {
  width: 100%;
  text-align: center;
}

.plan-photo img {
  width: 95%;
  margin-top: 30px;
  margin-bottom: 20px;
}

/* 資金計画書 */
.shikin {
  padding: 10px;
}

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

.shikin-photo img {
  width: 80%;
}


/* 光熱費 */
.kounetsu {
  padding: 10px;
}

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

.kounetsu-photo img {
  width: 95%;
}


/* その他 */
.other {
  padding: 10px;
}

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

.other-kinds h4 {
  font-size: 14px;
  color: #ffffff;
  background-color: #9FA0A0;
  padding: 4px;
  text-align: center;
}

.other-a {
  width: 33%;
  padding: 10px;
}


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


.pdfbtn {
  position: absolute;
  right: 0;
  bottom: -130px;
}


/* 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.077vw;
    color: #ffffff;
    background-color: #9FA0A0;
    padding: 0.308vw;
    text-align: center;
  }

}




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


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

  .unit-2 {
    width: 100%;
  }

  /* ３並び */

  .other-kinds {
    display: block;
    width: 580px;
    max-width: 100%;
  }

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

  .other-01 p {
    margin-left: 15px;
  }

  .other-01 img {
    width: 50%;
  }


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



}