@charset "utf-8";

/* カレンダーのため */
.event-title-1 {
  display: flex;
}

/* カレンダー */
input[name="schedule-date"] {
  font-size: 18px;
  width: 160px;
  text-align: center;
  position: absolute;
  z-index: 31;
  margin-top: 20px;
}

.date {
  text-align: right;
  margin-left: -120px;
}

/* 小タイトル部分指定 */
.event-title-1 h2 {
  font-size: 30px;
  font-family: 'Noto Serif JP', serif;
  color: #4f7a94;
  background-color: #ffffff;
  padding-bottom: 10px;
  border-bottom: 1px solid #4f7a94;
  border-left: 5.5px solid #4f7a94;
  margin-top: 10px;
  padding-top: 8px;
  padding-left: 15px;
  width: 100%;
}


/* エリア指定 */
.event-area-01,
.event-area-02 {
  display: flex;
  justify-content: space-between;
  width: 1300px;
  max-width: 97%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.unit-2 {
  width: 49%;
}

/* 建築確認の申請 */
.kakunin-shinsei {
  padding: 10px;
}

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


/* 住宅ローンの手続き */
.loan {
  padding: 10px;
}

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


/* 当日行うこと */
.other {
  padding: 10px;
}

.other-list p {
  font-size: 22px;
  line-height: 1.4;
}

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

  /* 小タイトル部分指定 */
  .event-title-1 h2 {
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    color: #4f7a94;
    background-color: #ffffff;
    padding-bottom: 10px;
    border-bottom: 1px solid #4f7a94;
    border-left: 5.5px solid #4f7a94;
    margin-top: 8px;
    padding: 6.4px 0 8.0px 12px;
    width: 100%;
  }

}


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


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

  .unit-2 {
    width: 100%;
  }

  .other-list p {
    font-size: 18px;
    line-height: 1.4;
  }


}